-
Notifications
You must be signed in to change notification settings - Fork 0
/
location.html
42 lines (34 loc) · 1.85 KB
/
location.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
<!DOCTYPE html>
<html>
<head>
<title>Location | Future by the Future</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" href="https://markalab.github.io/future/images/icon.png">
</head>
<body>
<center>
<nav>
<ul>
<li><a href="index.html">WELCOME</a></li>
<li><a href="schedule.html">SCHEDULE</a></li>
<li><a href="location.html">LOCATION</a></li>
<li><a href="code.html">CODE OF CONDUCT</a></li>
</ul>
</nav>
</center>
<p style="font-size:0.5em">Image credit: NSF, LIGO, Sonoma State University, A. Simmonet</p>
<img src="images/GW170817_crop.jpeg" width="100%">
<h2>LOCATION</h2>
<p><strong>Columbia University, Pupin Hall<br>
Center for Theoretical Physics, 8th Floor</strong></p>
<center>
<div class="mapouter"><div class="gmap_canvas"><iframe width="600" height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=Theory%20Center%2C%20Pupin%20Hall&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://www.pureblack.de">pure black gmbh</a></div><style>.mapouter{text-align:right;height:500px;width:600px;}.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}</style></div>
</center>
<p>Pupin Hall is at the north side of campus by 120th St.</p>
<p>You may enter from campus, going through the gates on 116th St by the #1 subway station and walking north along the west side of campus (see map below).</p>
<p>You can also access Pupin by entering the Northwest Corner Building from the corner of 120th and Broadway, turning left and going past the staircase to a door to the 2nd floor of Pupin.</p>
<center>
<img src="images/campus_map.png" width=600px>
</center>
</body>
</html>