-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
63 lines (54 loc) · 2.07 KB
/
index.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
<!-- @include _top.html -->
<!-- @include _header.html -->
<div id="hero">
<!-- <img src="http://placehold.it/1600x700/aaa/777&text=lifestyle+photo"/> -->
<ul data-orbit data-options="slide_number: false; bullets:false; animation: fade; navigation_arrows: false;">
<li><img src="<!-- @path lifestyle-01.jpg -->"></li>
<li><img src="<!-- @path lifestyle-03.jpg -->"></li>
<li><img src="<!-- @path lifestyle-02.jpg -->"></li>
</ul>
<div id="home-products" class="row collapse category-links">
<div class="small-4 columns">
<a href="<!-- @path listing.html -->"><h5>
<img src="<!-- @path cc-shirt-category.jpg -->"/>
Shirts & Tops</h5>
</a>
</div>
<div class="small-4 columns">
<a href="<!-- @path listing.html -->"><h5>
<img src="<!-- @path cc-pants-category.jpg -->"/>
Pants & Shorts</h5>
</a>
</div>
<div class="small-4 columns">
<a href="<!-- @path listing.html -->"><h5>
<img src="<!-- @path cc-hat-category.jpg -->"/>
Gifts & Accessories</h5>
</a>
</div>
</div>
</div>
<div id="story" class="section-style-two">
<div class="row">
<div class="large-8 large-centered columns">
<a href="<!-- @path story.html -->"><img src="<!-- @path life-saving-station-2 -->" class="photo"/></a>
</div>
</div>
<div class="row">
<div class="large-8 large-centered columns">
<img src="<!-- @path anchor-sm -->"/>
<h4 class="embellishments">An Authentic Cape Cod Tradition</h4>
<p>
In 1925 Abe Penn, the founder of Puritan Cape Cod, supplied chino pants to the U.S. Coast Guard station in Chatham. The pants were totally rugged, totally seaworthy and totally original. That was then. The Chatham Chino is now.
</p>
<p>
Pants inspired by these original chinos with authentic touches down to the last detail. Along with shirts, belts, hats and other items to complement them. Each bearing our signature hurricane flag logo.
</p>
<p>
<a class="primary-button" href="<!-- @path story.html -->">Read Our Story</a>
</p>
</div>
</div>
</div>
<!-- @include _footer.html -->
<!-- @include _bottom.html -->