-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding_page.html
294 lines (288 loc) · 14.1 KB
/
landing_page.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
<!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/nav_white.css">
<link rel="stylesheet" type="text/css" href="assets/css/landing_page.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_1.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 -->
<!-- main section start-->
<section>
<div class="main_page">
<div class="main_left">
<img src="assets/images/lading1.png">
<img class="mobile" src="assets/images/lading2.png">
</div>
<div class="main_right">
<div class="main_part">
<div class="content">
<div class="title">
Say no to pain.
</div>
<div class="comment">
Say yes to recovery and achieve your body goals in the comfort of your home.
</div>
</div>
<div class="andkles">
<img src="assets/images/lading2.png">
</div>
</div>
<div class="main_part">
<div class="part_left">
<button>Learn More</button>
</div>
<div class="part_right">
<img src="assets/images/lading3.png">
</div>
</div>
</div>
</div>
</section>
<!-- main 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>We are a team of highly experienced, certified physiotherapists, neurologists and orthopaedists, specializing in motion treatment physiotherapy.</p>
<p>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>
<button>Learn More</button>
</div>
<div class="hero_right">
<img src="assets/images/hero1.png">
</div>
</div>
</section>
<!-- hero section end -->
<!-- programs section start -->
<section class="programs">
<div class="container programs_content">
<p class="programs_title">How it Works</p>
<div class="program_1">
<div class="program_img">
<span class="program_link">1. Purchase the program</span>
<img src="assets/images/how1.png">
</div>
<div class="program_1_right">
<p class="program_title">1. Purchase the program</p>
<p class="program_text">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 class="program_2">
<div class="program_2_left">
<p class="program_title">2. Book a consultation</p>
<p class="program_text">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 class="program_img">
<span class="program_link">2. Book a consultation</span>
<img src="assets/images/how2.png">
</div>
</div>
<div class="program_3">
<div class="program_img">
<span class="program_link">3. Begin your therapy</span>
<img src="assets/images/how3.png">
</div>
<div class="program_3_right">
<p class="program_title">3. Begin your therapy</p>
<p class="program_text">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 class="program_2">
<div class="program_2_left">
<p class="program_title">4. Complete questionnaires</p>
<p class="program_text">Need more feedback or additional information? Book a follow-up consultation with one of our experts.</p>
</div>
<div class="program_img">
<span class="program_link">4. Complete questionnaires</span>
<img src="assets/images/how4.png">
</div>
</div>
<div class="program_3">
<div class="program_img">
<span class="program_link">5. Follow up</span>
<img src="assets/images/how5.png">
</div>
<div class="program_3_right">
<p class="program_title">5. Follow up</p>
<p class="program_text">Need more feedback or additional information? Book a follow-up consultation with one of our experts.</p>
</div>
</div>
</div>
</section>
<!-- programs section end -->
<!-- moving section start -->
<section class="moving">
<p class="moving_title">Start Your Treatment NOW!</p>
<p class="moving_text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</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_white.js"></script>
</html>