├── .gitignore
├── CNAME
├── Gemfile
├── Gemfile.lock
├── README.md
├── _config.yml
├── _includes
├── disqus.html
├── footer.html
├── head.html
├── header.html
├── icon-facebook.html
├── icon-github.html
├── icon-github.svg
├── icon-twitter.html
├── icon-twitter.svg
├── piwik.html
├── post_preview_small.html
└── post_previews.html
├── _layouts
├── default.html
├── empty.html
├── page-10.html
├── page-12.html
├── page.html
└── post.html
├── _sass
├── _base.scss
├── _layout.scss
├── _syntax-highlighting.scss
├── bootstrap.scss
├── fontello.scss
├── latolatinfonts.scss
└── leaguespartan.scss
├── assets
├── blog
│ └── 2016
│ │ └── 10
│ │ ├── forderungen.png
│ │ ├── refugeehack.jpg
│ │ ├── saeulen-diagramm.png
│ │ └── website.png
├── fonts
│ ├── LatoLatin
│ │ ├── LatoLatin-Black.eot
│ │ ├── LatoLatin-Black.ttf
│ │ ├── LatoLatin-Black.woff
│ │ ├── LatoLatin-Black.woff2
│ │ ├── LatoLatin-BlackItalic.eot
│ │ ├── LatoLatin-BlackItalic.ttf
│ │ ├── LatoLatin-BlackItalic.woff
│ │ ├── LatoLatin-BlackItalic.woff2
│ │ ├── LatoLatin-Bold.eot
│ │ ├── LatoLatin-Bold.ttf
│ │ ├── LatoLatin-Bold.woff
│ │ ├── LatoLatin-Bold.woff2
│ │ ├── LatoLatin-BoldItalic.eot
│ │ ├── LatoLatin-BoldItalic.ttf
│ │ ├── LatoLatin-BoldItalic.woff
│ │ ├── LatoLatin-BoldItalic.woff2
│ │ ├── LatoLatin-Hairline.eot
│ │ ├── LatoLatin-Hairline.ttf
│ │ ├── LatoLatin-Hairline.woff
│ │ ├── LatoLatin-Hairline.woff2
│ │ ├── LatoLatin-HairlineItalic.eot
│ │ ├── LatoLatin-HairlineItalic.ttf
│ │ ├── LatoLatin-HairlineItalic.woff
│ │ ├── LatoLatin-HairlineItalic.woff2
│ │ ├── LatoLatin-Heavy.eot
│ │ ├── LatoLatin-Heavy.ttf
│ │ ├── LatoLatin-Heavy.woff
│ │ ├── LatoLatin-Heavy.woff2
│ │ ├── LatoLatin-HeavyItalic.eot
│ │ ├── LatoLatin-HeavyItalic.ttf
│ │ ├── LatoLatin-HeavyItalic.woff
│ │ ├── LatoLatin-HeavyItalic.woff2
│ │ ├── LatoLatin-Italic.eot
│ │ ├── LatoLatin-Italic.ttf
│ │ ├── LatoLatin-Italic.woff
│ │ ├── LatoLatin-Italic.woff2
│ │ ├── LatoLatin-Light.eot
│ │ ├── LatoLatin-Light.ttf
│ │ ├── LatoLatin-Light.woff
│ │ ├── LatoLatin-Light.woff2
│ │ ├── LatoLatin-LightItalic.eot
│ │ ├── LatoLatin-LightItalic.ttf
│ │ ├── LatoLatin-LightItalic.woff
│ │ ├── LatoLatin-LightItalic.woff2
│ │ ├── LatoLatin-Medium.eot
│ │ ├── LatoLatin-Medium.ttf
│ │ ├── LatoLatin-Medium.woff
│ │ ├── LatoLatin-Medium.woff2
│ │ ├── LatoLatin-MediumItalic.eot
│ │ ├── LatoLatin-MediumItalic.ttf
│ │ ├── LatoLatin-MediumItalic.woff
│ │ ├── LatoLatin-MediumItalic.woff2
│ │ ├── LatoLatin-Regular.eot
│ │ ├── LatoLatin-Regular.ttf
│ │ ├── LatoLatin-Regular.woff
│ │ ├── LatoLatin-Regular.woff2
│ │ ├── LatoLatin-Semibold.eot
│ │ ├── LatoLatin-Semibold.ttf
│ │ ├── LatoLatin-Semibold.woff
│ │ ├── LatoLatin-Semibold.woff2
│ │ ├── LatoLatin-SemiboldItalic.eot
│ │ ├── LatoLatin-SemiboldItalic.ttf
│ │ ├── LatoLatin-SemiboldItalic.woff
│ │ ├── LatoLatin-SemiboldItalic.woff2
│ │ ├── LatoLatin-Thin.eot
│ │ ├── LatoLatin-Thin.ttf
│ │ ├── LatoLatin-Thin.woff
│ │ ├── LatoLatin-Thin.woff2
│ │ ├── LatoLatin-ThinItalic.eot
│ │ ├── LatoLatin-ThinItalic.ttf
│ │ ├── LatoLatin-ThinItalic.woff
│ │ └── LatoLatin-ThinItalic.woff2
│ ├── LeagueSpartan
│ │ ├── LeagueSpartan-Bold.eot
│ │ ├── LeagueSpartan-Bold.svg
│ │ ├── LeagueSpartan-Bold.ttf
│ │ └── LeagueSpartan-Bold.woff
│ ├── font-awesome
│ │ ├── css
│ │ │ ├── font-awesome.css
│ │ │ └── font-awesome.min.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── less
│ │ │ ├── animated.less
│ │ │ ├── bordered-pulled.less
│ │ │ ├── core.less
│ │ │ ├── fixed-width.less
│ │ │ ├── font-awesome.less
│ │ │ ├── icons.less
│ │ │ ├── larger.less
│ │ │ ├── list.less
│ │ │ ├── mixins.less
│ │ │ ├── path.less
│ │ │ ├── rotated-flipped.less
│ │ │ ├── screen-reader.less
│ │ │ ├── stacked.less
│ │ │ └── variables.less
│ │ └── scss
│ │ │ ├── _animated.scss
│ │ │ ├── _bordered-pulled.scss
│ │ │ ├── _core.scss
│ │ │ ├── _fixed-width.scss
│ │ │ ├── _icons.scss
│ │ │ ├── _larger.scss
│ │ │ ├── _list.scss
│ │ │ ├── _mixins.scss
│ │ │ ├── _path.scss
│ │ │ ├── _rotated-flipped.scss
│ │ │ ├── _screen-reader.scss
│ │ │ ├── _stacked.scss
│ │ │ ├── _variables.scss
│ │ │ └── font-awesome.scss
│ └── fontello
│ │ ├── LICENSE.txt
│ │ ├── fontello.eot
│ │ ├── fontello.svg
│ │ ├── fontello.ttf
│ │ └── fontello.woff
├── logos
│ ├── ballot-box-big.png
│ ├── ballot-box-small.png
│ ├── ballot-box.svg
│ ├── by-small.png
│ ├── by-small.svg
│ ├── by.png
│ ├── by.svg
│ ├── favicon.ico
│ ├── favicon.png
│ ├── logo-buero-der-nachbarschaften.jpg
│ ├── logo-codeweek.jpg
│ ├── logo-dossier.png
│ ├── logo-elevate.png
│ ├── logo-esc.png
│ ├── logo-foi-flat.png
│ ├── logo-foi.png
│ ├── logo-neuwal.png
│ ├── logo-ok-at-weiss-farbe.png
│ ├── logo-ok-at.svg
│ ├── logo-ok-at_trans_weiss.png
│ ├── logo-okm.png
│ ├── logo-open3.jpg
│ ├── logo-openscienceASAP.png
│ ├── logo-spektral.png
│ ├── logo-zurpolitik.png
│ ├── offene-wahlen-big.png
│ ├── offene-wahlen-small.png
│ ├── offene-wahlen_raw.svg
│ ├── open-content.png
│ ├── open-data.png
│ ├── open-knowledge.png
│ ├── wm-at.svg
│ └── wm-at_flach.svg
└── pages
│ ├── 2016-10-19-workshop-spektral
│ ├── JS-Coden-101.pdf
│ ├── balken.html
│ ├── gemeindeergebnisse.csv
│ ├── gemeinden.json
│ ├── presentation-offene-wahlen.pdf
│ ├── template_balken.html
│ ├── template_karte.html
│ └── workshop-spektral.jpg
│ ├── 2016-11-08-webcast
│ └── presentation-offene-wahlen.pdf
│ ├── 2016-11-19-hackathon-metalab
│ ├── opencon-banner.png
│ ├── photo-1.jpg
│ ├── photo-2.jpg
│ ├── photo-3.jpg
│ └── presentation-offene-wahlen.pdf
│ ├── about
│ ├── flooh-perlot.jpg
│ ├── peter.png
│ ├── robert-harm.jpg
│ ├── stefankasberger.jpg
│ └── valentin-klammer.jpg
│ ├── api.png
│ ├── datenstandard.png
│ ├── hackathon.jpg
│ ├── nrw17.png
│ ├── nrw17_2.png
│ ├── tutorial
│ ├── balkendiagramm
│ │ ├── balken_1.jpg
│ │ ├── balken_2.jpg
│ │ ├── balken_3.jpg
│ │ ├── balken_4.jpg
│ │ ├── balken_5.jpg
│ │ ├── console.jpg
│ │ ├── console_funktioniert.jpg
│ │ ├── console_width.jpg
│ │ ├── inspector.jpg
│ │ ├── inspector_svg.jpg
│ │ └── thumb.png
│ ├── karte
│ │ ├── beispiel_bmi.jpg
│ │ ├── beispiel_bmi2.jpg
│ │ ├── gemeindeergebnisse.csv
│ │ ├── gemeinden.json
│ │ ├── karte_1.jpg
│ │ ├── karte_2.jpg
│ │ └── thumb.png
│ └── visualisierungen-generell
│ │ ├── 10_small_multiples.jpg
│ │ ├── 1_pie_chart.jpg
│ │ ├── 2_bar_chart.jpg
│ │ ├── 3_bar_chart_sorted.jpg
│ │ ├── 4_bar_charts_colored.jpg
│ │ ├── 5_bar_chart_skala1.jpg
│ │ ├── 5a_bar_chart_skewed.jpg
│ │ ├── 6_bar_chart_polished.jpg
│ │ ├── 7_bar_chart_finished.jpg
│ │ ├── 8_bundesländer_bars.jpg
│ │ ├── 9_stacked_bars.jpg
│ │ ├── beispiel_bmi.jpg
│ │ └── thumb.png
│ ├── website.png
│ └── wikidata.png
├── css
└── main.scss
├── datenschutz.md
├── forderungen-v1.md
├── impressum.md
├── index.html
├── kontakt.md
├── mitmachen.md
├── ressourcen.md
├── spenden.md
├── termin_arge-digitalisierung.md
├── termin_fh-big-open-data-lv-2017.md
├── termin_hackathon-metalab-doku.md
├── termin_hackathon-metalab.md
├── termin_launch-netzpat.md
├── termin_wahl-daten-party.md
├── termin_wahlreform-jetzt.md
├── termin_webcast-1.md
├── termin_wikidata-wahldaten-workshop.md
├── termin_workshop-spektral-doku.md
├── termin_workshop-spektral.md
├── termine.md
├── tutorial_balkendiagramm.md
├── tutorial_karte.md
├── tutorial_visualisierungen-generell.md
├── tutorials.md
└── ueber-uns.md
/.gitignore:
--------------------------------------------------------------------------------
1 | _site
2 | .sass-cache
3 | .jekyll-metadata
4 | project/
5 |
6 |
--------------------------------------------------------------------------------
/CNAME:
--------------------------------------------------------------------------------
1 | offenewahlen.at
--------------------------------------------------------------------------------
/Gemfile:
--------------------------------------------------------------------------------
1 | source 'https://rubygems.org'
2 | gem 'github-pages', group: :jekyll_plugins
3 |
--------------------------------------------------------------------------------
/Gemfile.lock:
--------------------------------------------------------------------------------
1 | GEM
2 | remote: https://rubygems.org/
3 | specs:
4 | activesupport (7.1.2)
5 | base64
6 | bigdecimal
7 | concurrent-ruby (~> 1.0, >= 1.0.2)
8 | connection_pool (>= 2.2.5)
9 | drb
10 | i18n (>= 1.6, < 2)
11 | minitest (>= 5.1)
12 | mutex_m
13 | tzinfo (~> 2.0)
14 | addressable (2.8.6)
15 | public_suffix (>= 2.0.2, < 6.0)
16 | base64 (0.2.0)
17 | bigdecimal (3.1.5)
18 | coffee-script (2.4.1)
19 | coffee-script-source
20 | execjs
21 | coffee-script-source (1.11.1)
22 | colorator (1.1.0)
23 | commonmarker (0.23.10)
24 | concurrent-ruby (1.2.2)
25 | connection_pool (2.4.1)
26 | dnsruby (1.70.0)
27 | simpleidn (~> 0.2.1)
28 | drb (2.2.0)
29 | ruby2_keywords
30 | em-websocket (0.5.3)
31 | eventmachine (>= 0.12.9)
32 | http_parser.rb (~> 0)
33 | ethon (0.16.0)
34 | ffi (>= 1.15.0)
35 | eventmachine (1.2.7)
36 | execjs (2.9.1)
37 | faraday (2.9.0)
38 | faraday-net_http (>= 2.0, < 3.2)
39 | faraday-net_http (3.1.0)
40 | net-http
41 | ffi (1.16.3)
42 | forwardable-extended (2.6.0)
43 | gemoji (3.0.1)
44 | github-pages (228)
45 | github-pages-health-check (= 1.17.9)
46 | jekyll (= 3.9.3)
47 | jekyll-avatar (= 0.7.0)
48 | jekyll-coffeescript (= 1.1.1)
49 | jekyll-commonmark-ghpages (= 0.4.0)
50 | jekyll-default-layout (= 0.1.4)
51 | jekyll-feed (= 0.15.1)
52 | jekyll-gist (= 1.5.0)
53 | jekyll-github-metadata (= 2.13.0)
54 | jekyll-include-cache (= 0.2.1)
55 | jekyll-mentions (= 1.6.0)
56 | jekyll-optional-front-matter (= 0.3.2)
57 | jekyll-paginate (= 1.1.0)
58 | jekyll-readme-index (= 0.3.0)
59 | jekyll-redirect-from (= 0.16.0)
60 | jekyll-relative-links (= 0.6.1)
61 | jekyll-remote-theme (= 0.4.3)
62 | jekyll-sass-converter (= 1.5.2)
63 | jekyll-seo-tag (= 2.8.0)
64 | jekyll-sitemap (= 1.4.0)
65 | jekyll-swiss (= 1.0.0)
66 | jekyll-theme-architect (= 0.2.0)
67 | jekyll-theme-cayman (= 0.2.0)
68 | jekyll-theme-dinky (= 0.2.0)
69 | jekyll-theme-hacker (= 0.2.0)
70 | jekyll-theme-leap-day (= 0.2.0)
71 | jekyll-theme-merlot (= 0.2.0)
72 | jekyll-theme-midnight (= 0.2.0)
73 | jekyll-theme-minimal (= 0.2.0)
74 | jekyll-theme-modernist (= 0.2.0)
75 | jekyll-theme-primer (= 0.6.0)
76 | jekyll-theme-slate (= 0.2.0)
77 | jekyll-theme-tactile (= 0.2.0)
78 | jekyll-theme-time-machine (= 0.2.0)
79 | jekyll-titles-from-headings (= 0.5.3)
80 | jemoji (= 0.12.0)
81 | kramdown (= 2.3.2)
82 | kramdown-parser-gfm (= 1.1.0)
83 | liquid (= 4.0.4)
84 | mercenary (~> 0.3)
85 | minima (= 2.5.1)
86 | nokogiri (>= 1.13.6, < 2.0)
87 | rouge (= 3.26.0)
88 | terminal-table (~> 1.4)
89 | github-pages-health-check (1.17.9)
90 | addressable (~> 2.3)
91 | dnsruby (~> 1.60)
92 | octokit (~> 4.0)
93 | public_suffix (>= 3.0, < 5.0)
94 | typhoeus (~> 1.3)
95 | html-pipeline (2.14.3)
96 | activesupport (>= 2)
97 | nokogiri (>= 1.4)
98 | http_parser.rb (0.8.0)
99 | i18n (1.14.1)
100 | concurrent-ruby (~> 1.0)
101 | jekyll (3.9.3)
102 | addressable (~> 2.4)
103 | colorator (~> 1.0)
104 | em-websocket (~> 0.5)
105 | i18n (>= 0.7, < 2)
106 | jekyll-sass-converter (~> 1.0)
107 | jekyll-watch (~> 2.0)
108 | kramdown (>= 1.17, < 3)
109 | liquid (~> 4.0)
110 | mercenary (~> 0.3.3)
111 | pathutil (~> 0.9)
112 | rouge (>= 1.7, < 4)
113 | safe_yaml (~> 1.0)
114 | jekyll-avatar (0.7.0)
115 | jekyll (>= 3.0, < 5.0)
116 | jekyll-coffeescript (1.1.1)
117 | coffee-script (~> 2.2)
118 | coffee-script-source (~> 1.11.1)
119 | jekyll-commonmark (1.4.0)
120 | commonmarker (~> 0.22)
121 | jekyll-commonmark-ghpages (0.4.0)
122 | commonmarker (~> 0.23.7)
123 | jekyll (~> 3.9.0)
124 | jekyll-commonmark (~> 1.4.0)
125 | rouge (>= 2.0, < 5.0)
126 | jekyll-default-layout (0.1.4)
127 | jekyll (~> 3.0)
128 | jekyll-feed (0.15.1)
129 | jekyll (>= 3.7, < 5.0)
130 | jekyll-gist (1.5.0)
131 | octokit (~> 4.2)
132 | jekyll-github-metadata (2.13.0)
133 | jekyll (>= 3.4, < 5.0)
134 | octokit (~> 4.0, != 4.4.0)
135 | jekyll-include-cache (0.2.1)
136 | jekyll (>= 3.7, < 5.0)
137 | jekyll-mentions (1.6.0)
138 | html-pipeline (~> 2.3)
139 | jekyll (>= 3.7, < 5.0)
140 | jekyll-optional-front-matter (0.3.2)
141 | jekyll (>= 3.0, < 5.0)
142 | jekyll-paginate (1.1.0)
143 | jekyll-readme-index (0.3.0)
144 | jekyll (>= 3.0, < 5.0)
145 | jekyll-redirect-from (0.16.0)
146 | jekyll (>= 3.3, < 5.0)
147 | jekyll-relative-links (0.6.1)
148 | jekyll (>= 3.3, < 5.0)
149 | jekyll-remote-theme (0.4.3)
150 | addressable (~> 2.0)
151 | jekyll (>= 3.5, < 5.0)
152 | jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
153 | rubyzip (>= 1.3.0, < 3.0)
154 | jekyll-sass-converter (1.5.2)
155 | sass (~> 3.4)
156 | jekyll-seo-tag (2.8.0)
157 | jekyll (>= 3.8, < 5.0)
158 | jekyll-sitemap (1.4.0)
159 | jekyll (>= 3.7, < 5.0)
160 | jekyll-swiss (1.0.0)
161 | jekyll-theme-architect (0.2.0)
162 | jekyll (> 3.5, < 5.0)
163 | jekyll-seo-tag (~> 2.0)
164 | jekyll-theme-cayman (0.2.0)
165 | jekyll (> 3.5, < 5.0)
166 | jekyll-seo-tag (~> 2.0)
167 | jekyll-theme-dinky (0.2.0)
168 | jekyll (> 3.5, < 5.0)
169 | jekyll-seo-tag (~> 2.0)
170 | jekyll-theme-hacker (0.2.0)
171 | jekyll (> 3.5, < 5.0)
172 | jekyll-seo-tag (~> 2.0)
173 | jekyll-theme-leap-day (0.2.0)
174 | jekyll (> 3.5, < 5.0)
175 | jekyll-seo-tag (~> 2.0)
176 | jekyll-theme-merlot (0.2.0)
177 | jekyll (> 3.5, < 5.0)
178 | jekyll-seo-tag (~> 2.0)
179 | jekyll-theme-midnight (0.2.0)
180 | jekyll (> 3.5, < 5.0)
181 | jekyll-seo-tag (~> 2.0)
182 | jekyll-theme-minimal (0.2.0)
183 | jekyll (> 3.5, < 5.0)
184 | jekyll-seo-tag (~> 2.0)
185 | jekyll-theme-modernist (0.2.0)
186 | jekyll (> 3.5, < 5.0)
187 | jekyll-seo-tag (~> 2.0)
188 | jekyll-theme-primer (0.6.0)
189 | jekyll (> 3.5, < 5.0)
190 | jekyll-github-metadata (~> 2.9)
191 | jekyll-seo-tag (~> 2.0)
192 | jekyll-theme-slate (0.2.0)
193 | jekyll (> 3.5, < 5.0)
194 | jekyll-seo-tag (~> 2.0)
195 | jekyll-theme-tactile (0.2.0)
196 | jekyll (> 3.5, < 5.0)
197 | jekyll-seo-tag (~> 2.0)
198 | jekyll-theme-time-machine (0.2.0)
199 | jekyll (> 3.5, < 5.0)
200 | jekyll-seo-tag (~> 2.0)
201 | jekyll-titles-from-headings (0.5.3)
202 | jekyll (>= 3.3, < 5.0)
203 | jekyll-watch (2.2.1)
204 | listen (~> 3.0)
205 | jemoji (0.12.0)
206 | gemoji (~> 3.0)
207 | html-pipeline (~> 2.2)
208 | jekyll (>= 3.0, < 5.0)
209 | kramdown (2.3.2)
210 | rexml
211 | kramdown-parser-gfm (1.1.0)
212 | kramdown (~> 2.0)
213 | liquid (4.0.4)
214 | listen (3.8.0)
215 | rb-fsevent (~> 0.10, >= 0.10.3)
216 | rb-inotify (~> 0.9, >= 0.9.10)
217 | mercenary (0.3.6)
218 | mini_portile2 (2.8.5)
219 | minima (2.5.1)
220 | jekyll (>= 3.5, < 5.0)
221 | jekyll-feed (~> 0.9)
222 | jekyll-seo-tag (~> 2.1)
223 | minitest (5.20.0)
224 | mutex_m (0.2.0)
225 | net-http (0.4.1)
226 | uri
227 | nokogiri (1.16.0)
228 | mini_portile2 (~> 2.8.2)
229 | racc (~> 1.4)
230 | octokit (4.25.1)
231 | faraday (>= 1, < 3)
232 | sawyer (~> 0.9)
233 | pathutil (0.16.2)
234 | forwardable-extended (~> 2.6)
235 | public_suffix (4.0.7)
236 | racc (1.7.3)
237 | rb-fsevent (0.11.2)
238 | rb-inotify (0.10.1)
239 | ffi (~> 1.0)
240 | rexml (3.2.6)
241 | rouge (3.26.0)
242 | ruby2_keywords (0.0.5)
243 | rubyzip (2.3.2)
244 | safe_yaml (1.0.5)
245 | sass (3.7.4)
246 | sass-listen (~> 4.0.0)
247 | sass-listen (4.0.0)
248 | rb-fsevent (~> 0.9, >= 0.9.4)
249 | rb-inotify (~> 0.9, >= 0.9.7)
250 | sawyer (0.9.2)
251 | addressable (>= 2.3.5)
252 | faraday (>= 0.17.3, < 3)
253 | simpleidn (0.2.1)
254 | unf (~> 0.1.4)
255 | terminal-table (1.8.0)
256 | unicode-display_width (~> 1.1, >= 1.1.1)
257 | typhoeus (1.4.1)
258 | ethon (>= 0.9.0)
259 | tzinfo (2.0.6)
260 | concurrent-ruby (~> 1.0)
261 | unf (0.1.4)
262 | unf_ext
263 | unf_ext (0.0.9.1)
264 | unicode-display_width (1.8.0)
265 | uri (0.13.0)
266 |
267 | PLATFORMS
268 | ruby
269 |
270 | DEPENDENCIES
271 | github-pages
272 |
273 | BUNDLED WITH
274 | 1.15.3
275 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Offene Wahlen Österreich
2 | ==============================
3 |
4 | Dies ist die Website (GitHub Page) für das Projekt Offene Wahlen Österreich.
5 |
6 | **[http://offenewahlen.at/](http://offenewahlen.at/)**
7 |
8 | 
9 |
10 | ## Mitmachen
11 |
12 | * **Fehler melden**: Wenn du einen Fehler gefunden hast, erstelle bitte ein [Issue](https://github.com/Forum-Informationsfreiheit/offenewahlen_website/issues/new) dazu. Immer am besten mit Screenshot und möglichst genauer Fehlerbeschreibung.
13 | * **Fehler beheben**: Sieh dir die [Issues](https://github.com/Forum-Informationsfreiheit/offenewahlen_website/issues) an und schließe eines.
14 | * **Lektorat** der Texte
15 | * **Artikel/Tutorial schreiben**: Schreibe einen Artikel bzw. ein Tutorial zu einem Thema rund um Offene Wahlen Österreich
16 | * **Erstelle eine Übersichts-Seite** zu einem Thema: Es gibt noch viele Themenbereiche, die eine Zusammenfassung benötigen.
17 | * Wahlforschung
18 | * Open Data
19 | * Wahlrecht in Österreich
20 | * Tools für die Analyse, Visualierung oder Datenverarbeitung von Wahldaten
21 | * Daten rund um Wahlen
22 | * **Design** verbessern
23 | * Melde deine Datennutzung: wenn du Daten von uns nutzt, meld dich, damit wir dies sichtbar machen können. Damit hilfst du der Open Data Bewegung sehr.
24 | * **[Spenden](https://fragdenstaat.at/spenden/)**: Du kannst uns auch finanziell unterstützen, indem du eine kleine Spende da lässt. Das Geld wird Projekt-bezogen verwendet und dient zum Verbessern der verschiedenen Aktivitäten von Offene Wahlen Österreich - von der API über den Datenstandard bis hin zum Abhalten von Coding-Workshops.
25 |
26 | **Einfach mit uns in [Kontakt](http://offenewahlen.at/kontakt) treten und wir besprechen das nähere.**
27 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | # Welcome to Jekyll!
2 | #
3 | # This config file is meant for settings that affect your whole blog, values
4 | # which you are expected to set up once and rarely need to edit after that.
5 | # For technical reasons, this file is *NOT* reloaded automatically when you use
6 | # 'jekyll serve'. If you change this file, please restart the server process.
7 |
8 | # Site settings
9 | title: Offene Wahlen Österreich
10 | author :
11 | name : Forum Informationsfreiheit
12 | email: office@informationsfreiheit.at
13 | github : Forum-Informationsfreiheit
14 | twitter : amtsgeheimnisAT
15 | facebook : informationsfreiheit.at
16 | description: "Offene Wahlen Österreich ist ein Community-Projekt von Forum Informationsfreiheit, das sich für offene Daten und Transparenz bei Wahlen einsetzt."
17 | baseurl: "" # the subpath of your site, e.g. /blog
18 | #url: "http://offenewahlen.at/" # the base hostname & protocol for your site
19 | url: "http://127.0.0.1:4000/" # the base hostname & protocol for your site
20 | exclude:
21 | - "notes/"
22 | staticurl: /assets/
23 | disqus:
24 | shortname: "offene-wahlen"
25 |
26 |
27 | # Build settings
28 | markdown: kramdown
29 | kramdown:
30 | input: GFM
31 | gems:
32 | - jekyll-sitemap
33 | - jekyll-seo-tag
34 | - jekyll-coffeescript
35 | - jekyll-watch
36 | - jekyll-assets
37 |
--------------------------------------------------------------------------------
/_includes/disqus.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
--------------------------------------------------------------------------------
/_includes/footer.html:
--------------------------------------------------------------------------------
1 |
46 |
--------------------------------------------------------------------------------
/_includes/head.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {% seo %}
7 |
8 |
9 | {% if page.title %}{% else %}{% endif %}
10 | {% if page.url %}{% endif %}
11 | {% if page.excerpt %}
12 | {% else if page.description %}
13 | {% else if site.description %}{% endif %}
14 | {% if page.image %}{% else %}{% endif %}
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/_includes/header.html:
--------------------------------------------------------------------------------
1 |
21 |
--------------------------------------------------------------------------------
/_includes/icon-facebook.html:
--------------------------------------------------------------------------------
1 | {{ include.username }}
2 |
--------------------------------------------------------------------------------
/_includes/icon-github.html:
--------------------------------------------------------------------------------
1 | {% include icon-github.svg %}{{ include.username }}
2 |
--------------------------------------------------------------------------------
/_includes/icon-github.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/_includes/icon-twitter.html:
--------------------------------------------------------------------------------
1 | {{ include.username }}
2 |
--------------------------------------------------------------------------------
/_includes/icon-twitter.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/_includes/piwik.html:
--------------------------------------------------------------------------------
1 |
2 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/_includes/post_preview_small.html:
--------------------------------------------------------------------------------
1 | {% if post.image %}{% endif %}
2 |
3 | {{ post.excerpt | markdownify | strip_html | truncatewords: 16 }}
4 |
5 | von
6 | {% assign authors = "" | split:"|" %}
7 | {% if post.author %}{% assign authors = authors | push: post.author %}{% endif %}
8 | {% for a in post.authors %}{% assign authors = authors | push: a %}{% endfor %}
9 | {% for author in authors %}{{author}}{% unless forloop.last %} und {% endunless %}{% endfor %}
10 |
11 | am {{ post.date | date:"%d.%m.%Y" }}
12 |
13 |
--------------------------------------------------------------------------------
/_includes/post_previews.html:
--------------------------------------------------------------------------------
1 |
2 | {% for post in posts %}
3 | -
4 |
5 | {% include post_preview_small.html %}
6 |
7 |
8 | {% endfor %}
9 |
10 |
--------------------------------------------------------------------------------
/_layouts/default.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {% include head.html %}
5 |
6 |
7 |
8 | {% include header.html %}
9 |
10 |
11 | {% if page.home %}
12 | {{ content }}
13 | {% else %}
14 |
21 |
22 | {{ content }}
23 |
24 | {% endif %}
25 | {% include footer.html %}
26 |
27 |
28 | {% include piwik.html %}
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/_layouts/empty.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {% include head.html %}
5 |
6 |
7 |
8 |
9 |
10 | {% if page.home %}
11 | {{ content }}
12 | {% else %}
13 |
20 |
21 | {{ content }}
22 |
23 | {% endif %}
24 |
25 |
26 | {% include piwik.html %}
27 |
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/_layouts/page-10.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | comments: true
4 | ---
5 |
6 |
7 |
{{ page.title }}
8 |
9 |
10 | {{ content }}
11 |
12 | {% if page.comments %}
13 | {% include disqus.html %}
14 | {% endif %}
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/_layouts/page-12.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | comments: true
4 | ---
5 |
6 |
7 |
{{ page.title }}
8 |
9 |
10 | {{ content }}
11 |
12 | {% if page.comments %}
13 | {% include disqus.html %}
14 | {% endif %}
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/_layouts/page.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | comments: true
4 | ---
5 |
6 |
7 |
{{ page.title }}
8 |
9 |
10 | {{ content }}
11 |
12 | {% if page.comments %}
13 | {% include disqus.html %}
14 | {% endif %}
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/_layouts/post.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
6 |
7 |
21 |
22 |
23 |
24 |
25 |
{{ content }}
26 |
27 |
28 | Teile auf
29 |
30 |
31 |
32 |
33 |
34 | {% if page.comments %}
35 | {% include disqus.html %}
36 | {% endif %}
37 |
38 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/_sass/_base.scss:
--------------------------------------------------------------------------------
1 | /**
2 | * Reset some basic elements
3 | */
4 | body, h1, h2, h3, h4, h5, h6,
5 | p, blockquote, pre, hr,
6 | dl, dd, ol, ul, figure {
7 | margin: 0;
8 | padding: 0;
9 | }
10 |
11 |
12 |
13 | /**
14 | * Basic styling
15 | */
16 | body {
17 | font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
18 | color: $text-color;
19 | background-color: $background-color;
20 | -webkit-text-size-adjust: 100%;
21 | -webkit-font-feature-settings: "kern" 1;
22 | -moz-font-feature-settings: "kern" 1;
23 | -o-font-feature-settings: "kern" 1;
24 | font-feature-settings: "kern" 1;
25 | font-kerning: normal;
26 | }
27 |
28 |
29 |
30 | /**
31 | * Set `margin-bottom` to maintain vertical rhythm
32 | */
33 | h1, h2, h3, h4, h5, h6,
34 | p, blockquote, pre,
35 | ul, ol, dl, figure,
36 | %vertical-rhythm {
37 | margin-bottom: $spacing-unit / 2;
38 | }
39 |
40 |
41 |
42 | /**
43 | * Images
44 | */
45 | img {
46 | max-width: 100%;
47 | vertical-align: middle;
48 | }
49 |
50 |
51 |
52 | /**
53 | * Figures
54 | */
55 | figure > img {
56 | display: block;
57 | }
58 |
59 | figcaption {
60 | font-size: $small-font-size;
61 | }
62 |
63 |
64 |
65 | /**
66 | * Lists
67 | */
68 | ul, ol {
69 | margin-left: $spacing-unit;
70 | }
71 |
72 | li {
73 | > ul,
74 | > ol {
75 | margin-bottom: 0;
76 | }
77 | }
78 |
79 |
80 |
81 | /**
82 | * Headings
83 | */
84 | h1, h2, h3, h4, h5, h6 {
85 | font-weight: $base-font-weight;
86 | }
87 |
88 |
89 |
90 | /**
91 | * Links
92 | */
93 | a {
94 | color: $brand-color;
95 | text-decoration: none;
96 |
97 | &:visited {
98 | color: darken($brand-color, 15%);
99 | }
100 |
101 | &:hover {
102 | color: $text-color;
103 | text-decoration: underline;
104 | }
105 | }
106 |
107 |
108 |
109 | /**
110 | * Blockquotes
111 | */
112 | blockquote {
113 | color: $grey-color;
114 | border-left: 4px solid $grey-color-light;
115 | padding-left: $spacing-unit / 2;
116 | font-size: 18px;
117 | letter-spacing: -1px;
118 | font-style: italic;
119 |
120 | > :last-child {
121 | margin-bottom: 0;
122 | }
123 | }
124 |
125 |
126 |
127 | /**
128 | * Code formatting
129 | */
130 | pre,
131 | code {
132 | font-size: 15px;
133 | border: 1px solid $grey-color-light;
134 | border-radius: 3px;
135 | background-color: #eef;
136 | }
137 |
138 | code {
139 | padding: 1px 5px;
140 | }
141 |
142 | pre {
143 | padding: 8px 12px;
144 | overflow-x: auto;
145 |
146 | > code {
147 | border: 0;
148 | padding-right: 0;
149 | padding-left: 0;
150 | }
151 | }
152 |
153 |
154 |
155 | /**
156 | * Wrapper
157 | */
158 | .wrapper {
159 | max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));
160 | max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
161 | margin-right: auto;
162 | margin-left: auto;
163 | padding-right: $spacing-unit;
164 | padding-left: $spacing-unit;
165 | @extend %clearfix;
166 |
167 | @include media-query($on-laptop) {
168 | max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));
169 | max-width: calc(#{$content-width} - (#{$spacing-unit}));
170 | padding-right: $spacing-unit / 2;
171 | padding-left: $spacing-unit / 2;
172 | }
173 | }
174 |
175 |
176 |
177 | /**
178 | * Clearfix
179 | */
180 | %clearfix {
181 |
182 | &:after {
183 | content: "";
184 | display: table;
185 | clear: both;
186 | }
187 | }
188 |
189 |
190 |
191 | /**
192 | * Icons
193 | */
194 | .icon {
195 |
196 | > svg {
197 | display: inline-block;
198 | width: 16px;
199 | height: 16px;
200 | vertical-align: middle;
201 |
202 | path {
203 | fill: $grey-color;
204 | }
205 | }
206 | }
207 |
--------------------------------------------------------------------------------
/_sass/_layout.scss:
--------------------------------------------------------------------------------
1 | /**
2 | * Site header
3 | */
4 | .site-header {
5 | border-top: 5px solid $grey-color-dark;
6 | border-bottom: 1px solid $grey-color-light;
7 | min-height: 56px;
8 |
9 | // Positioning context for the mobile navigation icon
10 | position: relative;
11 | }
12 |
13 | .site-title {
14 | font-size: 26px;
15 | font-weight: 300;
16 | line-height: 56px;
17 | letter-spacing: -1px;
18 | margin-bottom: 0;
19 | float: left;
20 |
21 | &,
22 | &:visited {
23 | color: $grey-color-dark;
24 | }
25 | }
26 |
27 | .site-nav {
28 | float: right;
29 | line-height: 56px;
30 |
31 | .menu-icon {
32 | display: none;
33 | }
34 |
35 | .page-link {
36 | color: $text-color;
37 | line-height: $base-line-height;
38 |
39 | // Gaps between nav items, but not on the last one
40 | &:not(:last-child) {
41 | margin-right: 20px;
42 | }
43 | }
44 |
45 | @include media-query($on-palm) {
46 | position: absolute;
47 | top: 9px;
48 | right: $spacing-unit / 2;
49 | background-color: $background-color;
50 | border: 1px solid $grey-color-light;
51 | border-radius: 5px;
52 | text-align: right;
53 |
54 | .menu-icon {
55 | display: block;
56 | float: right;
57 | width: 36px;
58 | height: 26px;
59 | line-height: 0;
60 | padding-top: 10px;
61 | text-align: center;
62 |
63 | > svg {
64 | width: 18px;
65 | height: 15px;
66 |
67 | path {
68 | fill: $grey-color-dark;
69 | }
70 | }
71 | }
72 |
73 | .trigger {
74 | clear: both;
75 | display: none;
76 | }
77 |
78 | &:hover .trigger {
79 | display: block;
80 | padding-bottom: 5px;
81 | }
82 |
83 | .page-link {
84 | display: block;
85 | padding: 5px 10px;
86 |
87 | &:not(:last-child) {
88 | margin-right: 0;
89 | }
90 | margin-left: 20px;
91 | }
92 | }
93 | }
94 |
95 |
96 |
97 | /**
98 | * Site footer
99 | */
100 | .site-footer {
101 | border-top: 1px solid $grey-color-light;
102 | padding: $spacing-unit 0;
103 | }
104 |
105 | .footer-heading {
106 | font-size: 18px;
107 | margin-bottom: $spacing-unit / 2;
108 | }
109 |
110 | .contact-list,
111 | .social-media-list {
112 | list-style: none;
113 | margin-left: 0;
114 | }
115 |
116 | .footer-col-wrapper {
117 | font-size: 15px;
118 | color: $grey-color;
119 | margin-left: -$spacing-unit / 2;
120 | @extend %clearfix;
121 | }
122 |
123 | .foi-logo img {
124 | background-color: white;
125 | }
126 |
127 | .footer-col {
128 | float: left;
129 | margin-bottom: $spacing-unit / 2;
130 | padding-left: $spacing-unit / 2;
131 | }
132 |
133 | .footer-col-1 {
134 | width: -webkit-calc(35% - (#{$spacing-unit} / 2));
135 | width: calc(35% - (#{$spacing-unit} / 2));
136 | }
137 |
138 | .footer-col-2 {
139 | width: -webkit-calc(20% - (#{$spacing-unit} / 2));
140 | width: calc(20% - (#{$spacing-unit} / 2));
141 | }
142 |
143 | .footer-col-3 {
144 | width: -webkit-calc(45% - (#{$spacing-unit} / 2));
145 | width: calc(45% - (#{$spacing-unit} / 2));
146 | }
147 |
148 | @include media-query($on-laptop) {
149 | .footer-col-1,
150 | .footer-col-2 {
151 | width: -webkit-calc(50% - (#{$spacing-unit} / 2));
152 | width: calc(50% - (#{$spacing-unit} / 2));
153 | }
154 |
155 | .footer-col-3 {
156 | width: -webkit-calc(100% - (#{$spacing-unit} / 2));
157 | width: calc(100% - (#{$spacing-unit} / 2));
158 | }
159 | }
160 |
161 | @include media-query($on-palm) {
162 | .footer-col {
163 | float: none;
164 | width: -webkit-calc(100% - (#{$spacing-unit} / 2));
165 | width: calc(100% - (#{$spacing-unit} / 2));
166 | }
167 | }
168 |
169 |
170 |
171 | /**
172 | * Page content
173 | */
174 | .page-content {
175 | padding: $spacing-unit 0;
176 | }
177 |
178 | .page-heading {
179 | font-size: 20px;
180 | }
181 |
182 | .post-list {
183 | margin-left: 0;
184 | list-style: none;
185 |
186 | > li {
187 | margin-bottom: $spacing-unit;
188 | }
189 | }
190 |
191 | .post-meta {
192 | font-size: $small-font-size;
193 | color: $grey-color;
194 | }
195 |
196 | .post-link {
197 | display: block;
198 | font-size: 24px;
199 | }
200 |
201 |
202 |
203 | /**
204 | * Posts
205 | */
206 | .post-header {
207 | margin-bottom: $spacing-unit;
208 | }
209 |
210 | .post-title {
211 | font-size: 42px;
212 | letter-spacing: -1px;
213 | line-height: 1;
214 |
215 | @include media-query($on-laptop) {
216 | font-size: 36px;
217 | }
218 | }
219 |
220 | .post-content {
221 | margin-bottom: $spacing-unit;
222 |
223 | h2 {
224 | font-size: 32px;
225 |
226 | @include media-query($on-laptop) {
227 | font-size: 28px;
228 | }
229 | }
230 |
231 | h3 {
232 | font-size: 26px;
233 |
234 | @include media-query($on-laptop) {
235 | font-size: 22px;
236 | }
237 | }
238 |
239 | h4 {
240 | font-size: 20px;
241 |
242 | @include media-query($on-laptop) {
243 | font-size: 18px;
244 | }
245 | }
246 | }
247 |
--------------------------------------------------------------------------------
/_sass/_syntax-highlighting.scss:
--------------------------------------------------------------------------------
1 | /**
2 | * Syntax highlighting styles
3 | */
4 | .highlight {
5 | background: #fff;
6 | @extend %vertical-rhythm;
7 |
8 | .highlighter-rouge & {
9 | background: #eef;
10 | }
11 |
12 | .c { color: #998; font-style: italic } // Comment
13 | .err { color: #a61717; background-color: #e3d2d2 } // Error
14 | .k { font-weight: bold } // Keyword
15 | .o { font-weight: bold } // Operator
16 | .cm { color: #998; font-style: italic } // Comment.Multiline
17 | .cp { color: #999; font-weight: bold } // Comment.Preproc
18 | .c1 { color: #998; font-style: italic } // Comment.Single
19 | .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
20 | .gd { color: #000; background-color: #fdd } // Generic.Deleted
21 | .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
22 | .ge { font-style: italic } // Generic.Emph
23 | .gr { color: #a00 } // Generic.Error
24 | .gh { color: #999 } // Generic.Heading
25 | .gi { color: #000; background-color: #dfd } // Generic.Inserted
26 | .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
27 | .go { color: #888 } // Generic.Output
28 | .gp { color: #555 } // Generic.Prompt
29 | .gs { font-weight: bold } // Generic.Strong
30 | .gu { color: #aaa } // Generic.Subheading
31 | .gt { color: #a00 } // Generic.Traceback
32 | .kc { font-weight: bold } // Keyword.Constant
33 | .kd { font-weight: bold } // Keyword.Declaration
34 | .kp { font-weight: bold } // Keyword.Pseudo
35 | .kr { font-weight: bold } // Keyword.Reserved
36 | .kt { color: #458; font-weight: bold } // Keyword.Type
37 | .m { color: #099 } // Literal.Number
38 | .s { color: #d14 } // Literal.String
39 | .na { color: #008080 } // Name.Attribute
40 | .nb { color: #0086B3 } // Name.Builtin
41 | .nc { color: #458; font-weight: bold } // Name.Class
42 | .no { color: #008080 } // Name.Constant
43 | .ni { color: #800080 } // Name.Entity
44 | .ne { color: #900; font-weight: bold } // Name.Exception
45 | .nf { color: #900; font-weight: bold } // Name.Function
46 | .nn { color: #555 } // Name.Namespace
47 | .nt { color: #000080 } // Name.Tag
48 | .nv { color: #008080 } // Name.Variable
49 | .ow { font-weight: bold } // Operator.Word
50 | .w { color: #bbb } // Text.Whitespace
51 | .mf { color: #099 } // Literal.Number.Float
52 | .mh { color: #099 } // Literal.Number.Hex
53 | .mi { color: #099 } // Literal.Number.Integer
54 | .mo { color: #099 } // Literal.Number.Oct
55 | .sb { color: #d14 } // Literal.String.Backtick
56 | .sc { color: #d14 } // Literal.String.Char
57 | .sd { color: #d14 } // Literal.String.Doc
58 | .s2 { color: #d14 } // Literal.String.Double
59 | .se { color: #d14 } // Literal.String.Escape
60 | .sh { color: #d14 } // Literal.String.Heredoc
61 | .si { color: #d14 } // Literal.String.Interpol
62 | .sx { color: #d14 } // Literal.String.Other
63 | .sr { color: #009926 } // Literal.String.Regex
64 | .s1 { color: #d14 } // Literal.String.Single
65 | .ss { color: #990073 } // Literal.String.Symbol
66 | .bp { color: #999 } // Name.Builtin.Pseudo
67 | .vc { color: #008080 } // Name.Variable.Class
68 | .vg { color: #008080 } // Name.Variable.Global
69 | .vi { color: #008080 } // Name.Variable.Instance
70 | .il { color: #099 } // Literal.Number.Integer.Long
71 | }
72 |
--------------------------------------------------------------------------------
/_sass/fontello.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'fontello';
3 | src: url('../fonts/fontello/fontello.eot?42742322');
4 | src: url('../fonts/fontello/fontello.eot?42742322#iefix') format('embedded-opentype'),
5 | url('../fonts/fontello/fontello.woff?42742322') format('woff'),
6 | url('../fonts/fontello/fontello.ttf?42742322') format('truetype'),
7 | url('../fonts/fontello/fontello.svg?42742322#fontello') format('svg');
8 | font-weight: normal;
9 | font-style: normal;
10 | }
11 | /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
12 | /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
13 | /*
14 | @media screen and (-webkit-min-device-pixel-ratio:0) {
15 | @font-face {
16 | font-family: 'fontello';
17 | src: url('../font/fontello.svg?42742322#fontello') format('svg');
18 | }
19 | }
20 | */
21 |
22 | [class^="icon-"]:before, [class*=" icon-"]:before {
23 | font-family: "fontello";
24 | font-style: normal;
25 | font-weight: normal;
26 | speak: none;
27 |
28 | display: inline-block;
29 | text-decoration: inherit;
30 | width: 1em;
31 | margin-right: .2em;
32 | text-align: center;
33 | /* opacity: .8; */
34 |
35 | /* For safety - reset parent styles, that can break glyph codes*/
36 | font-variant: normal;
37 | text-transform: none;
38 |
39 | /* fix buttons height, for twitter bootstrap */
40 | line-height: 1em;
41 |
42 | /* Animation center compensation - margins should be symmetric */
43 | /* remove if not needed */
44 | margin-left: .2em;
45 |
46 | /* you can be more comfortable with increased icons size */
47 | /* font-size: 120%; */
48 |
49 | /* Font smoothing. That was taken from TWBS */
50 | -webkit-font-smoothing: antialiased;
51 | -moz-osx-font-smoothing: grayscale;
52 |
53 | /* Uncomment for 3D effect */
54 | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
55 | }
56 |
57 | .icon-twitter:before { content: '\e800'; } /* '' */
58 | .icon-umbrella:before { content: '\e801'; } /* '' */
59 | .icon-facebook:before { content: '\e803'; } /* '' */
60 | .icon-gplus:before { content: '\e804'; } /* '' */
61 | .icon-github:before { content: '\e805'; } /* '' */
62 | .icon-flickr:before { content: '\e806'; } /* '' */
63 | .icon-paper-plane:before { content: '\e807'; } /* '' */
64 | .icon-youtube:before { content: '\e808'; } /* '' */
65 | .icon-rss-squared:before { content: '\e809'; } /* '' */
66 | .icon-tumblr:before { content: '\e80a'; } /* '' */
67 | .icon-down-open:before { content: '\e80b'; } /* '' */
68 | .icon-left-open:before { content: '\e80c'; } /* '' */
69 | .icon-right-open:before { content: '\e80d'; } /* '' */
70 | .icon-up-open:before { content: '\e80e'; } /* '' */
71 | .icon-vimeo-squared:before { content: '\e80f'; } /* '' */
72 |
--------------------------------------------------------------------------------
/_sass/leaguespartan.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'LeagueSpartan-Bold';
3 | src: url('../fonts/LeagueSpartan/LeagueSpartan-Bold.eot?#iefix') format('embedded-opentype'),
4 | url('../fonts/LeagueSpartan/LeagueSpartan-Bold.woff') format('woff'),
5 | url('../fonts/LeagueSpartan/LeagueSpartan-Bold.ttf') format('truetype'),
6 | url('../fonts/LeagueSpartan/LeagueSpartan-Bold.svg#LeagueSpartan-Bold') format('svg');
7 | font-weight: 600;
8 | font-style: normal;
9 | }
10 |
11 |
--------------------------------------------------------------------------------
/assets/blog/2016/10/forderungen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/blog/2016/10/forderungen.png
--------------------------------------------------------------------------------
/assets/blog/2016/10/refugeehack.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/blog/2016/10/refugeehack.jpg
--------------------------------------------------------------------------------
/assets/blog/2016/10/saeulen-diagramm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/blog/2016/10/saeulen-diagramm.png
--------------------------------------------------------------------------------
/assets/blog/2016/10/website.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/blog/2016/10/website.png
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Black.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Black.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Black.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Black.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Black.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Black.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Black.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Black.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-BlackItalic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-BlackItalic.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-BlackItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-BlackItalic.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-BlackItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-BlackItalic.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-BlackItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-BlackItalic.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Bold.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Bold.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Bold.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Bold.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Bold.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-BoldItalic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-BoldItalic.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-BoldItalic.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-BoldItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-BoldItalic.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-BoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-BoldItalic.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Hairline.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Hairline.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Hairline.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Hairline.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Hairline.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Hairline.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Hairline.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Hairline.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-HairlineItalic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-HairlineItalic.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-HairlineItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-HairlineItalic.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-HairlineItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-HairlineItalic.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-HairlineItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-HairlineItalic.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Heavy.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Heavy.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Heavy.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Heavy.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Heavy.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Heavy.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Heavy.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Heavy.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-HeavyItalic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-HeavyItalic.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-HeavyItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-HeavyItalic.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-HeavyItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-HeavyItalic.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-HeavyItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-HeavyItalic.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Italic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Italic.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Italic.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Italic.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Italic.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Light.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Light.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Light.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Light.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Light.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-LightItalic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-LightItalic.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-LightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-LightItalic.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-LightItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-LightItalic.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-LightItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-LightItalic.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Medium.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Medium.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Medium.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Medium.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Medium.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Medium.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Medium.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-MediumItalic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-MediumItalic.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-MediumItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-MediumItalic.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-MediumItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-MediumItalic.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-MediumItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-MediumItalic.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Regular.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Regular.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Regular.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Regular.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Semibold.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Semibold.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Semibold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Semibold.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Semibold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Semibold.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Semibold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Semibold.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-SemiboldItalic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-SemiboldItalic.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-SemiboldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-SemiboldItalic.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-SemiboldItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-SemiboldItalic.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-SemiboldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-SemiboldItalic.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Thin.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Thin.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Thin.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Thin.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Thin.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-Thin.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-Thin.woff2
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-ThinItalic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-ThinItalic.eot
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-ThinItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-ThinItalic.ttf
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-ThinItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-ThinItalic.woff
--------------------------------------------------------------------------------
/assets/fonts/LatoLatin/LatoLatin-ThinItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LatoLatin/LatoLatin-ThinItalic.woff2
--------------------------------------------------------------------------------
/assets/fonts/LeagueSpartan/LeagueSpartan-Bold.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LeagueSpartan/LeagueSpartan-Bold.eot
--------------------------------------------------------------------------------
/assets/fonts/LeagueSpartan/LeagueSpartan-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LeagueSpartan/LeagueSpartan-Bold.ttf
--------------------------------------------------------------------------------
/assets/fonts/LeagueSpartan/LeagueSpartan-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/LeagueSpartan/LeagueSpartan-Bold.woff
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/font-awesome/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/animated.less:
--------------------------------------------------------------------------------
1 | // Animated Icons
2 | // --------------------------
3 |
4 | .@{fa-css-prefix}-spin {
5 | -webkit-animation: fa-spin 2s infinite linear;
6 | animation: fa-spin 2s infinite linear;
7 | }
8 |
9 | .@{fa-css-prefix}-pulse {
10 | -webkit-animation: fa-spin 1s infinite steps(8);
11 | animation: fa-spin 1s infinite steps(8);
12 | }
13 |
14 | @-webkit-keyframes fa-spin {
15 | 0% {
16 | -webkit-transform: rotate(0deg);
17 | transform: rotate(0deg);
18 | }
19 | 100% {
20 | -webkit-transform: rotate(359deg);
21 | transform: rotate(359deg);
22 | }
23 | }
24 |
25 | @keyframes fa-spin {
26 | 0% {
27 | -webkit-transform: rotate(0deg);
28 | transform: rotate(0deg);
29 | }
30 | 100% {
31 | -webkit-transform: rotate(359deg);
32 | transform: rotate(359deg);
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/bordered-pulled.less:
--------------------------------------------------------------------------------
1 | // Bordered & Pulled
2 | // -------------------------
3 |
4 | .@{fa-css-prefix}-border {
5 | padding: .2em .25em .15em;
6 | border: solid .08em @fa-border-color;
7 | border-radius: .1em;
8 | }
9 |
10 | .@{fa-css-prefix}-pull-left { float: left; }
11 | .@{fa-css-prefix}-pull-right { float: right; }
12 |
13 | .@{fa-css-prefix} {
14 | &.@{fa-css-prefix}-pull-left { margin-right: .3em; }
15 | &.@{fa-css-prefix}-pull-right { margin-left: .3em; }
16 | }
17 |
18 | /* Deprecated as of 4.4.0 */
19 | .pull-right { float: right; }
20 | .pull-left { float: left; }
21 |
22 | .@{fa-css-prefix} {
23 | &.pull-left { margin-right: .3em; }
24 | &.pull-right { margin-left: .3em; }
25 | }
26 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/core.less:
--------------------------------------------------------------------------------
1 | // Base Class Definition
2 | // -------------------------
3 |
4 | .@{fa-css-prefix} {
5 | display: inline-block;
6 | font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
7 | font-size: inherit; // can't have font-size inherit on line above, so need to override
8 | text-rendering: auto; // optimizelegibility throws things off #1094
9 | -webkit-font-smoothing: antialiased;
10 | -moz-osx-font-smoothing: grayscale;
11 |
12 | }
13 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/fixed-width.less:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .@{fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/font-awesome.less:
--------------------------------------------------------------------------------
1 | /*!
2 | * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4 | */
5 |
6 | @import "variables.less";
7 | @import "mixins.less";
8 | @import "path.less";
9 | @import "core.less";
10 | @import "larger.less";
11 | @import "fixed-width.less";
12 | @import "list.less";
13 | @import "bordered-pulled.less";
14 | @import "animated.less";
15 | @import "rotated-flipped.less";
16 | @import "stacked.less";
17 | @import "icons.less";
18 | @import "screen-reader.less";
19 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/larger.less:
--------------------------------------------------------------------------------
1 | // Icon Sizes
2 | // -------------------------
3 |
4 | /* makes the font 33% larger relative to the icon container */
5 | .@{fa-css-prefix}-lg {
6 | font-size: (4em / 3);
7 | line-height: (3em / 4);
8 | vertical-align: -15%;
9 | }
10 | .@{fa-css-prefix}-2x { font-size: 2em; }
11 | .@{fa-css-prefix}-3x { font-size: 3em; }
12 | .@{fa-css-prefix}-4x { font-size: 4em; }
13 | .@{fa-css-prefix}-5x { font-size: 5em; }
14 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/list.less:
--------------------------------------------------------------------------------
1 | // List Icons
2 | // -------------------------
3 |
4 | .@{fa-css-prefix}-ul {
5 | padding-left: 0;
6 | margin-left: @fa-li-width;
7 | list-style-type: none;
8 | > li { position: relative; }
9 | }
10 | .@{fa-css-prefix}-li {
11 | position: absolute;
12 | left: -@fa-li-width;
13 | width: @fa-li-width;
14 | top: (2em / 14);
15 | text-align: center;
16 | &.@{fa-css-prefix}-lg {
17 | left: (-@fa-li-width + (4em / 14));
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/mixins.less:
--------------------------------------------------------------------------------
1 | // Mixins
2 | // --------------------------
3 |
4 | .fa-icon() {
5 | display: inline-block;
6 | font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
7 | font-size: inherit; // can't have font-size inherit on line above, so need to override
8 | text-rendering: auto; // optimizelegibility throws things off #1094
9 | -webkit-font-smoothing: antialiased;
10 | -moz-osx-font-smoothing: grayscale;
11 |
12 | }
13 |
14 | .fa-icon-rotate(@degrees, @rotation) {
15 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})";
16 | -webkit-transform: rotate(@degrees);
17 | -ms-transform: rotate(@degrees);
18 | transform: rotate(@degrees);
19 | }
20 |
21 | .fa-icon-flip(@horiz, @vert, @rotation) {
22 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)";
23 | -webkit-transform: scale(@horiz, @vert);
24 | -ms-transform: scale(@horiz, @vert);
25 | transform: scale(@horiz, @vert);
26 | }
27 |
28 |
29 | // Only display content to screen readers. A la Bootstrap 4.
30 | //
31 | // See: http://a11yproject.com/posts/how-to-hide-content/
32 |
33 | .sr-only() {
34 | position: absolute;
35 | width: 1px;
36 | height: 1px;
37 | padding: 0;
38 | margin: -1px;
39 | overflow: hidden;
40 | clip: rect(0,0,0,0);
41 | border: 0;
42 | }
43 |
44 | // Use in conjunction with .sr-only to only display content when it's focused.
45 | //
46 | // Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
47 | //
48 | // Credit: HTML5 Boilerplate
49 |
50 | .sr-only-focusable() {
51 | &:active,
52 | &:focus {
53 | position: static;
54 | width: auto;
55 | height: auto;
56 | margin: 0;
57 | overflow: visible;
58 | clip: auto;
59 | }
60 | }
61 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/path.less:
--------------------------------------------------------------------------------
1 | /* FONT PATH
2 | * -------------------------- */
3 |
4 | @font-face {
5 | font-family: 'FontAwesome';
6 | src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
7 | src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
8 | url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'),
9 | url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
10 | url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
11 | url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
12 | // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
13 | font-weight: normal;
14 | font-style: normal;
15 | }
16 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/rotated-flipped.less:
--------------------------------------------------------------------------------
1 | // Rotated & Flipped Icons
2 | // -------------------------
3 |
4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); }
5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }
6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }
7 |
8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); }
10 |
11 | // Hook for IE8-9
12 | // -------------------------
13 |
14 | :root .@{fa-css-prefix}-rotate-90,
15 | :root .@{fa-css-prefix}-rotate-180,
16 | :root .@{fa-css-prefix}-rotate-270,
17 | :root .@{fa-css-prefix}-flip-horizontal,
18 | :root .@{fa-css-prefix}-flip-vertical {
19 | filter: none;
20 | }
21 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/screen-reader.less:
--------------------------------------------------------------------------------
1 | // Screen Readers
2 | // -------------------------
3 |
4 | .sr-only { .sr-only(); }
5 | .sr-only-focusable { .sr-only-focusable(); }
6 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/less/stacked.less:
--------------------------------------------------------------------------------
1 | // Stacked Icons
2 | // -------------------------
3 |
4 | .@{fa-css-prefix}-stack {
5 | position: relative;
6 | display: inline-block;
7 | width: 2em;
8 | height: 2em;
9 | line-height: 2em;
10 | vertical-align: middle;
11 | }
12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
13 | position: absolute;
14 | left: 0;
15 | width: 100%;
16 | text-align: center;
17 | }
18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; }
19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; }
20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; }
21 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_animated.scss:
--------------------------------------------------------------------------------
1 | // Spinning Icons
2 | // --------------------------
3 |
4 | .#{$fa-css-prefix}-spin {
5 | -webkit-animation: fa-spin 2s infinite linear;
6 | animation: fa-spin 2s infinite linear;
7 | }
8 |
9 | .#{$fa-css-prefix}-pulse {
10 | -webkit-animation: fa-spin 1s infinite steps(8);
11 | animation: fa-spin 1s infinite steps(8);
12 | }
13 |
14 | @-webkit-keyframes fa-spin {
15 | 0% {
16 | -webkit-transform: rotate(0deg);
17 | transform: rotate(0deg);
18 | }
19 | 100% {
20 | -webkit-transform: rotate(359deg);
21 | transform: rotate(359deg);
22 | }
23 | }
24 |
25 | @keyframes fa-spin {
26 | 0% {
27 | -webkit-transform: rotate(0deg);
28 | transform: rotate(0deg);
29 | }
30 | 100% {
31 | -webkit-transform: rotate(359deg);
32 | transform: rotate(359deg);
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_bordered-pulled.scss:
--------------------------------------------------------------------------------
1 | // Bordered & Pulled
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-border {
5 | padding: .2em .25em .15em;
6 | border: solid .08em $fa-border-color;
7 | border-radius: .1em;
8 | }
9 |
10 | .#{$fa-css-prefix}-pull-left { float: left; }
11 | .#{$fa-css-prefix}-pull-right { float: right; }
12 |
13 | .#{$fa-css-prefix} {
14 | &.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
15 | &.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
16 | }
17 |
18 | /* Deprecated as of 4.4.0 */
19 | .pull-right { float: right; }
20 | .pull-left { float: left; }
21 |
22 | .#{$fa-css-prefix} {
23 | &.pull-left { margin-right: .3em; }
24 | &.pull-right { margin-left: .3em; }
25 | }
26 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_core.scss:
--------------------------------------------------------------------------------
1 | // Base Class Definition
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix} {
5 | display: inline-block;
6 | font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration
7 | font-size: inherit; // can't have font-size inherit on line above, so need to override
8 | text-rendering: auto; // optimizelegibility throws things off #1094
9 | -webkit-font-smoothing: antialiased;
10 | -moz-osx-font-smoothing: grayscale;
11 |
12 | }
13 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_fixed-width.scss:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .#{$fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_larger.scss:
--------------------------------------------------------------------------------
1 | // Icon Sizes
2 | // -------------------------
3 |
4 | /* makes the font 33% larger relative to the icon container */
5 | .#{$fa-css-prefix}-lg {
6 | font-size: (4em / 3);
7 | line-height: (3em / 4);
8 | vertical-align: -15%;
9 | }
10 | .#{$fa-css-prefix}-2x { font-size: 2em; }
11 | .#{$fa-css-prefix}-3x { font-size: 3em; }
12 | .#{$fa-css-prefix}-4x { font-size: 4em; }
13 | .#{$fa-css-prefix}-5x { font-size: 5em; }
14 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_list.scss:
--------------------------------------------------------------------------------
1 | // List Icons
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-ul {
5 | padding-left: 0;
6 | margin-left: $fa-li-width;
7 | list-style-type: none;
8 | > li { position: relative; }
9 | }
10 | .#{$fa-css-prefix}-li {
11 | position: absolute;
12 | left: -$fa-li-width;
13 | width: $fa-li-width;
14 | top: (2em / 14);
15 | text-align: center;
16 | &.#{$fa-css-prefix}-lg {
17 | left: -$fa-li-width + (4em / 14);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_mixins.scss:
--------------------------------------------------------------------------------
1 | // Mixins
2 | // --------------------------
3 |
4 | @mixin fa-icon() {
5 | display: inline-block;
6 | font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration
7 | font-size: inherit; // can't have font-size inherit on line above, so need to override
8 | text-rendering: auto; // optimizelegibility throws things off #1094
9 | -webkit-font-smoothing: antialiased;
10 | -moz-osx-font-smoothing: grayscale;
11 |
12 | }
13 |
14 | @mixin fa-icon-rotate($degrees, $rotation) {
15 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})";
16 | -webkit-transform: rotate($degrees);
17 | -ms-transform: rotate($degrees);
18 | transform: rotate($degrees);
19 | }
20 |
21 | @mixin fa-icon-flip($horiz, $vert, $rotation) {
22 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)";
23 | -webkit-transform: scale($horiz, $vert);
24 | -ms-transform: scale($horiz, $vert);
25 | transform: scale($horiz, $vert);
26 | }
27 |
28 |
29 | // Only display content to screen readers. A la Bootstrap 4.
30 | //
31 | // See: http://a11yproject.com/posts/how-to-hide-content/
32 |
33 | @mixin sr-only {
34 | position: absolute;
35 | width: 1px;
36 | height: 1px;
37 | padding: 0;
38 | margin: -1px;
39 | overflow: hidden;
40 | clip: rect(0,0,0,0);
41 | border: 0;
42 | }
43 |
44 | // Use in conjunction with .sr-only to only display content when it's focused.
45 | //
46 | // Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
47 | //
48 | // Credit: HTML5 Boilerplate
49 |
50 | @mixin sr-only-focusable {
51 | &:active,
52 | &:focus {
53 | position: static;
54 | width: auto;
55 | height: auto;
56 | margin: 0;
57 | overflow: visible;
58 | clip: auto;
59 | }
60 | }
61 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_path.scss:
--------------------------------------------------------------------------------
1 | /* FONT PATH
2 | * -------------------------- */
3 |
4 | @font-face {
5 | font-family: 'FontAwesome';
6 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
7 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
8 | url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'),
9 | url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
10 | url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
11 | url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
12 | // src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
13 | font-weight: normal;
14 | font-style: normal;
15 | }
16 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_rotated-flipped.scss:
--------------------------------------------------------------------------------
1 | // Rotated & Flipped Icons
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); }
5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); }
6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); }
7 |
8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
10 |
11 | // Hook for IE8-9
12 | // -------------------------
13 |
14 | :root .#{$fa-css-prefix}-rotate-90,
15 | :root .#{$fa-css-prefix}-rotate-180,
16 | :root .#{$fa-css-prefix}-rotate-270,
17 | :root .#{$fa-css-prefix}-flip-horizontal,
18 | :root .#{$fa-css-prefix}-flip-vertical {
19 | filter: none;
20 | }
21 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_screen-reader.scss:
--------------------------------------------------------------------------------
1 | // Screen Readers
2 | // -------------------------
3 |
4 | .sr-only { @include sr-only(); }
5 | .sr-only-focusable { @include sr-only-focusable(); }
6 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/_stacked.scss:
--------------------------------------------------------------------------------
1 | // Stacked Icons
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-stack {
5 | position: relative;
6 | display: inline-block;
7 | width: 2em;
8 | height: 2em;
9 | line-height: 2em;
10 | vertical-align: middle;
11 | }
12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x {
13 | position: absolute;
14 | left: 0;
15 | width: 100%;
16 | text-align: center;
17 | }
18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; }
19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; }
20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; }
21 |
--------------------------------------------------------------------------------
/assets/fonts/font-awesome/scss/font-awesome.scss:
--------------------------------------------------------------------------------
1 | /*!
2 | * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4 | */
5 |
6 | @import "variables";
7 | @import "mixins";
8 | @import "path";
9 | @import "core";
10 | @import "larger";
11 | @import "fixed-width";
12 | @import "list";
13 | @import "bordered-pulled";
14 | @import "animated";
15 | @import "rotated-flipped";
16 | @import "stacked";
17 | @import "icons";
18 | @import "screen-reader";
19 |
--------------------------------------------------------------------------------
/assets/fonts/fontello/LICENSE.txt:
--------------------------------------------------------------------------------
1 | Font license info
2 |
3 |
4 | ## Font Awesome
5 |
6 | Copyright (C) 2012 by Dave Gandy
7 |
8 | Author: Dave Gandy
9 | License: SIL ()
10 | Homepage: http://fortawesome.github.com/Font-Awesome/
11 |
12 |
13 |
--------------------------------------------------------------------------------
/assets/fonts/fontello/fontello.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/fontello/fontello.eot
--------------------------------------------------------------------------------
/assets/fonts/fontello/fontello.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/assets/fonts/fontello/fontello.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/fontello/fontello.ttf
--------------------------------------------------------------------------------
/assets/fonts/fontello/fontello.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/fonts/fontello/fontello.woff
--------------------------------------------------------------------------------
/assets/logos/ballot-box-big.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/ballot-box-big.png
--------------------------------------------------------------------------------
/assets/logos/ballot-box-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/ballot-box-small.png
--------------------------------------------------------------------------------
/assets/logos/by-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/by-small.png
--------------------------------------------------------------------------------
/assets/logos/by-small.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/assets/logos/by.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/by.png
--------------------------------------------------------------------------------
/assets/logos/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/favicon.ico
--------------------------------------------------------------------------------
/assets/logos/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/favicon.png
--------------------------------------------------------------------------------
/assets/logos/logo-buero-der-nachbarschaften.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-buero-der-nachbarschaften.jpg
--------------------------------------------------------------------------------
/assets/logos/logo-codeweek.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-codeweek.jpg
--------------------------------------------------------------------------------
/assets/logos/logo-dossier.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-dossier.png
--------------------------------------------------------------------------------
/assets/logos/logo-elevate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-elevate.png
--------------------------------------------------------------------------------
/assets/logos/logo-esc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-esc.png
--------------------------------------------------------------------------------
/assets/logos/logo-foi-flat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-foi-flat.png
--------------------------------------------------------------------------------
/assets/logos/logo-foi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-foi.png
--------------------------------------------------------------------------------
/assets/logos/logo-neuwal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-neuwal.png
--------------------------------------------------------------------------------
/assets/logos/logo-ok-at-weiss-farbe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-ok-at-weiss-farbe.png
--------------------------------------------------------------------------------
/assets/logos/logo-ok-at_trans_weiss.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-ok-at_trans_weiss.png
--------------------------------------------------------------------------------
/assets/logos/logo-okm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-okm.png
--------------------------------------------------------------------------------
/assets/logos/logo-open3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-open3.jpg
--------------------------------------------------------------------------------
/assets/logos/logo-openscienceASAP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-openscienceASAP.png
--------------------------------------------------------------------------------
/assets/logos/logo-spektral.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-spektral.png
--------------------------------------------------------------------------------
/assets/logos/logo-zurpolitik.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/logo-zurpolitik.png
--------------------------------------------------------------------------------
/assets/logos/offene-wahlen-big.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/offene-wahlen-big.png
--------------------------------------------------------------------------------
/assets/logos/offene-wahlen-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/offene-wahlen-small.png
--------------------------------------------------------------------------------
/assets/logos/open-content.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/open-content.png
--------------------------------------------------------------------------------
/assets/logos/open-data.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/open-data.png
--------------------------------------------------------------------------------
/assets/logos/open-knowledge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/logos/open-knowledge.png
--------------------------------------------------------------------------------
/assets/logos/wm-at.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/assets/logos/wm-at_flach.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/assets/pages/2016-10-19-workshop-spektral/JS-Coden-101.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/2016-10-19-workshop-spektral/JS-Coden-101.pdf
--------------------------------------------------------------------------------
/assets/pages/2016-10-19-workshop-spektral/presentation-offene-wahlen.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/2016-10-19-workshop-spektral/presentation-offene-wahlen.pdf
--------------------------------------------------------------------------------
/assets/pages/2016-10-19-workshop-spektral/template_balken.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Test
4 |
5 |
6 |
7 |
8 |
25 |
26 |