-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
225 lines (204 loc) · 12.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Finde heraus was man gegen den Feinstaub tun kann!">
<meta name="keywords"
content="Feinstaubtag, Feinstaub, Graz, Pirat, Piratin, Piraten, Piratinnen, Piratenpartei, Piratinnenpartei">
<meta name="author" content="Peter Grassberger, Piratenpartei Steiermark">
<meta property="og:locale" content="de_DE"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="http://feinstaub-graz.at/"/>
<meta property="og:title" content="Ist heute ein Feinstaubtag?"/>
<meta property="og:description" content="Finde heraus was man gegen den Feinstaub tun kann!"/>
<meta property="og:image" content="http://feinstaub-graz.at/images/feinstaub-meter_1.png"/>
<meta property="og:image:width" content="834"/>
<meta property="og:image:height" content="834"/>
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:site" content="@PiratenGraz"/>
<meta property="twitter:creator" content="@PiratenGraz"/>
<meta name="google-site-verification" content="IPlPAuaAAKqcIAW5abbcZExAVAg6z5Jag31cxxrftZA" />
<title>Ist heute ein Feinstaubtag?</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript">
var _paq = _paq || [];
_paq.push([ 'trackPageView' ]);
_paq.push([ 'enableLinkTracking' ]);
(function () {
var u = "//stats.fnordserver.eu/";
_paq.push([ 'setTrackerUrl', u + 'piwik.php' ]);
_paq.push([ 'setSiteId', '22' ]);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[ 0 ];
g.type = 'text/javascript';
g.async = true;
g.defer = true;
g.src = u + 'piwik.js';
s.parentNode.insertBefore(g, s);
})();
</script>
<noscript><p><img src="//stats.fnordserver.eu/piwik.php?idsite=22" style="border:0;" alt=""/></p></noscript>
</head>
<body class="background">
<div class="content container-fluid">
<br/>
<h1 class="pirate-highlight">Ist heute ein Feinstaubtag?</h1><br/>
<div class="meterWrap">
<svg id="meter" width="500" height="500" viewBox="0 0 500 500">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:lightgrey;stop-opacity:1"/>
<stop offset="100%" style="stop-color:darkslategrey;stop-opacity:1"/>
</linearGradient>
<linearGradient id="grad2" x1="100%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" style="stop-color:lightgrey;stop-opacity:1"/>
<stop offset="100%" style="stop-color:darkslategrey;stop-opacity:1"/>
</linearGradient>
<radialGradient id="grad3" cx="50%" cy="50%" r="90%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:white;stop-opacity:1"/>
<stop offset="100%" style="stop-color:lightgrey;stop-opacity:1"/>
</radialGradient>
<linearGradient id="grad4" x1="100%" y1="0%" x2="0%" y2="0%">
<stop offset="0%" style="stop-color:green;stop-opacity:0"/>
<stop offset="25%" style="stop-color:green;stop-opacity:0"/>
<stop offset="100%" style="stop-color:green;stop-opacity:1"/>
</linearGradient>
<linearGradient id="grad5" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:red;stop-opacity:0"/>
<stop offset="5%" style="stop-color:red;stop-opacity:0"/>
<stop offset="20%" style="stop-color:red;stop-opacity:1"/>
<stop offset="100%" style="stop-color:red;stop-opacity:1"/>
</linearGradient>
</defs>
<circle cx="250" cy="250" r="200" fill="url(#grad1)"/>
<circle cx="250" cy="250" r="190" fill="url(#grad2)"/>
<circle cx="250" cy="250" r="175" stroke="black" stroke-width="10"/>
<circle cx="250" cy="250" r="177" fill="url(#grad3)"/>
<path d="M 90,250 A 20,20 0 1 1 410,250" stroke-width="20" stroke="url(#grad4)" fill="none"
style="transform-origin:250px 250px;transform:rotate(-45deg)"/>
<path d="M 90,250 A 20,20 0 1 1 410,250" stroke-width="20" stroke="url(#grad5)" fill="none"
style="transform-origin:250px 250px;transform:rotate(45deg)"/>
<text id="number" x="250" y="200" text-anchor="middle" font-size="16" font-family="monospace">0</text>
<line x1="80" y1="250" x2="110" y2="250" stroke="black" stroke-width="6"/>
<text x="135" y="260" text-anchor="middle" font-size="30">20</text>
<line x1="250" y1="80" x2="250" y2="110" stroke="black" stroke-width="6"/>
<text x="250" y="135" text-anchor="middle" font-size="30">60</text>
<line x1="420" y1="250" x2="380" y2="250" stroke="black" stroke-width="6"/>
<text x="350" y="260" text-anchor="middle" font-size="30">100</text>
<line x1="158" y1="342" x2="130" y2="370" stroke="black" stroke-width="6"/>
<text x="175" y="335" text-anchor="middle" font-size="30">0</text>
<line x1="158" y1="158" x2="130" y2="130" stroke="black" stroke-width="6"/>
<text x="175" y="180" text-anchor="middle" font-size="30">40</text>
<line x1="342" y1="158" x2="370" y2="130" stroke="black" stroke-width="6"/>
<text x="320" y="180" text-anchor="middle" font-size="30">80</text>
<line x1="342" y1="342" x2="370" y2="370" stroke="black" stroke-width="6"/>
<text x="320" y="335" text-anchor="middle" font-size="30">120</text>
<text x="250" y="365" text-anchor="middle" font-size="16" font-family="Arial">PM10 [µg/m³]</text>
<text x="250" y="385" text-anchor="middle" font-size="16" font-family="Arial">Feinstaub</text>
<text x="250" y="405" text-anchor="middle" font-size="12" font-family="Arial">Graz-Mitte</text>
<line x1="196" y1="121" x2="185" y2="93" stroke="black" stroke-width="3"/>
<line x1="304" y1="121" x2="315" y2="93" stroke="black" stroke-width="3"/>
<line x1="121" y1="304" x2="93" y2="315" stroke="black" stroke-width="3"/>
<line x1="121" y1="196" x2="93" y2="185" stroke="black" stroke-width="3"/>
<line x1="379" y1="304" x2="407" y2="315" stroke="black" stroke-width="3"/>
<line x1="379" y1="196" x2="407" y2="185" stroke="black" stroke-width="3"/>
<polygon id="pointer" points="130,370 250,240 260,240 260,250" fill="black"
style="transition: all 0.5s;transform-origin:250px 250px"/>
</svg>
</div>
<button class="moreInfo pirate-highlight">Mehr Erfahren</button>
<article>
<h2 class="headline">Was kann man tun?</h2><a class="close" href="#">x</a>
<p>
Heuer gab es bereits an <a
href="http://app.luis.steiermark.at/luft2/auswertung.php?station1=172&station2=139&komponente1=114&station3=171&station4=164&komponente2=114&von_tag=1&von_monat=1&von_jahr=2017&mittelwert=21&bis_tag=24&bis_monat=1&bis_jahr=2017"
target="_blank">12 Tagen Überschreitungen</a>
des Feinstaubgrenzwerts an mehreren Meßstationen (Stand 24.01.2017).
</p>
<p>
In Graz müssen daher dringend Maßnahmen für eine bessere Luftqualität gesetzt werden, aber nicht in Form von
Fahrverboten, sondern durch <a
href="https://piraten-graz.at/grazer-piraten-gratis-oeffis-an-feinstaubtagen/">
gratis Öffis an Feinstaubtagen</a>. Damit wollen wir Bewusstsein in der Bevölkerung schaffen.
</p>
<p>
Wir <a href="https://piraten-graz.at/">Piraten</a> setzen uns dafür ein, dass an Tagen, an denen der
Grenzwert überschritten wird, die BürgerInnen
frühzeitig informiert werden und die Öffis gratis genutzt werden können. Die Information der BürgerInnen
soll mittels Einschaltungen auf den Infoscreens und Social Media erfolgen.
</p>
<p>
Hier findest du unsere konkreten Forderungen, was gegen die Feinstaubbelastung in Graz getan werden kann:
</p>
<ul>
<li>Fahrscheinlose Öffis an Feinstaubtagen</li>
<li>Ausbau des öffentlichen Personennahverkehrs (ÖPNV)</li>
<li><a href="https://öffi-milliarde.at">Öffi-Milliarde - unser Konzept für den ÖPNV in Graz</a></li>
<li>Aktivierung der Entlüftung des Plabutschtunnels - dem größten Auspuff in Graz</li>
<li>Fahrradhighways</li>
<li>Fußgängerfreundliche Stadt</li>
<li><a href="http://murkraftwerk.fail/">Die Mur Retten</a></li>
</ul>
<footer>
<a href="https://piraten-graz.at/themen/mobilitaet/" target="_blank">Mehr Infos »</a>
</footer>
</article>
<footer>
<div class="col-lg-3 text-xs-left">
<p>
<a class="share-btn facebook"
href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ffeinstaub-graz.at" target="_blank">
<i class="fa fa-facebook"></i>
</a>
<a class="share-btn twitter"
href="https://twitter.com/home?status=Ist%20heute%20ein%20Feinstaubtag%3F%20http%3A%2F%2Ffeinstaub-graz.at%20%23Feinstaub"
target="_blank">
<i class="fa fa-twitter"></i>
</a>
<a class="share-btn google-plus" href="https://plus.google.com/share?url=http%3A%2F%2Ffeinstaub-graz.at"
target="_blank">
<i class="fa fa-google-plus"></i>
</a>
<a class="share-btn facebook-messenger"
href="fb-messenger://share/?link=http%3A%2F%2Ffeinstaub-graz.at">
<i class="fa fa-comment"></i>
</a>
<a class="share-btn telegram"
href="https://telegram.me/share/url?url=http%3A%2F%2Ffeinstaub-graz.at&text=Ist%20heute%20ein%20Feinstaubtag%3F"
target="_blank">
<i class="fa fa-telegram"></i>
</a>
<a class="share-btn whatsapp"
href="whatsapp://send?text=Ist%20heute%20ein%20Feinstaubtag%3F%20http%3A%2F%2Ffeinstaub-graz.at"
data-action="share/whatsapp/share"
target="_blank">
<i class="fa fa-whatsapp"></i>
</a>
</p>
</div>
<div class="col-lg-9 text-xs-right">
<p>
<a href="//data.steiermark.at/cms/beitrag/11822084/97108894/?AppInt_OGD_ID=2">Datenquelle</a>
<a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC-BY-3.0-AT</a>
©
<a href="http://www.umwelt.steiermark.at/cms/ziel/3611708/DE/">Land Steiermark</a><br/>
Verbesserungsvorschläge gerne per
<a href="mailto:[email protected]">Mail</a> oder
<a href="https://github.com/PPOE/feinstaub-meter">GitHub</a><br/>
<a href="//creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>
©
<a href="//piraten-graz.at/rechtliches/impressum/">Piratenpartei Graz</a> 2017 -
<a href="//www.facebook.com/piratengraz">Facebook</a> -
<a href="//twitter.com/PiratenGraz">Twitter</a>
</p>
</div>
</footer>
</div>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/tether.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>