This repository was archived by the owner on Jul 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·209 lines (202 loc) · 6.53 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
---
layout: default
title: Volksentscheid Transparenz
metalinks: yes
---
<!-- About -->
<div class="jumbotron fond__yellow ">
<div class="container-fluid text__black">
<div class="row">
<div class="col-lg-3">
<img
class="img-responsive"
src="/static/img/start-illu.svg"
alt="Volksentscheid Transparenz"
/>
</div>
<div class="col-lg-6 col-lg-offset-1">
<h1>Ein Transparenzgesetz für Berlin!</h1>
<p>
Unser Transparenzgesetz verpflichtet Behörden, bisher geheime Verträge,
Protokolle des Senats, interne Gutachten und vieles mehr zu
veröffentlichen. Die Verwaltung muss diese Informationen kostenlos
online bereitstellen. Dadurch können Bürgerinnen, Journalisten und
Initiativen frühzeitig Einblick in das Handeln von Politik &
Verwaltung erhalten und aktiv werden.
</p>
</div>
</div>
</div>
</div>
<div class="jumbotron fond__grey-bright">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center"><h1>Was passiert wann?</h1></div>
</div>
<div class="row features-block">
<div class="col-lg-12">
<div
id="vertical-timeline"
class="vertical-container light-timeline center-orientation"
>
{% for steps in site.data.index.steps %} {% assign loopindex =
forloop.index | modulo: 2 %}
<div class="vertical-timeline-block">
<div class="navy-bg wow rotateIn">
<i class="fa {{ steps.icon }}"></i>
</div>
<div
class="vertical-timeline-content wow {% if loopindex == 1 %} rotateInUpRight {% else %} rotateInUpLeft {% endif %}"
>
<h2>
<span data-i18n="steps.{{ steps.name.i18n }}">{{
steps.name.detail
}}</span>
</h2>
<p>
<span data-i18n="steps.{{ steps.desc.i18n }}"
>{{ steps.desc.detail }}
</span>
</p>
<span class="vertical-date"
><span data-i18n="steps.{{ steps.date.i18n }}">
{{ steps.date.detail }}
</span>
<br />
<small
><span data-i18n="steps.{{ steps.job.i18n }}">{{
steps.job.detail
}}</span></small
>
</span>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
<div class="jumbotron fond__white">
<div class="container">
<div class="row logo-section">
<div class="col-lg-12"><h4>Eine Initiative von</h4></div>
</div>
<div class="row">
<div class="col-lg-12 ">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<img
class="img-responsive"
src="/static/img/OKFN.png"
alt="Logo OKFDE"
/>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<a href="https://bb.mehr-demokratie.de/"
><img
class="img-responsive" height="50"
src="/static/img/md.png"
alt="Logo Mehr Demokratie"
/></a>
</div>
</div>
<div class="row logo-section">
<div class="col-lg-12"><h4>gemeinsam mit</h4></div>
<div class="col-lg-12">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<a href="https://abgeordnetenwatch.de/"
><img
class="img-responsive"
src="/static/img/aw.png"
alt="Logo Abgeordnetenwatch"
/></a>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<a href="https://www.wikimedia.de/"
><img
class="img-responsive"
src="/static/img/wmde-logo.png"
alt="Logo Wikimedia"
/></a>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<a href="https://digitalegesellschaft.de"
><img
class="img-responsive"
src="/static/img/digiges.png"
alt="Logo Digitale Gesellschaft"
/></a>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<a href="https://netzwerkrecherche.org/"
><img
class="img-responsive"
src="/static/img/nr.png"
alt="Logo Netzwerk Recherche"
/></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 ">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<a href="https://www.ccc.de/"
><img
class="img-responsive"
src="/static/img/CCC.png"
alt="Logo CCC"
/></a>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<a href="https://www.openpetition.de/"
><img
class="img-responsive"
src="/static/img/openpetition-logo.png"
alt="Logo Open Petition"
/></a>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<a href="https://www.fiff.de/"
><img
class="img-responsive"
src="/static/img/fiff.png"
alt="Logo FIfF"
/></a>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<a href="https://www.reporter-ohne-grenzen.de"
><img
class="img-responsive"
src="/static/img/RoG.png"
alt="Logo Reporter ohne Grenzen"
/></a>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="fond__white partner">
<div class="container">
<div class="row text-center">
<div class="col-lg-10 col-lg-offset-2">
<ul class="clearfix">
<li>
<a href="http://www.okfn.de/"><img class="okfn-logo img-responsive" src="/static/img/OKFN.png" alt="OKFN Logo" /></a>
</li>
<li>
<a href="https://datenschule.de/"><img class="cfa-logo img-responsive" width="300px" src="/static/img/datenschule_logo.png" alt="Datenschule" /></a>
</li>
<li>
<img class="google-logo img-responsive" src="/static/img/google.png" alt="Google Logo" />
</li>
</ul>
</div>
</div>
</div>
</div>
-->
<!-- Newsletter -->
{% include newsletter-form.html %}