-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtailoring.html
More file actions
34 lines (30 loc) · 1.28 KB
/
tailoring.html
File metadata and controls
34 lines (30 loc) · 1.28 KB
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
<!-- @include _top.html -->
<!-- @include _nav.html -->
<div id="hero">
<div class="row">
<div class="large-8 columns">
<img src="<!-- @path tailoring-page-header.jpg -->"/>
</div>
<div class="large-4 columns">
<h4>Tailoring</h4>
<p>
With a dedicated staff and countless years of experience, our fully-equipped Tailoring Department offers the finest alterations for men and women, followed by a three-step pressing process. From precision fitting, to hand-finished button holes, to perfect hemming, the art of tailoring is a Puritan Tradition.
</p>
</div>
</div>
</div>
<div class="middle">
<div class="row">
<div class="large-8 columns">
<h3 class="subtitle">Our Tailoring Services are second to none.</h3>
<p>
Tailoring is not limited to in store purchases, either. Your online purchases can be tailored to your personal needs, as well, and we'll prompt you for those needs when you select your purchases. We will be pleased to cuff or plain hem your trousers to the length you specify. Women's hems are not a problem either.
</p>
<p>
Our Tailoring Services are second to none, and we invite you to take advantage of this further example of Puritan excellence.
</p>
</div>
</div>
</div>
<!-- @include _footer.html -->
<!-- @include _bottom.html -->