├── .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 | ![Offene Wahlen](https://github.com/Forum-Informationsfreiheit/offenewahlen_website/blob/master/images/logos/ow-at.png) 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 icon-twitter.svg %}{{ 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 %}
{{ post.title | xml_escape }}
{% endif %} 2 |

{{post.title | truncatewords: 8 }}

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 | 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 |
8 |

{{ page.title }}

9 | 10 | {% if page.image %} 11 |
12 | 13 | {% if page.image.license %} 14 |
15 |
{{ page.image.license | markdownify }}
16 |
17 | {% endif %} 18 | {% endif %} 19 | 20 |
21 | 22 |
23 |
24 |
25 |
{{ content }}
26 | 27 | 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 | 4 | Copyright (C) 2015 by original authors @ fontello.com 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /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 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | image/svg+xml 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /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 | 4 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /assets/logos/wm-at_flach.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /assets/pages/2016-10-19-workshop-spektral/template_karte.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Landkarte 4 | 5 | 6 | 7 | 8 | 47 | -------------------------------------------------------------------------------- /assets/pages/2016-10-19-workshop-spektral/workshop-spektral.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/2016-10-19-workshop-spektral/workshop-spektral.jpg -------------------------------------------------------------------------------- /assets/pages/2016-11-08-webcast/presentation-offene-wahlen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/2016-11-08-webcast/presentation-offene-wahlen.pdf -------------------------------------------------------------------------------- /assets/pages/2016-11-19-hackathon-metalab/opencon-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/2016-11-19-hackathon-metalab/opencon-banner.png -------------------------------------------------------------------------------- /assets/pages/2016-11-19-hackathon-metalab/photo-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/2016-11-19-hackathon-metalab/photo-1.jpg -------------------------------------------------------------------------------- /assets/pages/2016-11-19-hackathon-metalab/photo-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/2016-11-19-hackathon-metalab/photo-2.jpg -------------------------------------------------------------------------------- /assets/pages/2016-11-19-hackathon-metalab/photo-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/2016-11-19-hackathon-metalab/photo-3.jpg -------------------------------------------------------------------------------- /assets/pages/2016-11-19-hackathon-metalab/presentation-offene-wahlen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/2016-11-19-hackathon-metalab/presentation-offene-wahlen.pdf -------------------------------------------------------------------------------- /assets/pages/about/flooh-perlot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/about/flooh-perlot.jpg -------------------------------------------------------------------------------- /assets/pages/about/peter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/about/peter.png -------------------------------------------------------------------------------- /assets/pages/about/robert-harm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/about/robert-harm.jpg -------------------------------------------------------------------------------- /assets/pages/about/stefankasberger.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/about/stefankasberger.jpg -------------------------------------------------------------------------------- /assets/pages/about/valentin-klammer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/about/valentin-klammer.jpg -------------------------------------------------------------------------------- /assets/pages/api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/api.png -------------------------------------------------------------------------------- /assets/pages/datenstandard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/datenstandard.png -------------------------------------------------------------------------------- /assets/pages/hackathon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/hackathon.jpg -------------------------------------------------------------------------------- /assets/pages/nrw17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/nrw17.png -------------------------------------------------------------------------------- /assets/pages/nrw17_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/nrw17_2.png -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/balken_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/balken_1.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/balken_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/balken_2.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/balken_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/balken_3.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/balken_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/balken_4.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/balken_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/balken_5.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/console.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/console.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/console_funktioniert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/console_funktioniert.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/console_width.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/console_width.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/inspector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/inspector.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/inspector_svg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/inspector_svg.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/balkendiagramm/thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/balkendiagramm/thumb.png -------------------------------------------------------------------------------- /assets/pages/tutorial/karte/beispiel_bmi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/karte/beispiel_bmi.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/karte/beispiel_bmi2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/karte/beispiel_bmi2.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/karte/karte_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/karte/karte_1.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/karte/karte_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/karte/karte_2.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/karte/thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/karte/thumb.png -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/10_small_multiples.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/10_small_multiples.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/1_pie_chart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/1_pie_chart.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/2_bar_chart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/2_bar_chart.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/3_bar_chart_sorted.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/3_bar_chart_sorted.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/4_bar_charts_colored.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/4_bar_charts_colored.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/5_bar_chart_skala1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/5_bar_chart_skala1.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/5a_bar_chart_skewed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/5a_bar_chart_skewed.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/6_bar_chart_polished.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/6_bar_chart_polished.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/7_bar_chart_finished.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/7_bar_chart_finished.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/8_bundesländer_bars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/8_bundesländer_bars.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/9_stacked_bars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/9_stacked_bars.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/beispiel_bmi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/beispiel_bmi.jpg -------------------------------------------------------------------------------- /assets/pages/tutorial/visualisierungen-generell/thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/tutorial/visualisierungen-generell/thumb.png -------------------------------------------------------------------------------- /assets/pages/website.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/website.png -------------------------------------------------------------------------------- /assets/pages/wikidata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forum-Informationsfreiheit/offenewahlen_website/d75f3d45ac2e939a20626649ea43ec6685c3400b/assets/pages/wikidata.png -------------------------------------------------------------------------------- /datenschutz.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page-10 3 | title: Datenschutz 4 | permalink: /datenschutz 5 | comments: false 6 | menu_mitmachen: false 7 | --- 8 | 9 |
10 | 11 |

Kurzfassung

12 | 13 | Offene Wahlen Österreich betreibt dieses Onlineangebot unter http://offenewahlen.at unter Beachtung der einschlägigen Datenschutzbestimmungen. Die Bereitstellung des Webspace erfolgt durch die Firma GitHub. 14 | 15 | Im Rahmen der Nutzung dieses Angebots werden fallweise unterschiedliche personenbezogene Daten für folgende Zwecke erhoben: 16 | 17 | 22 | 23 | Je nach Nutzung werden dabei Daten verarbeitet, 24 | 25 | 30 | 31 |

Erklärung zur Informationspflicht

32 | 33 | Der Schutz Ihrer persönlichen Daten ist uns ein besonderes Anliegen. Wir verarbeiten Ihre Daten daher ausschließlich auf Grundlage der gesetzlichen Bestimmungen (DSGVO, TKG 2003). In diesen Datenschutzinformationen informieren wir Sie über die wichtigsten Aspekte der Datenverarbeitung im Rahmen unserer Website. 34 | Kontakt mit uns 35 | 36 | Wenn Sie per Formular auf der Website oder per E-Mail Kontakt mit uns aufnehmen, werden Ihre angegebenen Daten zwecks Bearbeitung der Anfrage und für den Fall von Anschlussfragen bei uns gespeichert. Diese Daten geben wir nicht ohne Ihre Einwilligung weiter. 37 | 38 |

Datenverarbeitende Stelle

39 | 40 | Die datenverarbeitende Stelle dieses Onlineauftritts ist Forum Informationsfreiheit, Schuhmeierplatz 9/25, 1160 Wien. 41 | 42 | Wir versichern, dass wir die geltenden Datenschutzbestimmungen gemäß dem DSGVO, TKG 2003 sowie weiteren datenschutzrechtlichen Bestimmungen befolgen. Der Schutz von personenbezogenen Daten ist uns hierbei sehr wichtig. 43 | 44 | Im Folgenden möchten wir Sie informieren welche Daten erhoben, gespeichert und zu welchem Zweck sie genutzt werden. 45 | 46 |

Übermittlung der Onlineinhalte

47 | 48 | Zum Zweck der Übermittlung der von Ihnen aufgerufenen Webseite, werden von Ihrem Browser typischerweise unter anderem folgende Informationen (im Rahmen von sogenannten HTTP-Requests) übersandt: 49 | 50 | 56 | 57 | Für die Übermittlung des von Ihnen aufgerufenen Inhalts wird Ihre IP-Adresse benötigt. 58 | 59 |

Verbesserung des Angebotes durch Besuchsstatistik

60 | 61 | Zur Verbesserung unseres Onlineangebots werten wir gelegentlich aus, wie die Seite benutzt wird. 62 | 63 | Wir erstellen hierfür Besucherstatistiken unter Nutzung der Anwendung Matomo. Diese Anwendung veranlasst in Ihrem Browser die Speicherung von zwei Identifikationsnummern (HTTP-Cookies), um unterschiedliche Nutzer zu unterscheiden. In diesem Zusammenhang wird Ihre IP-Adresse in die Auswertung einbezogen, aber umgehend so gekürzt, dass eine Zuordnung zu Ihnen nicht mehr möglich ist. 64 | 65 | Wenn Sie nicht damit einverstanden sind, dass Ihre Seitenaufrufe in die Statistiken einbezogen wird, haben sie mehrere Möglichkeiten: 66 | 67 | 72 | 73 |
Tracking Info:
74 | 75 | 79 | 80 |

Cookies

81 | 82 | Wir verwenden auf unserer Seite sog. Cookies zum Wiedererkennen mehrfacher Nutzung unseres Angebots, durch denselben Nutzer/Internetanschlussinhaber. Cookies sind kleine Textdateien, die Ihr Internet-Browser auf Ihrem Rechner ablegt und speichert. Sie dienen dazu, unseren Internetauftritt und unsere Angebote zu optimieren. Es handelt sich dabei zumeist um sog. "Session-Cookies", die nach dem Ende Ihres Besuches wieder gelöscht werden. Teilweise geben diese Cookies jedoch Informationen ab, um Sie automatisch wieder zu erkennen. Diese Wiedererkennung erfolgt aufgrund der in den Cookies gespeicherten IP-Adresse. Die so erlangten Informationen dienen dazu, unsere Angebote zu optimieren und Ihnen einen leichteren Zugang auf unsere Seite zu ermöglichen. Sie können die Installation der Cookies durch eine entsprechende Einstellung Ihres Browsers verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen unserer Website vollumfänglich nutzen können. 83 | 84 |

Newsletter-Abonnement

85 | 86 | Sie können sich auf der Website für unseren Newsletter eintragen, um über Neuigkeiten informiert zu werden. Um ihre Bestellung zu bearbeiten, ist es notwendig, Ihre personenbezogenen Daten automatisiert zu verarbeiten. Ihre Daten werden ausschließlich für den Zweck des Newsletterversands und im Rahmen des von Ihnen erteilten Einverständnisses verwendet. 87 | 88 |

Weitere eingebundene Dienste

89 | 90 | Auf dieser Website nutzen wir gelegentlich auch weitere Dienste, um Inhalte einzubinden. Werden diese Dienste in Gebrauch genommen, so richtet sich die Erhebung und Nutzung der Daten nach den jeweiligen Datenschutzrichtlinien. Im Folgenden finden Sie die Hinweise ausgewählter Dienste dazu: 91 | 92 | 96 | 97 |

Letzte Änderungen

98 | 99 | Version 1.0, 25.5. 2018 100 | 101 | 104 | 105 |
106 | -------------------------------------------------------------------------------- /impressum.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Impressum 4 | permalink: /impressum 5 | menu_impressum: true 6 | --- 7 | 8 | Verein Forum Informationsfreiheit 9 | 10 | Schuhmeierplatz 9/25 11 | 12 | 1160 Wien 13 | 14 | [https://www.informationsfreiheit.at](https://www.informationsfreiheit.at) 15 | 16 | ZVR-Zahl: 796723786 17 | 18 | Zuständige Behörde: BPD Wien, Büro für Vereinsversammlung und Medienrechtsangelegenheiten 19 | 20 | Gerichtsstand: Wien 21 | 22 | ### Haftung für Inhalte 23 | Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit und Aktualität der Inhalte können wir jedoch keine Gewähr übernehmen. Als Diensteanbieter sind wir gemäß § 7 Abs.1 TMG für eigene Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich. Als Diensteanbieter sind wir jedoch nicht verpflichtet, übermittelte oder gespeicherte fremde Informationen zu überwachen oder nach Umständen zu forschen, die auf eine rechtswidrige Tätigkeit hinweisen. Die Verpflichtung zur Entfernung oder Sperrung der Nutzung von Informationen nach den allgemeinen Gesetzen bleiben hiervon unberührt. Eine diesbezügliche Haftung ist jedoch erst ab dem Zeitpunkt der Kenntnis einer konkreten Rechtsverletzung möglich. Bei Bekanntwerden von entsprechenden Rechtsverletzungen werden wir diese Inhalte umgehend entfernen. 24 | 25 | ### Haftung für Links 26 | Unser Angebot enthält Links zu externen Webseiten Dritter, auf deren Inhalte wir keinen Einfluss haben. Deshalb können wir für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der jeweilige Anbieter oder Betreiber der Seiten verantwortlich. Die verlinkten Seiten wurden zum Zeitpunkt der Verlinkung auf mögliche Rechtsverstöße überprüft. Rechtswidrige Inhalte waren zum Zeitpunkt der Verlinkung nicht erkennbar. Eine permanente inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne konkrete Anhaltspunkte einer Rechtsverletzung nicht zumutbar. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Links umgehend entfernen. 27 | 28 | 29 | ### UrheberInnenrecht 30 | Alle Inhalte sind offen lizenziert unter der [Creative Commons Attribution 4.0](http://creativecommons.org/licenses/by/4.0/) Lizenz, soweit nicht explizit anders erwähnt. 31 | 32 | Erstellter Quellcode ist freie Software: du kannst es teilen und/oder anpasse nach den Bedingungen der MIT Lizenz. Besuche [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT) um mehr über die Lizenz zu lernen. 33 | 34 | Die Inhalte werden weitergegeben in der Hoffnung, dass sie nützlich sind, aber OHNE JEGLICHE HAFTUNG; ohne die implizite Haftung der Gebrauchstauglichkeit oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK. 35 | 36 | #### Verwendete Bildmaterialien 37 | - Startseite: Bild [RefugeeHack](http://okfn.at/2015/10/11/recap-gutedaten-beim-refugeehack/) von Sonja Fischbauer (CC BY) 38 | - Startseite: Bild Bar-Chart von Flooh Perlot (CC BY) 39 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | comments: false 4 | home: true 5 | --- 6 | 7 |
8 |
9 | 10 |
11 |

Offene Wahlen Österreich

12 |

Offene Daten bei Wahlen für mehr demokratische Bildung, Teilhabe und Transparenz.

13 |

Offene Wahlen Österreich ist ein Community-Projekt für freies Wissen rund um Wahlen. Wir entwickeln Tools, teilen Wissen, organisieren Workshops, erstellen Visualisierungen und arbeiten Forderungen an die Politik aus.

14 | Erfahre mehr 15 | Mitmachen 16 |
17 | 18 | 21 |
22 |
23 | 24 |
25 |
26 |

Warum offene Daten?

27 |

Die Integrität von Wahlen ist von zentraler Bedeutung. Diese kann nur bei freiem Zugang zu Informationen gewährleistet sein.

28 |
29 |
30 |

Wahlen sind die Basis für eine Demokratie. Die zentralen Faktoren für eine gute Wahl sind Inklusion, Transparenz, Rechenschaftspflicht und Wettbewerb.

31 |

Offener und freier Zugang zu Wissen ist hierbei essentiell, denn Kontrolle braucht Zugang zur den benötigten Informationen. Dabei sind zum Beispiel Daten wie Wahlergebnisse oder Partei-Listen gemeint, nicht aber wen du gewählt hast. Das Wahlgeheimnis ist für uns unantastbar.

32 |
33 |

Demokratie benötigt mehr als Wahlen, aber ein Land kann ohne echte Wahlen keine Demokratie sein.

34 | 35 |
36 |
37 |
38 |

Offene Daten (oft auch Open Data genannt) sind Daten, die von allen Menschen dieser Welt ohne Einschränkungen verwendet werden können. Dazu gehört auch die Erlaubnis, die Daten zu bearbeiten oder weiter zu verbreiten. Wenn von offenen Daten gesprochen wird, sind meist Daten aus staatlicher Hand gemeint.

39 |
40 |

Gründe für Open Data bei Wahlen:

41 |
    42 |
  • einfachere Teilhabe durch BürgerInnen
  • 43 |
  • mehr demokratische Bildung
  • 44 |
  • mehr Vertrauen in Politik
  • 45 |
  • neue Chancen der Digitalisierung nutzen
  • 46 |
47 |
48 | 49 |
50 |
51 |
52 |
53 | 54 |
55 |
56 | 57 |
58 | 61 |
62 | ist 63 |
64 | 67 | 68 |
69 | 70 |
71 |
72 | 73 |
74 |
75 |

Was wir tun:

76 |
77 | 78 |
79 |

Open Election Data API

80 | Screenshot 81 |

Entwickeln einer Open Data API mit allen historischen Wahlergebnisen aus Österreich.

82 |
83 | 84 |
85 |

Events

86 | Hackathon 87 |

Durchführen von Workshops, Hackathons, Vorträgen, Webcasts, etc.

88 |
89 | 90 |
91 |

Forderungen

92 | Screenshot Forderungen 93 |

Ausarbeiten von Forderungen für die Wahlrechtsreform.

94 |
95 | 96 |
97 |
98 |
99 | 100 |
101 |
102 |

#OffeneWahlenAT ist eine Community

103 | 104 |
105 |
106 |
107 |

108 |
109 |
110 |
111 |
112 | Flooh Perlot 113 |
114 | 130 |
131 | 132 |
133 |

Wir sind eine Gruppe ehrenamtlich tätiger Menschen aus ganz Österreich, die sich für freien Zugang zu Wissen bei Wahlen einsetzt. Gemeinsam wollen wir damit einen Beitrag zu einer demokratischen Gesellschaft leisten - und dabei auch etwas Lernen und Spaß haben.

134 |
135 | 136 |
137 |
138 | 139 |
140 |
141 |

Mach mit bei uns!

142 | 143 |
144 |
145 |
+
146 |

Wissen teilen

147 |

Gemeinsam Wissen rund um Wahlen sammeln und teilen.

148 |
149 | 150 |
151 |
152 |

Coden

153 |

Hilf beim Coden von Tools und Visualisierungen mit.

154 |
155 | 156 |
157 |
158 |

Daten nutzen

159 |

Nutze die offenen Wahl-Daten für deine eigenen Ideen.

160 |
161 | 162 |
163 |
164 |

Unterstützen

165 |

Du kannst uns auch finanziell unterstützen.

166 |
167 |
168 | 169 | Mitmachen 170 | 171 |
172 |
173 | 174 | -------------------------------------------------------------------------------- /kontakt.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Kontakt 4 | permalink: /kontakt 5 | menu_kontakt: yes 6 | --- 7 | 8 |
9 | 10 |

{{ site.author.email }}

11 | 12 |

OffeneWahlenAT

13 | 14 |

Forum Informationsfreiheit

15 | 16 |

informationsfreiheit.at

17 | 18 |

@amtsgeheimnisAT

19 | 20 |

informationsfreiheit.at

21 | 22 |

Forum-Informationsfreiheit

23 |
24 | -------------------------------------------------------------------------------- /mitmachen.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page-10 3 | title: Mitmachen 4 | permalink: /mitmachen 5 | comments: false 6 | menu_mitmachen: true 7 | --- 8 | 9 |
10 |

Offene Wahlen Österreich ist ein Community-Projekt. Hilf mit und setze dich gemeinsam mit anderen für Transparenz, demokratische Bildung und Open Data in bei Wahlen Österreich ein.

11 |

12 | 13 |
14 | 15 |

Wie kann ich mitmachen?

16 | 17 |
18 |

Open Election Data API

19 | Screenshot API 20 |

Eine Offene Wahldaten API mit allen historischen Wahlergebnissen Österreich's.

21 |
22 | 23 |
24 |

Forderungen

25 | Screenshot Forderungen 26 |

Kommentiere und hinterlasse deine Meinung bei unseren Forderungen zu Open Data bei Wahlen an das Bundesinnenministerium.

27 |
28 | 29 |
30 |

Wikidata

31 | Bild Website 32 |

Hilf mit, Wikidata zur primären Datenquelle für politische Entities in Österreich aufzubauen. Importiere Daten zu PolitikerInnen, Wahlen und Parteien und mache sie so allen frei zugänglich - von der Nationalratswahl bis zur/zum BürgermeisterIn.

33 |
34 | 35 |
36 |

Offener Datenstandard

37 | Datenstandard 38 |

Entwickle mit uns zusammen einen offenen Datenstandard für Wahldaten in Österreich. Dieser soll sowohl von den offiziellen Wahlbehörden wie auch von uns selber genutzt werden.

39 |
40 | 41 |
42 |

Daten nutzen

43 | Bild Säulendiagramm 44 |

Nutze unsere Daten und Tools für eigene Ideen. Zur Anregung haben wir ein paar Tutorials erstellt. PS: Meld dich bitte bei uns mit deinem Ergebnis.

45 |
46 | 47 |
48 |

Webpage

49 | Bild Website 50 |

Verbessere das Design, schreibe einen Artikel oder korrigiere einen Fehler - bei der Website gibt es zahlreiche Möglichkeiten, wie du dich einbringen kannst.

51 |
52 | 53 |
54 | 55 |
56 |

Wie mitmachen?

57 |

Es ist kein Beitrag zu klein und wir freuen uns über jede Unterstützung. Wenn du in irgendeiner Form mitmachen willst, meld dich.

58 | 59 |
60 | 61 |
62 |

Du kannst Offene Wahlen Österreich ganz einfach unterstützen. Es sind dabei nicht nur Fähigkeiten rund um Daten und Programmieren gefragt. Aktuell suchen wir z. B. vor allem eine Person für Kommunikation/PR (Social Media, Newsletter, Bloggen, uvm.) und eine für Design-Fragen (Logos, Grafiken, etc.).
Hilf mit für Transparenz und Offenheit bei Wahlen!

63 |
64 | 65 | 69 | 70 |
71 | 72 | 95 |
96 | -------------------------------------------------------------------------------- /spenden.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Spenden 4 | permalink: /spenden 5 | menu_kontakt: yes 6 | comments: false 7 | --- 8 | 9 | **Unterstützen Sie Offene Wahlen Österreich und helfen Sie, mit Wissen zu befreien.** 10 | 11 | Offene Wahlen Österreich ist ein ehrenamtlich organisiertes Projekt von Forum Informationsfreiheit. Wir sind daher auf die Unterstützung von außen angewiesen, um unsere Aktivitäten erfolgreich weiter zu entwickeln. 12 | 13 | SPENDEN 14 | 15 | -------------------------------------------------------------------------------- /termin_arge-digitalisierung.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: "Präsentation ARGE Digitalisierung" 4 | permalink: /termine/arge-digitalisierung 5 | comments: true 6 | --- 7 | 8 |
9 | Stefan Kasberger wurde als Projekt-Leiter von Offene Wahlen Österreich zur Arbeitsgruppe Digitalisierung der Landtagsdirektionen aus Österreich und Deutschland eingeladen um das Projekt zu präsentieren. 10 | 11 |
Offene Wahlen Österreich @ ARGE Digitalisierung from Stefan Kasberger
12 |
13 | -------------------------------------------------------------------------------- /termin_fh-big-open-data-lv-2017.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: "Big & Open Data Lehrveranstaltung" 4 | permalink: /termine/fh-big-open-data-lg-2017 5 | comments: true 6 | --- 7 | 8 | Stefan Kasberger und Peter Grassberger haben im Zuge einer Master-Lehrveranstaltung an der FH Joanneum Graz zum Thema "Big Data und Open Data" Materialien des Projektes verwendet. Nähere Informationen findet man im [GitHub repository](https://github.com/skasberger/big-data-lv-fh-joanneum). 9 | -------------------------------------------------------------------------------- /termin_hackathon-metalab-doku.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Dokumentation Hackathon @ Metalab 4 | permalink: /termine/hackathon-metalab/doku 5 | comments: true 6 | --- 7 | 8 | - [Hackathon Metalab](/termin/hackathon-metalab), 19. November 2016, 12 - 19 Uhr 9 | - Betreuer: 10 | - [Stefan Kasberger](http://stefankasberger.at) (Open Knowledge Austria) 11 | - [Präsentation]({{ site.staticurl }}pages/2016-11-19-hackathon-metalab/presentation-offene-wahlen.pdf) 12 | - [Etherpad](http://pad.okfn.org/p/OffeneWahlenAT-Metalab) 13 | - OffeneWahlenAT OpenCon BPW16 14 | 15 | **UrheberInnenrecht** 16 | 17 | Der Inhalt steht, soweit nicht explizit anders erwähnt, unter der [Creative Commons Namensnennung 4.0 Lizenz](https://creativecommons.org/licenses/by/4.0/). 18 | 19 | **Mitbringen** 20 | 21 | Eventuell Laptop mit Maus + Netzteil. 22 | 23 | Hackathon Metalab 24 |

Foto by Stefan Kasberger (CC BY 4.0)

25 | 26 | ## ABLAUF 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 |
TimetableAgenda
12:00Willkommen
12:10 - 12:20Einleitung Hackathon
12:20 - 12:35Einführung Offene Wahlen Österreich
12:35 - 13:10Brainstormen
13:10 - 13:25Ideen vorstellen und Gruppenfindung
13:25 - 15:45Hacken, Basteln und Programmieren
15:45 - 16:00PAUSE
16:00 - 18:30Hacken, Basteln und Programmieren
18:30 - 18:50Präsentieren der Ergebnisse
18:50 - 19:00Verabschiedung
19:00ENDE
77 | 78 | Hackathon Metalab 79 |

Foto by Stefan Kasberger (CC BY 4.0)

80 | 81 | ### Einleitung Hackathon 82 | - Willkommen 83 | - Ablauf 84 | - Vorstellungsrunde TeilnehmerInnen 85 | 86 | [Folien]({{ site.staticurl }}pages/2016-11-19-hackathon-metalab/presentation-offene-wahlen.pdf) 87 | 88 | ### Einleitung Offene Wahlen Österreich 89 | - Projekt vorstellen 90 | - Open Data Datensätze vorstellen 91 | 92 | [Folien]({{ site.staticurl }}pages/2016-11-19-hackathon-metalab/presentation-offene-wahlen.pdf) 93 | 94 | ### Brainstormen 95 | In kleinen Gruppen (3-4 Personen) werden Ideen gesammelt und diskutiert. 96 | 97 | ### Ideen präsentieren und Gruppenfindung 98 | Jeder und jede kann eine Idee vorstellen. Nach den Ideen wählen die TeilnehmerInnen selbstständig woran Sie die folgenden Stunden arbeiten wollen. Dies soll Gruppen zwischen 3 und 5 Personen ergeben. 99 | 100 | ### Hacken, Basteln und Programmieren 101 | Hier wird gearbeitet. :) 102 | 103 | ### Präsentieren der Ergebnisse 104 | Zum Schluss präsentieren die Gruppen ihre Ergebnisse. 105 | 106 | Peter Kraker beschäftigte sich mit der Nachrichtenflut zu Wahlen, die nur noch schwer überschaubar ist. Konkret präsentierte eine Erweiterung von [Open Knowledge Maps](http://openknowledgemaps.org) auf Nachrichten. Damit lassen sich die neusten Einträge von Google News für eine beliebige Suchanfrage clustern und interaktiv explorieren. 107 | 108 | Thomas Rupprecht und Markus Stoff haben an einer Spezifikation einer Rest-API (also einer standardisierten Schnittstelle auf die Wahldaten) gearbeitet. Hierfür wurde das Tool [Swagger](http://swagger.io/) und die Spezifikations-Vorlage von [Open API Initiative](https://www.openapis.org/) ([Open API Specification v2.0](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md)) verwendet. Jeder kann an dem [ersten Draft der Spezifikation](https://github.com/ximex/offenewahlen-api-spec) weitermachen. Einfach den [GUI Editor](http://www.booknds.com/SwaggerGraphicalEditor/index.html) öffnen, dort die Spezifikation laden die im Github Repository liegt und schon kann die Spezifikation verändert bzw. erweitert werden. Die Änderungen können dann via Pull Request wieder zurück geführt werden. 109 | 110 | Weiters wurde über eine passende visuelle Darstellung von Nicht-Wahlberechtigten mittels 3D-Druck-Technologie überlegt. Anforderung ist ein ästhetisch ansprechendes Modell zu erstellen, welches als Schichtmodell die Nicht-Wahlberechtigten, die NichtwählerInnen plus ungültig gewählten Stimmen, die Hofer Stimmen und die Van der Bellen Stimmen des zweiten Wahlganges der Bundespräsidentenwahl beinhaltet. Im Sinne des Lego-Baustein-Systems sollen die Schichten dann je nach eigener Vorliebe aufeinander gesteckt werden können. 111 | 112 | ### Verabschiedung 113 | Kurzes Good Bye, bevor es ins Gemütliche übergeht. 114 | 115 | Hackathon Metalab 116 |

Foto by Stefan Kasberger (CC BY 4.0)

117 | 118 | ## WIE WEITER MACHEN? 119 | - Ergebnisse online stellen: Selber machen oder bei uns ([Schreib uns!](/kontakt)). 120 | - Ergebnisse teilen: FreundInnen erzählen, twittern, facebook, bloggen, etc. 121 | - diskutiere was du gemacht und gehört hast mit deinen FreundInnen und im Web 122 | - nutze die Daten um weitere Visualisierungen zu erstellen. 123 | 124 | ## RESSOURCEN ALLGEMEIN 125 | 126 | ### Wahldaten 127 | 128 | #### Open Data 129 | - [Ergebnisse EU Wahl 2014](https://www.data.gv.at/katalog/dataset/2b10a91b-51d5-4e34-b992-8fd3a3121f0d) 130 | - [Ergebnisse Nationalratswahl 2013](https://www.data.gv.at/katalog/dataset/09716341-2bea-4298-9525-e936d8247d19) 131 | - [Weitere Ergebnisse unter Suchbegriff "wahl"](https://www.data.gv.at/suche/?search-term=wahl&connection=and&search-data-only=search-data-only#showresults): hierbei handelt es sich um Teilergebnisse oder um nicht-bundesweite Wahlen (Landtags-, Gemeindewahlen) 132 | - [Liste österreichischer Parteien](https://github.com/OKFNat/data/tree/master/parteienverzeichnis) 133 | 134 | #### nicht-offene Daten 135 | - [SunSITE Universität Wien](http://sunsite.univie.ac.at/Austria/elections/) 136 | - [Österr. Wahlstudien @ AUTNES](http://autnes.at/?q=node/42) 137 | - [European Election Database](http://www.nsd.uib.no/european_election_database/country/austria/) 138 | - [MAPP](http://www.projectmapp.eu/databases/) 139 | - [Manifest Project](https://manifestoproject.wzb.eu/) 140 | - [Chapel Hill](http://chesdata.eu/) 141 | - [Volksbegehren](https://github.com/OKFNat/data/tree/master/volksbegehren) 142 | - [European Social Survey](http://www.europeansocialsurvey.org/) 143 | - [Austria](http://www.europeansocialsurvey.org/data/country.html?c=austria) 144 | - [Politics](http://www.europeansocialsurvey.org/data/themes.html?t=politics) 145 | 146 | ### Coden lernen 147 | - [Stackoverflow](https://stackoverflow.com): dort findet man jeden Menge Antworten auf häufig gestellte Fragen und kann auch selber Fragen an die Community stellen. Zuerst aber bitte nachsehen, ob die eigene Frage nicht schon mal wo beantwortet wurde (was zu Beginn zu 99% der Fälle so der Fall ist). 148 | - [w3schools](http://www.w3schools.com/): Die Grundlagen von Web-Technologien wie HTML, CSS und JavaScript zum Nachschlagen. 149 | - [Code Academy](https://www.codecademy.com/): interaktiv Coden lernen im Browser. Verschiedenste Programmiersprachen im Angebot. 150 | - [Code School](https://www.codeschool.com/): interaktiv Coden lernen im Browser. Verschiedenste Programmiersprachen im Angebot. 151 | - [Udacity](https://www.udacity.com/courses#!/all): interaktiv Coden lernen im Browser. Verschiedenste Programmiersprachen im Angebot. 152 | - [edX](https://www.edx.org/course-list/allschools/computer-science/allcourses): Programmieren lernen in Kursen. Ist eher akademisch geprägt. 153 | - [Coursera](https://www.coursera.org/courses?orderby=upcoming&cats=cs-programming): Programmieren lernen in Kursen. Ist eher akademisch geprägt. 154 | -------------------------------------------------------------------------------- /termin_hackathon-metalab.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: OpenCon 2016 Offene Wahlen Hackathon 4 | permalink: /termine/hackathon-metalab 5 | comments: true 6 | --- 7 | 8 |

Gemeinsam Hacken, Basteln und Programmieren rund um Wahlen. Zwei Wochen vor der Bundespräsidentenwahl laden wir zum Tüfteln mit offenen Wahldaten ein.

9 | 10 |
11 |

Dazu brauchst du kein Technik-Profi sein! Viel wichtiger ist, dass du an Wahlen interessiert bist und gerne Neues lernst. Vor allem Kreative, Maker, Studierende, Coder, WissenschaftlerInnen und JournalistInnen werden sich wohl fühlen. Im metalab ist die Nutzung eines 3D-Druckers und Laserscanners möglich. Es ist keinerlei Vorwissen notwendig um mitzumachen.

12 | 21 | 22 | Vielen Dank an das metalab für das zur Verfügung stellen der Räumlichkeiten. 23 | 24 |
25 | 26 |
27 |
View Larger Map 28 | 29 | 30 |
31 | 32 |
33 |

Der Hackathon findet als OpenCon 2016 Satellite Event statt.

34 | OpenCon Banner 35 |
36 | 37 | 38 | 39 | 40 |
41 |

Eine Veranstaltung von:

42 | 43 | 44 |

in Kooperation mit:

45 |
Logo Open3
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 | -------------------------------------------------------------------------------- /termin_launch-netzpat.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Offene Wahlen AT Launch 4 | permalink: /termine/launch-netzpat 5 | comments: true 6 | --- 7 | 8 | Stefan Kasberger präsentiert die neue Initiative Offene Wahlen Österreich beim 8. netzpolitischen Abend am 1. September 2016 im metalab. Dabei wurde auch die Website live vor Ort gelauncht. 9 | 10 | 11 | 12 |
Offene Wahlen Webcast #1 from Stefan Kasberger
13 | -------------------------------------------------------------------------------- /termin_wahl-daten-party.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page-10 3 | title: "#NRW17 Wahl-Daten-Party" 4 | permalink: /termine/wahl-daten-party 5 | comments: true 6 | --- 7 | 8 |
9 |

Wahl-Daten-Party abgesagt! 10 |

11 | 12 | Da bei uns im Team zu viele an dem Tag verhindert sind, müssen wir leider die Wahl-Daten-Party absagen. Wir arbeiten dennoch emsig daran, den Launch der #NRW17-Visualisierung für den Wahltag am 15. Oktober fertig zu bekommen. 13 |
14 | -------------------------------------------------------------------------------- /termin_wahlreform-jetzt.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page-10 3 | title: "Podiumsdiskussion: Wahlreform jetzt!" 4 | permalink: /termine/wahlreform-jetzt 5 | comments: true 6 | --- 7 | 8 |
9 | 10 |
11 |

Wahlbeobachtung.org lädt zu einer Podiumsdiskussion rund um das Thema Wahlreform in Österreich ein. Diese soll ihrer Meinung nach Teil der nächsten Regierungsvereinbarung sein - zur Vereinfachung des Prozesses, für verbesserte Teilhabe und mehr Transparenz. Stefan Kasberger wird sich dabei zu Open Data bei Wahlen einbringen.

12 | 13 |

Termin

14 | 21 | 22 |

Programm

23 |
    24 |
  • Eröffnungsrede: Prof. Manfred Nowak (Ludwig Boltzmann Institut für Menschenrechte)
  • 25 |
  • Panel 1: 26 |
      27 |
    • Armin Rabitsch (Internationaler Wahlexperte von wahlbeobachtung.org): internationaler Vergleich
    • 28 |
    • Melanie Sully (Direktorin des Go Governance Instituts): Demokratie-Enquete und Wahlreformprozess
    • 29 |
    • Martin Ladstätter (Obmann von BIZEPS, Beratungszentrum für Menschen mit Behinderung): Gleichstellung von Menschen mit Behinderung im Wahlprozess
    • 30 |
    31 |
  • 32 |
  • Panel 2: 33 |
      34 |
    • Mathias Huter (Generalsekretär von Forum Informationsfreiheit): Parteien- und Wahlkampffinanzierung
    • 35 |
    • Stefan Kasberger (Projektleiter Offene Wahlen Wahlen Österreich): Transparenz und Beteiligung durch offene Wahldaten
    • 36 |
    • Dieter Zirnig (Digitaler und Politischer Entrepreneur, Neuwal): Politische Bildung und Wahlumfragen
    • 37 |
    38 |
  • 39 |
40 |
41 | 42 | 45 | 46 |
47 | -------------------------------------------------------------------------------- /termin_webcast-1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: 'Offene Wahlen Webcast #1' 4 | permalink: /termine/webcast-1 5 | comments: true 6 | --- 7 | 8 |

Lerne das Team kennen und stelle deine Fragen zum Projekt!

9 | 10 |
11 |

8. November 2016, 18 - 19 Uhr

12 |

Es ist noch knapp ein Monat bis zur Bundespräsidentenwahl. Wir möchten die Zeit nutzen und gemeinsam mit euch an den Forderungen zu Offenen Wahldaten arbeiten. Beim ersten öffentlichen Webcast stellen wir das Projekt vor und stehen euren Fragen zur Verfügung.

13 |
14 | 15 |

Schick uns deine Fragen!

16 |

Wenn du dich nicht in Google Hangout einwählen willst oder kannst, dich aber trotztdem in den Webcast einbringen möchtest, hinterlasse deine Fragen, Anregungen und Feedback wie folgt:

17 | als KommentarOffeneWahlenAT 18 | 19 | Und verfolge den Webcast-Chat (keine Webcam) via Youtube, live oder im Nachhinein. (siehe unten) 20 | 21 |

Webcast-Aufzeichnung auf Youtube ansehen

22 | 23 | 24 |
Offene Wahlen Webcast #1 from Stefan Kasberger (*.pdf)
25 | 26 |
27 |

Webcast Evaluierung

28 |

Gib uns Feedback zu unserem ersten Offene Wahlen Österreich Webcast und fülle den Online-Fragebogen aus. Das Ganze dauert nur 3-5 Minuten und hilft uns dabei die Webcasts kontinuierlich zu verbessern.

29 | Zum Online-Fragebogen! 30 |
31 | -------------------------------------------------------------------------------- /termin_wikidata-wahldaten-workshop.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page-10 3 | title: "Wikidata Wahldaten Workshop" 4 | permalink: /termine/wikidata-wahldaten-workshop 5 | comments: true 6 | --- 7 | 8 |
9 |

Learn Wikidata through open election data.

10 | 11 | 22 | 23 |

What happens?

24 |

Two weeks before the Austrian parliamantary elections (Nationalratswahl 2017) we want to introduce Wikidata through election data. Wikidata is a free knowledge-database for machines as for humans, and a new project by the Wikimedia Foundation (the organisation behind Wikipedia). This will be especially interesting for you, if you are a Wikidata newbie and if you like elections.

25 | 26 |

We will give a basic introduction into Wikidata and the state of election-related entities in it. After this, we split up in two groups. One for total beginners in Wikidata and elections, one into more experienced people in elections and with some basic experience with programming and/or data-handling. The second one is especially focussed on data-journalists, researchers, election-nerds and others who work with election-related information.

27 | 28 |

Registration

29 | To register, you only have to write an E-mail to {{ site.author.email }}. The number of participants is limited to 20 (first come, first serve). There is no entrance fee. 30 | 31 |

Preparation / Requirements

32 | There are no general requirements. Please bring your laptop with a power supply with you. 33 | 34 | There is also a GitHub repository with all kinds of information around open election data and Wikidata in Austria, if you would like to dive a little bit into it by yourself. 35 | 36 |
37 | 38 |
39 |
Show bigger map 40 | 41 |

Program

42 | 53 |
54 | 55 | 56 | 57 |
58 |

An event from

59 |
60 | 61 |
62 | -------------------------------------------------------------------------------- /termin_workshop-spektral-doku.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Dokumentation 4 | permalink: /termine/workshop-spektral/doku 5 | comments: true 6 | --- 7 | 8 | - [Workshop Spektral](/termine/workshop-spektral), 19. Oktober 2016, 18 - 22 Uhr 9 | - Betreuer: 10 | - [Stefan Kasberger](http://stefankasberger.at) (Open Knowledge Austria) 11 | - [Peter Grassberger](http://petergrassberger.com/) 12 | - [Flooh Perlot](http://drawingdata.net/) (Drawing Data) 13 | - [Christopher Kittel](http://christopherkittel.eu/) (Open Knowledge Austria) 14 | - OffeneWahlenAT 15 | 16 | Es gibt von [@murdelta](https://twitter.com/murdelta) auch [Fotos](https://www.flickr.com/photos/murdelta/sets/72157674468625782) vom Abend (unter CC BY). Vielen lieben Dank. 17 | 18 | **UrheberInnenrecht** 19 | 20 | Der Inhalt steht, soweit nicht explizit anders erwähnt, unter der [Creative Commons Namensnennung 4.0 Lizenz](https://creativecommons.org/licenses/by/4.0/). 21 | 22 | **Mitbringen** 23 | 24 | Laptop mit Maus + Netzteil 25 | 26 | **Vorbereiten** 27 | 28 | - Browser mit Browser Plugins installieren (Firefox oder Chrome wird empfohlen) 29 | - Web Developer: [Firefox](https://addons.mozilla.org/de/firefox/addon/web-developer/), [Chrome](https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm) 30 | - Firebug: [Firefox](https://addons.mozilla.org/de/firefox/addon/firebug/) 31 | - Text Editor installieren: (z. B. [notepad++](https://notepad-plus-plus.org/)) 32 | - Optional 33 | - [Tutorial Visualisierungen](/visualisierungen) ansehen 34 | 35 | Workshop Spektral 36 |

Foto by murdelta (CC BY 2.0)

37 | 38 | ## ABLAUF 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 |
TimetableAgenda
18:00 - 18:10Willkommen
18:10 - 18:30Einleitung & Vorstellungsrunde
18:30 - 18:45Gruppen bilden
18:45 - 20:00Coden: Setup, Einführung, erste Schritte
20:00 - 20:15PAUSE
20:15 - 21:45Coden
21:45 - 21:55Show & Tell
21:55 - 22:00Sum Up & Good Bye
22:00ENDE
81 | 82 | ## Einleitung 83 | - Willkommen 84 | - Ablauf 85 | - Vorstellen Trainer, Event und Offene Wahlen 86 | - Vorstellungsrunde TeilnehmerInnen 87 | 88 | ### Offene Wahlen Österreich 89 | Vorstellung des Projektes durch Stefan Kasberger ([Folien]({{ site.staticurl }}pages/2016-10-19-workshop-spektral/presentation-offene-wahlen.pdf)). 90 | 91 | ## Workshops 92 | 93 | ### Website mit GitHub (AnfängerInnen) 94 | **Was du lernst:** Website erstellen in HTML und CSS mit [GitHub Pages](https://pages.github.com/) mit [Christopher Kittel](http://christopherkittel.eu/) und [Stefan Kasberger](http://stefankasberger.at). 95 | 96 | **Ablauf** 97 | 98 | 1. Account auf [GitHub](https://github.com) anlegen. 99 | 2. [Client](https://desktop.github.com/) installieren. 100 | 3. Neuen branch anlegen: `gh-pages`. 101 | 4. [Bootstrap](http://getbootstrap.com/getting-started/) entpacken. 102 | 5. [HTML und CSS Templates](https://github.com/twbs/bootstrap/tree/v4-dev/docs/examples/starter-template) kopieren. 103 | 6. Alles in den lokalen Projektordner kopieren. 104 | 7. Layout mit Bootstrap und Klassen anpassen. 105 | 8. Design in CSS anpassen: Hauptfarbe ändern. 106 | 9. Fotos von Wikipedia und Youtube-Videos einbetten. 107 | 10. Committen und pushen. 108 | 11. Das Ergebnis im Web ansehen und mit FreundInnen teilen. :) 109 | 110 | **Ressourcen** 111 | 112 | - [GitHub Pages](https://pages.github.com/): GitHub ist eine Plattform für EntwicklerInnen, auf der einfach Quellcode geteilt werden kann. Der Service ermöglicht auch das einfache Erstellen und Veröffentlichen von statischen Webpages mittels GitHub Pages. 113 | - [Bootstrap](http://getbootstrap.com/): ein HTML, CSS und JavaScript Framework, das einfaches und responsives Webdesign ermöglicht. 114 | - [Font Awesome](http://fontawesome.io/): ermöglicht das einfache Nutzen von Ikonographien. 115 | - [Adobe Color CC](https://color.adobe.com/): zum einfachen Finden von zusammenpassenden Farben 116 | - [Colorbrewer 2.0](http://colorbrewer2.org): zum einfachen Finden von zusammenpassenden Farben 117 | - [Markdown](https://daringfireball.net/projects/markdown/) mit [GitHub Flavour](https://guides.github.com/features/mastering-markdown/): bei GitHub Pages kann auch mit Markdown geschrieben werden, eine einfache Textauszeichnung die für AnfängerInnen sehr geeignet ist. 118 | - [w3schools.com](http://www.w3schools.com/): Lerne Web-Technologien wie HTML, CSS und JavaScript. 119 | - [Codeacademy](https://www.codecademy.com/): Lerne verschiedene Technologien und Praktiken rund um Web-Entwicklung. 120 | - [Code School](https://www.codeschool.com/): Lerne verschiedene Technologien und Praktiken rund um Web-Entwicklung. 121 | - [Udacity Course: Intro to HTML & CSS](https://www.udacity.com/course/intro-to-html-and-css--ud304) 122 | 123 | ### Einführung in das Programmieren mit JavaScript 124 | **Was du lernst:** Die Grundlagen des Programmierens in [JavaScript](https://www.javascript.com/) mit [Peter Grassberger](http://petergrassberger.com/). 125 | 126 | **Ablauf** 127 | 128 | Hier die [Präsentation]({{ site.staticurl }}pages/2016-10-19-workshop-spektral/JS-Coden-101.pdf). 129 | 130 | **Ressourcen** 131 | 132 | - [Videos von GangMan2006 @ Youtube](https://www.youtube.com/user/GangMan2006) 133 | - [Nachschlagewerk: developer.mozilla.org](https://developer.mozilla.org) 134 | - [Fragen stellen: Stackoverflow](https://stackoverflow.com) 135 | - [Interaktiv Lernen: CodeAcademy](https://www.codecademy.com) 136 | - [Interaktiv Lernen: Code School](https://www.codeschool.com/) 137 | - [Interaktiv Lernen: Khan Academy](https://www.khanacademy.org/computing/computer-programming/programming) 138 | - [Udacity Course: JavaScript Basis for Beginners](https://www.udacity.com/course/javascript-basics--ud804) 139 | - [Intro to jQuery](https://www.udacity.com/course/intro-to-jquery--ud245) 140 | - [Data Visualization and D3.js](https://www.udacity.com/course/data-visualization-and-d3js--ud507) 141 | 142 | ### Säulendiagramm mit JavaScript (AnfängerInnen) 143 | **Was du lernst:** Wahlergebnisse als Säulendiagramm in JavaScript darstellen. 144 | 145 | Die Dateien von [Flooh Perlot](http://drawingdata.net/): 146 | 147 | - [balken.html]({{ site.staticurl }}pages/2016-10-19-workshop-spektral/balken.html) 148 | - [template_balken.html]({{ site.staticurl }}pages/2016-10-19-workshop-spektral/template_balken.html) 149 | 150 | ### Wahlkarte mit JavaScript (AnfängerInnen) 151 | **Was du lernst:** Wahlergebnisse mittels JavaScript auf einer Karte darstellen. 152 | 153 | Die Dateien von [Flooh Perlot](http://drawingdata.net/): 154 | 155 | - [template_karte.html]({{ site.staticurl }}pages/2016-10-19-workshop-spektral/template_karte.html) 156 | - [gemeindeergebnisse.csv]({{ site.staticurl }}pages/2016-10-19-workshop-spektral/gemeindeergebnisse.csv) 157 | - [gemeinden.json]({{ site.staticurl }}pages/2016-10-19-workshop-spektral/gemeinden.json) 158 | 159 | ## WIE WEITER MACHEN? 160 | - Ergebnisse online stellen: Selber machen oder bei uns ([Schreib uns!](/kontakt)). 161 | - Ergebnisse teilen: FreundInnen erzählen, twittern, facebook, bloggen, etc. 162 | - diskutiere was du gemacht und gehört hast mit deinen FreundInnen und im Web 163 | - nutze die Daten um weitere Visualisierungen zu erstellen. 164 | 165 | ## RESOURCEN ALLGEMEIN 166 | 167 | ### Coden lernen 168 | - [Stackoverflow](https://stackoverflow.com): dort findet man jeden Menge Antworten auf häufig gestellte Fragen und kann auch selber Fragen an die Community stellen. Zuerst aber bitte nachsehen, ob die eigene Frage nicht schon mal wo beantwortet wurde (was zu Beginn zu 99% der Fälle so der Fall ist). 169 | - [w3schools](http://www.w3schools.com/): Die Grundlagen von Web-Technologien wie HTML, CSS und JavaScript zum Nachschlagen. 170 | - [Code Academy](https://www.codecademy.com/): interaktiv Coden lernen im Browser. Verschiedenste Programmiersprachen im Angebot. 171 | - [Code School](https://www.codeschool.com/): interaktiv Coden lernen im Browser. Verschiedenste Programmiersprachen im Angebot. 172 | - [Udacity](https://www.udacity.com/courses#!/all): interaktiv Coden lernen im Browser. Verschiedenste Programmiersprachen im Angebot. 173 | - [edX](https://www.edx.org/course-list/allschools/computer-science/allcourses): Programmieren lernen in Kursen. Ist eher akademisch geprägt. 174 | - [Coursera](https://www.coursera.org/courses?orderby=upcoming&cats=cs-programming): Programmieren lernen in Kursen. Ist eher akademisch geprägt. 175 | -------------------------------------------------------------------------------- /termin_workshop-spektral.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Coding-Workshop für AnfängerInnen 4 | permalink: /termine/workshop-spektral 5 | comments: true 6 | --- 7 | 8 |

Gemeinsam coden lernen - Wir zeigen dir wie du Ergebnisse von Wahlen visuell darstellst und mittels Programmiersprachen bearbeiten kannst.

9 | 10 |
11 |

Du möchtest gerne Coden lernen, hast es aber noch nie probiert und weißt nicht wo du starten sollst? Dann bist du an dem Abend gut aufgehoben. Erfahrene Trainer begleiten dich bei deinen ersten Schritten in der Programmier-Welt - von Scratch über HTML bis hin zu JavaScript. Dazu werden wir Ergebnisse von Wahlen bearbeiten und am Ende auf einer Karte visuell darstellen. Aber du kansnt auch deine erste Websites erstellen - gemacht wird, was dich interessiert bzw. was wir gemeinsam schaffen.

12 | 13 | 24 | 25 | Vielen Dank an das Spektral für die Räumlichkeiten. 26 |
27 | 28 |
29 |
View Larger Map 30 |
31 | 32 | 33 | 34 | Workshop Spektral 35 |

Foto by murdelta (CC BY 2.0)

36 | 37 |
38 |

Eine Veranstaltung von:

39 |
40 | Open Knowledge Österreich in Kooperation mit Elevate Festival, esc Medien Kunst Labor und . 41 | 42 | 43 | 44 | 45 |
46 | 47 |
48 |

Der Workshop findet als Satelliten-Event des Elevate Festivals und im Zuge der EU CodeWeek statt.

49 |

50 |
51 | 52 |
53 |

Partner:

54 | 55 |
56 | -------------------------------------------------------------------------------- /termine.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Vergangene Termine 4 | permalink: /termine 5 | comments: false 6 | menu_events: true 7 | --- 8 | 9 | 24 | -------------------------------------------------------------------------------- /tutorials.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page-10 3 | title: Tutorials 4 | permalink: /tutorials 5 | menu_tutorials: true 6 | --- 7 | 8 |
9 |

Wahldaten warten darauf, weiterverarbeitet zu werden. Hier findest du Inspiration dazu.

10 | 11 |
12 | 13 |

Visualisierungen generell

14 | Visualisierung 15 | 16 | 17 |
18 | 19 |
20 | 21 |

Ergebnis-Balkendiagramm

22 | Visualisierung JavaScript 23 | 24 | 25 |
26 | 27 |
28 | 29 |

Ergebnis-Karte

30 | Visualisierung JavaScript 31 | 32 | 33 |
34 | 35 |
36 | --------------------------------------------------------------------------------