-
Notifications
You must be signed in to change notification settings - Fork 0
/
productsServices.html
175 lines (166 loc) · 7.47 KB
/
productsServices.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Procucts & Services - The Vault Massage</title>
<link rel='shortcut icon' type='image/x-icon' href='img/favicon.ico' />
<!-- Bootstrap CSS-->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="css/global-style.css" rel="stylesheet" type="text/css">
<!-- Media queries CSS -->
<link href="css/media-queries.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Wrapper start -->
<div class="wrapper">
<!-- Header start -->
<div class="container-fluid headerWide">
<div class="container">
<div class="row">
<div class="header">
<div class="col-sm-4">
<div class="logo equal">
<a href="index.html"><img src="img/logo.png" alt="The Vault Logo" title="The Vault" class="img-responsive center-block"/></a>
</div>
</div>
<div class="col-sm-8 equal">
<div class="row">
<div class="col-sm-12">
<div class="appointmentButton">
<script type="text/javascript">
var host = (('https:' == document.location.protocol) ? 'https://' : 'http://');
var params = "?img=" + encodeURIComponent("light_large");
document.write(unescape('%3Cscript src="' + host + 'lynngunsonrmt.clinicsense.com/book_widget/') + params + unescape('" type="text/javascript"%3E%3C/script%3E'));
</script>
</div>
</div>
<div class="col-sm-12">
<ul class="navigation">
<li><a href="aboutme.html">About me</a></li>
<li><a href="productsServices.html">Products & Services</a></li>
<li class="contactNav"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Header end -->
<!-- Content start -->
<div class="container-fluid">
<div class="container content">
<div class="row">
<div class="col-sm-4">
<div class="transparentBg productsServices">
<div class="productsServicesIcon fullRound blueColor">
<img src="img/massageWhite.png" alt="Massage" title="Massage" class="center-block"/>
<h2>Massage</h2>
</div>
<div class="row">
<div class="col-xs-8"><h5>30 min</h5></div>
<div class="col-xs-4"><h6>$50.00</h6></div>
</div>
<div class="row">
<div class="col-xs-8"><h5>45 min</h5></div>
<div class="col-xs-4"><h6>$65.00</h6></div>
</div>
<div class="row">
<div class="col-xs-8"><h5>1 hour</h5></div>
<div class="col-xs-4"><h6>$80.00</h6></div>
</div>
<div class="row">
<div class="col-xs-8"><h5>Bowen Therapy</h5></div>
<div class="col-xs-4"><h6>$65.00</h6></div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="transparentBg productsServices">
<div class="productsServicesIcon fullRound greenColor">
<img src="img/fitnessWhite.png" alt="Fitness" title="Fitness" class="center-block"/>
<h2>Fitness</h2>
</div>
<div class="row">
<div class="col-xs-12">
<h5>Stand Up Tanning Bed</h5>
<p>$12.00 Per Session </p>
<p>Or Package Available See Brochure</p>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h5>Personal Training </h5>
<p>$35 Per Session</p>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h5>Fitness Memberships</h5>
<p>$40.00 Monthly </p>
<p>$35.00 per mont if enrolling & paying for 2 or more months at a time</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="transparentBg productsServices">
<div class="productsServicesIcon fullRound pinkColor">
<img src="img/productsWhite.png" alt="Products" title="Products" class="center-block"/>
<h2>Products</h2>
</div>
<div class="row">
<div class="col-xs-8"><h5>Biofreeze. </h5></div>
<div class="col-xs-4"><h6>$23.00</h6></div>
</div>
<div class="row">
<div class="col-xs-8"><h5>Posture Perfector</h5></div>
<div class="col-xs-4"><h6>$35.00</h6></div>
</div>
<div class="row">
<div class="col-xs-8"><h5>Nordixx Poles</h5></div>
<div class="col-xs-4"><h6>$80.00</h6></div>
</div>
<div class="row">
<div class="col-xs-8"><h5>Accessory/Replacement
Booties for Pole</h5></div>
<div class="col-xs-4"><h6>$10.00</h6></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Content end -->
<!-- Footer start -->
<div class="container-fluid footerwide">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-push-2 footer">
<ul>
<li><img src="img/sponsor1.jpg" alt="" title="" class="img-responsive"/></li>
<li><img src="img/sponsor2.jpg" alt="" title="" class="img-responsive"/></li>
<li><img src="img/sponsor3.jpg" alt="" title="" class="img-responsive"/></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer end -->
</div>
<!-- Wrapper end -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.0.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.js"></script>
<!-- Script equal height -->
<script src="js/equal-height.js"></script>
<!-- Script for custom -->
<script src="js/custom-script.js"></script>
</body>
</html>