-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmap.html
41 lines (36 loc) · 1.77 KB
/
map.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>
<meta charset="utf-8">
<title>LORIS Collaborators Map</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="This page contains a map of the LORIS collaborators world-wide.">
<meta name="author" content="Derek Lo 2015">
<meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link href='https://fonts.googleapis.com/css?family=Roboto:400italic,100,300,400,500' rel='stylesheet' type='text/css'>
<!--[if IE]>
<link href="http://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:400italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:500" rel="stylesheet" type="text/css">
<![endif]-->
<link rel="stylesheet" href="css/map_styles.css" >
<script src='https://maps.googleapis.com/maps/api/js?key=AIzaSyCegnK_ty5hGMlGu26Rw_7weHHRF_exY5s&sensor=false&extension=.js'></script>
</head>
<body>
<div id="map-holder">
<div class="maphead">
<img src="images/LORIS-logo-color.png" alt="Loris Logo" class="lorisLogo left">
<h1> Collaborators </h1>
<div class="clear"></div>
</div>
<div id="map"></div>
<div id="sidebar" class="sb_blue"></div>
</div>
<div class="clearall"></div>
<script src='js/scripts.js'></script>
</body>
</html>