-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
90 lines (82 loc) · 3.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
layout: default
---
<!-- hero -->
<div class="row">
<section class="hero home col-xs-24">
<!-- <h1 class="section-headline slogan white"> Netzwerk offener Werkstätten
Brandenburg </h1> -->
<div class="logo">
<img src="{{ site.baseurl }}/assets/img/static/now-bb_logo.png"/>
</div>
</section>
</div>
<!-- intro -->
<div class="row">
<section class="section col-xs-24">
<div class="content-wrap">
<h2 class="regular">Unser Ziel</h2>
<p>Wir möchten den Austausch von offenen Werkstätten in Brandenburg fördern und ihre Angebote in die Breite tragen. Auf dieser Seite findest du eine Übersicht der verschiedenen Communities - vielleicht ist eine in deiner Nähe?</p>
</div>
<!---
<div class="content-wrap btn-wrap">
<a class="edu-btn black" href="/about" target="_blank">Über das Netzwerk</a>
</div>
-->
</section>
</div>
<!-- blog
<div class="row">
<section class="section green col-xs-24">
<div class="content-wrap">
<h2 class="section-headline white">Aus dem Blog</h2>
</div>
<div class="isotope-wrap col-xs-22 col-xs-push-1 no-padding">
<div class="grid-sizer col-xs-24 col-sm-12 col-md-8 col-lg-6 col-xlg-4"></div>
{% assign posts = site.posts %}
{% for post in posts limit:12 %}
{% if post.visible == 0 %}
{% else %}
{% assign categories = post.categories | join:', ' %}
{% assign categories = "#" | append:categories %}
{% include partials/blog/blog-teaser.liquid date=post.date featured=post.featured url=post.url filter=post.categories categories=categories src=post.teaser_img_src headline=post.title copy=post.teaser %}
{% endif %}
{% endfor %}
</div>
<div class="content-wrap btn-wrap">
<a class="edu-btn white" href="/blog" target="_blank">Alle anzeigen</a>
</div>
</section>
</div>
-->
<!-- Projekte und Initiativen -->
<div class="row">
<section class="section blue col-xs-24">
<div class="content-wrap">
<h2 class="section-headline">Projekte</h2>
<p>Gemeinschaftsprojekte des Netzwerks Offener Werkstätten Brandenburg</p>
</div>
<div class="row">
{% include partials/project/project-isotope.liquid homepage=true %}
</div>
<div class="content-wrap btn-wrap">
<a class="edu-btn black" href="{{ site.baseurl }}/projects" target="_blank">Weitere Projekte</a>
</div>
</section>
</div>
<div class="row ">
<section class="section grey col-xs-24">
<div class="content-wrap">
<h2 class="section-headline black">Das Netzwerk</h2>
<p>Im Folgenden findest du die Werkstätten, die Teil des Netzwerkes sind.</p>
</div>
<div class="row">
{% include partials/lab-teasers.liquid %}
</div>
<div class="content-wrap btn-wrap">
<a class="edu-btn black" href="{{ site.baseurl }}/labs" target="_blank">Zur Übersicht</a>
</div>
</section>
</div>
<!-- include mitmachen section -->
{% include partials/sections/apply.liquid %}