-
Notifications
You must be signed in to change notification settings - Fork 0
/
travel.html
108 lines (107 loc) · 4.81 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
layout: section
title: Travel
permalink: /travel/
section: travel
show_in_menu: true
order: 3
---
<section class="page-section section-travel" id="travel">
<div class="container">
<h1 class="section-heading dark text-center">Travel & Accommodations</h1>
<div class="row">
<div class="col-md-6">
<p>The wedding reception is being held at The Island Guest House bed & breakfast, and the bridal party along with immediate family will be staying there Friday the 16th through Sunday the 18th.</p>
<p>Since the venue itself has limited space, we have reserved room blocks for the rest of our guests at two other nearby hotels, <strong>The Engleside Inn</strong> and <strong>Coral Seas Oceanfront Motel</strong>. Both hotels are within walking distance, only a few blocks from the venue. When booking a room, please mention that you are attending Lisa Schmidt and Bill Dami's wedding, to get one of our reserved rooms.</p>
<div class="row">
<div class="col-xs-3">
<img src="/img/island-guest-house-garden.jpg" class="img-responsive" alt="Island Guest House" />
</div>
<div class="col-xs-9">
<address>
<strong>The Island Guest House</strong><br>
207 Third Street<br>
Beach Haven, NJ 08008<br>
(609) 709-5791<br>
<a href="http://www.theislandguesthouse.com/">theislandguesthouse.com</a>
</address>
</div>
</div>
<h3>Accommodations</h3>
<div class="row">
<div class="col-xs-3">
<img src="/img/engleside-inn.jpg" class="img-responsive" alt="The Engleside Inn" />
</div>
<div class="col-xs-9">
<address>
<strong>The Engleside Inn</strong><br>
30 Engleside Avenue<br>
Beach Haven, NJ 08008<br>
(609) 492-1251<br>
<a href="http://www.engleside.com/">engleside.com</a><br>
<strong>Rate:</strong> $188/night, 2 night minimum (must book by July 2016)
</address>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<img src="/img/coral-seas-motel.jpg" class="img-responsive" alt="Coral Seas Motel" />
</div>
<div class="col-xs-9">
<address>
<strong>Coral Seas Oceanfront Motel</strong><br>
21 Coral Street<br>
Beach Haven, NJ 08008<br>
(609) 492-1141<br>
<a href="http://www.coralseasmotel.com">coralseasmotel.com</a><br>
<strong>Rate:</strong> $159/night, 2 night minimum (must book by August 2016)
</address>
</div>
</div>
<h3>Other Options</h3>
<p>For guests that are unable to stay two nights or want a more affordable option, we recommend the <strong>Drifting Sands</strong> hotel in Ship Bottom, Long Beach Island. However, we were not able to reserve a block of rooms at this location, so guests are urged to reserve their room as soon as possible, as they are going fast. Also note that the Driting Sands hotel is about 7 miles from the wedding venue (about a 15 min drive in normal island traffic), so you will need to take a car to and from the venue if you stay there.</p>
<div class="row">
<div class="col-xs-3">
<img src="/img/drifting-sands.jpg" class="img-responsive" alt="Drifting Sands" />
</div>
<div class="col-xs-9">
<address>
<strong>Drifting Sands</strong><br>
119 E 9th Street<br>
Ship Bottom, NJ 08008<br>
(609) 494-1123<br>
<a href="http://www.dslbi.com">dslbi.com</a><br>
<strong>Rate:</strong> $138/night standard room, $153/night efficiency room, $215/night oceanside room
</address>
</div>
</div>
</div>
<div class="col-md-6">
<p class="embed-responsive" style="height:400px;">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3075.763660799212!2d-74.23971214887514!3d39.564936279372475!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c100171bb2bfad%3A0xc10fa8675b6a9912!2sThe+Island+Guest+House!5e0!3m2!1sen!2sus!4v1446692149926" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</p>
<p>
<a href="https://goo.gl/maps/ZWb5Zck2vir" target="_blank" class="btn btn-primary btn-lg btn-block">
<span class="glyphicon glyphicon-map-marker"></span> Get Directions
</a>
</p>
<div class="row">
<div class="col-sm-6">
<p><img src="/img/bnb-table.jpg" class="img-responsive center-block" alt="Bistro" /></p>
</div>
<div class="col-sm-6">
<p><img src="/img/bnb-accent.jpg" class="img-responsive center-block" alt="Accent" /></p>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p><img src="/img/bnb-seaglass.jpg" class="img-responsive center-block" alt="Sea Glass Room" /></p>
</div>
<div class="col-sm-6">
<p><img src="/img/bnb-porch.jpg" class="img-responsive center-block" alt="Porch" /></p>
</div>
</div>
</div>
</div>
</div>
</section>