Waffel backen
This commit is contained in:
parent
7d3070324d
commit
73185f352d
7 changed files with 15 additions and 18 deletions
|
@ -2,12 +2,13 @@
|
|||
|
||||
[de]
|
||||
description = Die Toolbox Bodensee e.V. ist ein gemeinnütziger Maker- und Hackspace in Markdorf am Bodensee!
|
||||
api_url = /hunger/
|
||||
api_url = /#tourdaten
|
||||
api_url_open = /hunger/
|
||||
api_space = Waffel
|
||||
api_open = geöffnet
|
||||
api_open = wird gebacken
|
||||
api_closed = stillstand
|
||||
api_opening_time = Normalerweise mindestens jeden Donnerstag Abend ab 18 Uhr für jeden geöffnet.
|
||||
api_open_text = Das Vereinsheim ist gerade offen. Komm gerne vorbei, solange wir noch da sind.
|
||||
api_opening_time = Lust auf Waffeln? Lade uns doch zu einem chaosnahen event bei dir ein!
|
||||
api_open_text = Es gibt gerade Waffeln! Wo genau? Das erfährst du auf c3woc.de/hunger/
|
||||
blog_von = Geschrieben von
|
||||
blog_am = am
|
||||
blog_weiter = weiterlesen
|
||||
|
|
|
@ -16,7 +16,7 @@ label = Start-Slogan
|
|||
type = string
|
||||
|
||||
[fields.teaser]
|
||||
label = Kurz umrissen: was sieht man hier?
|
||||
label = Kurz umrissen: Was siehtg man hier?
|
||||
type = text
|
||||
|
||||
[fields.content]
|
||||
|
|
|
@ -16,7 +16,7 @@ label = Start-Slogan
|
|||
type = string
|
||||
|
||||
[fields.teaser]
|
||||
label = Kurz umrissen: was sieht man hier?
|
||||
label = Kurz umrissen: Was siehtg man hier?
|
||||
type = text
|
||||
|
||||
[fields.p1]
|
||||
|
|
|
@ -76,13 +76,6 @@ flow_blocks = startpage_section
|
|||
[fields.icons_header]
|
||||
label = 4. Abschnitt: Überschrift
|
||||
type = string
|
||||
width = 2/3
|
||||
|
||||
[fields.four_id]
|
||||
type = string
|
||||
label = HTML ID (4. Abschn.)
|
||||
default = 'tourdaten'
|
||||
width = 1/3
|
||||
|
||||
[fields.icons_text]
|
||||
label = 4. Abschnitt: Text
|
||||
|
|
|
@ -16,7 +16,7 @@ label = Start-Slogan
|
|||
type = string
|
||||
|
||||
[fields.teaser]
|
||||
label = Kurz umrissen: was sieht man hier?
|
||||
label = Kurz umrissen: Was siehtg man hier?
|
||||
type = text
|
||||
|
||||
[fields.precontent]
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
<h1 id="logo">
|
||||
<div class="tooltip">
|
||||
<a id="tb-opened" class="button tb-opened navbar special" href="{%
|
||||
if bag('translate', this.alt, 'api_url') %}{{ bag('translate', this.alt, 'api_url') }}{%
|
||||
else %}{{ bag('translate', 'de', 'api_url') }}{% endif
|
||||
if bag('translate', this.alt, 'api_url_open') %}{{ bag('translate', this.alt, 'api_url_open') }}{%
|
||||
else %}{{ bag('translate', 'de', 'api_url_open') }}{% endif
|
||||
%}">{%
|
||||
if bag('translate', this.alt, 'api_space') %}{{ bag('translate', this.alt, 'api_space') }}{%
|
||||
else %}{{ bag('translate', 'de', 'api_space') }}{% endif %} {%
|
||||
|
|
|
@ -52,8 +52,11 @@
|
|||
{% endfor %}
|
||||
|
||||
<!-- Four -->
|
||||
<section id="{{ this.four_id }}" class="fade-up"></section>
|
||||
<section id="scroll-{{ this.sections.blocks|count + 2 }}" class="wrapper style1 special fade-up">
|
||||
<section id="scroll-{{ this.sections.blocks|count + 2 }}" class="special wrapper fade-up"></section>
|
||||
<section id={%
|
||||
if this.four_id|length %}"{{ this.four_id }}"{%
|
||||
else %}"tourdaten"{%
|
||||
endif %} class="wrapper style1 special fade-up">
|
||||
<div class="container">
|
||||
<header class="major">
|
||||
<h2>{{ this.icons_header }}</h2>
|
||||
|
|
Loading…
Reference in a new issue