generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (189 loc) · 9.55 KB
/
index.html
File metadata and controls
201 lines (189 loc) · 9.55 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
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
<!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</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 class="active">
<a href="index.html" class="active">Home</a>
</li>
<li>
<a href="about-us.html">About Us</a>
</li>
<li class="dropdown">
<a href="#" class="dropbtn">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>
<!-- About us and Image-->
<section class="main-bg">
<div class="image-left">
<img src="assets/images/image-left.jpg" width="600" height="400"
alt="top-view-of-woman-with-a-child-solving-puzzles">
</div>
<div class="right-about">
<h2>Welcome to the Center for Special Treatments "Simeio"</h2>
<p>
Four therapists starting from different work fields joined their paths. Driven by
their love for their fellow man, vision and common values, they fulfilled their dream to create a space
that promotes the enlightenment of the individual. Our main concern is the respect of each patient and
his uniqueness, the inclusion of all specialties, the individual and the family in the therapeutic
journey.
</p>
</div>
</section>
<hr>
<!--Services-->
<section class="services-container-1">
<h2>Our Services</h2>
<div class="services">
<div class="services-top">
<div class="services-top-1">
<h3>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><a href="speech-therapy.html">Learn more about this service</a></p>
</div>
<div class="services-top-2">
<h3>Occupational Therapy</h3>
<p> Occupational therapy is a specialized science in the field of health, which improves skills of
people with dysfunction in the areas of development.
</p>
<h4>These areas concern:</h4>
<ul>
<li>Self-service of the individual and his independence in activities of daily life such as
feeding,
clothing-shoes safety, movement, personal hygiene.</li>
<li>The productivity of the individual where his ability in the field of work is assessed. For
the
child, "work" is the game and his learning development. </li>
</ul>
<p><a href="occupational-therapy.html">Learn more about this service</a></p>
</div>
</div>
<div class="services-image-top">
<img src="assets/images/services-img-top.jpg" width="600" height="400" alt="kids-at-the-daycare">
</div>
</div>
</section>
<section class="services-container-2">
<div class="services">
<div class="services-bottom">
<div class="services-bottom-1">
<h3>Parental Counselling</h3>
<p> Parent counseling takes place between the parents and the psychologist/psychotherapist to whom
they
turn. In the counseling sessions, the issues that concern the parents in relation to their
child,
the family or their own role as parents are discussed. These issues may concern issues in a
child's
behavior, emotional difficulties, difficulties in socialization or difficulties that parents
face in
their own role.
</p>
<p><a href="parental-counselling.html">Learn more about this service</a></p>
</div>
<div class="services-bottom-2">
<h3>Special Education</h3>
<p>
Special Education and Education is the set of educational services provided to students with
confirmed special educational needs and with or without disabilities. With special education, an
effort is made for the child to join society as a non-dependent but also productive member.
Special
education includes everything that is offered to the child and has an auxiliary role, something
that
must be given in the school context and throughout the child's school life.
</p>
<p><a href="special-education.html">Learn more about this service</a></p>
</div>
</div>
<div class="services-image-bottom">
<img src="assets/images/services-img-bottom.jpg" width="600" height="400"
alt="kids-playing-with-educational-toys-in-school">
</div>
</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>