This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
127 lines (118 loc) · 4.54 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
---
layout: default
home: true
card: true
title: Open Knowledge Foundation Deutschland
description: Offenes Wissen für die digitale Gesellschaft
---
<div class="start-banner">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="start-headline">{% t start.Slogan %}</h1>
</div>
</div>
</div>
</div>
<div class="container start-opener">
<div class="row padded-row">
<div class="col-md-12">
<p class="intro">{% t start.Intro %}</p>
<p class="intro">{% t start.Willkommen %}</p>
</div>
{% assign projects = site.projects %}
{% for project in projects %}
{% capture langcontent %}{{ project[site.lang].stats }}{% endcapture %}
{% if langcontent != '' %}
<div class="col-xs-offset-2 col-xs-8 col-sm-offset-1 col-sm-5 col-md-3 col-md-offset-0">
<div class="showcase">
<a href="{{ site.baseurl }}{{project.url}}"><img src="{{ site.staticurl }}images/{{project.img_square}}" alt="{{project.title | xml_escape}}" class="img-circle"/></a>
<h4 class="kpi">{{ langcontent }}</h4>
<p class="detail">
{% capture teasercontent %}{{ project[site.lang].teaser }}{% endcapture %}
{{ teasercontent }}
</p>
</div>
</div>
{% endif %}
{% endfor %}
</div>
</div>
{% if page.lang == 'en' %}
<div class="fond__blue">
<div class="container padded-row">
<div class="row">
<div class="col-md-12">
<h2>News News News</h2>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-xs-12">
<p>Exciting news from Open Knowledge Foundation Germany: together with <a href="http://algorithmwatch.org">AlgorithmWatch</a> we launched our first mydata project <a href="https://www.startnext.com/openschufa"> OpenSCHUFA</a>, which aims to reconstruct the Schufa (German credit scoring) algorithm with „reverse engineering“. The campaign generated Germany-wide media attention, thousands of personal data requests and over €30.000 in crowdunding.<br>
In addition, we opened the fourth round of our <a href="https://prototypefund.de">Prototype Fund</a> for applications. With the theme 'Power to the users – more sovereignty, security and trust through open source tools', software developers, hackers, and creatives in Germany can apply for funding until 31 March.</p>
</div>
</div>
</div>
</div>
{% endif%}
<div class="light-section">
<div class="container padded-row">
<div class="row">
<div class="col-md-12">
<h2>{% t start.Spenden %}</h2>
</div>
</div>
<div class="row">
<img class="col-md-5 col-md-offset-1" style="max-width: 100%" src="{{ site.staticurl }}images/campaign/okf_adjectives.gif" alt="unabhängig, überparteilich, gemeinnützig"/>
</div>
<div class="row">
<div class="col-sm-7 col-sm-offset-5 col-xs-12">
<p>{% t start.SpendenText %}</p>
<p>
<a href="{{ site.baseurl }}/spenden/" class="highlight-link">{% t start.SpendenJa %}</a>
</p>
</div>
</div>
</div>
</div>
<div class="container padded-row">
<div class="row">
<div class="col-md-12">
<h2>{% t start.AusUnseremBlog %}</h2>
</div>
</div>
<div class="row row-flex row-flex-wrap">
{% assign relatedArray = '' | split:':' %}
{% for post in site.posts limit: 4 %}
{% assign relatedArray = relatedArray | push: post %}
{% endfor %}
{% include post_previews.html posts=relatedArray %}
</div>
</div>
<div id="newsletter" class="dark-section darker">
<div class="container padded-row">
<div class="row">
<div class="col-md-12">
<h2>{% t start.Newsletter %}</h2>
<p>{% t start.NewsletterText %}</p>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-xs-12 padded-top">
<form action="//okfn.us5.list-manage.com/subscribe/post?u=929f1e07936386d34833e20d1&id=4ed2decd59" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="text-center mc-form" target="_blank">
<div class="input-group">
<input type="email" value="" name="EMAIL" class="form-control" id="mce-EMAIL" placeholder="E-Mail" required>
<span class="input-group-btn">
<button type="submit" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default">{% t start.NewsletterJa %}</button>
<span style="position: absolute; left: -5000px;">
<input type="text" name="b_929f1e07936386d34833e20d1_bb63fcab72" value="">
<!-- set to newsletter only-->
<input type="checkbox" value="1" checked="checked" name="group[16985][1]" id="mce-group[16985]-16985-0" style="display:none;">
</span>
</span>
</div>
</form>
</div>
</div>
</div>
</div>