about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2023-09-12 12:24:26 -0500
committerPjotr Prins2023-09-12 12:24:26 -0500
commit278e35a4150bfcc18232be93857000032e60d484 (patch)
tree30fc4bf990abdf8b34ac4c463f10464336eeb3e7
parentf434dc9d38cbbe432f80724ca3a61b2cf074b8a2 (diff)
downloadgn-guile-278e35a4150bfcc18232be93857000032e60d484.tar.gz
Update MSK
-rw-r--r--web/view/brand/msk.scm25
1 files changed, 13 insertions, 12 deletions
diff --git a/web/view/brand/msk.scm b/web/view/brand/msk.scm
index ec8ea25..a274a80 100644
--- a/web/view/brand/msk.scm
+++ b/web/view/brand/msk.scm
@@ -35,18 +35,19 @@
        (@ (rel "stylesheet")
           (media "screen")
           (type "text/css")
-          ; (href "./css/gn-doc.css")
+          (href "/css/pico.css")
           ))
       ,@head)
      (body
-           (img (@ (src "/static/images/GN4MSK.png")))
-           (h1 ,title)
-           (p ,info)
-           (footer
-            (hr)
-            (p "Copyright © 2005-2023 "
-            (a (@ (href "https://genenetwork.org/")) "GeneNetwork Webservices"))
-            (p "GeneNetwork and this website runs fully on free software. See status and download the "
-               (a (@ (href "https://ci.genenetwork.org/"))
-                  "source code") "."))
-           ))))
+      (main (@ (class "container"))
+       (article
+        (img (@ (src "/static/images/GN4MSK.png")))
+        (h1 ,title)
+        (p ,info)
+        (footer
+       (hr)
+       (p "Copyright © 2005-2023 "
+          (a (@ (href "https://genenetwork.org/")) "GeneNetwork Webservices") " | GeneNetwork and this website runs fully on free software. See status and download the "
+          (a (@ (href "https://ci.genenetwork.org/"))
+             "source code") ".")))
+        )))))