diff --git a/_data/da/common.yml b/_data/da/common.yml index bd4edde..e720fd9 100644 --- a/_data/da/common.yml +++ b/_data/da/common.yml @@ -12,4 +12,5 @@ global: langs: da: Dansk en: Engelsk + mobilepayLink: https://mobilepay.dk/da-dk/pages/betal.aspx?phone=004540456&comment=Til%20kampen%20imod%20den%20Ulovlige%20Logning!&t=d \ No newline at end of file diff --git a/_layouts/indexpage.html b/_layouts/indexpage.html index 4fcb7f8..530ddc4 100644 --- a/_layouts/indexpage.html +++ b/_layouts/indexpage.html @@ -33,7 +33,14 @@ layout: default {% endif %} {% if section.id != "faq" %}
-

{{ section.heading }}

+
+

{{ section.heading }}

+ {% if section.id == "wannahelp" %} + + + + {% endif %} +
{{ section.content | markdownify }} {% if section.id == "wannahelp" %} diff --git a/_pages/index-da.md b/_pages/index-da.md index 1bd1a9a..0b78c30 100644 --- a/_pages/index-da.md +++ b/_pages/index-da.md @@ -35,7 +35,7 @@ sections: content: | Hvis du har lyst til at hjælpe, kan du kontakte [Rasmus Malver](https://twitter.com/rasmusmalver) på [Twitter](https://twitter.com/rasmusmalver) eller på [sms/signal](sms:+4526809424). Du kan også følge foreningen på [Twitter](https://twitter.com/ulovliglogning). Eller skrive dig op til vores nyhedsbrev herunder. - Økonomiske bidrag kan indbetales via Mobile Pay til 40456, på konto eller via bitcoin til . Selvom vi har indsamlet de første 100.000 kr, har vi stadig brug for støtte. + Økonomiske bidrag kan indbetales via Mobile Pay til [40456](https://mobilepay.dk/da-dk/pages/betal.aspx?phone=004540456&comment=Til%20kampen%20imod%20den%20Ulovlige%20Logning!&t=d), på konto eller via bitcoin til . Selvom vi har indsamlet de første 100.000 kr, har vi stadig brug for støtte. Den danske stats advokat, Kammeradvokat Poul Schmith, har ubegrænsede midler, og den ulige balance forhindrer mange i at tage principielle spørgsmål til domstolene. Vores næste delmål er 250.000 kr. Det skulle gerne få sagen prøvet i første instans. diff --git a/_scss/module/_sections.scss b/_scss/module/_sections.scss index 09e938b..338ed6a 100644 --- a/_scss/module/_sections.scss +++ b/_scss/module/_sections.scss @@ -37,9 +37,16 @@ section { padding-right: 2rem; } - h1 { - word-break: break-word; - } + .heading { + h1 { + word-break: break-word; + } + img { + max-width: 100%; + display: block; + margin: 0 auto; + } + } p { max-width: 40rem; @@ -67,11 +74,16 @@ section { padding-left: 2rem; } - h1 { + .heading { width: 22rem; text-align: right; align-items: baseline; flex-direction:column; + img { + max-width: 100%; + display: block; + margin: 0 auto; + } } } } diff --git a/assets/img/mobilepay.svg b/assets/img/mobilepay.svg new file mode 100644 index 0000000..7944981 --- /dev/null +++ b/assets/img/mobilepay.svg @@ -0,0 +1,59 @@ + + + + Slice + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file