forked from mitmedialab/lcl-2014.media.mit.edu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
106 lines (79 loc) · 3.47 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
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
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/favicon.png">
<title>Map | PWYM</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom-NEW.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<!-- Google Analytics: DO NOT EDIT -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1J5K700B51"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1J5K700B51');
</script>
</head>
<body>
<!-- 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" href="index.html">
<img src="img/musedlab-logo.png"/>
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="about.html">About</a></li>
<li><a href="http://community.playwithyourmusic.org">Community</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="active"><a href="map.html">Map</a></li>
<li><a href="online.html">Online Teaching Resources</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div><!--/.navbar-collapse -->
</div>
</div>
<div class="container map">
<div class="map-container">
<!-- <iframe frameborder=0 style='width:100%;height:600px' src='http://www.zeemaps.com/pub?group=888719&nopdf=1&search=1&add=1&x=.964585&y=30.892575&z=15'> </iframe>
-->
<iframe frameborder=0 style='width:100%;height:600px' src="https://www.google.com/maps/d/u/0/embed?mid=1sEfBIvjaIYW2ngwuQusXysaNGN64Q8Xw"></iframe>
</div>
<h3> <strong>Where are we all from?</strong></h3>
<!-- ==================== FOOTER ====================== -->
<hr>
<footer>
<div class="col-lg-8 col-md-8">
<p> Supported by: </p>
<div class="container" id="sponsor-logos">
<a href="http://steinhardt.nyu.edu/"><div id="logo-nyusteinhardt"></div></a>
<a href="http://musedlab.org"><div id="logo-musedlab"></div></a>
</div>
</div>
</footer>
</div> <!-- /container content-->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>