-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
440 lines (428 loc) · 21.9 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About</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/common.css">
<!-- <link rel="stylesheet" type="text/css" href="assets/css/about.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">
<link rel="stylesheet" type="text/css" href="assets/css/about.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">
<img src="assets/images/about_hero.png">
<img src="assets/images/about_tablet.png">
<img src="assets/images/about_mob.png">
<div class="container hero_content">
<p>About Us</p>
</div>
</section>
<!-- hero section end -->
<!-- bringing sections start -->
<section class="bring">
<p class="bring_title">Bringing world-class physiotherapy to your home.</p>
<p class="bring_text">We are a team of highly-experienced, certified physiotherapists, neurologists and orthopaedists, specializing in motion treatment physiotherapy.</p>
<p class="bring_text">After years developing effective treatments for a vast variety of conditions, we came up with the idea of a new, online-based physiotherapy platform, to provide an easier, more convenient access to physiotherapy for all.</p>
</section>
<!-- story section start -->
<section class="story">
<div class="story_left">
<img src="assets/images/our_story.png">
</div>
<div class="story_right">
<p class="story_title">Our story</p>
<p class="story_text">We’ve successfully treated patients as young as 12 and as old as 90, male and female alike, and suffering from a wide range of conditions of the spine, knees, hips, shoulders and other. In result, we have complete confidence in our method, as they have been proved effective, time and again.</p>
</div>
</section>
<!-- injury section start -->
<section class="injury">
<div class="injury_up"><img src="assets/images/about_up.png"></div>
<div class="injury_center">
<p>Whether you’re recovering from injury, suffering from pain or looking to achieve your body goals, Physia Clinic is here to help. Your body deserves it.</p>
</div>
<div class="injury_do"><img src="assets/images/about_down.png"></div>
</section>
<!-- approach section start -->
<section class="approach">
<div class="approach_left">
<p class="approach_title">Our approach</p>
<p class="approach_text">The internet has already revolutionized a number of industries and human endeavours. Now it’s time for physiotherapy. We approach it with a scientific mind and confidence spurring from years of medial experience, ready to use the latest technologies to bring specialized physiotherapy to the comfort of your home.</p>
</div>
<div class="approach_right">
<img src="assets/images/our_approach.png">
</div>
</section>
<!-- belief section start -->
<section class="belief">
<p class="belief_title">Our beliefs</p>
<div class="belief_tab">
<div class="tabs">
<div><a href="#tab1">> Science</a></div>
<div><a href="#tab2">> Synergy</a></div>
<div><a href="#tab3">> Communication</a></div>
<div><a href="#tab4">> Technology</a></div>
<div><a href="#tab5">> Comfort</a></div>
</div>
<div class="tab_contents">
<div class="contents" id="tab1">
<div><img src="assets/images/belief_1.png"></div>
<div><p>We believe in science and take a scientific approach to physiotherapy. We begin with an in-depth doctor-patient interview, followed by accurate diagnosis and a custom-made solution targeting a specific problem.</p></div>
</div>
<div class="contents" id="tab2">
<div><img src="assets/images/belief_1.png"></div>
<div><p>Synergy</p></div>
</div>
<div class="contents" id="tab3">
<div><img src="assets/images/belief_1.png"></div>
<div><p>Communication</p></div>
</div>
<div class="contents" id="tab4">
<div><img src="assets/images/belief_1.png"></div>
<div><p>Technology</p></div>
</div>
<div class="contents" id="tab5">
<div><img src="assets/images/belief_1.png"></div>
<div><p>Comfort</p></div>
</div>
</div>
</div>
<div class="belief_mob">
<div class="mob_tabs">
<div class="mob_title"><img src="assets/images/tab_op.png">Science</div>
<div class="mob_contents">
<div><img src="assets/images/belief_1.png"></div>
<div><p>We believe in science and take a scientific approach to physiotherapy. We begin with an in-depth doctor-patient interview, followed by accurate diagnosis and a custom-made solution targeting a specific problem.</p></div>
</div>
</div>
<div class="mob_tabs">
<div class="mob_title"><img src="assets/images/tab_cl.png">Synergy</div>
<div class="mob_contents">
<div><img src="assets/images/belief_1.png"></div>
<div><p>We believe in science and take a scientific approach to physiotherapy. We begin with an in-depth doctor-patient interview, followed by accurate diagnosis and a custom-made solution targeting a specific problem.</p></div>
</div>
</div>
<div class="mob_tabs">
<div class="mob_title"><img src="assets/images/tab_cl.png">Communication</div>
<div class="mob_contents">
<div><img src="assets/images/belief_1.png"></div>
<div><p>We believe in science and take a scientific approach to physiotherapy. We begin with an in-depth doctor-patient interview, followed by accurate diagnosis and a custom-made solution targeting a specific problem.</p></div>
</div>
</div>
<div class="mob_tabs">
<div class="mob_title"><img src="assets/images/tab_cl.png">Technology</div>
<div class="mob_contents">
<div><img src="assets/images/belief_1.png"></div>
<div><p>We believe in science and take a scientific approach to physiotherapy. We begin with an in-depth doctor-patient interview, followed by accurate diagnosis and a custom-made solution targeting a specific problem.</p></div>
</div>
</div>
<div class="mob_tabs">
<div class="mob_title"><img src="assets/images/tab_cl.png">Comfort</div>
<div class="mob_contents">
<div><img src="assets/images/belief_1.png"></div>
<div><p>We believe in science and take a scientific approach to physiotherapy. We begin with an in-depth doctor-patient interview, followed by accurate diagnosis and a custom-made solution targeting a specific problem.</p></div>
</div>
</div>
</div>
</section>
<!-- vision section start -->
<!-- <section class="vision">
<section class="testimonials">
<div id="customers-testimonials" class="owl-carousel">
<div class="item">
<div class="shadow-effect">
<div class="item-image">
<img src="assets/images/how_ipad_1.png" >
</div>
<div class="item-details">
<div class="title">1. Purchase the program</div>
<p class="content">This program includes an online consultation with a qualified therapist, and a set of clear video instructions for highly effective lower back exercises.</p>
</div>
</div>
</div>
<div class="item">
<div class="shadow-effect">
<div class="item-image">
<img src="assets/images/how_ipad_1.png" >
</div>
<div class="item-details">
<div class="title">2. Book a consultation</div>
<p class="content">Based on a one-on-one consultation with our expert, we will design a unique exercise program targeting your specific lower back problems. </p>
</div>
</div>
</div>
<div class="item">
<div class="shadow-effect">
<div class="item-image">
<img src="assets/images/how_ipad_1.png" >
</div>
<div class="item-details">
<div class="title">3. Begin your therapy</div>
<p class="content">We will provide you with a custom-made set of precise instructions and exercise, which you will complete in the comfort of your home. </p>
</div>
</div>
</div>
</div>
</div>
</section>
</section> -->
<section class="how">
<section class="testimonials">
<div id="customers-testimonials" class="owl-carousel">
<div class="item">
<div class="shadow-effect">
<div class="item-details">
<div class="title">Our vision</div>
<p class="content">To use modern technology to provide you with world-class movement treatment in the comfort of your home. No commuting, no waiting rooms, just physiotherapy.</p>
</div>
</div>
</div>
<div class="item">
<div class="shadow-effect">
<div class="item-details">
<div class="title">mission</div>
<p class="content">To provide you with an easier, more convenient way to physical wellbeing, injury recovery and life free of pain. </p>
</div>
</div>
</div>
<div class="item">
<div class="shadow-effect">
<div class="item-details">
<div class="title">Our goal</div>
<p class="content">To provide you with easy to follow, precise instruction, in order to make personalized physical therapy treatments easy to do at home. </p>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- 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>
<button>See Our Programs</button>
</section>
<!-- 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 type="text/javascript" src="assets/javascript/custom_carousel.js"></script> -->
<script src="assets/javascript/select-box.js"></script>
<script>
$(document).ready(function(){
// belief tab section
$('.tabs div a:not(:first)').addClass('inactive');
$('.contents').hide();
$('.contents:first').show();
$('.tabs div a').click(function(){
var t = $(this).attr('href');
$('.tabs div a').addClass('inactive');
$('.tabs div a').css('color',"#fff");
$(this).css("color", "#FF8F2F");
$(this).removeClass('inactive');
$('.contents').hide();
$(t).fadeIn('slow');
return false;
})
//mobile belief tab section
// $('.belief_mob .mob_tabs:not(:first)').addClass('inactive');
$('.mob_contents').hide();
$('.mob_contents:first').show();
$('.belief_mob .mob_tabs').click(function(){
var t = $(this).children('.mob_contents');
// $('.belief_mob .mob_tabs').addClass('inactive');
$(this).removeClass('inactive');
$(".mob_title").css("color","#fff");
$(".mob_title img").attr("src","assets/images/tab_cl.png");
$(this).children(".mob_title").css("color","#FF8F2F");
$(this).children(".mob_title").find("img").attr("src","assets/images/tab_op.png");
$('.mob_contents').hide();
$(t).fadeIn('slow');
return false;
})
$('#customers-testimonials').owlCarousel( {
loop: false,
center: true,
items: 1,
margin: 50,
autoplay: false,
dots:true,
nav:true,
// autoplayTimeout: 8500,
// smartSpeed: 450,
navText: ['<img src = "assets/images/circle_prev.png"/>','<img src = "assets/images/circle_next.png"/>'],
responsive: {
0: {
items: 1
},
768: {
items: 1
},
1170: {
items: 1
}
},
});
});
</script>
</html>