-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·69 lines (62 loc) · 2.59 KB
/
index.html
File metadata and controls
executable file
·69 lines (62 loc) · 2.59 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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Historical Map</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v1.6.1/mapbox.js'></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link href="http://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.24.0/L.Control.Locate.css" rel='stylesheet' />
<link href="https://api.tiles.mapbox.com/mapbox.js/v1.6.1/mapbox.css" rel="stylesheet"/>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link href="css/map.css" rel='stylesheet'/>
</head>
<div>
<body>
<div class="navbar navbar-default navbar-static-top">
<div class="navbar-header">
<a href="./index.html" class="navbar-brand">Berlin in the 20th Century: A MapBox Project</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="navbar-main">
<ul class="nav navbar-nav">
<li>
<a href="./about.html">About</a>
</li>
<li>
<a href="http://as.vanderbilt.edu/europeanstudies/">Max Kade Center</a>
</li>
</ul>
</div>
</div>
<div class="container" >
<div class="center">
<div class="row">
<div class="col-md-6" >
<h3>Berlin 1908</h3>
<a href="ss171.html"><img src="images/berlin1920.jpg" alt= "ss171" /> </a><h3>Berlin 1920</h3>
<a href="mjnicandri.html"><img src="images/berlin1908.jpg" alt= "mjnicandri" /> </a>
<h3>Berlin 1936 - Map One</h3>
<a href="jacobwmccord.html"><img src="images/berlin1936mapone.jpg" alt= "thomasw38" /> </a>
<h3>Berlin 1936 - Map Two</h3>
<a href="allielove.html"><img src="images/berlin1936maptwo.jpg" alt= "allielove" /> </a>
</div>
<div class="col-md-6" >
<h3>Berlin 1947</h3>
<a href="robyn-bird96.html"><img src="images/berlin1947.jpg" alt= "robyn-bird96" /> </a>
<h3>Berlin 1970 - Map One</h3>
<a href="setjeeme.html"><img src="images/berlin1970mapone.jpg" alt= "setjeeme" /> </a>
<h3>Berlin 1970 - Map Two</h3>
<a href="EthanCo81.html"><img src="images/berlin1970maptwo.jpg" alt= "EthanCo81" /> </a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>