Skip to content

Commit

Permalink
Manage logos in the two shiny apps
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Jan 24, 2023
1 parent 8c65f61 commit e9d9281
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion inst/DRomics-shiny/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ ui <- fluidPage(

)),
hr(style='width: 80%;'),
br(),
fixedRow(column(10, offset = 2,
fillRow(flex = 0.11,
fillRow(flex = NA,
a(img(src = "https://lbbe.univ-lyon1.fr/sites/default/files/icons/logo_1.svg", width = 220), href="https://lbbe.univ-lyon1.fr/", TARGET="_blank"),
a(img(src = "logoVetAgroSup.jpg", height = 100, width = 120), href="http://www.vetagro-sup.fr/", TARGET="_blank"),
a(img(src = "logoLyon1.png", height = 80, width = 380), href="https://www.univ-lyon1.fr/", TARGET="_blank"),
Expand Down
7 changes: 4 additions & 3 deletions inst/DRomicsInterpreter-shiny/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,10 @@ ui <- fluidPage(
)),

hr(style='width: 80%;'),
fixedRow(column(10, offset = 2,
fillRow(flex = 0.11,
a(img(src = "https://lbbe.univ-lyon1.fr/sites/default/files/icons/logo_1.svg", width = 120), href="https://lbbe.univ-lyon1.fr/", TARGET="_blank"),
br(),
fixedRow(column(10, offset = 3,
fillRow(flex = NA,
a(img(src = "https://lbbe.univ-lyon1.fr/sites/default/files/icons/logo_1.svg", width = 220), href="https://lbbe.univ-lyon1.fr/", TARGET="_blank"),
a(img(src = "logoVetAgroSup.jpg", height = 100, width = 120), href="http://www.vetagro-sup.fr/", TARGET="_blank"),
a(img(src = "logoLyon1.png", height = 80, width = 380), href="https://www.univ-lyon1.fr/", TARGET="_blank"),
a(img(src = "LogoUniversiteLorraine.png", height = 80, width = 180), href="http://www.univ-lorraine.fr/", TARGET="_blank"),
Expand Down

0 comments on commit e9d9281

Please sign in to comment.