forked from ag_kommunikation/webseite
improve claims
This commit is contained in:
parent
b0b05e06b4
commit
5ad1fb22aa
@ -2,16 +2,13 @@ _model: homepage
|
|||||||
---
|
---
|
||||||
title: Die WTF Kooperative eG
|
title: Die WTF Kooperative eG
|
||||||
---
|
---
|
||||||
claim_heading: ## <span>Werde <em>Teilchen­beschleu­nigerIn</em></span><br><span>in der chaosnahen Genossenschaft.</span>
|
claim_heading: <span>Werde <em>Teilchen­beschleu­nigerIn</em></span><br><span>in der chaosnahen Genossenschaft.</span>
|
||||||
---
|
---
|
||||||
claim_content: Booste Projekte mit Unterstütung von über 150 GenossInnen<br>Genossen­schaftlich & solidarisch.
|
claim_content: Booste Projekte mit Unterstütung von über 150 GenossInnen<br>Genossen­schaftlich & solidarisch.
|
||||||
---
|
---
|
||||||
subclaim_heading: ## Werk­koopera­tive der Technik­freundinnen –<br />WTF Koopera­tive eG
|
subclaim_heading: Beteilige dich an unserer Genossenschaft
|
||||||
---
|
---
|
||||||
subclaim_content:
|
subclaim_content: Wir bieten Dir die optimale Businessplattform, ob es um das Backoffice deiner Unternehmung geht, den gemeinsamen Einkauf von Waren, oder um komplexere öffentliche Aufträge, profitiere von vielen Vorteilen für Dich und Deine Kunden.
|
||||||
|
|
||||||
Wir halten Mitglieder und Interessierte durch regelmäßige Rundmails, Beiträge im Forum und unseren Podcast auf dem Laufenden.<br>
|
|
||||||
Unseren Podcast findest du auf [vebit.xyz/podcast](https://vebit.xyz/podcast).
|
|
||||||
---
|
---
|
||||||
section:
|
section:
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ hidden = yes
|
|||||||
|
|
||||||
[fields.claim_heading]
|
[fields.claim_heading]
|
||||||
label = Claim Heading
|
label = Claim Heading
|
||||||
type = markdown
|
type = html
|
||||||
|
|
||||||
[fields.claim_content]
|
[fields.claim_content]
|
||||||
label = Claim Content
|
label = Claim Content
|
||||||
@ -14,7 +14,7 @@ type = markdown
|
|||||||
|
|
||||||
[fields.subclaim_heading]
|
[fields.subclaim_heading]
|
||||||
label = Subclaim Heading
|
label = Subclaim Heading
|
||||||
type = markdown
|
type = html
|
||||||
|
|
||||||
[fields.subclaim_content]
|
[fields.subclaim_content]
|
||||||
label = Subclaim Content
|
label = Subclaim Content
|
||||||
|
@ -78,12 +78,12 @@
|
|||||||
<!-- background for header box - end -->
|
<!-- background for header box - end -->
|
||||||
<section class="header__claim">
|
<section class="header__claim">
|
||||||
<!-- TODO: Claims in Lektor editierbar. -->
|
<!-- TODO: Claims in Lektor editierbar. -->
|
||||||
{{ this.claim_heading }}
|
<h2>{{ this.claim_heading }}</h2>
|
||||||
{{ this.claim_content }}
|
{{ this.claim_content }}
|
||||||
</section>
|
</section>
|
||||||
<section class="header__sub_claim">
|
<section class="header__sub_claim">
|
||||||
<div class="sub_claim__box">
|
<div class="sub_claim__box">
|
||||||
{{ this.subclaim_heading }}
|
<h2>{{ this.subclaim_heading }}</h2>
|
||||||
{{ this.subclaim_content }}
|
{{ this.subclaim_content }}
|
||||||
</div>
|
</div>
|
||||||
<!-- TODO: Zielseite für "MEMBER WERDEN"-Button -->
|
<!-- TODO: Zielseite für "MEMBER WERDEN"-Button -->
|
||||||
|
Loading…
Reference in New Issue
Block a user