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

This commit is contained in:
Philippe Pittoli 2024-11-15 04:02:33 +01:00
parent e7867bf80f
commit 914c7be4e4

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