spielwiese #201
@ -1,33 +0,0 @@
|
||||
[block]
|
||||
name = Flow Boxes Section
|
||||
button_label = Flow Boxes Section
|
||||
label = {{ this.title }}
|
||||
|
||||
[fields.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 = string
|
||||
width = 1/2
|
||||
|
||||
[fields.claim_boxes]
|
||||
label = Small Box
|
||||
type = flow
|
||||
flow_blocks = flow_claim_boxes
|
@ -1,30 +0,0 @@
|
||||
[block]
|
||||
name = One Box Section
|
||||
button_label = One Box Section
|
||||
label = {{ this.title }}
|
||||
|
||||
[fields.title]
|
||||
label = Titel
|
||||
type = string
|
||||
width = 1/2
|
||||
|
||||
[fields.box_image]
|
||||
label = Box Image
|
||||
description = Upload a Image to select it here
|
||||
type = select
|
||||
source = record.attachments.images
|
||||
width = 1/2
|
||||
|
||||
[fields.box_content]
|
||||
label = Box Content
|
||||
type = markdown
|
||||
|
||||
[fields.box_link]
|
||||
label = Link Text
|
||||
type = string
|
||||
width = 1/2
|
||||
|
||||
[fields.box_url]
|
||||
label = Link Adresse
|
||||
type = string
|
||||
width = 1/2
|
@ -1,3 +0,0 @@
|
||||
[block]
|
||||
name = Seperator
|
||||
button_label = Seperator
|
@ -1,28 +0,0 @@
|
||||
[block]
|
||||
name = Social Media Link
|
||||
button_label = Social Media Link
|
||||
label = {{ this.title }}
|
||||
|
||||
[fields.sm_what]
|
||||
label = Einleitung
|
||||
description = Folge uns auf ...
|
||||
type = string
|
||||
width = 1/2
|
||||
|
||||
[fields.title]
|
||||
label = Link Titel
|
||||
description = ... zB. Mastodon
|
||||
type = string
|
||||
width = 1/2
|
||||
|
||||
[fields.sm_link]
|
||||
label = Social Media Link
|
||||
description = example.com/@wtf
|
||||
type = url
|
||||
width = 1/2
|
||||
|
||||
[fields.sm_image]
|
||||
label = Social Media Icon
|
||||
description = /images/mastodon_logo.svg
|
||||
type = string
|
||||
width = 1/2
|
@ -1,12 +0,0 @@
|
||||
[block]
|
||||
name = Flow Text Section
|
||||
button_label = Flow Text Section
|
||||
label = {{ this.title }}
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
type = string
|
||||
|
||||
[fields.body]
|
||||
label = Body
|
||||
type = markdown
|
@ -1,9 +0,0 @@
|
||||
[block]
|
||||
name = Flow Three Box Section
|
||||
button_label = Flow Three Box Section
|
||||
label = Three Box Section
|
||||
|
||||
[fields.inner_box]
|
||||
label = One Box
|
||||
type = flow
|
||||
flow_blocks = flow_one_innerbox_section
|
@ -1,29 +0,0 @@
|
||||
<!-- Icon boxes - start -->
|
||||
<section class="content">
|
||||
<div class="content__box">
|
||||
<div class="content__inner_box -card_box_head">
|
||||
<div class="flex_heading">
|
||||
<h2>{{ this.title }}</h2>
|
||||
</div>
|
||||
<div class="claim">
|
||||
<div class="claim__background_box">
|
||||
<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="{{ 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">
|
||||
{% for card in this.claim_boxes.blocks %}
|
||||
{{ card }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<!-- Icon boxes - end -->
|
@ -1,15 +0,0 @@
|
||||
<div class="content__inner_third_box">
|
||||
<h2 class="content__inner_third_heading">{{ this.title }}</h2>
|
||||
{% if this.box_image is defined and this.box_image != '' %}
|
||||
{% set image = record.attachments.images.get(this.box_image) %}
|
||||
<img class="content__inner_third_image" class="content__half_box_image" src="{{ image|url }}" width="{{ image.width / 2 }}" alt="Startendes Space Shuttle" srcset="{{ image.thumbnail(image.width / 2)|url }} 1x, {{ image|url }} 2x">
|
||||
{% endif %}
|
||||
{{ this.box_content }}
|
||||
<div class="content__button_box">
|
||||
<button class="content__button">
|
||||
<a class="content__inner_third_button_link" href="{{ this.box_url }}">{{ this.box_link }}</a>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
<hr class="body__separator" noshade="" size="1">
|
@ -1,5 +0,0 @@
|
||||
<p>{{ this.sm_what }}{{ ' ' }}
|
||||
{%- if this.title is defined and this.title != '' -%}
|
||||
<a href="{{ this.sm_link }}">{{ this.title }}</a>
|
||||
{%- endif -%}
|
||||
 <a href="{{ this.sm_link }}"><img class="content__inline_image" src="{{ this.sm_image }}" alt="{{ this.title }} Logo" height="16px"></a></p>
|
@ -1,5 +0,0 @@
|
||||
<div class="content__box -columns">
|
||||
<div class="content__inner_box">
|
||||
{{ this.body }}
|
||||
</div>
|
||||
</div>
|
@ -1,46 +0,0 @@
|
||||
<!-- 1/3 Layout - start -->
|
||||
<section class="content">
|
||||
<div class="content__third_box">
|
||||
{% for inner in this.inner_box.blocks %}
|
||||
{{ inner }}
|
||||
{% endfor %}
|
||||
{#
|
||||
<div class="content__inner_third_box">
|
||||
<h2 class="content__inner_third_heading">
|
||||
Zusammen Arbyten, die eigene Idee fliegen sehen.
|
||||
</h2>
|
||||
{% if this.attachments.images %}
|
||||
{% for image in this.attachments.images %}
|
||||
<img class="content__inner_third_image" src="{{ image|url }}" width="{{ image.width / 2 }}" alt="Startendes Space Shuttle" srcset="{{ image.thumbnail(image.width / 2)|url }} 1x, {{ image|url }} 2x">
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<p>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.
|
||||
</p>
|
||||
<div class="content__button_box">
|
||||
<button class="content__button">
|
||||
<a class="content__inner_third_button_link" href="#">Projekte</a>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content__inner_third_box">
|
||||
<h2 class="content__inner_third_heading">
|
||||
Genossenschafts­anteile sind eine Anlage, kein Geschenk.
|
||||
</h2>
|
||||
{% if this.attachments.images %}
|
||||
{% for image in this.attachments.images %}
|
||||
<img class="content__inner_third_image" src="{{ image|url }}" width="{{ image.width / 2 }}" alt="Startendes Space Shuttle" srcset="{{ image.thumbnail(image.width / 2)|url }} 1x, {{ image|url }} 2x">
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<p>Wir bieten useren Mitgliedern nicht nur ein gutes Netzwerk, sondern auch eine sichere Anlagemöglichkeit. Hier kannst Du Dich über die Anlagekriterien informieren.
|
||||
</p>
|
||||
<div class="content__button_box">
|
||||
<button class="content__button">
|
||||
<a class="content__inner_third_button_link" href="#">Kapitalanlage</a>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
#}
|
||||
</div>
|
||||
</section>
|
||||
<!-- 1/3 Layout - end -->
|
Loading…
Reference in New Issue
Block a user