forked from Forum-Informationsfreiheit/offenewahlen_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (67 loc) · 4.58 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
---
layout: default
comments: false
home: true
---
<div class="start-banner">
<div class="container">
<h1 class="start-headline">Offene Wahlen Österreich</h1>
<h4 class="col-sm-10 col-sm-offset-1 lead-in-ok">Ein Community-Projekt, getragen von <a href="http://www.okfn.at">Open Knowledge Österreich</a>.</h4>
<div class="col-xs-12 col-sm-5">
<img class="logo" src="{{ site.staticurl }}logos/ballot-box.svg" alt="Offene Wahlen AT" />
</div>
<div class="col-xs-12 col-sm-offset-1 col-sm-6">
<h2 class="lead-in-tag">Offene Daten bei Wahlen - <br/>für mehr Beteiligung, Transparenz und Innovation.</h2>
<div id="call-to-action">
<h4 class="lead lead-in-newsletter text-left">Melde dich für den Newsletter an und bleib am Laufenden!</h4>
<div id="mc_embed_signup">
<form action="//okfn.us6.list-manage.com/subscribe/post?u=fad98e7fc5a76b79765f0c2b5&id=6b3001676b" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form-inline row" target="_blank" novalidate>
<div class="mc-field-group form-group col-xs-12 col-sm-7">
<input type="email" value="" name="EMAIL" class="form-control required email" id="mce-EMAIL">
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_fad98e7fc5a76b79765f0c2b5_6b3001676b" tabindex="-1" value=""></div>
<button type="submit" class="col-sm-offset-1 col-sm-4 col-xs-12 button btn btn-default" type="submit" value="Anmelden" name="subscribe" id="mc-embedded-subscribe">Anmelden</button>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</form>
</div>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</div>
</div>
<div class="introduction">
<div class="container">
<h2 class="col-xs-12 text-center">Aktivitäten</h2>
<div class="row">
<div class="col-xs-12 col-md-4 text-center">
<a href="http://nrw17.offenewahlen.at" title="#NRW17"><img src="{{ site.staticurl }}pages/nrw17.png" alt="Screenshot" class="img-rounded"></a>
<h3 class="text-center"><i class="fa fa-bar-chart" aria-hidden="true"></i> #NRW17 Visualisierung</h3>
<p>Erstellen einer Wahldaten-Visualisierung für die Nationalratswahl mittels einer Open-Source Django-App. Nähere Infos gibt es im <a href="https://github.com/OKFNat/offenewahlen-nrw17/wiki" title="Wiki">Wiki</a>.</p>
</div>
<div class="col-xs-12 col-md-4 text-center">
<a href="https://github.com/OKFNat/offenewahlen-api-specification" title="Open Data API Specifications"><img src="{{ site.staticurl }}pages/datenstandard.png" alt="Datenstandard" class="img-rounded"></a>
<h3><i class="fa fa-file-code-o" aria-hidden="true"></i> Offener Datenstandard</h3>
<p>Erstellen eines offenen Datenstandards für Wahldaten. Dieser wird dann für die <a href="http://api.offenewahlen.at" title="Offene Wahldaten API">Offene Wahldaten API</a> verwendet.</p>
</div>
<div class="col-xs-12 col-md-4 text-center">
<a href="/forderungen-v1" title="Forderungen"><img src="{{ site.staticurl }}blog/2016/10/forderungen.png" alt="Screenshot Forderungen" class="img-rounded"></a>
<h3><i class="fa fa-pencil" aria-hidden="true"></i> Forderungen für Wahlrechtsreform</h3>
<p>Ausarbeiten von <a href="/forderungen-v1" title="Forderungen">Forderungen</a> an das <strong>Innenministerium und die Parteien</strong> zur kommenden <strong>Wahlrechtsreform</strong>.</p>
</div>
</div>
</div>
</div>
<div class="beitragen text-center">
<div class="container padded-row">
<div class="col-sm-offset-1 col-sm-10 col-xs-12">
<h2 class="">Wir brauchen deine Unterstützung!</h2>
<h4>Je mehr Menschen sich an unserer Initiative beteiligen, desto mehr können wir erreichen. Wir freuen uns über jeden noch so kleinen Beitrag zu diesem Projekt!</h4>
</div>
<a href="{{ site.baseurl }}/beitragen" class="col-xs-12 col-sm-8 col-sm-offset-2"><button class="button-full-red">Beitragen</button></a>
</div>
</div>