generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspeech-therapy.html
More file actions
168 lines (159 loc) · 8.21 KB
/
speech-therapy.html
File metadata and controls
168 lines (159 loc) · 8.21 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Center for Special Treatment">
<meta name="keywords"
content="simeio therapy, special treatment, speech therapy, occupational therapy, parental counseling, dyslexia, autism, london, uk">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png">
<link rel="stylesheet" href="assets/css/style.css">
<title>Simeio Therapy | Services | Speech Therapy</title>
</head>
<body>
<!--Logo and navbar with links-->
<header>
<div>
<a href="index.html">
<h1>
<img src="assets/images/logo-image.png" alt="Home button" class="logo">
</h1>
</a>
</div>
<input id="menu-toggle" type="checkbox">
<label class='menu-button-container' for="menu-toggle">
<a class='menu-button'><span id="menu-button-rm">-</span></a>
</label>
<ul class="menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about-us.html">About Us</a>
</li>
<li class="dropdown">
<a href="#" class="dropbtn active">Services</a>
<div class="dropdown-content">
<a href="speech-therapy.html">Speech Therapy</a>
<a href="occupational-therapy.html">Occupational Therapy</a>
<a href="parental-counselling.html">Parental Counselling</a>
<a href="special-education.html">Special Education</a>
</div>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</header>
<hr>
<section class="therapy">
<div class="therapy-inner">
<div class="therapy-heading">
<h2>Speech Therapy</h2>
</div>
<h3>What is Speech Therapy</h3>
<p> Speech therapy is the science that deals with speech, speaking voice and chewing-swallowing
disorders in children and adults, whatever the cause of these disorders: neurological, developmental
or functional. It aims at the development of extra-verbal and verbal communication, the clarity of
speech and voice and the speech production of the hard of hearing. </p>
<p> From the age of about eighteen months until the day the children go to school, they first learn sounds,
then words, and finally to make sentences. But if they do not learn to speak properly, when they later
go to school they will have difficulty writing properly. Many of the children who have learning
difficulties at school age had speech problems in preschool. Fortunately, however, the reverse is not
the case: It is not a rule that all children who have speech problems will also develop learning
problems. This is because, when speech problems are detected very early, they can be overcome relatively
easily with the help of a specialist.</p>
<p> For a parent to understand that their child has a learning problem, they must first join the learning
process. However, from very early on there may be signs that the child will have difficulties in school.
Already at the age of 2.5 years, unintelligible or difficult to understand speech is a sign that should
concern parents, as it hides a complex phonological disorder that can affect their ability later to
correctly decode syllables and words containing sounds that they had difficulty to produce earlier. Each
person has their own pace of development. But there are certain time limits that, when exceeded, parents
should seek expert advice.
</p>
<h4>Up to 12 months</h4>
<ul>
<li>Baby reacts to sounds</li>
<li>Makes eye contact</li>
<li>They recognize their mother's voice</li>
<li>They smile when you talk to them</li>
<li>They respond to their name</li>
<li>They turn their head towards the source of the sounds</li>
<li>Have some basic vocabulary</li>
</ul>
<h4>Up to 2 years old</h4>
<ul>
<li>Their vocabulary has 20-50 words</li>
<li>Obey simple commands</li>
<li>Use two words to form sentences</li>
<li>Use various toys symbolically (e.g. feeding a baby, etc.)</li>
</ul>
<h4>Up to 3 years old</h4>
<ul>
<li>Answer questions</li>
<li>Make simple suggestions</li>
<li>They can watch a dialogue</li>
<li>They like fairy tales and follows them easily</li>
<li>They ask questions</li>
</ul>
<h4> Up to 4 years old</h4>
<ul>
<li>They answer all kinds of questions</li>
<li>They are understood even by people they do not know</li>
<li>Their speech is closer to that of adults in terms of grammar and syntax</li>
<li>They narrate their experiences</li>
</ul>
</div>
<div class="therapy-image">
<img src="assets/images/therapies-image.jpg" alt="kids-doing-artwork">
</div>
</section>
<footer>
<div class="footer-container">
<div class="social">
<ul>
<li>
<a href="https://www.facebook.com/profile.php?id=100087858451493" target="_blank"
aria-label="Visit our Facebook page"><i class="fa-brands fa-facebook"></i></a>
</li>
<li>
<a href="https://twitter.com" target="_blank" aria-label="Visit our Twitter page"><i
class="fa-brands fa-twitter"></i></a>
</li>
<li>
<a href="https://instagram.com" target="_blank" aria-label="Visit our Instagram page"><i
class="fa-brands fa-instagram"></i></a>
</li>
<li>
<a href="https://youtube.com" target="_blank" aria-label="Visit our Youtube page"><i
class="fa-brands fa-youtube"></i></a>
</li>
</ul>
</div>
<div class="map-footer">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d757.3097164575439!2d22.9523887!3d40.6025532!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14a8392823fc16bb%3A0x88798ef740c4f290!2sSpeech%20Therapy%20center!5e0!3m2!1sen!2suk!4v1679087569116!5m2!1sen!2suk"
width="400" height="150" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade" title="pinpoint-map">
</iframe>
</div>
<div id="address">
<h2><a href="contact.html">Contact Us</a></h2>
<h3>Address</h3>
<p><i class="fa-solid fa-location-dot"></i> Vasilis Olgas 128, Thessaloniki, Greece</p>
<p><i class="fa-solid fa-phone"></i> +30 693 6927305</p>
<p><i class="fa-solid fa-phone"></i> +30 231 0869540</p>
<p><i class="fa-solid fa-at"></i> kentrologo@gmail.com</p>
</div>
</div>
<div class="copyright">
<p>COPYRIGHT <i class="fa-regular fa-copyright"></i> 2023 <a href="https://www.simeiotherapy.gr"
target="_blank">Κέντρο Ειδικών Θεραπειών “σημείο”</a></p>
</div>
</footer>
<!--Font awesome script-->
<script src="https://kit.fontawesome.com/cdf0a3356f.js" crossorigin="anonymous"></script>
</body>
</html>