-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
434 lines (418 loc) · 19.9 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
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
<!DOCTYPE html>
<html>
<head>
<title>PhysiaClinic.com</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="assets/css/homepage.css">
<link rel="stylesheet" type="text/css" href="assets/css/common.css">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
</head>
<body>
<!-- header section start -->
<header>
<div class="header_main">
<a href="index.html" class="header_logo">
<img class="light_logo" src="assets/images/logo.png">
<img class="dark_logo" src="assets/images/dark_logo.png">
</a>
<div class="header_items">
<div class="navbar_wrapper">
<a class="navbar_prog" href="our_programs.html">
Our Programs
</a>
<div class="navbar_hover">
<div class="navbar_desk">
<div class="nav_left"></div>
<div class="nav_right">
<a class="nav_1" href="lower_back_program.html"><p>Lower Back Program</p></a>
<a class="nav_2">
<p >Neck Program</p>
<span>Coming Soon</span>
</a>
<a class="nav_3">
<p>Hips Program</p>
<span>Coming Soon</span>
</a>
</div>
</div>
</div>
</div>
<a href="about.html">About</a>
<a href="contact_us.html">Contact Us</a>
</div>
<div class="header_icons">
<div class="icons icon_show">
<a href="landing.html"><img src="assets/images/header1.svg"></a>
<a href="cart_empty.html"><img src="assets/images/cart.svg"></a>
<div class="log_pro">
<img src="assets/images/contact.svg" id="log_pro1">
<div class="profile_items" id="profile_items">
<a class="profile_item" href="profile.html">
<img src="assets/images/profile.png">
<p>Profile</p>
</a>
<a class="profile_item" href="payment.html">
<img src="assets/images/payment.png">
<p>Payments</p>
</a>
<a class="profile_item" href="membership.html">
<img src="assets/images/membership.png">
<p>Memberships</p>
</a>
<a class="profile_item" href="login.html">
<img src="assets/images/logout.png">
<p>Log out</p>
</a>
</div>
</div>
</div>
<div class="icons_hover">
<a href="landing.html"><img src="assets/images/header2.svg"></a>
<a href="cart_empty.html"><img src="assets/images/cart1.svg"></a>
<div class="log_pro" id="log_pro">
<img src="assets/images/contact1.svg" id="log_pro2">
<div class="profile_items" id="profile_items">
<a class="profile_item" href="profile.html">
<img src="assets/images/profile.png">
<p>Profile</p>
</a>
<a class="profile_item" href="payment.html">
<img src="assets/images/payment.png">
<p>Payments</p>
</a>
<a class="profile_item" href="membership.html">
<img src="assets/images/membership.png">
<p>Memberships</p>
</a>
<a class="profile_item" href="login.html">
<img src="assets/images/logout.png">
<p>Log out</p>
</a>
</div>
</div>
</div>
</div>
<div class="hamburger">
<img class="hamburger_btn" src="assets/images/hamburger.svg">
<div class="nav_mob">
<div class="mob_up">
<div><a href="index.html"><img src="assets/images/dark_logo.png"></a></div>
<div class="close"><img src="assets/images/close.svg"></div>
</div>
<div class="mob_down">
<div class="">
<div class="nav_our nav_pro">
<a href="our_programs.html">Our programs</a>
<div class="arrow_down"><img src="assets/images/arrow_up.svg"></div>
<div class="arrow_up"><img src="assets/images/arrow.svg"></div>
</div>
<div class="nav_our_detail">
<a class="nav_pro lower_back" href="lower_back_program.html">Lower Back Program</a>
<div class="nav_pro">
<a>Neck Program</a>
<span>Coming Soon</span>
</div>
<div class="nav_pro">
<a>Hips Program</a>
<span>Coming Soon</span>
</div>
</div>
</div>
<a class="nav_pro" href="about.html">About</a>
<a class="nav_pro" href="contact_us.html">Contact Us</a>
</div>
</div>
</div>
</div>
</header>
<!-- header section end -->
<!-- hero section start -->
<section class="hero">
<div class="container hero_content">
<div class="hero_left">
<p>Physical therapy can be easy.</p>
<p>And with experts’ guidance,
you can do it by yourself,
in the comfort of your home.</p>
<button>Learn More</button>
</div>
<div class="hero_right">
<img src="assets/images/hero1.png">
</div>
</div>
</section>
<!-- hero section end -->
<!-- pain section start -->
<section class="pain">
<div class="pain_title">
<p>Say no to pain. Say yes to recovery and achieve your body goals in the comfort of your home.</p>
</div>
<div class="pain_video">
<a class="pain_play"><img src="assets/images/play_btn.png"></a>
<img class="pain_video_back" src="assets/images/pain_video.png">
</div>
<p class="pain_content">Get a personalized online physical therapy solution to match your individual needs. We will provide you with a personalized, home-based physical therapy routine, for quicker pain relief, faster injury recovery and an easier way to your body goals.</p>
<div class="pain_btn">
<button>See Our Programs</button>
</div>
</section>
<!-- pain section end -->
<!-- programs section start -->
<section class="programs">
<div class="container programs_content">
<p class="programs_title">Our physiotherapy programs</p>
<div class="program_1">
<div class="program_img">
<span class="program_link">Lower Back</span>
<img src="assets/images/program1.png">
</div>
<div class="program_1_right">
<p class="program_title">Lower Back</p>
<p class="program_text">Lower back problems are as common as they are exhausting. Luckily, Physia Clinic is here to help.</p>
<button>Learn more</button>
</div>
</div>
<div class="program_2">
<div class="program_2_left">
<p class="program_title">Neck</p>
<p class="program_text">Neck problems are a pain...in the neck. Thanks to Physia Clinic, this pain will be gone in no time.</p>
<button>Coming Soon</button>
</div>
<div class="program_img">
<span class="program_link">Neck</span>
<img src="assets/images/program2.png">
</div>
</div>
<div class="program_3">
<div class="program_img">
<span class="program_link">Hips</span>
<img src="assets/images/program3.png">
</div>
<div class="program_3_right">
<p class="program_title">Hips</p>
<p class="program_text">The hip is one of the body’s biggest joint. It’s also fundamental to your overall mobility. With Physia Clinic you’ll get your hips moving.</p>
<button>Coming Soon</button>
</div>
</div>
</div>
</section>
<!-- programs section end -->
<!-- body region section start -->
<section class="region">
<div class="container">
<p class="region_title">Select by body region</p>
<div class="region_content">
<div class="region_desk">
<img src="assets/images/region.png">
</div>
<div class="region_right">
<div>
<p>Select a body area form the dropdown menu to see available treatments.</p>
<section>
<select>
<option value="1" selected>Select</option>
<option value="2">Body1</option>
<option value="3">Body2</option>
<option value="4">Body3</option>
<option value="5">body4</option>
<option value="6">body5</option>
<option value="7">body6</option>
<option value="8">body7</option>
<option value="9">body8</option>
<option value="10">body9</option>
</select>
</section>
</div>
<div class="region_tal">
<img src="assets/images/region.png">
</div>
<button>See Program</button>
</div>
</div>
</div>
</section>
<!-- body region section end -->
<!-- vision section start -->
<section class="vision">
<div class="container vision_content">
<div class="vision_left">
<p class="vision_title">Our vision</p>
<p class="vision_text">You deserve professional physical therapy, accessible from the comfort of their home. We make it possible with a c combination of medical expertise and technological innovation.</p>
<p class="vision_text">As a Physia Clinic patient, you will have access to personal online consultations with professional physical therapists, and receive physical therapy treatments custom-made just for you.
</p>
<button>See Our Programs</button>
</div>
<div class="vision_right">
<img src="assets/images/vision.png">
</div>
</div>
</section>
<!-- vision section end -->
<!-- testimal section start -->
<section class="testimal">
<div class="container testimal_container">
<p class="testimal_title">Physia Clinic Patients Testimonials</p>
<div class="testimal_main">
<div class="testimal_slider owl-carousel">
<div class="card">
<div class="card_item card_1">
<div class="img">
<img src="assets/images/testimal1.png" alt="">
</div>
<div class="content">
<div class="title">
Louise Law
</div>
<p>
I never imagined that getting rid of lower-back pain, which has been tormenting me for years, could be so easy. A relief came literally within a few days of following my personalized Physia Clinic program. A few weeks later, the pain was completely gone. Thank you!
</p>
</div>
</div>
</div>
<div class="card">
<div class="card_item">
<div class="img">
<img src="assets/images/testimal2.png" alt="">
</div>
<div class="content">
<div class="title">
Kyle Richards
</div>
<p>
An injury jeopardized my marathon training. With social distancing measures in place, I decided to give online physiotherapy with Physia Clinic a try. Thanks to their expert advice and easy to follow exercise routine, I was able to get back on track...and now I’m a proud marathon finisher!
</p>
</div>
</div>
</div>
<div class="card">
<div class="card_item">
<div class="img">
<img src="assets/images/testimal3.png" alt="">
</div>
<div class="content">
<div class="title">
Tom Smith
</div>
<p>
Admittedly, I was never much of a sporty type, and at the age of 65 I thought it was too late for me to take up exercise and become more active. But thanks to Physia Clinic custom-made training routine, I’m able to get out there and move. In fact, I’m fitter than I’ve been in years!
</p>
</div>
</div>
</div>
</div>
<div class="testimal_prog">
<div class="testimal_real"></div>
</div>
</div>
</div>
</section>
<!-- testimal section end -->
<!-- moving section start -->
<section class="moving">
<p class="moving_title">Let’s get you moving!</p>
<p class="moving_text">Discover our unique physiotherapy programs and say goodbye to pain, speed up your recovery and achieve the body goals you’ve always dreamt of. All this with ease and in the comfort of your home.</p>
<div>
<button>See Our Programs</button>
</div>
</section>
<!-- moving section end -->
<!-- footer section start -->
<footer>
<div class="footer_desk">
<div class="footer_left">
<img src="assets/images/footer_logo.png">
<p class="logo_below">© 2021 Spectrum Health. All Rights Reserved.</p>
</div>
<div class="footer_right">
<div class="footer_part">
<p class="footer_title">Menu</p>
<a class="footer_link" href="index.html">Home</a>
<a class="footer_link" href="our_programs.html">Our Programs</a>
<a class="footer_link" href="about.html">About</a>
<a class="footer_link" href="contact_us.html">Contact Us</a>
</div>
<div class="footer_part">
<p class="footer_title">Treatments</p>
<a class="footer_link" href="lower_back_program.html">Lower Back</a>
<a class="footer_link inactive" href="#">Neck</a>
<a class="footer_link inactive" href="about.html">About</a>
<a class="footer_link hips" href="#">Hips</a>
</div>
<div class="footer_part legals">
<p class="footer_title">Legals</p>
<a class="footer_link" href="#">Privacy Policy</a>
<a class="footer_link" href="#">Terms & Conditions</a>
<a class="footer_link" href="#">Cookie Policy</a>
</div>
</div>
</div>
<div class="yellow_footer">
<div class="footer_tal">
<p>Privacy Policy</p>
<p>Terms & Conditions</p>
<p>Cookie Policy</p>
</div>
</div>
</footer>
<!-- footer section end -->
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript" src="assets/javascript/script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="assets/javascript/select-box.js"></script>
<script>
$(".testimal_slider").owlCarousel({
loop: true,
autoplay: true,
autoplayTimeout: 3000,
autoplayHoverPause: true,
responsiveClass:true,
responsive:{
0:{
items:1
},
600:{
items:2
},
1024:{
items:3
}
},
onChange: function (elem) {
var index = ( 1 + ( elem.property.value - Math.ceil( elem.item.count / 2 ) ) % elem.item.count || 0 ) || 1;
if(index == 1){
$(".testimal_real").css("width","90px");
}else if(index == 2){
$(".testimal_real").css("width","180px")
}else if(index == 3){
$(".testimal_real").css("width","270px")
}
}
});
$('select').customSelectBox().change(function(){
$(".region_right button").css("background", "#FF8F2F");
$(".region_right button").css("color", "#fff");
if($(this).val() == 2 || $(this).val() == 8){
change_img("assets/images/region1.png")
}if($(this).val() == 3 || $(this).val()== 6 || $(this).val() == 9){
change_img("assets/images/region2.png")
}if($(this).val() == 4 || $(this).val() == 10){
change_img("assets/images/region3.png")
}if($(this).val() == 5 || $(this).val()== 7){
change_img("assets/images/region_back.png")
}
});
const change_img = (img) => {
$(".region_desk img").css("opacity", 0)
$(".region_tal img").css("opacity", 0)
setTimeout(() => {
$(".region_desk img").prop("src", img);
$(".region_desk img").css("opacity", 1)
$(".region_tal img").prop("src", img);
$(".region_tal img").css("opacity", 1)
}, 500)
}
</script>
</html>