-
Notifications
You must be signed in to change notification settings - Fork 0
/
subproject14.html
599 lines (570 loc) · 38.8 KB
/
subproject14.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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
<!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>Resource</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="subproject14.css">
</head>
<body>
<main id="resource">
<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="subproject14.html#resource">
<img src="https://asktoks.com/assets/asktoks_your_children_our_future_logo.png" alt="">
</a>
</div>
</div>
</nav>
<nav class="mt-4">
<div class="nav nav-tabs" id="nav-tab" role="tablist">
<a class="nav-link" id="nav-home-tab" data-toggle="tab" href="#nav-home" role="tab"
aria-controls="nav-home" aria-selected="true">AUTISM</a>
<a class="nav-link" id="nav-profile-tab" data-toggle="tab" href="#nav-profile" role="tab"
aria-controls="nav-profile" aria-selected="false">OTHER DISORDERS</a>
</div>
</nav>
<div class="box">
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<h2>What is Autism?</h2>
<p class="lead">
Every individual with autism is just that; individual and unlike any other. In our
experience at asktoks.com, people with autism are talented, loving, unique, blessed,
intelligent, sensitive, happy, exceptional and of course extremely interesting.
</p>
<p class="lead">
You should also know that, the umbrella term Autism Spectrum Disorders (ASD) covers
conditions such as autism, childhood disintegrative disorder and Asperger Syndrome. ASD
is a
developmental disorder with onset in infancy.
</p>
<div id="min">
<button id="read" onclick="outputhide(0)" title="Click to Show/Hide Content"
type="button">Read More....</button>
</div>
<br>
<span class="q" id="q0" style="display: none;">
<p class="lead">Like other developmental disorders, it is characterised by impairment in
functions
related to the central nervous system which can be characterised in three main ways.
</p>
<div class="jump p-3">
<p class="h-text">One of the ways autism affects people is in the way the person is
able
to relate to, or <strong>interact with other people.</strong> To different
degrees,
some people with autism, may have difficulty understanding others. For example,
for
children this can translate to difficulty making eye-contact or playing with
other
children the way they want to play. While for some adults with autism, it can
mean
difficulty being sociable or understanding feelings. </p>
<p class="h-text">Another way autism can affect an individual is in the person’s
ability
to <strong>develop language and communication skills.</strong> For some people
with
autism, casual conversation can be uninteresting and sometimes quite difficult,
and
for others being able to explain what they need or want can also be quite
difficult.
</p>
<p class="h-text">A third major symptom of autism is shown in the person’s interests
and
mannerisms. Some people with autism will experience limited interests or
restrictive
behaviours.</p>
<p class="h-text">Interventions that address these areas help improve behaviour and
quality of life.</p>
</div>
<!--jumbotron-->
<br>
<p class="lead">There is much more to autism than these three characteristics, it is
important to
remember that autism is a spectrum, which means people are affected in different
ways
and to different degrees. Some individuals with ASDs have varying degrees of
abilities
that could potentially lead to independent and productive life with varying levels
of
support. Others may be more severely affected and require life-long care and
support.
<br> <br> You cannot always tell that a child has an ASD just by looking at them.
<br>
<br> Be autism aware because changing perceptions starts with your education. <br>
<br>
If you have any concerns about your child’s development or are simply curious about
autism spectrum disorders, speak up now in confidence, help is available. <a class="bia"
target="_blank" href="subproject16.html#contact">Contact us here</a>
</p>
<button class="mb-3" id="read" onclick="outputhide(0)" title="Click to Show/Hide Content"
type="button">Read less....</button>
</span>
<h2>What should i next?</h2>
<div class="lead">You are already on the right track; looking for information online and
from
friends, doing your research is a good place to start.</div>
<div id="min" class="mt-3">
<button id="read" onclick="outputhide(1)" title="Click to Show/Hide Content"
type="button">Readmore....</button>
</div>
<br>
<div class="q" id="q1" style="display: none;">
<p class="lead">
Get some professional advice. Find out where you can do the necessary assessments
that
will determine further course of action and a potential treatment plan. There are
centers, clinics, organisations like asktoks.com and even some schools that can
provide
comprehensive evaluations of your child’s needs.
</p>
<p class="lead">
Investigate treatment options and begin treatment. A good program should focus on
increasing behaviours your child may not yet be exhibiting, these can include
language
and communication behaviour, academic skill and certain social skills. It will also
aim
to reduce any unwanted behaviour your child may be expressing, such as excessive
tantrums and stereotypical behaviour.
</p>
<p class="lead">
<a class="bia" target="_blank" href="subproject16.html#contact"> Contact us now </a>to
talk to someone about what to do next
and
how we can
provide you with
behaviour treatment services.
</p>
<button class="mb-3" id="read" onclick="outputhide(1)" title="Click to Show/Hide Content"
type="button">Read less....</button>
</div>
<h2>Diagnosis</h2>
<p class="lead">
asktoks.com offers an interdisciplinary approach to diagnosis and treatment of
developmental
disorders.
</p>
<div id="min" class="mt-3">
<button id="read" onclick="outputhide(2)" title="Click to Show/Hide Content"
type="button">Read more....</button>
</div>
<br>
<div class="q" id="q2" style="display: none;">
<p class="lead"> asktoks.com offers an interdisciplinary approach to diagnosis and
treatment
of developmental disorders.
</p>
<p class="lead">
Our approach is characterised by a high degree of collaboration and communication
among
health and educational professionals.
</p>
<p class="lead">
If you are seeking a diagnosis for your child or simply want some questions
answered,
please <a class="bia" target="_blank" href="subproject16.html#contact"> Contact us
today.</a>
</p>
<button class="mb-3" id="read" onclick="outputhide(2)" title="Click to Show/Hide Content"
type="button">read less....</button>
</div>
<h2>Treatment</h2>
<p class="lead">
Contrary to popular thought, affordable treatment services are available in Nigeria.
Although somewhat limited, there are viable options for educating your child at home,
without the need to travel abroad.
</p>
<div id="min">
<button class="mb-4" id="read" onclick="outputhide(3)" title="Click to Show/Hide Content"
type="button">Read more....</button>
</div>
<div class="q" id="q3" style="display: none;">
<p class="lead">
At asktoks.com we develop and implement effective behaviour interventions using the
principles of Applied Behaviour Analysis (ABA). Our goal is to help your child
develop
the skills they need to achieve their full potential, to place your child in an
inclusive environment with the support they need to thrive and to improve every
aspect
of your child’s quality of life.
</p>
<button class="mb-3" id="read" onclick="outputhide(3)" title="Click to Show/Hide Content"
type="button">read less....</button>
</div>
<h2>More about ABA</h2>
<p class="lead">
ABA is as science of behaviour that enables us to think positively about developmental
disorders, find opportunities for learning and build on strengths. It is a
widely-researched, evidence-based intervention used to treat mental and developmental
disorders like autism spectrum disorders, and other non-diagnosed behavioural
difficulties.
</p>
<p class="lead">
Our behaviour analyst is available to talk to you more about starting an ABA program for
your child. Go ahead, give us a call
</p>
</div>
<div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
<div class="accordion" id="accordionExample">
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button class="border border-light btn-block text-left moon" type="button"
data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
Attention Deficit Hyperactivity Disorder(ADHD)
</button>
</h2>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne"
data-parent="#accordionExample">
<div class="card-body">
<p class="lead">
ADHD is common in children with Autism Spectrum Disorders but can also be
diagnosed in isolation. At asktoks.com we recognise multiple intelligences
in all children and value an individual’s potential to have musical
intelligence (ability to skilfully perform, compose and appreciate music),
interpersonal intelligence (ability to establish rapport others and make
friends easily) as well as kinesthetic intelligence (ability to use the body
to skilfully convey ideas and feelings) despite an ADHD diagnosis.
</p>
<p class="lead">
ADHD can be characterised by a difficulty with staying attentive to a task,
difficulty with being organised. It can also be characterised by frequent
over-activity and impulsiveness, or a combination of these symptoms.
</p>
<p class="lead">
For these symptoms to be diagnosed as ADHD, they must be out of the normal
range for the child's age and development. Symptoms would typically have
been present from an early age (before about 12), they would cause
observable difficulty in school or at work as well as at home. Sometimes
symptoms can also lead to difficulty maintaining interpersonal
relationships.
</p>
<p class="lead">
ADHD is usually first diagnosed in childhood and often persists into
adulthood. Diagnosis can be made reliably using well-tested diagnostic
interview methods. Treatment may include medical, educational, behavioural,
and/or psychological interventions. ADHD is a lifelong disorder that can
negatively impair many aspects of daily life if not treated, however
treatment is available and many people with ADHD live healthy and productive
lives. Get more information about ADHD <a class="bia"
href="https://adhdkidsrock.com/">here</a>
</p>
<p class="lead">
If you think you may have ADHD or know someone who does, please <a
href="">contact us here</a> for more information
</p>
</div>
</div>
</div>
<div class="card mb-1">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button class=" border border-light btn-block text-left collapsed moon"
type="button" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo">
Cerebal Palsy
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo"
data-parent="#accordionExample">
<div class="card-body">
<p class="lead">
Cerebral palsy is a disorder caused by damage to the brain that occurs
before, during, or shortly following birth. It affects body movement and
muscle coordination.
</p>
<p class="lead">
Individuals with cerebral palsy may also experience seizures, abnormal
speech, hearing and visual impairments, and intellectual impairment.
Children with cerebral palsy may not be able to walk, talk, eat, or play in
the same ways as others. Like other developmental disorders, the symptoms of
cerebral palsy can either be milder (low dependency) or more severe (high or
total dependency).
</p>
<p class="lead">
Although cerebral palsy is a lifelong condition, training and therapy can
help improve functioning. Get more information about Cerebral Palsy and
treatment in Nigeria from <a class="bia"
href="https://www.benola.org/">Benola</a>
</p>
</div>
</div>
</div>
<div class="card mb-1">
<div class="card-header" id="headingThree">
<h2 class="mb-0">
<button class="border border-light btn-block text-left collapsed moon"
type="button" data-toggle="collapse" data-target="#collapseThree"
aria-expanded="false" aria-controls="collapseThree">
Down Syndrome
</button>
</h2>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree"
data-parent="#accordionExample">
<div class="card-body">
<p class="lead">
Down Syndrome is a chromosomal abnormality that changes the course of
development and causes the characteristics associated with the syndrome.
</p>
<p class="lead">
Mild to severe intellectual disability can be present among those affected.
Speech and language development may also be delayed. The diagnosis is
usually suspected at birth due to the presence of physical characteristics
such as a large tongue, heart problems, poor muscle tone, and flat facial
features. The diagnosis is confirmed through chromosomal testing. The
disorder is associated with a lifelong disability but can be treated through
a variety of appropriate educational and behavioural interventions in
addition to occupational therapies, speech and language therapy.
</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingdyslexia">
<h2 class="mb-0">
<button class="border border-light btn-block text-left collapsed moon"
type="button" data-toggle="collapse" data-target="#collapsefour"
aria-expanded="false" aria-controls="collapsefour">
Dyslexia
</button>
</h2>
</div>
<div id="collapsefour" class="collapse" aria-labelledby="headingdfour"
data-parent="#accordionExample">
<div class="card-body">
<p class="lead">
Dyslexia is a specific learning disability that is characterized by
difficulties with accurate word recognition, difficulties with spelling and
decoding of written words.
</p>
<p class="lead">
The symptoms can also translate to impairments in short-term memory,
difficulty with math or even co-ordination. It is important to remember that
dyslexia can be mild or severe, affecting each person differently and amidst
the symptoms of dyslexia, you can find a person with strengths in numerous
other areas.
</p>
<p class="lead">
To find out more about dyslexia and treatment in Nigeria, visit <a
class="bia" href="https://www.dyslexianigeria.com/">Dyslexia Nigeria</a>
</p>
</div>
</div>
</div>
</div>
</div>
</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">TreatmentServices</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">TreatmentServices</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>
<!--LiNE BREAKS(about 30px top)-->
</div>
<br>
<br>
<br>
</div>
</div>
<!--Java-Script-->
<script type="text/javascript">
function outputhide(val) {
//if you want to hide all answer then comment this
// hideNonVisibleDivs();
if (document.getElementById('q' + val).style.display == 'none') {
document.getElementById('q' + val).
style.display = ''
}
else {
document.getElementById('q' + val).style.display = 'none'
}
}
function hideNonVisibleDivs() {
var divsToHide = document.getElementsByClassName("q");
for (var i = 0; i < divsToHide.length; i++) {
if (document.getElementById('q' + i).style.display != 'none') {
document.getElementById('q' + i).style.display = 'none'
}
}
}
</script>
</script>
<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>
</body>
</html>