From 848d93e846a41bec6b506dde7324c73cd27cd81e Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Wed, 20 Mar 2024 21:05:48 +0100 Subject: [PATCH] Home page: 3 columns instead of 2. --- src/App/Page/Home.purs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/App/Page/Home.purs b/src/App/Page/Home.purs index d83ed6b..6fee27c 100644 --- a/src/App/Page/Home.purs +++ b/src/App/Page/Home.purs @@ -48,18 +48,20 @@ render _ = HH.div_ , Bulma.subtitle "Free domain names" , Bulma.hr , render_description - , render_second_line - , render_why_and_contact + , render_update_why_and_contact , Bulma.hr , render_how_and_code ] ] where title = Bulma.h3 + expl content = Bulma.div_content [ Bulma.explanation content ] p = Bulma.p b x = Bulma.column_ [ Bulma.box [ Bulma.div_content x ] ] - render_description = Bulma.columns_ [ render_basics, render_no_expert ] + render_description = Bulma.columns_ [ render_basics, render_no_expert, render_no_housing ] + render_update_why_and_contact = Bulma.columns_ [ render_updates, render_why, render_contact ] + render_basics = b [ title "What is provided?" , p "Reserve a domain name in .netlib.re for free." @@ -71,7 +73,6 @@ render _ = HH.div_ This website will help you through your configuration, as much as we can. """ ] - render_second_line = Bulma.columns_ [ render_no_housing, render_updates ] render_no_housing = b [ title "No housing, just a name" , p """ @@ -87,8 +88,6 @@ render _ = HH.div_ , p "Every A and AAAA records have tokens for easy updates!" ] - expl content = Bulma.div_content [ Bulma.explanation content ] - render_why_and_contact = Bulma.columns_ [ render_why, render_contact ] render_why = b [ title "Why?" , p "Because everyone should be able to have a place on the Internet."