-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (52 loc) · 2.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Things Network Maps</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="static/images/favicon.ico" rel="shortcut icon" />
<!-- Boostrap -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<style>
body {
padding-top: 60px;
}
</style>
</head>
<body role="document">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="http://thethingsnetwork.org/c/zurich">The Things Network Zurich</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="http://thethingsnetwork.org/c/zurich" target="_blank">Community</a>
</li>
<li>
<a href="https://twitter.com/ttn_zh" target="_blank">Twitter</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<h2>Maps</h2>
<p>There are new maps in town! Check them out:</p>
<p><a href="https://www.thethingsnetwork.org/map" class="btn btn-primary btn-lg" role="button" target="_blank">Official TTN map</a></p>
<p><a href="http://ha-23.eradus.eu/croft.html" class="btn btn-primary btn-lg active" role="button" target="_blank">Real-time gateway map</a></p>
<p><a href="http://ttnmapper.org/" class="btn btn-primary btn-lg active" role="button" target="_blank">Actual coverage measurements</a></p>
</div>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70363413-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>