-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
331 lines (298 loc) · 12.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- ===== CSS ===== -->
<link rel="stylesheet" href="style.css" />
<!-- font awesome icons cdn -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w=="
crossorigin="anonymous"
/>
<link rel="shortcut icon" href="logo.png" type="image/x-icon" />
<!-- ===== Boxicons CSS ===== -->
<link
href="https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css"
rel="stylesheet"
/>
<title>SignoSpeak</title>
</head>
<body>
<div class="notification-container" id="notificationContainer"></div>
<!-- chatbot -->
<div id="chatbotContainer" class="chatbot-container">
<button class="closebutton" onclick="closeChatbot()">×</button>
<div class="chat-container">
<div class="chat" id="chat">
<div class="bot-message">Chatbot: Hello! How can I assist you?</div>
</div>
<div class="input-container">
<input
type="text"
id="userInput"
class="user-input"
placeholder="Type your message..."
/>
<button onclick="sendMessage()" class="send-button">Send</button>
</div>
</div>
</div>
<nav>
<div class="nav-bar">
<i class="bx bx-menu sidebarOpen"></i>
<div class="logo">
<h2>SignoSpeak</h2>
</div>
<div class="menu">
<div class="logo-toggle">
<span class="logo"><a href="#">SignoSpeak</a></span>
<i class="bx bx-x siderbarClose"></i>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<!-- <li><a href="/Frontend/language.html">Language</a></li> -->
<li><a href="learn.html">Learn</a></li>
<li><a href="try it out.html">Try it Out</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
<div class="darkLight-searchBox">
<div class="dark-light">
<i class="bx bx-moon moon"></i>
<i class="bx bx-sun sun"></i>
</div>
</div>
</div>
</nav>
<!-- THE PROBLEM AND SOLUTION -->
<section class="hero-section">
<div class="hero">
<h2>Barriers while <span class="highlight">Communicating!</span></h2>
<p>
Communication can be tough when someone has trouble speaking, like
difficulty pronouncing words or problems with the flow of speech. This
can happen due to speech disorders, brain conditions, or if someone is
learning a new language. It might make the person feel frustrated or
isolated, and others might not understand them well. Technology and
therapies, like speech devices and counseling, can help. It's
important for everyone to be aware and supportive, using patience and
understanding to make communication easier for everyone.
</p>
</div>
<div class="img">
<img src="woman confused.png" alt="woman confused" />
<img src="signlanguage.png" alt="woman doing sign language" />
</div>
</section>
<section class="hero-section">
<div class="img">
<img src="talking.jpg" alt="understanding" />
</div>
<div class="hero">
<h2>
Discover the easiest
<span class="highlight">Sign Language translation</span> platform!
</h2>
<p>
Communication can be tough when someone has trouble speaking, like
difficulty pronouncing words or problems with the flow of speech. This
can happen due to speech disorders, brain conditions, or if someone is
learning a new language. It might make the person feel frustrated or
isolated, and others might not understand them well. Technology and
therapies, like speech devices and counseling, can help. It's
important for everyone to be aware and supportive, using patience and
understanding to make communication easier for everyone.
</p>
</div>
</section>
<!-- WHY CHOOSE US? -->
<header>
<h1 class="responsive-heading">
A few reasons why you should use SignoSpeak today
</h1>
</header>
<div class="card-list">
<a href="blog.html" class="card-item">
<img src="card1.jpg" alt="Card Image" />
<h3>
Communicate<span class="highlight">Quickly</span>and
<span class="highlight">Effectively </span>
</h3>
</a>
<a href="blog.html" class="card-item">
<img src="card2.jpg" alt="Card Image" />
<h3>
Learning a new language <span class="highlight">can be Fun</span>
</h3>
</a>
<a href="blog.html" class="card-item">
<img src="card3.jpg" alt="Card Image" />
<h3>
SignoSpeak is a very <span class="highlight">Powerful tool</span>
</h3>
</a>
</div>
<!-- CURIOSITIES -->
<header>
<h1 class="responsive-heading">Common Curiosities</h1>
<p class="heading">
It is common to see some classic mistakes about the deaf community,
especially when you are just starting to learn about it.
</p>
<p class="heading">Check out some curiosities you need to know:</p>
</header>
<div class="qa-container">
<div class="question">
<h2>Can I say "deaf people"?</h2>
<p class="answer">
If you thought this term was offensive, you are mistaken. It is the
way they prefer to be called. On the other hand, using deaf-mute is
wrong, deaf people have a voice and muteness is a different
disability.
</p>
</div>
<div class="question">
<h2>Is Sign Language made up of "Signs" or "Gestures"?</h2>
<p class="answer">
At some point you must have come across the term “gestures” when
referring to ASL, right? While signs are how people communicate in
Sign Languages, gestures are just movements people often use as part
of their communicative act.
</p>
</div>
<div class="question">
<h2>Is there a difference between Deaf and Hearing Impaired people?</h2>
<p class="answer">
From a clinical point of view, what differentiates the deaf from the
hearing impaired is the depth of the hearing loss. However, taking
into consideration only the clinical perspective is not enough, since
the different terms also carry an important cultural component:
American Sign Language.
</p>
</div>
<div class="question">
<h2>Can deaf people hear at all?</h2>
<p class="answer">
Deafness varies; some may have residual hearing or use hearing aids,
while others rely solely on sign language and visual communication.
</p>
</div>
<div class="question">
<h2>Do all mute individuals use sign language?</h2>
<p class="answer">
Not necessarily; some may communicate through writing, gestures, or
assistive technology, depending on their preferences and abilities.
</p>
</div>
<div class="question">
<h2>Is sign language universal?</h2>
<p class="answer">
No, there are different sign languages worldwide, like American Sign
Language (ASL) in the US and British Sign Language (BSL) in the UK.
</p>
</div>
<div class="question">
<h2>Are all deaf individuals proficient in lip-reading?</h2>
<p class="answer">
Lip-reading abilities vary, and not all deaf individuals rely on
lip-reading as their primary means of communication; some may prefer
sign language or other visual communication methods.
</p>
</div>
<div class="question">
<h2>Are all mute individuals born mute?</h2>
<p class="answer">
Muteness can be congenital or acquired due to various factors such as
injury, illness, or trauma.
</p>
</div>
</div>
<!-- services start -->
<div class="section__container">
<div class="header">
<h1 id="h">Services we Deliver</h1>
</div>
<div class="testimonials__grid">
<div class="card">
<p id="p" class="sername">Sign to Text</p>
<p id="p">
Sign language is a visual-gestural language used by deaf and
hard-of-hearing individuals for communication. This process may use
computer vision and machine learning algorithms to recognize signs
and generate corresponding text output for communication
accessibility. Text-to-audio conversion often relies on libraries
like Google Text-to-Speech (gTTS).
</p>
</div>
<div class="card">
<p id="p" class="sername">Text to Audio</p>
<p id="p">
Text-to-audio technology converts written text into spoken words.
It's used in various applications like screen readers for visually
impaired individuals, audiobook production, and voice assistants.
Software processes text input and generates corresponding speech
output using synthesized voices, enhancing accessibility and
enabling communication for those who prefer or require auditory
information.
</p>
</div>
<div class="card">
<p id="p" class="sername">Learning Resources</p>
<p id="p">
Explore sign language through diverse resources like online courses,
mobile apps, YouTube channels, books, community classes, and
practice groups. Online platforms such as SignLanguage101 and ASL
University offer comprehensive lessons, while apps like SignSchool
and The ASL App provide convenient learning on-the-go.
</p>
</div>
</div>
</div>
<!-- services end -->
<!-- FOOTER -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>Quick links</h3>
<a href="index.html"> <i class="fas fa-chevron-right"></i> Home </a>
<!--
<a href="/Frontend/language.html">
<i class="fas fa-chevron-right"></i> Language
</a> -->
<a href="learn.html"> <i class="fas fa-chevron-right"></i> Learn </a>
<a href="try it out.html">
<i class="fas fa-chevron-right"></i> Try it Out
</a>
<a href="blog.html"> <i class="fas fa-chevron-right"></i> Blog </a>
</div>
<div class="box">
<h3>Contact info</h3>
<a href="#"> <i class="fa-solid fa-phone-volume"></i> 6302707486 </a>
<a href="#"> <i class="fa-solid fa-phone-volume"></i> 9182736455 </a>
<a href="#">
<i class="fa-solid fa-envelope"></i>signospeak@gmail.com
</a>
<a href="#"> <i class="fas fa-map-marker-alt"></i> Mumbai, India </a>
</div>
<div class="box">
<h3>Follow us</h3>
<a href="#"> <i class="fab fa-facebook-f"></i> Facebook </a>
<a href="#"> <i class="fab fa-twitter"></i> Twitter </a>
<a href="#"> <i class="fab fa-instagram"></i> Instagram </a>
<a href="#"> <i class="fab fa-pinterest"></i> Pinterest </a>
</div>
</div>
<div class="credit">© 2024 SignoSpeak | All Rights Reserved</div>
</section>
<button id="scrollToTopBtn" title="Go to Top">Top</button>
<script src="script.js"></script>
</body>
</html>