forked from ag_kommunikation/webseite
Merge branch 'master' of git.vebit.xyz:vebit/wtf-public-website
This commit is contained in:
commit
303c14f3b9
@ -488,7 +488,7 @@ h2 {
|
||||
font-family: 'Noto Serif';
|
||||
font-size: 2rem;
|
||||
line-height: 1.1em;
|
||||
margin-top: 1em;
|
||||
margin: 1em 0 0.25em 0;
|
||||
}
|
||||
|
||||
.content__inner_third_heading {
|
||||
|
@ -5,7 +5,7 @@ title: Beitreten zur WTF Kooperative eG
|
||||
body:
|
||||
|
||||
Willkommen bei der WTF Kooperative eG! Schön, dass Du Mitglied werden möchtest!
|
||||
<br>
|
||||
|
||||
Als Hacker hast Du natürlich unsere [Charta](/mitglieder/charta) verinnerlicht und lebst nach ihr.
|
||||
Außerdem solltest Du vorher mal einen Blick in [unsere Satzung](/mitglieder/satzung/) und die Beitragsordnung *(die sind bei den [Dokumenten](/dokumente/) zu finden)* geworfen haben und mit ihnen einverstanden sein.
|
||||
|
||||
@ -13,12 +13,11 @@ Die **Dokumente für den Mitgliedsantrag** findest Du unter [wtf-eg.de/dokumente
|
||||
|
||||
## Prozess des Mitglied werden
|
||||
|
||||
<br>
|
||||
Um Mitglied zu werden, fülle bitte die Beitrittserklärung aus und schicke ihn per Post zu unserem Hamburger Office. Fülle bitte ebenfalls den Fragebogen aus, damit wir erfahren, wer Du bist, und wir Dich in unserer Genossenschaft Willkommen heißen können. Der Fragebogen darf gerne auch per (auch PGP verschlüsselter) Mail an unser Office gesendet werden.
|
||||
|
||||
|
||||
## Und dann?
|
||||
<br>
|
||||
|
||||
Der Vorstand wird Deinen Antrag prüfen und Du wirst eine Rückmeldung von unserem Office erhalten.
|
||||
|
||||
---
|
||||
|
7
content/nasa-space-shuttle.jpg.lr
Normal file
7
content/nasa-space-shuttle.jpg.lr
Normal file
@ -0,0 +1,7 @@
|
||||
_model: image
|
||||
---
|
||||
description: STS-57 Endeavour, OV-105, framed by Florida vegetation, lifts off from KSC LC
|
||||
---
|
||||
photographer: Unbekannt
|
||||
---
|
||||
copyright: 1993, Public domain by NASA
|
16
models/image.ini
Normal file
16
models/image.ini
Normal file
@ -0,0 +1,16 @@
|
||||
[model]
|
||||
name = image
|
||||
label = Image
|
||||
|
||||
[fields.description]
|
||||
label = Description
|
||||
type = string
|
||||
|
||||
[fields.photographer]
|
||||
label = Photographer
|
||||
type = string
|
||||
|
||||
[fields.copyright]
|
||||
label = Copyright
|
||||
type = string
|
||||
|
@ -62,7 +62,19 @@
|
||||
{% for child in children %}
|
||||
{% if loop.index <= 3 %}
|
||||
<li class="primary_nav__sub_navitem {%- if this._path == href %} -active{%- endif %}">
|
||||
<a class="primary_nav__navlink {% if this._path == href %}-active{% endif %}" href="{{ href|url }}">
|
||||
<a class="primary_nav__navlink {% if this._path == href %}-active{% endif %}" href="{{ child.url_path }}">
|
||||
{{ child.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if sub_title == 'Podcast' %}
|
||||
{% set children = site.get(href).children %}
|
||||
{% for child in children %}
|
||||
{% if loop.index <= 3 %}
|
||||
<li class="primary_nav__sub_navitem {%- if this._path == href %} -active{%- endif %}">
|
||||
<a class="primary_nav__navlink {% if this._path == href %}-active{% endif %}" href="{{ child.url_path }}">
|
||||
{{ child.title }}
|
||||
</a>
|
||||
</li>
|
||||
|
@ -62,7 +62,19 @@
|
||||
{% for child in children %}
|
||||
{% if loop.index <= 3 %}
|
||||
<li class="primary_nav__sub_navitem {%- if this._path == href %} -active{%- endif %}">
|
||||
<a class="primary_nav__navlink {% if this._path == href %}-active{% endif %}" href="{{ href|url }}">
|
||||
<a class="primary_nav__navlink {% if this._path == href %}-active{% endif %}" href="{{ child.url_path }}">
|
||||
{{ child.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if sub_title == 'Podcast' %}
|
||||
{% set children = site.get(href).children %}
|
||||
{% for child in children %}
|
||||
{% if loop.index <= 3 %}
|
||||
<li class="primary_nav__sub_navitem {%- if this._path == href %} -active{%- endif %}">
|
||||
<a class="primary_nav__navlink {% if this._path == href %}-active{% endif %}" href="{{ child.url_path }}">
|
||||
{{ child.title }}
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user