-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·75 lines (68 loc) · 2.37 KB
/
index.html
File metadata and controls
executable file
·75 lines (68 loc) · 2.37 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
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
<!-- @include _top.html -->
<!-- @include _template-nav.html -->
<!-- @include _masthead.html -->
<div id="home">
<div id="home-inner">
<div id="intro" class="row collapse">
<div class="large-12 columns">
<ul data-orbit>
<li>
<img src="<!-- @path CMS_slide_comp1.jpg -->"/>
</li>
<li>
<img src="<!-- @path CMS_slide_comp2.jpg -->"/>
</li>
<li>
<img src="<!-- @path CMS_slide_comp3.jpg -->"/>
</li>
<li>
<img src="<!-- @path CMS_slide_comp4.jpg -->"/>
</li>
</ul>
</div>
</div>
<div id="process-and-solutions" class="row">
<div class="large-8 columns intro-text">
<p>
Cape Medical Supply’s customer service-oriented process is the cohesive blending of
<strong>knowledgeable agents</strong>, <strong>innovative software</strong> designed
to help discharge professionals do their job efficiently, a <strong>reliable warehouse
staff</strong> making sure the product is available when needed, and <strong>friendly
drivers</strong> delivering needed medical supplies throughout eastern New England.
</p>
</div>
<div class="large-4 columns">
<div class="panel">
<h3 class="title">Product Solutions</h3>
<ul>
<li><a href="#">Sleep Therapy (CPAP/BiPAP)</a></li>
<li><a href="#">Home Oxygen & Respiratory Care</a></li>
<li><a href="#">Home Medical Supplies</a></li>
<li><a href="#">Orthopedic Bracing</a></li>
</ul>
</div>
</div> <!-- end columns -->
</div> <!-- end row -->
</div>
</div> <!-- end home, home-inner -->
<div id="social">
<div class="row">
<div class="large-8 columns">
<h4><span>From our blog: </span> 7 Months of Silence</h4>
<p><a href="#">7 months, that’s quite a long time between posts!
We’ve had a busy 7 months at Cape Medical Supply.</a>
</p>
</div>
<div class="large-4 columns">
<h6>Join Our Newsletter</h6>
<form class="row collapse">
<input class="small-8 columns" type="text">
<a href="#" class="small-4 columns small button">Subscribe</a>
</form>
<a class="social-icon twitter" href="#"><img src="<!-- @path twitter-32.png -->" ></a>
<a class="social-icon facebook" href="#"><img src="<!-- @path facebook-32.png -->" ></a>
</div>
</div>
</div>
<!-- @include _footer.html -->
<!-- @include _bottom.html -->