diff options
author | Pjotr Prins | 2023-09-12 11:16:55 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-09-12 11:16:55 -0500 |
commit | f434dc9d38cbbe432f80724ca3a61b2cf074b8a2 (patch) | |
tree | 97a8f813fc9335c027e6993662de462747b6b5f4 /web/view | |
parent | a3aa5b9ea09d71cb86884176bf5bb89270aef5a3 (diff) | |
download | gn-guile-f434dc9d38cbbe432f80724ca3a61b2cf074b8a2.tar.gz |
Updated l&f
Diffstat (limited to 'web/view')
-rw-r--r-- | web/view/brand/aging.scm | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/web/view/brand/aging.scm b/web/view/brand/aging.scm index 62b5df7..e4e72e6 100644 --- a/web/view/brand/aging.scm +++ b/web/view/brand/aging.scm @@ -39,15 +39,16 @@ )) ,@head) (body + ;; (header (p "TEST")) (main (@ (class "container")) - (img (@ (src "/static/images/ole-farmer.jpg") (alt "ol farmer by hohumhobo is licensed under CC BY 2.0") (width "400"))) - (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") ".")) - ))) + (h1 ,title) + (article + (img (@ (src "/static/images/ole-farmer.jpg") (alt "ol farmer by hohumhobo is licensed under CC BY 2.0") (width "400") (align "right"))) +,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") "."))) + )))) |