mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Add splash screen
This commit is contained in:
parent
06b2dd9e47
commit
a478a3cd77
4 changed files with 100 additions and 5 deletions
|
|
@ -2,12 +2,23 @@
|
|||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Visualization of Hate Crime in Berlin</title>
|
||||
<title>A mad world - Rechte Übergriffe in Berlin 2005 bis 2014</title>
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/static/css/style.css">
|
||||
<link href='http://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<script>document.body.classList.add('js')</script>
|
||||
<div id="overlay">
|
||||
<div class="text">
|
||||
<h1>A mad world</h1>
|
||||
<p>
|
||||
Jeder Punkt dieser Karte steht für einen Übergriff im Zeitraum von Januar 2005 bis November 2014.<br>
|
||||
Die Chronik wurde erstellt von <a href="http://reachoutberlin.de/" target="_blank">ReachOut Berlin</a>. Analyse und Visualisierung von Joshua Widmann und Arne Schlüter.
|
||||
</p>
|
||||
<a href="#" class="begin">Beginnen</a>
|
||||
</div>
|
||||
</div>
|
||||
<nav id="filter-picker">
|
||||
<ul class="year-filter">
|
||||
<li class="all active"><a href="#">Alle</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue