-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation.html
31 lines (26 loc) · 937 Bytes
/
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
<!-- @include _top.html -->
<!-- @include _masthead.html -->
<div class="banner">
</div>
<div class="interior-container">
<div class="row">
<section class="large-4 columns">
<img src="<!-- @path Seaport-Harbor -->" />
</section>
<section class="large-8 columns">
<h2>Location</h2>
<h5>Seaport World Trade Center, Boston</h5>
<p>
<strong>Conveniently located just 3 miles from Logan International Airport.</strong>
</p>
<p> 200 Seaport Boulevard<br />
Boston, MA 02210<br />
<a href="https://www.google.com/maps?q=Seaport+World+Trade+Center,+Seaport+Boulevard,+Boston,+MA+02210&hl=en&ll=42.350655,-71.040988&spn=0.006668,0.018153&sll=42.351367,-71.040491&sspn=0.006668,0.018153&oq=Seapor200+Seaport+Boulevard+Boston,+MA+02210&t=m&z=17&iwloc=A" target="_blank">Get Directions</a>
</p>
</section>
</div>
</div>
<!-- @include ads -->
<!-- @include footer -->
<!-- @include bottom -->