egenn commited on
Commit
ba4aba0
·
1 Parent(s): 284391c

up logo & splash

Browse files
Files changed (3) hide show
  1. app.R +5 -5
  2. www/rtemisseq-splash.webp +0 -0
  3. www/rtemisseq_gray.png +0 -0
app.R CHANGED
@@ -40,7 +40,7 @@ seqvizlive <- function(
40
  verbosity = 0) {
41
  # Logo
42
  logo <- base64enc::dataURI(
43
- file = "./www/rtemisbio_gray.png", mime = "image/png"
44
  )
45
  # Version
46
  platform <- sessionInfo()[["platform"]]
@@ -75,12 +75,12 @@ seqvizlive <- function(
75
  src = logo,
76
  width = "140px",
77
  height = "auto",
78
- alt = "rtemisbio"
79
  ),
80
- href = "https://rtemis.org/rtemisbio",
81
  )
82
  ),
83
- id = "rtemisbio",
84
  selected = "Welcome",
85
  footer = span(
86
  svl,
@@ -134,7 +134,7 @@ seqvizlive <- function(
134
  )),
135
  br(), br(),
136
  bslib::card_image(
137
- file = "./www/svl.webp",
138
  alt = "rtemislive",
139
  align = "center",
140
  border_radius = "all",
 
40
  verbosity = 0) {
41
  # Logo
42
  logo <- base64enc::dataURI(
43
+ file = "./www/rtemisseq_gray.png", mime = "image/png"
44
  )
45
  # Version
46
  platform <- sessionInfo()[["platform"]]
 
75
  src = logo,
76
  width = "140px",
77
  height = "auto",
78
+ alt = "rtemisseq"
79
  ),
80
+ href = "https://rtemis.org/rtemisseq",
81
  )
82
  ),
83
+ id = "rtemisseq",
84
  selected = "Welcome",
85
  footer = span(
86
  svl,
 
134
  )),
135
  br(), br(),
136
  bslib::card_image(
137
+ file = "./www/rtemisseq-splash.webp",
138
  alt = "rtemislive",
139
  align = "center",
140
  border_radius = "all",
www/rtemisseq-splash.webp ADDED
www/rtemisseq_gray.png ADDED