-
Notifications
You must be signed in to change notification settings - Fork 0
/
subproject16.html
360 lines (294 loc) · 18.9 KB
/
subproject16.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://kit.fontawesome.com/2ad8484a66.js" crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,300;1,100;1,200;1,300&family=Roboto:ital,wght@0,100;0,300;1,100&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="subproject16.css">
</head>
<body>
<main id="contact">
<div class="container">
<!--NAVBAR-->
<nav id="dopet" class="navbar navbar-expand-lg navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a id="aspo" class="nav-link" href="subproject3.html#Homed">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a id="aspo" class="nav-link" href="subproject15.html#about">About Us</a>
</li>
<li class="nav-item">
<a id="aspo" class="nav-link" href="subproject15.html#resource">Resources</a>
</li>
<li class="nav-item">
<a id="aspo" class="nav-link" href="#aside">Portal</a>
</li>
<li class="nav-item">
<a id="aspo" class="nav-link" href="subproject17.html#blogs">Blog</a>
</li>
<li class="nav-item">
<a id="aspo" class="nav-link" href="subproject16.html#contact">contact</a>
</li>
</ul>
<div class=" my-2 my-lg-0">
<a class="navbar-brand" href="subproject16.html#contact">
<img src="https://asktoks.com/assets/asktoks_your_children_our_future_logo.png" alt="">
</a>
</div>
</div>
</nav>
<h4>Talk To Us</h4>
<br>
<div class="row mt-3">
<div class="col-md-6">
<form>
<h2>Confidential Enquiry Form</h2>
<div class="form-row">
<div class="col-md-6 mb-3">
<label for="validationDefault01">First name</label>
<input type="text" class="form-control" id="validationDefault01" placeholder="Micheal"
required>
</div>
<div class="col-md-6 mb-3">
<label for="validationDefault02">Last name</label>
<input type="text" class="form-control" id="validationDefault02" placeholder="Black"
required>
</div>
</div>
<div class="mb-3">
<label for="validationDefault03">Your Email</label>
<input type="email" class="form-control" id="validationDefault03"
placeholder="name@example.com" required>
</div>
<div class="mb-3">
<label for="validationDefault04">What are you concerned about?</label>
<input type="text" class="form-control" id="validationDefault04" placeholder="ask please"
required>
</div>
<div class="mb-3 form-check">
<p class="long">
<label for="validationDefault09" class="does">Sex of patients</label>
</p>
<input class="form-check-input puo" type="checkbox" value="" id="validationDefault06"
required>
<label class="form-check-label up" for="validationDefault06">
male
</label>
<input class="form-check-input log" type="checkbox" value="" id="validationDefault07"
required>
<label class="form-check-label lol" for="validationDefault07">
female
</label>
</div>
<div class="form-group">
<label for="exampleFormvalidationDefault08">What are your concerns?</label>
<textarea class="form-control boat" id="exampleFormvalidationDefault08" rows="3"
required></textarea>
</div>
<button id="read" type="submit">Send</button>
</form>
</div>
<div class="col-md-6" id="mat">
<address id="domen">
<ul id="know">
<li><svg id="baddo" xmlns="http://www.w3.org/2000/svg" width="12" height="12"
fill="currentColor" class="bi bi-house-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z" />
<path fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z" />
</svg>3, George Enenmoh close Lekki,Lagos</li>
<li><svg id="baddo" xmlns="http://www.w3.org/2000/svg" width="12" height="12"
fill="currentColor" class="bi bi-envelope-fill" viewBox="0 0 16 16">
<path
d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z" />
</svg><a class="so" href="">info@asktoks.com</a></li>
<li><svg id="kot" xmlns="http://www.w3.org/2000/svg" width="12" height="12"
fill="currentColor" class="bi bi-phone-fill" viewBox="0 0 16 16">
<path
d="M3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V2zm6 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z" />
</svg>08091116582</li><br>
<span id="lie">
<a href="https://www.facebook.com/asktoks/" target="_blank"><i id="bebs"
class="fab fa-facebook-f fa-lg fa-fw"></i></a>
<a href="https://www.instagram.com/asktoks/" target="_blank"><i id="pl"
class=" fab fa-instagram fa-lg fa-fw"></i></a>
<a href="https://uk.linkedin.com/pub/toks-bakare/77/aa4/834/" target="_blank"><i id="ol"
class="fab fa-linkedin-in fa-lg fa-fw"></i></a>
<a href="https://twitter.com/asktoks" target="_blank"><i id="pla"
class="fab fa-twitter fa-lg fa-fw"></i></a>
</span>
</ul>
</address>
</div>
</div>
<h6>Locate Us</h6>
<div class="money">
<iframe class="jone"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d31715.650362582604!2d3.55067641486292!3d6.463732250724459!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x103bf7442fc585df%3A0x642eaefe2c2c7ce2!2sAja%20106104%2C%20Lagos!5e0!3m2!1sen!2sng!4v1628784924327!5m2!1sen!2sng"
width="500" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<!--LiNE BREAKS(about 20px top)-->
<br>
<br>
<hr>
<!--FIRST SCREEN SIZE-->
<div id="bala">
<div class="row">
<div class="col-md-6 col-sm">
<img class="drip" src="https://asktoks.com/assets/asktoks_your_children_our_future_logo.png"
alt="">
<article> ©2021</article>
</div>
<div class="col-md-3 col-sm-6">
<h5>Quick links</h5>
<ul>
<li><a id="dori" target="_blank" href="subproject14.html#resource">Resources</a></li>
<li><a id="dori" target="_blank" href="subproject15.html#about">About Us</a></li>
<li><a id="dori" target="_blank" href="subproject16.html#contact">Contacts</a></li>
<li><a id="dori" target="_blank" href="subproject3.html#support">Volunteer</a></li>
<li><a id="dori" target="_blank" href="subproject18.html#treatments">Treatment Services</a>
</li>
</ul>
</div>
<div class=" col-md-3 col-sm-6">
<h5>Contact</h5>
<address>
<ul>
<li><svg id="baddo" xmlns="http://www.w3.org/2000/svg" width="12" height="12"
fill="currentColor" class="bi bi-house-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z" />
<path fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z" />
</svg>3, George Enenmoh close Lekki,Lagos</li>
<li><svg id="baddo" xmlns="http://www.w3.org/2000/svg" width="12" height="12"
fill="currentColor" class="bi bi-envelope-fill" viewBox="0 0 16 16">
<path
d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z" />
</svg><a class="so" href="">info@asktoks.com</a></li>
<li><svg id="kot" xmlns="http://www.w3.org/2000/svg" width="12" height="12"
fill="currentColor" class="bi bi-phone-fill" viewBox="0 0 16 16">
<path
d="M3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V2zm6 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z" />
</svg>08091116582</li>
<div class="xoxo">
<a href="https://www.facebook.com/asktoks/" target="_blank"><i id="bebe"
class="fab fa-facebook-f fa-lg fa-fw"></i></a>
<a href="https://www.instagram.com/asktoks/" target="_blank"><i id="plo"
class=" fab fa-instagram fa-lg fa-fw"></i></a>
</div>
<div id="dodo">
<a href="https://uk.linkedin.com/pub/toks-bakare/77/aa4/834/" target="_blank"><i
id="oli" class="fab fa-linkedin-in fa-lg fa-fw"></i></a>
<a href="https://twitter.com/asktoks" target="_blank"><i id="pli"
class="fab fa-twitter fa-lg fa-fw"></i></a>
</div>
</ul>
</address>
</div>
<div id="jooor">
<img class="pops" src="https://asktoks.com/assets/everyone_else.png" alt="">
</div>
</div>
</div>
<!--LiNE BREAKS(about 40px top)-->
<br>
<br>
<br>
<br>
</div>
<!--SECOND SCREEN SIZE-->
<div id="rala">
<div class="row">
<div class="col-md-3 col-sm-6">
<h5>Quick links</h5>
<ul id="poll">
<li><a id="dori" target="_blank" href="subproject14.html#resource">Resources</a></li>
<li><a id="dori" target="_blank" href="subproject15.html#about">About Us</a></li>
<li><a id="dori" target="_blank" href="subproject16.html#contact">Contacts</a></li>
<li><a id="dori" target="_blank" href="subproject3.html#support">Volunteer</a></li>
<li><a id="dori" target="_blank" href="subproject18.html#treatments">Treatment Services</a></li>
</ul>
</div>
<div class=" col-md-3 col-sm-6">
<h5>Contact</h5>
<address>
<ul id="poll">
<li><svg id="baddo" xmlns="http://www.w3.org/2000/svg" width="12" height="12"
fill="currentColor" class="bi bi-house-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z" />
<path fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z" />
</svg>3, George Enenmoh close Lekki,Lagos</li>
<li><svg id="baddo" xmlns="http://www.w3.org/2000/svg" width="12" height="12"
fill="currentColor" class="bi bi-envelope-fill" viewBox="0 0 16 16">
<path
d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z" />
</svg><a class="so" href="">info@asktoks.com</a></li>
<li><svg id="kot" xmlns="http://www.w3.org/2000/svg" width="12" height="12"
fill="currentColor" class="bi bi-phone-fill" viewBox="0 0 16 16">
<path
d="M3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V2zm6 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z" />
</svg>08091116582</li>
<div class="xoxo">
<a href="https://www.facebook.com/asktoks/" target="_blank"><i id="bebe"
class="fab fa-facebook-f fa-lg fa-fw"></i></a>
<a href="https://www.instagram.com/asktoks/" target="_blank"><i id="plo"
class=" fab fa-instagram fa-lg fa-fw"></i></a>
</div>
<div id="dodo">
<a href="https://uk.linkedin.com/pub/toks-bakare/77/aa4/834/" target="_blank"><i
id="oli" class="fab fa-linkedin-in fa-lg fa-fw"></i></a>
<a href="https://twitter.com/asktoks" target="_blank"><i id="pli"
class="fab fa-twitter fa-lg fa-fw"></i></a>
</div>
</ul>
</address>
</div>
<div class="col-md-6 col-sm">
<img class="drip" src="https://asktoks.com/assets/asktoks_your_children_our_future_logo.png" alt="">
<article> ©2021</article>
</div>
<div id="jooor">
<img class="pops" src="https://asktoks.com/assets/everyone_else.png" alt="">
</div>
</div>
</div>
<!--LiNE BREAKS(about 30px top)-->
<br>
<br>
<br>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"
crossorigin="anonymous"></script>
</main>
</main>
</body>
</html>