-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
327 lines (280 loc) · 18.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Speakable</title>
<link rel="stylesheet" href="./static/css/style.css">
<link rel="icon" href="./static/images/icon.png">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
</head>
<body>
<nav class="navbar">
<div class="max-width">
<div class="logo">
<a href="#home">Speakable</a>
</div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#contact" class="menu-btn">Contact Us</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<section id="home">
<div class="container group">
<div class="col span_1_of_2">
<div class="text-3">
<span class="typing"></span>
</div>
<h2 class="tagline">
Train a computer to recognize your gesture.
</h2>
<h3 class="content">
A faster and easier way to communicate for voiceless (Mute) people.
</h3>
<a href="./backend/main.html"> <button class="start">Get Started</button> </a>
</div>
<div class="col span_1_of_2">
<div class="slideshow-container">
<div class="mySlides fade">
<img src="./static/images/1.jpg" style="height: 50%; width: 90%;">
</div>
<div class="mySlides fade">
<img src="./static/images/2.jpg" style="height: 50%; width: 90%;">
</div>
<div class="mySlides fade">
<img src="./static/images/3.png" style="height: 50%; width: 90%;">
</div>
</div>
</div>
</div>
</section>
<section id="about">
<h2 class="heading">What is Speakable?</h2>
<div class="video">
<iframe src="https://www.youtube.com/embed/S5ldFTSXAFI" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<p id="content">Speakable is a web-based tool that gives voice to voiceless. A Mute person can record his ASL
gestures without any trouble and accessible to everyone. </p>
</section>
<section id="contact">
<h2 class="heading">Contact US</h2>
<div class="wrapper">
<div class="profile-card js-profile-card">
<div class="profile-card__img">
<img src="./static/images/Aagam.jpg" alt="profile card">
</div>
<div class="profile-card__cnt js-profile-cnt">
<div class="profile-card__name">Aagam</div>
<div class="profile-card__txt">Web Developer from</div>
<div class="profile-card-loc">
<span class="profile-card-loc__icon">
<svg class="icon">
<use xlink:href="#icon-location"></use>
</svg>
</span>
<span class="profile-card-loc__txt">
India
</span>
</div>
<div class="profile-card-social">
<a href="https://twitter.com/AagamJain113" class="profile-card-social__item twitter"
target="_blank">
<span class="icon-font">
<svg class="icon">
<use xlink:href="#icon-twitter"></use>
</svg>
</span>
</a>
<a href="https://github.com/Aagam-Jain-113" class="profile-card-social__item github"
target="_blank">
<span class="icon-font">
<svg class="icon">
<use xlink:href="#icon-github"></use>
</svg>
</span>
</a>
<a href="https://aagam-jain-113.github.io/portfolio/" class="profile-card-social__item link"
target="_blank">
<span class="icon-font">
<svg class="icon">
<use xlink:href="#icon-link"></use>
</svg>
</span>
</a>
<a href="www.linkedin.com/in/aagam-jain113" class="profile-card-social__item linkedin"
target="_blank">
<span class="icon-font">
<svg class="icon">
<use xlink:href="#icon-linkedin"></use>
</svg>
</span>
</a>
</div>
<div class="profile-card-ctr">
<button class="profile-card__button button--blue js-message-btn">Message</button>
</div>
</div>
<div class="profile-card-message js-message">
<form class="profile-card-form">
<div class="profile-card-form__container">
<textarea placeholder="Say something..."></textarea>
</div>
<div class="profile-card-form__bottom">
<button class="profile-card__button button--blue js-message-close">
Send
</button>
<button class="profile-card__button button--gray js-message-close">
Cancel
</button>
</div>
</form>
<div class="profile-card__overlay js-message-close"></div>
</div>
</div>
<div class="profile-card js-profile-card js-profile-card1">
<div class="profile-card__img">
<img src="./static/images/saurav.jpeg" alt="profile card">
</div>
<div class="profile-card__cnt js-profile-cnt">
<div class="profile-card__name">Saurav</div>
<div class="profile-card__txt">Computer Vision Developer from</div>
<div class="profile-card-loc">
<span class="profile-card-loc__icon">
<svg class="icon">
<use xlink:href="#icon-location"></use>
</svg>
</span>
<span class="profile-card-loc__txt">
India
</span>
</div>
<div class="profile-card-social">
<a href="https://twitter.com/ThisIsKarmakar" class="profile-card-social__item twitter"
target="_blank">
<span class="icon-font">
<svg class="icon">
<use xlink:href="#icon-twitter"></use>
</svg>
</span>
</a>
<a href="https://github.com/thesauravkarmakar" class="profile-card-social__item github"
target="_blank">
<span class="icon-font">
<svg class="icon">
<use xlink:href="#icon-github"></use>
</svg>
</span>
</a>
<a href="http://www.sauravkarmakar.xyz/" class="profile-card-social__item link" target="_blank">
<span class="icon-font">
<svg class="icon">
<use xlink:href="#icon-link"></use>
</svg>
</span>
</a>
<a href="https://www.linkedin.com/in/sauravkarmakar/" class="profile-card-social__item linkedin"
target="_blank">
<span class="icon-font">
<svg class="icon">
<use xlink:href="#icon-linkedin"></use>
</svg>
</span>
</a>
</div>
<div class="profile-card-ctr">
<button class="profile-card__button button--blue js-message-btn js-message-btn1">Message</button>
</div>
</div>
<div class="profile-card-message js-message js-message1">
<form class="profile-card-form">
<div class="profile-card-form__container">
<textarea placeholder="Say something..."></textarea>
</div>
<div class="profile-card-form__bottom">
<button class="profile-card__button button--blue js-message-close js-message-close1">
Send
</button>
<button class="profile-card__button button--gray js-message-close js-message-close1">
Cancel
</button>
</div>
</form>
<div class="profile-card__overlay js-message-close"></div>
</div>
</div>
</div>
<svg hidden="hidden">
<defs>
<symbol id="icon-github" viewBox="0 0 32 32">
<title>github</title>
<path
d="M16.192 0.512c-8.832 0-16 7.168-16 16 0 7.072 4.576 13.056 10.944 15.168 0.8 0.16 1.088-0.352 1.088-0.768 0-0.384 0-1.632-0.032-2.976-4.448 0.96-5.376-1.888-5.376-1.888-0.736-1.856-1.792-2.336-1.792-2.336-1.44-0.992 0.096-0.96 0.096-0.96 1.6 0.128 2.464 1.664 2.464 1.664 1.44 2.432 3.744 1.728 4.672 1.344 0.128-1.024 0.544-1.728 1.024-2.144-3.552-0.448-7.296-1.824-7.296-7.936 0-1.76 0.64-3.168 1.664-4.288-0.16-0.416-0.704-2.016 0.16-4.224 0 0 1.344-0.416 4.416 1.632 1.28-0.352 2.656-0.544 4-0.544s2.72 0.192 4 0.544c3.040-2.080 4.384-1.632 4.384-1.632 0.864 2.208 0.32 3.84 0.16 4.224 1.024 1.12 1.632 2.56 1.632 4.288 0 6.144-3.744 7.488-7.296 7.904 0.576 0.512 1.088 1.472 1.088 2.976 0 2.144-0.032 3.872-0.032 4.384 0 0.416 0.288 0.928 1.088 0.768 6.368-2.112 10.944-8.128 10.944-15.168 0-8.896-7.168-16.032-16-16.032z">
</path>
<path
d="M6.24 23.488c-0.032 0.064-0.16 0.096-0.288 0.064-0.128-0.064-0.192-0.16-0.128-0.256 0.032-0.096 0.16-0.096 0.288-0.064 0.128 0.064 0.192 0.16 0.128 0.256v0z">
</path>
<path
d="M6.912 24.192c-0.064 0.064-0.224 0.032-0.32-0.064s-0.128-0.256-0.032-0.32c0.064-0.064 0.224-0.032 0.32 0.064s0.096 0.256 0.032 0.32v0z">
</path>
<path
d="M7.52 25.12c-0.096 0.064-0.256 0-0.352-0.128s-0.096-0.32 0-0.384c0.096-0.064 0.256 0 0.352 0.128 0.128 0.128 0.128 0.32 0 0.384v0z">
</path>
<path
d="M8.384 26.016c-0.096 0.096-0.288 0.064-0.416-0.064s-0.192-0.32-0.096-0.416c0.096-0.096 0.288-0.064 0.416 0.064 0.16 0.128 0.192 0.32 0.096 0.416v0z">
</path>
<path
d="M9.6 26.528c-0.032 0.128-0.224 0.192-0.384 0.128-0.192-0.064-0.288-0.192-0.256-0.32s0.224-0.192 0.416-0.128c0.128 0.032 0.256 0.192 0.224 0.32v0z">
</path>
<path
d="M10.912 26.624c0 0.128-0.16 0.256-0.352 0.256s-0.352-0.096-0.352-0.224c0-0.128 0.16-0.256 0.352-0.256 0.192-0.032 0.352 0.096 0.352 0.224v0z">
</path>
<path
d="M12.128 26.4c0.032 0.128-0.096 0.256-0.288 0.288s-0.352-0.032-0.384-0.16c-0.032-0.128 0.096-0.256 0.288-0.288s0.352 0.032 0.384 0.16v0z">
</path>
</symbol>
<symbol id="icon-location" viewBox="0 0 32 32">
<title>location</title>
<path
d="M16 31.68c-0.352 0-0.672-0.064-1.024-0.16-0.8-0.256-1.44-0.832-1.824-1.6l-6.784-13.632c-1.664-3.36-1.568-7.328 0.32-10.592 1.856-3.2 4.992-5.152 8.608-5.376h1.376c3.648 0.224 6.752 2.176 8.608 5.376 1.888 3.264 2.016 7.232 0.352 10.592l-6.816 13.664c-0.288 0.608-0.8 1.12-1.408 1.408-0.448 0.224-0.928 0.32-1.408 0.32zM15.392 2.368c-2.88 0.192-5.408 1.76-6.912 4.352-1.536 2.688-1.632 5.92-0.288 8.672l6.816 13.632c0.128 0.256 0.352 0.448 0.64 0.544s0.576 0.064 0.832-0.064c0.224-0.096 0.384-0.288 0.48-0.48l6.816-13.664c1.376-2.752 1.248-5.984-0.288-8.672-1.472-2.56-4-4.128-6.88-4.32h-1.216zM16 17.888c-3.264 0-5.92-2.656-5.92-5.92 0-3.232 2.656-5.888 5.92-5.888s5.92 2.656 5.92 5.92c0 3.264-2.656 5.888-5.92 5.888zM16 8.128c-2.144 0-3.872 1.728-3.872 3.872s1.728 3.872 3.872 3.872 3.872-1.728 3.872-3.872c0-2.144-1.76-3.872-3.872-3.872z">
</path>
<path
d="M16 32c-0.384 0-0.736-0.064-1.12-0.192-0.864-0.288-1.568-0.928-1.984-1.728l-6.784-13.664c-1.728-3.456-1.6-7.52 0.352-10.912 1.888-3.264 5.088-5.28 8.832-5.504h1.376c3.744 0.224 6.976 2.24 8.864 5.536 1.952 3.36 2.080 7.424 0.352 10.912l-6.784 13.632c-0.32 0.672-0.896 1.216-1.568 1.568-0.48 0.224-0.992 0.352-1.536 0.352zM15.36 0.64h-0.064c-3.488 0.224-6.56 2.112-8.32 5.216-1.824 3.168-1.952 7.040-0.32 10.304l6.816 13.632c0.32 0.672 0.928 1.184 1.632 1.44s1.472 0.192 2.176-0.16c0.544-0.288 1.024-0.736 1.28-1.28l6.816-13.632c1.632-3.264 1.504-7.136-0.32-10.304-1.824-3.104-4.864-5.024-8.384-5.216h-1.312zM16 29.952c-0.16 0-0.32-0.032-0.448-0.064-0.352-0.128-0.64-0.384-0.8-0.704l-6.816-13.664c-1.408-2.848-1.312-6.176 0.288-8.96 1.536-2.656 4.16-4.32 7.168-4.512h1.216c3.040 0.192 5.632 1.824 7.2 4.512 1.6 2.752 1.696 6.112 0.288 8.96l-6.848 13.632c-0.128 0.288-0.352 0.512-0.64 0.64-0.192 0.096-0.384 0.16-0.608 0.16zM15.424 2.688c-2.784 0.192-5.216 1.696-6.656 4.192-1.504 2.592-1.6 5.696-0.256 8.352l6.816 13.632c0.096 0.192 0.256 0.32 0.448 0.384s0.416 0.064 0.608-0.032c0.16-0.064 0.288-0.192 0.352-0.352l6.816-13.664c1.312-2.656 1.216-5.792-0.288-8.352-1.472-2.464-3.904-4-6.688-4.16h-1.152zM16 18.208c-3.424 0-6.24-2.784-6.24-6.24 0-3.424 2.816-6.208 6.24-6.208s6.24 2.784 6.24 6.24c0 3.424-2.816 6.208-6.24 6.208zM16 6.4c-3.072 0-5.6 2.496-5.6 5.6 0 3.072 2.528 5.6 5.6 5.6s5.6-2.496 5.6-5.6c0-3.104-2.528-5.6-5.6-5.6zM16 16.16c-2.304 0-4.16-1.888-4.16-4.16s1.888-4.16 4.16-4.16c2.304 0 4.16 1.888 4.16 4.16s-1.856 4.16-4.16 4.16zM16 8.448c-1.952 0-3.552 1.6-3.552 3.552s1.6 3.552 3.552 3.552c1.952 0 3.552-1.6 3.552-3.552s-1.6-3.552-3.552-3.552z">
</path>
</symbol>
<symbol id="icon-twitter" viewBox="0 0 32 32">
<title>twitter</title>
<path
d="M32 7.075c-1.175 0.525-2.444 0.875-3.769 1.031 1.356-0.813 2.394-2.1 2.887-3.631-1.269 0.75-2.675 1.3-4.169 1.594-1.2-1.275-2.906-2.069-4.794-2.069-3.625 0-6.563 2.938-6.563 6.563 0 0.512 0.056 1.012 0.169 1.494-5.456-0.275-10.294-2.888-13.531-6.862-0.563 0.969-0.887 2.1-0.887 3.3 0 2.275 1.156 4.287 2.919 5.463-1.075-0.031-2.087-0.331-2.975-0.819 0 0.025 0 0.056 0 0.081 0 3.181 2.263 5.838 5.269 6.437-0.55 0.15-1.131 0.231-1.731 0.231-0.425 0-0.831-0.044-1.237-0.119 0.838 2.606 3.263 4.506 6.131 4.563-2.25 1.762-5.075 2.813-8.156 2.813-0.531 0-1.050-0.031-1.569-0.094 2.913 1.869 6.362 2.95 10.069 2.95 12.075 0 18.681-10.006 18.681-18.681 0-0.287-0.006-0.569-0.019-0.85 1.281-0.919 2.394-2.075 3.275-3.394z">
</path>
</symbol>
<symbol id="icon-link" viewBox="0 0 32 32">
<title>link</title>
<path
d="M17.984 11.456c-0.704 0.704-0.704 1.856 0 2.56 2.112 2.112 2.112 5.568 0 7.68l-5.12 5.12c-2.048 2.048-5.632 2.048-7.68 0-1.024-1.024-1.6-2.4-1.6-3.84s0.576-2.816 1.6-3.84c0.704-0.704 0.704-1.856 0-2.56s-1.856-0.704-2.56 0c-1.696 1.696-2.624 3.968-2.624 6.368 0 2.432 0.928 4.672 2.656 6.4 1.696 1.696 3.968 2.656 6.4 2.656s4.672-0.928 6.4-2.656l5.12-5.12c3.52-3.52 3.52-9.248 0-12.8-0.736-0.672-1.888-0.672-2.592 0.032z">
</path>
<path
d="M29.344 2.656c-1.696-1.728-3.968-2.656-6.4-2.656s-4.672 0.928-6.4 2.656l-5.12 5.12c-3.52 3.52-3.52 9.248 0 12.8 0.352 0.352 0.8 0.544 1.28 0.544s0.928-0.192 1.28-0.544c0.704-0.704 0.704-1.856 0-2.56-2.112-2.112-2.112-5.568 0-7.68l5.12-5.12c2.048-2.048 5.632-2.048 7.68 0 1.024 1.024 1.6 2.4 1.6 3.84s-0.576 2.816-1.6 3.84c-0.704 0.704-0.704 1.856 0 2.56s1.856 0.704 2.56 0c1.696-1.696 2.656-3.968 2.656-6.4s-0.928-4.704-2.656-6.4z">
</path>
</symbol>
<symbol id="icon-linkedin" viewbox="0 0 32 32">
<title>Linkedin</title>
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z">
</path>
</svg>
</symbol>
</defs>
</svg>
</section>
<script src="./static/js/index.js"></script>
</body>
</html>