-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
41 lines (38 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<title>Door Information System @ HUM53</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
</head>
<body>
<div id="content">
<div id="status"></div>
</div>
<div id="aside">
<h1>Dooris @ HUM53</h1>
<div id="info">
CCC Hansestadt Hamburg e.V. <br>
Humboldtstraße 53<br>
22087 Hamburg <br><br>
N 53 ° 34.454'<br/>E 10 ° 01.472'
</div>
<div id="nav">
<a href="http://www.openstreetmap.org/?minlon=10.0244808197021&minlat=53.5743103027344&am;maxlon=10.0244817733765&maxlat=53.5743141174316" target="_blank">Map</a> | <a href="http://geofox.hvv.de/jsf/home.seam?destType=1&destName=Humboldtstra%DFe%2053&destRegion=Hamburg" target="_blank">Public Transport</a>
</div>
<div id="further">
You can also contact us via<br />
mail@hamburg.ccc.de<br />
or join #ccchh @ hackint.
</div>
<br><br>
<div id="time">Please enable Javascript</div>
<div id="footer">
<a href="http://hamburg.ccc.de" target="_blank">CCC Hansestadt Hamburg e.V.</a> |
<a href="https://github.com/ccchh/dooris-frontend">Get code @ github.</a>
</div>
</div>
</body>
<script type="text/javascript" src="jquery-1.9.0.min.js"></script>
<script type="text/javascript" src="dooris.js"></script>
</html>