Skip to content

Commit

Permalink
Updated DfE logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Feb 2, 2023
1 parent dd4a7ad commit d746a55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,22 @@ ui <- function(input, output, session) {
referrer = "no-referrer"
),
shinyGovstyle::header(
main_text = "DfE",
main_text = "",
main_link = "https://www.gov.uk/government/organisations/department-for-education",
secondary_text = "Key stage 4 Transition Matrices",
logo = "images/DfE_logo.png"
logo = "images/DfE_logo_landscape.png",
logo_width = 150,
logo_height = 32
),
shinyGovstyle::banner(
"beta banner",
"beta",
paste0(
"<b>We're looking for volunteers! We've developed quite a few dashboards ",
"in the last 12 months and we'd really like to know what you think if them. ",
"If you're interested in helping us improve our products, please sign up ",
"using our <a href='https://forms.office.com/e/ZjNxf10uuN'>user-testing volunteer form</a>.</b><br>",
"This Dashboard is in beta phase and we are still reviewing performance and reliability. " # ,
"<b>We're looking for volunteers! We've developed quite a few dashboards ",
"in the last 12 months and we'd really like to know what you think if them. ",
"If you're interested in helping us improve our products, please sign up ",
"using our <a href='https://forms.office.com/e/ZjNxf10uuN'>user-testing volunteer form</a>.</b><br>",
"This Dashboard is in beta phase and we are still reviewing performance and reliability. " # ,
# "In case of slowdown or connection issues due to high demand, we have produced two instances of this site which can be accessed at the following links: "#,
# "<a href=", site_primary, " id='link_site_1'>Site 1</a> and ", ## check
# "<a href=", site_overflow, " id='link_site_2'>Site 2</a>." ##check
Expand Down
Binary file added www/images/DfE_logo_landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d746a55

Please sign in to comment.