aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorPjotr Prins2023-08-30 17:00:48 +0200
committerPjotr Prins2023-08-30 17:00:48 +0200
commit05afe0da3f640b23011cd236d53d465c719b0e49 (patch)
tree40e6f7ca4d676f2313ac253e407756b6e62bb72e /web
parentb42178f2a5e64e84ce853eebcbc56432b7753183 (diff)
downloadgn-guile-05afe0da3f640b23011cd236d53d465c719b0e49.tar.gz
MSK: added image
Diffstat (limited to 'web')
-rw-r--r--web/view/view.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/view/view.scm b/web/view/view.scm
index 15d4275..d0a8248 100644
--- a/web/view/view.scm
+++ b/web/view/view.scm
@@ -38,7 +38,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")
(p)
- (img (@ (src "/static/images/CMOR.jpg" width="800px")))
- )))
+ (img (@ (src "/static/images/CMOR.jpg") (width "1000"))))
+ ))