-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path2017.html
54 lines (42 loc) · 2.33 KB
/
2017.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Summer 2017 Trips</title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<h2>New York City Trip</h2>
<div class="panel panel-default">
<div class="panel-heading">Getting to New York</div>
<div class="panel-body">
<a href="https://www.amtrak.com/servlet/ContentServer?pagename=am/am2Station/Station_Page&code=BAL">Tickets for train</a> from Baltimore Penn Station to New York Penn Station range from $49 to $80. Train ride is 2hrs and 45 minutes.
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">Hotels</div>
<div class="panel-body">
Hotels within walking distance, or cab ride, from Penn Station
<iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d12090.22675390647!2d-73.9946348397612!3d40.749779234354996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1sHotels!5e0!3m2!1sen!2sus!4v1479914137038" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">Places to visit</div>
<div class="panel-body">
Places in the area of Penn Station and hotels
<div class="list-group">
<a href="http://momath.org/" class="list-group-item">National Museum of Mathematics</a>
<a href="http://www.amnh.org/our-research/hayden-planetarium" class="list-group-item">American Museum of Natural History and Hayden Planetarium</a>
<a href="https://www.guggenheim.org/" class="list-group-item">Guggenheim Museum</a>
<a href="http://www.metmuseum.org/" class="list-group-item">Metropolitan Museum of Art</a>
<a href="https://www.moma.org/" class="list-group-item">Museum of Modern Art</a>
<a href="http://www.esbnyc.com/" class="list-group-item">Empire State Building</a>
<a href="#" class="list-group-item">Time Square</a>
<a href="http://mcsorleysoldalehouse.nyc/" class="list-group-item">McSorley's Old Ale House</a>
</div>
</div>
</div>
</div>
</body>
</html>