This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (44 loc) · 2.34 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Correctiv-Recherche: Minijobs – ein Fall für Frauen</title>
<link rel="stylesheet" href="./dist/lib/correctiv.css" type="text/css" media="screen" title="no title" charset="utf-8">
<style type="text/css" media="screen">
.viz-info__main {
padding: 20px;
}
.viz-info__section {
border-top: 1px solid gray;
margin-top: 20px;
}
</style>
</head>
<body>
<main class="viz-info__main">
<p><a href="https://correctiv.org">correctiv.org</a></p>
<h1>Minijobs – ein Fall für Frauen</h1>
<p>Zur Correctiv-Recherche: <a href="https://correctiv.org/a/1838">Bundesweite Datenauswertung: So viele Frauen tappen in die Minijob-Falle</a></p>
<div class="well">
<h3>Hinweise zur Nutzung unserer Minijobs-Grafiken.</h3>
<p>Kontakt: <a href="mailto:[email protected]">[email protected]</a></p>
<p><em>Credits:</em> "Grafik: Simon Wörpel, correctiv.org"</p>
<ul>
<li><a href="#districts-map">Deutschland-Karten: Mann-/Frau-Vergleich</a></li>
</ul>
<p><strong>SPERRFRIST</strong> Montag, 31.7.2017, 18.00 Uhr</p>
</div>
<section class="viz-info__section">
<h2 id="districts-map">Deutschland-Karten: Mann-/Frau-Vergleich</h2>
<p>Sie können unsere interaktive Karte mittels eines <code><iframe></code>-Elements in Ihre Artikel einbinden. Nutzen Sie dazu dieses Beispiel:</p>
<pre><code>
<iframe width="1170" height="900" frameborder=0 src="<a href="https://correctiv.github.io/viz-minijobs-districts-gender/embed/mj-districts-map.html">https://correctiv.github.io/viz-minijobs-districts-gender/embed/mj-districts-map.html</a>"></iframe>
</pre></code>
<p>Passen Sie Breite (<code>width</code>) und Höhe (<code>height</code>) an Ihr CMS / Artikel-Layout an (oder lassen Sie diese Attribute weg und steuern Sie die Dimensionen des iFrames direkt per CSS).</p>
<p>Die Karte passt sich an die Breite des iFrames an, zudem wird für kleinere Screens (Smartphones, Tablets) eine mobil-optimierte Version angezeigt.</p>
<iframe width="1170" height="900" src="./embed/mj-districts-map.html"></iframe>
</section>
</main>
</body>
</html>