-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (55 loc) · 2.71 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<title>Main Page</title>
</head>
<body>
<header>
<!-- nav>ul>li*4>a[href="#"]>lorem1 -->
<nav>
<ul>
<li><a href="./index.html">Main Page</a></li>
<li><a href="./about-me.html">About Me</a></li>
<li><a href="./rehabilition-center.html">Rehabilition Center</a></li>
<li><a href="./communication.html">Communication</a></li>
</ul>
</nav>
</header>
<blockquote>
<p>Without struggle, there is no progress.</p>
<p><cite>– Frederick Douglas</cite></p>
</blockquote>
<div class="container">
<article>
<h2>What is Speech and Language Therapy?</h2>
<img src="What_is_Speech_and_Language_Therapy.png" alt="Speech and Language Therapy">
<p>Speech and language therapy is a professional treatment and rehabilitation process for speech and language disorders. This type of therapy offers solutions for speech difficulties, voice disorders, stuttering, and similar issues.</p>
</article>
<article>
<h2>Who is a Speech and Language Therapist?</h2>
<img src="Who_is_a_Speech_and_Language_Therapist.png" alt="Speech and Language Therapist">
<p>Speech and language therapists assess, diagnose, and treat speech and language disorders. They help individuals improve their communication skills and enhance their quality of life.</p>
</article>
<article>
<h2>Language Development in Children</h2>
<img src="Language_Development_in_Children.png" alt="Language Development in Children">
<p>Language development in children progresses rapidly from birth. Speech and language therapists monitor developmental stages, assess delays, and provide necessary interventions.</p>
</article>
</div>
<section>
<h3>Services</h3>
<ul>
<li><b>Language Therapy:</b> Therapy sessions to support language development for children and adults.</li>
<li><b>Speech Therapy:</b> Therapy for stuttering, articulation disorders, and other speech issues.</li>
<li><b>Voice Therapy:</b> Specialized therapy programs for individuals with voice problems.</li>
<li><b>Swallowing Therapy:</b> Rehabilitation services for individuals with swallowing difficulties.</li>
</ul>
</section>
<footer>
<p>© 2024 - All rights reserved.</p>
</footer>
</body>
</html>