From b42178f2a5e64e84ce853eebcbc56432b7753183 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 30 Aug 2023 16:58:17 +0200 Subject: MSK: added image --- web/view/brand/msk.scm | 5 +++-- web/view/view.scm | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'web') 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"))) ))) -- cgit v1.2.3