This repository was archived by the owner on Aug 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmap.html
More file actions
108 lines (80 loc) · 4.03 KB
/
map.html
File metadata and controls
108 lines (80 loc) · 4.03 KB
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
107
108
<!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 | LCL</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='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<!-- Google Analytics: DO NOT EDIT -->
<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-37881026-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- NAVBAR
=========================================================================== -->
<div class="archive-banner">This site is now an archive. If you are looking for the current version of Learning Creative Learning, please visit <a href="http://learn.media.mit.edu/lcl">learn.media.mit.edu/lcl</a>.</div>
<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="http://learn.media.mit.edu/lcl">
<img src="img/lcl-letters-wspiral.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://discuss-learn.media.mit.edu">Community</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="active"><a href="map.html">Map</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=871132&nopdf=1&search=1&add=1&x=.964585&y=30.892575&z=15'> </iframe>
</div>
<h3> <strong>Where are we all?</strong> Add yourself to our community map by clicking the <strong>+</strong> icon in the top right corner. </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://media.mit.edu/"><div id="logo-medialab"></div></a>
<a href="http://p2pu.org"><div id="logo-p2pu"></div></a>
<a href="http://www.hewlett.org/"><div id="logo-hewlett"></div></a>
<a href="http://www.macfound.org/"><div id="logo-macarthur"></div></a>
</div>
<p id="license">All materials licensed under the <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 license</a>.</p>
</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>