From f434dc9d38cbbe432f80724ca3a61b2cf074b8a2 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 12 Sep 2023 11:16:55 -0500 Subject: Updated l&f --- web/view/brand/aging.scm | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'web/view') 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") "."))) + )))) -- cgit v1.2.3