diff options
-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") "."))) + )))) |