This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index copy.html
executable file
·480 lines (370 loc) · 14.5 KB
/
index copy.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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Zone Health</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link id="colors" href="assets/css/bootstrap.css" rel="stylesheet" >
<link id="colors" href="assets/css/custom.css" rel="stylesheet" >
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/jquery.mCustomScrollbar.css" rel="stylesheet">
<!-- SOME THEMES FIX -->
<!-- GOOGLE FONT-->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,700italic,700,500&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<!-- /GOOGLE FONT-->
<style type="text/css">
body {
padding-top: 0px;
padding-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
font-weight:200;
}
.navbar-inverse .navbar-inner{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background:#282828;
border:none;
}
.navbar-inner{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.page-header{
border:none;
padding: 10px 0px 0px;
margin: 0px 0 0px;
}
.brand{
margin-left:20px;
font-weight:700;
text-decoration:none;
}
.thumbnail{
border:none;
padding:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
/*border: 1px solid #e3e3e3;*/
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.nav-tabs > li > a {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
p{
text-align:justify;
margin-right:10px;
}
.row-fluid.articles-grid .span6:nth-child(2n+1){
margin-left:0px;
} /* fixed bs margin when row-fluid grid*/
.fixed-top{
position:fixed;
top:0px;
bottom:0px;
display:inline-block;
max-width:370px;
background:e0e0e0;
barder:1px solid #dfdfdf;
z-index:1030;
}
.tab-content .tab-pane{
max-height:600px;
position:relative;
overflow:auto;
}
footer{
padding-top:40px;
margin-top:40px;
border-top:1px solid #dedede;
}
.related-projects{
padding-top:40px;
margin-top:40px;
}
/*************** @media ******************/
@media (max-width: 940px){
.brand {
display:block;
text-align:center;
font-size:26px;
}
}
@media (max-width: 1200px) and (min-width: 940px){
.fixed-top{
max-width:300px;
}
}
@media (max-width: 940px) and (min-width: 768px){
.fixed-top{
max-width:225px;
}
}
</style>
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- USE PREFIX fa- e.g (<i class="fa-icon-home"></i> -->
<!--[if lt IE 7]>
<link href="assets/css/font-awesome-ie7.min.css" rel="stylesheet">
<![endif]-->
<!-- Fav and touch icons -->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
<body>
<!-- SKYBAR -->
<div class="container">
<div class="alert alert-success" style="text-transform:uppercase; display:inline-block; box-sizing:border-box; -moz-box-sizing:border-box;width:100%;">
<div class="span4">Need Help? Call 1-855-456-ZONE (9663)</div>
<div class="span3 offset4"><img src="assets/images/spacer.gif" style="margin-left: 115px;" />My Zone My Cart</div>
</div>
</div>
<!-- END SKYBAR -->
<!-- SEARCH BAR -->
<div class="search">
<form action="/search_results" method="get" class="form-horizontal" id="headerSearch">
<div class="input-append">
<input type="search" tabindex="1" placeholder="Search" autocomplete="off" name="q" class="search-query">
<span class="add-on" onclick="document.getElementById('headerSearch').submit();" style="cursor:pointer;">
<i class="icon-search icon-large"></i>
</span>
</div>
</form>
</div><!--end container for search -->
<!-- PAGE-HEADER-->
<div class="page-header">
<div class="container">
<div class="row">
<div class="span4">
<h1><a class="brand" href="#"><img src="assets/images/logo.png"></a></h1>
</div>
<div class="span8">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">About Us</a></li>
<li><a href="#">Request a Coach</a></li>
<li><a href="#">Become a Coach</a></li>
<li><a href="#">Opportunity</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Resources</a></li>
<!-- EXAMPLE OF A DROPDOWN
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li class="nav-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
-->
</ul>
</div><!--/.nav-collapse -->
</div><!-- container -->
</div><!-- navbar-inner -->
</div><!-- navbar -->
</div><!-- span8 -->
</div><!-- row -->
</div><!-- container -->
</div><!-- page-header -->
<!-- PAGE-HEADER-->
<!-- BANNER -->
<div class="container">
<div class="banner">
<img class="center" src="assets/images/Zonehealth_banner.png">
</div>
</div>
<!-- END BANNER -->
<div><img src="assets/images/spacer.gif" style="margin-bottom:50px;" /></div>
<div class="container">
<div class="row">
<div class="span6">
<h3>What is ZoneHealth?</h3>
<p>We all want to have a better quality of life. What usually prevents that is the inability to keep our hormones in a zone. What would the benefits be if you could find and maintain that Zone?</p>
<ul class="two-col-special">
<li>Long-term weight control</li>
<li>Better emotional control</li>
<li>Better health</li>
<li>Better physical performance</li>
</ul>
<img src="assets/images/spacer.gif" />
<p>Unless you have a certified ZoneHealth Coach those goals may be difficult to achieve. <a href="#">Read More ></a></p>
</div>
<div class="span6">
<img src="assets/images/whatiszonehealth.png" width="100%"/>
</div>
</div><!-- ROW -->
</div><!-- CONTAINER -->
<div><img src="assets/images/spacer.gif" style="margin-bottom:50px;" /></div>
<div class="container">
<div class="row">
<div class="span6">
<h3>ZoneHealth Coach Program.</h3>
<p>Any change to your diet and lifestyle is difficult. It both takes time and commitment on your part. Working with a certified ZoneHealth Coach makes it more likely that you will succeed.</p>
<p><strong>Regardless of your goal (weight loss, better health, or better performance) you are never alone if you have a certified ZoneHealth Coach as your guide. <a href="#">Read More ></a></strong></p>
</div>
<div class="span6">
<img src="assets/images/findacoach.png" width="100%" />
</div>
</div><!-- ROW -->
</div><!-- CONTAINER -->
<!-- FOOTER -->
<div class="container">
<hr>
<footer class="footer" style=" font-size:12px;">
<div class="row-fluid footer-text">
<div class="span1"> </div>
<div class="span2">
<ul>
<li><strong>MEDIA</strong></li>
<li><a href="/press_room">Press Room</a></li>
</ul>
</div>
<div class="span2">
<ul>
<li><strong><a href="/customer_service" style=" color: #000000; text-decoration: none;">NEED HELP?</a></strong></li>
<li><a href="/customer_service">Customer Service</a></li>
<li><a href="/shipping_information">Shipping Information</a></li>
<li><a href="/privacy_policy">Privacy Policy</a></li>
<li><a href="/terms_and_conditions">Terms & Conditions</a></li>
<li><a href="/return_policy">Return Policy</a></li>
</ul>
</div>
<div class="span2">
<ul>
<li><strong><a href="/shipping_intl" style=" color: #000000; text-decoration: none;">INTERNATIONAL CUSTOMERS</a></strong></li>
<li><strong>978-539-0100</strong></li>
<li><a href="mailto:[email protected]">Send Email</a></li>
</ul>
</div>
<div class="span2">
<ul>
<li><strong>CONTACT US</strong></li>
<li><strong>800-404-8171</strong></li>
<li><a href="mailto:[email protected]">Send Email</a></li>
</ul>
</div>
<div class="span2">
<a href="http://www.youtube.com/zoneadmin/"><img src="assets/images/youtube.png"></a><img src="assets/images/spacer.gif" style="width:5px;height:1px;">
<a href="http://www.facebook.com/TheZoneDiet"><img src="assets/images/facebook.png"></a><img src="assets/images/spacer.gif" style="width:5px;height:5px;">
<a href="https://twitter.com/thezonediet/"><img src="assets/images/twitter.png"></a>
</div>
<div class="span1"> </div>
</div>
</footer><br>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2013 Zone Labs Inc., All Rights Reserved</p>
</div>
<!-- FOOTER-->
<!--***********STYLE SWITCHER ****************-->
<!--
<link href="assets/css/switcher.css" rel="stylesheet">
<div id="style-switcher" style="right: 0px;">
<h2>Color Switcher Options<a href="#"><i class="fa-icon-cogs main-color"></i> Styles</a></h2>
<div>
<h3>Default Colors (includes Menu Hover)</h3>
<div class="well">
<ul>
<li><a class="cyborg">cyborg</a></li>
<li><a class="readable">readable</a></li>
<li><a class="united">united</a></li>
<li><a class="journal">journal</a></li>
<li><a class="spruce">spruce</a></li>
<li><a class="spacelab">spacelab</a></li>
<li><a class="simplex">simplex</a></li>
<li><a class="slate">slate</a></li>
<li><a class="superhero">superhero</a></li>
<li><a class="flatly">flatly</a></li>
</ul>
</div>
</div>
<div id="reset"><a href="#" class="btn btn-info">Reset</a></div>
</div>
-->
<!--*******************************-->
<!--*****[End] style switcher *****-->
<!--*******************************-->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-transition.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-alert.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-modal.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-dropdown.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-scrollspy.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-tab.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-tooltip.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-popover.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-button.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-collapse.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-carousel.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-typeahead.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-affix.js" type="text/javascript"></script>
<script src="assets/js/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script>
<script src="assets/js/jquery.scrollTo-1.4.2-min.js" type="text/javascript"></script>
<script src="assets/js/jquery.mousewheel.js" type="text/javascript"></script>
<script src="assets/js/jquery.mCustomScrollbar.js" type="text/javascript"></script>
<!-- STYLE SWITCHER-->
<script type="text/javascript" src="assets/js/switcher.js"></script>
<script>
var nav = jQuery('#left-side-menu');
jQuery(window).scroll(function () {
if (jQuery(this).scrollTop() > 197) {
nav.addClass("fixed-top");
} else {
nav.removeClass("fixed-top");
}
});
</script>
<!--<script>
(function($){
$(window).load(function(){
$(".tab-pane").mCustomScrollbar();
});
})(jQuery);
</script>-->
</body>
</html>