-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (117 loc) · 5.26 KB
/
index.html
File metadata and controls
124 lines (117 loc) · 5.26 KB
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
---
title: My Ocean Sampling Day
layout: default
published: true
---
<!-- Banner -->
<section id="banner">
<header>
<h3>My Ocean Sampling Day: <em>Meer entdecken!</em> </h3>
<!-- a href="{{ site.baseurl }}/mitmachen" class="button">Mitmachen</a -->
</header>
</section>
<!-- Highlights -->
<section class="wrapper style1">
<div class="container">
<div class="row double">
<section class="4u">
<div class="box highlight">
<a href="{{ site.baseurl }}/projekt">
<div class="bg-image bg-project"></div>
</a>
<h3>Projekt</h3>
<p><a href="{{ site.baseurl }}/projekt" class="no-decoration">Warum wollen wir mehr über den Ozean wissen? MyOSD ist immer zur Sommer-Sonnenwende am 21. Juni - seit 2014.</a></p>
</div>
</section>
<section class="4u">
<div class="box highlight">
<a href="{{ site.baseurl }}/mitmachen">
<div class="bg-image bg-participate"></div>
</a>
<h3>Mitmachen</h3>
<p><a href="{{ site.baseurl }}/mitmachen" class="no-decoration">Hier gibt es Details zur Aktion im Wissenschaftsjahr am 21. Juni 2016.</a></p>
</div>
</section>
<section class="4u">
<div class="box highlight">
<a href="{{ site.baseurl }}/status">
<div class="bg-image bg-status"></div>
</a>
<h3>Status</h3>
<p><a href="{{ site.baseurl }}/status" class="no-decoration">Was passiert gerade? Wo werden
Proben genommen? Welche Ergebnisse haben wir?</a></p>
</div>
</section>
</div>
</div>
</section>
<section class="wrapper style2">
<div class="container">
<header class="major">
<h2>Triff die MyOSD Bakterien</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/5C6fgSX5fq0" frameborder="0" allowfullscreen></iframe>
<h2>Was passiert jetzt mit Euren Proben?</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/EOdb_SZASl4" frameborder="0" allowfullscreen></iframe>
<h2>MyOSD Deutschland 2016. Sammeln. Forschen. Meer Entdecken.</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/IWORZO9y0AI" frameborder="0" allowfullscreen></iframe>
</header>
</div>
</section>
<section class="wrapper style1">
<div class="container">
<header class="major">
<h2>Interesse, Fragen oder Anregungen?</h2>
<p><a href="mailto:myosd-contact@microb3.eu"><i class="fa fa-envelope fa-fw"></i> Schreibt uns </a>
<a href="https://twitter.com/Micro_B3" class="icon fa-twitter"><span class="label">Twitter</span> Twitter </a>
<a href="https://www.facebook.com/microb3osd" class="icon fa-facebook-square"><span class="label">Facebook</span> Facebook</a></p>
<p>#myosd #oceansamplingday #citizenscience #meereundozeane</p>
</header>
</div>
</section>
<!-- Posts -->
<section class="wrapper style2">
<div class="container">
<header class="major">
<h2>Aktuelles</h2>
</header>
<div class="row">
{% assign postCounter = 0 %}
{% for post in site.posts %}
{% if postCounter < 4 and post.published %}
{% if postCounter == 2 and post.published %}
</div>
<div class="row">
{% endif%}
{% assign postCounter = postCounter | plus: 1 %}
<section class="6u">
<div class="box post">
{% if post.featured %}
<a href="{{ site.baseurl }}{{ post.url }}" class="image left">
<img src="{{ site.baseurl }}{{ post.featured }}" alt="">
</a>
{% endif%}
<div class="inner">
<h3>{{ post.title }}</h3>
<p>{{ post.excerpt }}</p>
<footer>
<a href="{{ site.baseurl }}{{ post.url }}" class="button">Weiter lesen</a>
</footer>
</div>
</div>
</section>
{% endif%}
{% endfor %}
</div>
</div>
</section>
<section class="wrapper style1">
<div class="container">
<header class="major">
<h2>Weitere Infos & Pressematerialien</h2>
<p style="border-style: none"><a href="https://owncloud.mpi-bremen.de/index.php/s/rfGyOVLH3Vpl1ok?path=/0_MyOSD_Flyer_Plakat"> <span class="label">Infos, Flyer & Plakat</span></a></p>
<p style="border-style: none"><a href="https://owncloud.mpi-bremen.de/index.php/s/rfGyOVLH3Vpl1ok?path=/2_MyOSD_OSD_Videos" <span class="label">Videos</span></a></p>
<p style="border-style: none"><a href="https://owncloud.mpi-bremen.de/index.php/s/rfGyOVLH3Vpl1ok?path=/1_MyOSD_OSD_Pictures" <span class="label">Presse & Bilder</span></a></p>
<h3><a href="https://owncloud.mpi-bremen.de/index.php/s/rfGyOVLH3Vpl1ok?path=/3_MyOSD_Uploads"> <span class="label">Hast Du tolle Bilder und Videos, lade sie hier hoch!</span></a></h3>
</header>
</div>
</section>