version_code <- "0.0.1.9000"
#
#' polished sign-in page: customize your sign in page UI with logos, text, and colors.
#'
#' @description A utils function
#'
#' @return The return value, if any, from executing the utility.
#'
#' @noRd
my_custom_sign_in_page <- polished::sign_in_ui_default(
color = "#006CB5",
company_name = "Belanger Analytics"
# logo_top = tags$div(style = "width: 300px; max-width: 100%; color: #FFF;", class ="text-center",
# h1("Social Astronomy", style = "margin-bottom: 0; margin-top: 30px;"),
# h1(version_code, style = "font-size: small; font-style: italic; margin-bottom: 10px; margin-top: 10px;")
# ),
#
# logo_bottom = tags$img(src = "www/images/Belanger_Analytics_Logo_Light.png",
# alt = "www/images/Belanger_Analytics_Logo_Light.png",
# style = "width: 200px; margin-bottom: 15px; padding-top: 15px;"
# ),
#
#
# icon_href = "www/images/tychobra_icon_blue.png",
# background_image = "www/images/milky_way.jpeg"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.