aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorPjotr Prins2023-08-30 16:58:17 +0200
committerPjotr Prins2023-08-30 16:58:17 +0200
commitb42178f2a5e64e84ce853eebcbc56432b7753183 (patch)
tree5e6b3925706f37011017853db0b23ae50c82a9c5 /web
parentb138df84729aba391e03cacd44746cf1cd9f32b2 (diff)
downloadgn-guile-b42178f2a5e64e84ce853eebcbc56432b7753183.tar.gz
MSK: added image
Diffstat (limited to 'web')
-rw-r--r--web/view/brand/msk.scm5
-rw-r--r--web/view/view.scm4
2 files changed, 6 insertions, 3 deletions
diff --git a/web/view/brand/msk.scm b/web/view/brand/msk.scm
index 4b34c43..2a2bd70 100644
--- a/web/view/brand/msk.scm
+++ b/web/view/brand/msk.scm
@@ -33,7 +33,8 @@
(@ (rel "stylesheet")
(media "screen")
(type "text/css")
- (href "./css/gn-doc.css")))
+ ; (href "./css/gn-doc.css")
+ ))
,@head)
(body
(img (@ (src "/static/images/GN4MSK.png")))
@@ -43,7 +44,7 @@
(hr)
(p "Copyright © 2005-2023 "
(a (@ (href "https://genenetwork.org/")) "GeneNetwork Webservices"))
- (p "This is free software. See status and download the "
+ (p "GeneNetwork and this website runs fully on free software. See status and download the "
(a (@ (href "https://ci.genenetwork.org/"))
"source code") "."))
))))
diff --git a/web/view/view.scm b/web/view/view.scm
index 7be17ca..15d4275 100644
--- a/web/view/view.scm
+++ b/web/view/view.scm
@@ -37,6 +37,8 @@ data to benefit from the power of integrated datasets, please contact:")
" | "
(a (@ (href "https://medschool.cuanschutz.edu/orthopedics/research/labs/ackert-bicknell-lab")) "Cheryl Ackert-Bicknell")
" | "
+ (a (@ (href "https://uthsc.edu/genetics/faculty-staff.php")) "Rob W Williams")
(a (@ (href "https://thebird.nl")) "Pjotr Prins")
- ; (img (@ (src "/static/images/CMOR.jpg")))
+ (p)
+ (img (@ (src "/static/images/CMOR.jpg" width="800px")))
)))