From 1f74cb3c84ed0d24c3ec7786ba8cf022eb940b49 Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 16 Jan 2026 21:45:01 +0100 Subject: [PATCH] Add thank you page for medical cannabis petition Add English and Norwegian versions of the thank you page with confirmation instructions and newsletter subscription notification when applicable Style the warning highlight with oklch color --- .../takk/01-content.en.php | 11 +++++++++++ .../medisinsk-cannabis-pa-resept/takk/01-content.php | 11 +++++++++++ .../medisinsk-cannabis-pa-resept/takk/styles.css | 4 ++++ 3 files changed, 26 insertions(+) create mode 100644 content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/01-content.en.php create mode 100644 content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/01-content.php create mode 100644 content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/styles.css diff --git a/content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/01-content.en.php b/content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/01-content.en.php new file mode 100644 index 0000000..cbdba61 --- /dev/null +++ b/content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/01-content.en.php @@ -0,0 +1,11 @@ +

Thank you for your support!

+ +
+

Remember to check your inbox!

+

Your signature is not valid and will not appear on the list until you have clicked the confirmation link we sent by email. If the email doesn't arrive within a few minutes, check your spam/junk folder!

+ +

The same applies to your newsletter subscription – you must also confirm your choice by clicking the link in a separate email. Sorry for all the emails, but this is to ensure that your signature and subscription are genuine and come from you.

+ +
+ +

Back to the petition

diff --git a/content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/01-content.php b/content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/01-content.php new file mode 100644 index 0000000..e967f65 --- /dev/null +++ b/content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/01-content.php @@ -0,0 +1,11 @@ +

Takk for at du støtter saken!

+ +
+

Husk å sjekke innboksen din!

+

Signaturen er ikke gyldig og vil ikke vises i lista før du har trykket på bekreftelseslenken vi har sendt på e-post. Hvis e-posten ikke dukker opp innen få minutter, sjekk søppelpost-/spam-mappen!

+ +

Det samme gjelder for din påmelding til nyhetsbrevet – her må du også bekrefte ditt valg ved å trykke på lenken i en egen e-post. Beklager at det blir mange e-poster, men det er for å sikre at signatur og påmelding er ekte og kommer fra deg.

+ +
+ +

Tilbake til underskriftskampanjen

diff --git a/content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/styles.css b/content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/styles.css new file mode 100644 index 0000000..8b1540a --- /dev/null +++ b/content/underskriftskampanje/medisinsk-cannabis-pa-resept/takk/styles.css @@ -0,0 +1,4 @@ +.warning-highlight { + color: oklch(0.5 0.16 10); + font-size: 1.3rem +}