forked from ag_kommunikation/webseite
update background box
This commit is contained in:
parent
f9bea341d9
commit
017a751b81
@ -43,8 +43,6 @@ content_image_alt: Startendes Space Shuttle
|
||||
content_image_src: images.nasa.gov/details-sts057-s-055
|
||||
#### flow_seperator ####
|
||||
#### flow_third_box_section ####
|
||||
title:
|
||||
----
|
||||
inner_box:
|
||||
|
||||
##### flow_one_innerbox_section #####
|
||||
@ -62,26 +60,28 @@ title: Zusammen Arbyten, die eigene Idee fliegen sehen
|
||||
-----
|
||||
box_image: nasa-space-shuttle.jpg
|
||||
-----
|
||||
box_content:
|
||||
|
||||
Wir verstehen uns als Plattform for Hackende, auf der sich mit Gleichgesinnten wirtschaftliche Projekte möglich werden, die es anders nicht gäbe. Wir fördern und bewirtschaften im Kollektiv als Genossenschaft die Leistungen unserer Mitglieder.
|
||||
box_content: Wir verstehen uns als Plattform for Hackende, auf der sich mit Gleichgesinnten wirtschaftliche Projekte möglich werden, die es anders nicht gäbe. Wir fördern und bewirtschaften im Kollektiv als Genossenschaft die Leistungen unserer Mitglieder.
|
||||
-----
|
||||
box_link: Projekte
|
||||
-----
|
||||
box_url:
|
||||
##### flow_one_innerbox_section #####
|
||||
title:
|
||||
|
||||
Genossenschaftsanteile sind eine Anlage, kein Geschenk.
|
||||
title: Genossenschaftsanteile sind eine Anlage, kein Geschenk.
|
||||
-----
|
||||
box_image: nasa-space-shuttle.jpg
|
||||
-----
|
||||
box_content:
|
||||
|
||||
Wir bieten useren Mitgliedern nicht nur ein gutes Netzwerk, sondern auch eine sichere Anlagemöglichkeit. Hier kannst Du Dich über die Anlagekriterien informieren.
|
||||
box_content: Wir bieten useren Mitgliedern nicht nur ein gutes Netzwerk, sondern auch eine sichere Anlagemöglichkeit. Hier kannst Du Dich über die Anlagekriterien informieren.
|
||||
-----
|
||||
box_link: Mitglied werden
|
||||
-----
|
||||
box_url: https://wtf-eg.de/mitglieder/beitreten/
|
||||
#### flow_boxes_section ####
|
||||
title: test
|
||||
title: Vielfältige Vorteile
|
||||
----
|
||||
background_box_title: Sei Teil der Community
|
||||
----
|
||||
background_box_claim: Hackergemeinschaft, Cowdfunding, Crowdbuying, Startup, Ausschreibung, …<br> Wir realisieren gemeinsam Projekte, in bester Genossenschaft.
|
||||
----
|
||||
claim__background_link: Mitglied werden
|
||||
----
|
||||
claim__background_url: https://wtf-eg.de/mitglieder/beitreten/
|
||||
|
@ -4,5 +4,25 @@ button_label = Flow Boxes Section
|
||||
label = {{ this.title }}
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
label = Titel
|
||||
type = string
|
||||
|
||||
[fields.background_box_title]
|
||||
label = Titel Background Box
|
||||
type = string
|
||||
width = 1/3
|
||||
|
||||
[fields.background_box_claim]
|
||||
label = Claim Background Box
|
||||
type = markdown
|
||||
width = 2/3
|
||||
|
||||
[fields.claim__background_link]
|
||||
label = Claim Background Addresse
|
||||
type = string
|
||||
width = 1/2
|
||||
|
||||
[fields.claim__background_url]
|
||||
label = Claim Background URL
|
||||
type = url
|
||||
width = 1/2
|
||||
|
@ -3,20 +3,20 @@
|
||||
<div class="content__box">
|
||||
<div class="content__inner_box -card_box_head">
|
||||
<div class="flex_heading">
|
||||
<h2>Vielfältige Vorteile</h2>
|
||||
<h2>{{ this.title }}</h2>
|
||||
</div>
|
||||
<div class="claim">
|
||||
<div class="claim__background_box">
|
||||
<h2>Werde Teil der Community</h2>
|
||||
<p class="claim__text">Hackergemeinschaft, Cowdfunding, Crowdbuying, Startup, Ausschreibung, …<br>
|
||||
Wir realisieren gemeinsam Projekte, in bester Genossenschaft.</p>
|
||||
<h2>{{ this.background_box_title }}</h2>
|
||||
<div class="claim__text">
|
||||
{{ this.background_box_claim }}
|
||||
</div>
|
||||
</div>
|
||||
<button class="claim__button"><a class="claim__button_link" href="#">MEMBER WERDEN</a></button>
|
||||
<button class="claim__button"><a class="claim__button_link" href="{{ this.claim__background_url }}">{{ this.claim__background_link }}</a></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content__box -card_box -homepage">
|
||||
<div class="content__inner_box -card_box">
|
||||
<div class="card">
|
||||
|
Loading…
Reference in New Issue
Block a user