-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravel.html
84 lines (77 loc) · 5.56 KB
/
travel.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kim & Tim — Travel</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="main.css">
<link rel="shortcut icon" href="/favicon.ico">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.1/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<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="/">K&T</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="ceremony.html">Ceremony</a></li>
<li><a href="party.html">Wedding Party</a></li>
<li class="active"><a href="travel.html">Travel</a></li>
<li><a href="photos.html">Photos</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<div class="container">
<h2>Location Details</h2>
<p>Castle Green is an historic landmark in the downtown area of Pasadena, known as <a href="http://www.oldpasadena.org/index.asp">Old Pas</a>. There are many restaurants and shops in the area, and you can find a directory map <a href="http://www.oldpasadena.org/docs/2013JUN_OldPasadenaDirectoryMap.pdf">here</a>.</p>
<p><a href="http://www.castlegreen.com">Castle Green</a><br>
99 S. Raymond Ave.<br>
Pasadena, CA 91105
</p>
<h3>Getting to the Ceremony</h3>
<p>On the day of the wedding, we will provide a shuttle between the Westin Pasadena and Castle Green.</p>
<p>For guests who are local or have rented a car, there are two nearby parking structures with a $6 maximum fee: the Del Mar Station Parking Garage and the Schoolhouse Parking Garage. There is also street parking along Raymond and Green.</p>
<h2>For Out-of-Town Guests</h2>
<h3>Lodging</h3>
<p>We have set aside a block of rooms at the <a href="https://www.starwoodhotels.com/westin/property/overview/index.html?propertyID=1453">Westin Pasadena</a> for Friday, June 20 and Saturday, June 21 . You may make a reservation online at <a href="https://www.starwoodmeeting.com/Book/BoddyHillWedding">the hotel page for our wedding.</a> You may also make reservations by calling the Reservations Department directly at <a href="tel:+18668374181">866-837-4181</a> and identifying yourself as part of the <strong>Kimberly Boddy and Timothy Hill wedding block.</strong> The cut-off date for accepting reservations into this block is <strong>Wednesday, May 21, 2014.</strong></p>
<p>Check-in time is 3 p.m. Cancellations must be made at least 24 hours in advance. The group rate for a single/double occupancy room is $119.00 (+ 15.09% tax). The charge for each additional adult is $15. Roll-away beds are available for the single occupancy rooms at a rate of $25 per night.</p>
<p>If you prefer a different location, other nearby hotels are listed below. Please be aware that the shuttle to and from Castle Green will pick up and drop off only at the Westin.</p>
<ul>
<li><a href="http://www.sheratonpasadena.com">Sheraton Pasadena Hotel</a></li>
<li><a href="http://www3.hilton.com/en/hotels/california/hilton-pasadena-PASPHHF/index.html">Hilton Pasadena</a></li>
<li><a href="http://www.oldpasadenainn.com">Pasadena Inn</a></li>
</ul>
<h3>Airports</h3>
<p>The closest airports are <a href="https://www.hipmunk.com/airport/LAX"><abbr title="Los Angeles International Airport" class="initialism">LAX</abbr></a> and <abbr title="Bob Hope Airport" class="initialism">BUR</abbr>.</p>
<h3>Transportation</h3>
<p>The Westin Pasadena provides <a href="https://www.starwoodhotels.com/westin/property/area/directions.html?propertyID=1453">driving directions</a> to the hotel. They also provide information about <a href="https://www.starwoodhotels.com/westin/property/area/transportation.html?propertyID=1453">transportation options in Pasadena.</a> If you would like to use public transit, the Pasadena Department of Transportation has <a href="http://cityofpasadena.net/Transportation/Public_Transit/">more information,</a> including getting from LAX to Pasadena.</p>
<h2 class="text-center">Map of Locations</h2>
<div class="row">
<iframe id="map" class="col-xs-10 col-xs-offset-1 col-md-8 col-md-offset-2" height="450" frameborder="0" src="https://mapsengine.google.com/map/embed?mid=zNbsOLBAZIFU.kJxL6Y2MD0hA">Loading…</iframe>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://netdna.bootstrapcdn.com/bootstrap/latest/js/bootstrap.min.js"></script>
</body>
</html>