up logo & splash
Browse files- app.R +5 -5
- www/rtemisseq-splash.webp +0 -0
- 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/
|
44 |
)
|
45 |
# Version
|
46 |
platform <- sessionInfo()[["platform"]]
|
@@ -75,12 +75,12 @@ seqvizlive <- function(
|
|
75 |
src = logo,
|
76 |
width = "140px",
|
77 |
height = "auto",
|
78 |
-
alt = "
|
79 |
),
|
80 |
-
href = "https://rtemis.org/
|
81 |
)
|
82 |
),
|
83 |
-
id = "
|
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/
|
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
![]() |