-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (82 loc) · 3.95 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<link href='http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css' rel='stylesheet'/>
<link rel="shortcut icon" href="https://2014.spaceappschallenge.org/static/images/favicon.ico">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="stylesheets/estilos.css" />
<!-- Bootstrap core CSS-->
<link href="stylesheets/bootstrap.min.css" rel="stylesheet">
<!-- Leaflet core CSS -->
<link rel="stylesheet" href="stylesheets/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
<link rel="stylesheet" href="css/iThing.css" type="text/css" />
<script src="lib/jQDateRangeSlider-withRuler-min.js"></script>
<script src="javascripts/main.js" type='text/javascript'></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Space Apps Challenge</title>
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" style="display: none;" href="/">Live Fires</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="mobile/www/">Mobile</a></li>
<li><a href="about.html">About</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Visible Maps<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Fires</a></li>
<li><a href="#">Vegetation</a></li>
<li><a href="#">Other</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<header>
<div class="inner">
<h1>Live fires</h1>
<h2>Load Realtime Fires over the world, prefirably both on Web (desktop) and mobile webapp.</h2>
<a href="https://github.com/livefires" class="button button_gh"><small>Follow me on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content" style="width:100%;">
<div id="map" style="width:100%; height: 400px;" ></div>
<div id="dateSlider"></div>
<br/>
</section>
<aside id="sidebar" class="display_none">
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
<script src="javascripts/bootstrap.min.js"></script>
</body>
</html>