-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchatham.html
66 lines (57 loc) · 2.01 KB
/
chatham.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
<!-- @include _top.html -->
<!-- @include _nav.html -->
<div id="hero" class="location-page">
<div class="row">
<div class="large-8 columns">
<!-- <img src="http://placehold.it/1200x600&text=Chatham+Photo"/> -->
<img src="<!-- @path puritan-store -->"/>
</div>
<div id="location-details" class="large-4 columns">
<h5>Puritan in Chatham</h5>
<p id="contact">
508-945-0326<br/>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p id="address">
573 Main Street<br/>
Chatham, MA 02633<br>
<a href="https://maps.google.com/maps?q=573+Main+Street+Chatham,+MA+02633&hl=en&sll=42.036922,-71.683501&sspn=4.038883,6.2677&hnear=573+Main+St,+Chatham,+Barnstable,+Massachusetts+02633&t=m&z=17" target="_blank">Directions</a>
</p>
<p id="hours">
<!-- @include _current_month.html -->
Monday - Saturday<br/>
10:00am - 5:00pm<br/>
Sunday: Closed
</p>
</div>
</div>
</div>
<div id="location-info">
<div class="row">
<div class="large-8 columns">
<h3 class="subtitle">Puritan's original store on Cape Cod.</h3>
<p>
Chatham is a quaint seaside village filled with many innovative destination shops. Puritan's first store on Cape Cod, opened in 1925, is in the heart of Main Street.
</p>
</div>
<div class="large-4 columns sidebar">
<h5>Meet Our People</h5>
<div class="row">
<div class="large-4 columns">
<img src="<!-- @path puritan-stores-mgr-chatham.jpg -->"/>
</div>
<div class="large-8 columns">
<p>
Brooke Mackay<br/>
Store Manager<br/>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>Brooke became the Chatham store manager in 2013. Her past experience includes management retailing and marketing positions. She is active in the Cape Cod Young Professionals organization and the Hyannis Yacht Club. </p>
</div>
</div>
</div>
</div>
</div>
<!-- @include _location-list.html -->
<!-- @include _footer.html -->
<!-- @include _bottom.html -->