-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact_us.html
232 lines (224 loc) · 10.3 KB
/
contact_us.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
<!DOCTYPE html>
<html>
<head>
<title>Contact Us</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/contact_us.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/contact_hero.png">
<img src="assets/images/contact_tablet.png">
<img src="assets/images/contact_mob.png">
<div class="container hero_content">
<p class="hero_title">Get in touch</p>
<p class="hero_text">Please feel in the form below. You’ll hear back from us ASAP.</p>
</div>
</section>
<!-- contact section start -->
<section class="contact container">
<div class="contact_con">
<p class="name_title">Hello, Physia Clinic, my name is</p>
<div class="contact_name">
<input class="name" type="text" placeholder="First Name">
</div>
<div class="contact_last">
<input class="name" type="text" placeholder="Last Name">
</div>
<p class="mail_title">You can contact me on email at</p>
<div class="contact_mail">
<input class="name" type="text" placeholder="Your email">
</div>
<p class="mes_title">I wondered if you could help me with</p>
<div class="contact_mes">
<textarea class="message" placeholder="Please write your message here..."></textarea>
</div>
<button id="myBtn">Submit</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 -->
<!-- popup section start -->
<div id="mes_popup" class="mes_popup">
<div class="mes_content">
<img src="assets/images/mes_sent.png">
<p>Message sent</p>
</div>
</div>
</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="assets/javascript/select-box.js"></script>
<script>
$(document).ready(function(){
$(".contact_con button").click(function(){
$(".mes_popup").css("display", "block");
});
});
var popup = document.getElementById("mes_popup");
window.onclick = function(event) {
if (event.target == popup) {
popup.style.display = "none";
}
}
</script>
</html>