Minor changes in the home page.
This commit is contained in:
parent
a5756e41af
commit
f19d3f0f85
@ -41,11 +41,11 @@ initialState _ = unit
|
|||||||
render :: forall m. State -> H.ComponentHTML Action () m
|
render :: forall m. State -> H.ComponentHTML Action () m
|
||||||
render _ = HH.div_
|
render _ = HH.div_
|
||||||
[ Bulma.hero_danger
|
[ Bulma.hero_danger
|
||||||
"THIS IS AN ALPHA RELEASE"
|
"THIS IS A BETA RELEASE"
|
||||||
"You can register, login and play a bit with the tool! Please, report errors and suggestions"
|
"You can register, login and play a bit with the tool! Please, report errors and suggestions"
|
||||||
, Bulma.section_small
|
, Bulma.section_small
|
||||||
[ Bulma.h1 "Welcome to netlib.re"
|
[ Bulma.h1 "Welcome to netlib.re"
|
||||||
, Bulma.subtitle "Free domain names"
|
, Bulma.subtitle "Free domain names for the common folks"
|
||||||
, Bulma.hr
|
, Bulma.hr
|
||||||
, render_description
|
, render_description
|
||||||
, render_update_why_and_contact
|
, render_update_why_and_contact
|
||||||
@ -84,7 +84,7 @@ render _ = HH.div_
|
|||||||
render_updates
|
render_updates
|
||||||
= b [ title "Automatic updates"
|
= b [ title "Automatic updates"
|
||||||
, p "Update your records with a single, stupidly simple command. For example:"
|
, p "Update your records with a single, stupidly simple command. For example:"
|
||||||
, expl [ Bulma.strong "wget https://beta.netlib.re/token-update/<token>" ]
|
, expl [ Bulma.strong "wget https://netlib.re/token-update/<token>" ]
|
||||||
, p "Every A and AAAA records have tokens for easy updates!"
|
, p "Every A and AAAA records have tokens for easy updates!"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user