This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
134 lines (126 loc) · 6.31 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
layout: default
---
<!-- hero -->
<div class="row">
<section class="hero home col-xs-24">
<div class="logo">
<img src="{{ site.baseurl }}/assets/img/static/edulabs-logo.svg"/>
</div>
</section>
</div>
<!-- intro -->
<div class="row">
<section class="section col-xs-24">
<div class="content-wrap">
<!-- INSPECT: {{ site.dw | inspect}} -->
<h1 class="regular">edulabs fördert offene & zeitgemäße Bildung</h1>
<p>Wie lässt sich Lernen offen gestalten? Wir unterstützen und vernetzen Menschen, die neue, digitale Bildungsformate entwickeln und unter freien Lizenzen teilen.</p>
</div>
<div class="content-wrap btn-wrap">
<a class="edu-btn black" href="/about" target="_blank">Über das Projekt</a>
</div>
</section>
</div>
<!-- Angebote -->
<div class="row">
<section id="labs" class="section green col-xs-24">
<div class="content-wrap">
<h2 class="section-headline">Angebote</h2>
<p>Das Projekt arbeitet auf den folgenden Ebenen, um zeitgemäße Bildung voranzubringen</p>
</div>
<!-- teasers -->
{% include partials/offer-teasers.liquid %}
</section>
</div>
<!-- themen -->
<div class="row">
<section class="section col-xs-24">
<div class="content-wrap topic-wrap">
<h2 class="section-headline">Themen</h2>
<h3 class="about-subline blue">edulabs engagiert sich in den folgenden Bereichen</h3>
<div class="col-md-12">
<img class="topic-img" src="/assets/img/static/Global_Open_Educational_Resources_Logo.svg"/>
<div class="lizenzhinweis">Das OER Global Logo von 2012 Jonathas Mello <a href="http://www.jonathasmello.com/">www.jonathasmello.com</a><br>steht unter der Lizenz Creative Commons Attribution 3.0 Unported (<a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>) via <a href="http://www.unesco.org/new/en/communication-and-information/access-to-knowledge/open-educational-resources/global-oer-logo/">UNESCO</a>.</div>
</div>
<div class="col-md-12 subpage-content">
<ul class ="topic-list">
<li><strong>Open Source & digital gestützte Methoden:</strong><br>edulabs unterstützt innovative Formate, die Medienbildung fördern und frei nachnutzbar sind.</li>
<li><strong>Zeitgemäße Bildung:</strong><br>Wir fördern partizipative und kompetenzorientierte Bildungsformate.</li>
<li><strong>Open Educational Resources:</strong><br>Wir helfen bei der Verbreitung und Entwicklung von frei lizenzierten Bildungsmaterialien <a href="/about/OER" target="_blank">...Mehr</a></li>
</ul>
</div>
</div>
<div class="content-wrap topic-wrap btn-wrap" style="clear: both;">
<a class="edu-btn black" href="/about" target="_blank">Über das Projekt</a>
</div>
</section>
</div>
<!-- blog -->
<div class="row">
<section class="section green col-xs-24">
<div class="content-wrap">
<h2 class="section-headline">Aus dem Blog</h2>
</div>
<!-- blog teasers -->
<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 black" href="/blog" target="_blank">Alle anzeigen</a>
</div>
</section>
</div>
<!-- OER-Sammlung -->
<div class="row">
<section class="section col-xs-24">
<div class="content-wrap">
<h2 class="section-headline">Zeitgemäße Unterrichtsideen</h2>
<p style="padding-bottom: 1em">Die edulabs-Redaktion empfiehlt ausgewählte Unterrichtsideen, um zeitgemäße Bildung und Partizipation zu fördern. Alle Materialien findet ihr in der folgenden Sammlung:</p>
</div>
<a href="{{ site.baseurl }}/oer" target="_blank"><img class="img-responsive" src="/assets/img/static/oer_filters_frontpage.jpg"/></a>
<div class="content-wrap btn-wrap">
<a class="edu-btn black" href="{{ site.baseurl }}/oer" target="_blank">Zur Sammlung</a>
</div>
</section>
</div>
<!-- Projekte und Initiativen -->
<div class="row">
<section class="section green col-xs-24">
<div class="content-wrap">
<h2 class="section-headline">Projekte und Initiativen</h2>
<p>Die edulabs-Community setzt sich mit zahlreichen Initiativen für zeitgemäße, offene Bildung ein. Werde Teil der Community, unterstütze Projekte oder starte dein eigenes Vorhaben.</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>
<!-- über das projekt -->
<div class="row">
<section class="section col-xs-24">
<div class="content-wrap">
<h2 class="section-headline">Über das Projekt</h2>
<h3 class="blue about-subline">Wie lässt sich offene Bildung mit digital gestützten Methoden
gestalten? </h3>
<p>edulabs versteht sich als überregionaler Inkubator, in dem Menschen ihre didaktischen, technischen und gestalterischen Fähigkeiten einsetzen, um zusammen innovative und nachnutzbare Bildungsmaterialien zu entwickeln.</p>
</div>
<div class="content-wrap btn-wrap">
<a class="edu-btn black" href="/about" target="_blank">mehr</a>
</div>
</section>
</div>
<!-- include mitmachen section -->
{% include partials/sections/apply.liquid %}