-
Notifications
You must be signed in to change notification settings - Fork 0
/
our_programs.html
330 lines (318 loc) · 15.8 KB
/
our_programs.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
<!DOCTYPE html>
<html>
<head>
<title>Our Programms</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/our_program.css">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
</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/program_hero.png">
<img src="assets/images/program_tablet.png">
<img src="assets/images/program_mob.png">
<div class="container hero_content">
<p>Our Programs</p>
</div>
</section>
<!-- hero section end -->
<!-- line section start -->
<section class="line">
<div class="line_up">
<div class="line_upup"></div>
</div>
<p class="line_first container">You are one of a kind. And so is your body. Which is why we take a personal approach to online physical therapy. First we get to know you and your expectations, and only then we provide you with a bespoke treatment which you can complete at home.</p>
<p class="container">Physia Clinic world-class physical therapists and neurologists spent years developing treatments for a vast spectrum of people. Whether you are 12 or 90, an office worker or an aspiring athlete, we have a treatment for you.</p>
<p class="container">Show your body some love and start your home-based online physical therapy with Physia Clinic today.</p>
<div class="line_down">
</div>
</section>
<!-- programs section start -->
<section class="programs">
<div class="container">
<div class="programs_main">
<p class="programs_title">Our physiotherapy programs</p>
<div class="programs_content">
<div class="program_1">
<div class="program_img program_img1">
<span class="program_link">Lower Back</span>
<img src="assets/images/program1.png">
</div>
<div class="program_right">
<div class="right_container">
<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>
<p class="program_mem">From $100/ month.</p>
<button>Learn more</button>
</div>
</div>
</div>
<div class="program_2">
<div class="program_img2 program_right mobile">
<span class="program_link">Neck</span>
<img src="assets/images/program2.png">
</div>
<div class="program_img">
<div class="right_container">
<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>
<div class="program_img2 program_right window">
<img src="assets/images/program2.png">
</div>
</div>
<div class="program_3">
<div class="program_img program_img3">
<span class="program_link">Hips</span>
<img src="assets/images/program3.png">
</div>
<div class="program_right">
<div class="right_container">
<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>
</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>
<!-- goal section start -->
<section class="goal">
<p class="goal_title">Your goals are our goals</p>
<p class="goal_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>
<div>
<button>Read more</button>
</div>
</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 type="text/javascript" src="assets/javascript/custom_carousel.js"></script> -->
<script src="assets/javascript/select-box.js"></script>
<script>
$(document).ready(function(){
$('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>