A more direct way to tell people how to contact me.

caa
Philippe Pittoli 2024-11-15 04:02:33 +01:00
parent e7867bf80f
commit 914c7be4e4
1 changed files with 16 additions and 5 deletions

View File

@ -482,10 +482,18 @@ srv_introduction =
]
]
website_owner_address = "netlibre AT karchnu.fr" :: String
legal_notice :: forall w i. HH.HTML w i
legal_notice = HH.div_
[ Bulma.h3 "Legal Notice"
, Bulma.strong "Website Publisher"
, expl [ HH.p_ [ HH.text "You can contact this website's owner and publisher at: "
, Bulma.strong website_owner_address
]
]
, Bulma.strong "Website Hosting"
, expl [ HH.p_ [ HH.text "This website is hosted by "
, Bulma.strong "Alsace Réseau Neutre"
@ -574,9 +582,12 @@ legal_notice = HH.div_
]
, Bulma.strong "GDPR compliance"
, expl' """
You have the right to access, correct and delete your personal
data at any time via this website or by contacting us at the
following email address: netlibre AT karchnu.fr
"""
, expl [ HH.p_ [ HH.text """
You have the right to access, correct and delete your personal
data at any time via this website or by contacting us at the
following email address:
"""
, Bulma.strong website_owner_address
]
]
]