-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (41 loc) · 2.35 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
<!DOCTYPE html>
<html>
<head>
<title>STARTUP 'O' Clock</title>
<meta property="og:url" content="https://nuwandavek.github.io/on-that-point/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="On That Point!" />
<meta property="og:description" content="Your friendly neighborhood debate visualization site." />
<meta property="og:image" content="https://raw.githubusercontent.com/nuwandavek/on-that-point/master/ogimg.jpg" />
<meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="cssmain.css">
<script type="text/javascript" src="jsmain.js"></script>
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Aguafina+Script' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://d3js.org/d3.v3.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<script type="text/javascript" src="jsmain.js"></script>
</head>
<body>
<div class="fullbody">
<div class="pagetitle">STARTUP <i class="fa fa-hourglass-half" aria-hidden="true"></i> WATCH</div>
<div class="row map-screen">
<div class="col-md-8 col-md-offset-2">
<div id="map" class="col-md-12"></div>
</div>
</div>
<div>
<div class="col-md-12"id="mainsvg">
<div class="col-md-12" id="mainsvgDayAll"></div>
</div>
</div>
</div>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA1G2AIT7WGAXVqbgfie25WPAeKVNFkitI&callback=initMap" async defer></script>
</body>
</html>