-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
365 lines (298 loc) · 22.4 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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sign Language Translator</title>
<link href="https://fonts.googleapis.com/css2?family=Patua+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a658a7b479.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" href="docs/logo.png">
<link rel="stylesheet" type="text/css" href="static/style.css">
<script src="templates/js/tutorial.js"></script>
</head>
<body>
<nav class="navbar">
<span class="navbar-toggle" id="js-navbar-toggle">
<button class="togglebtn" onClick={this.buttonclicked}> <i class="fas fa-bars"></i></button>
</span>
<h5><a href="index.html" class="logo">Sign Language <span>Translator</span></a></h5>
<ul class="main-nav" id="js-menu">
<li>
<a href="index.html" class="nav-links orange" style="color: #ff9900;">Tutorials</a>
</li>
<li>
<a href="templates/Training.html" class="nav-links">Training</a>
</li>
<li>
<a href="templates\Model.html" class="nav-links">Test Your Skill</a>
</li>
<li>
<a href="templates/About.html" class="nav-links">About</a>
</li>
</ul>
</nav>
<br>
<h1 class="text-center" style="font-family: 'Pacifico',cursive;">The Learning Spot <i style="font-size: 45px;color: #ff9900;" class="fas fa-graduation-cap"></i></h1>
<br><br>
<div class="add-class text-center">
<input id="inputClassName" type="text" placeholder="Search here" name="option" />
<button class="dark btn-lg btn-shadow mr-5" id="add-button">Search <i class="fas fa-search"></i></button>
</div>
<br>
<div class="test-class" id="test">
<br><br><br><br>
</div>
<div class="tut-container">
<div class="item1" id="image-loader">
<!-- <img src="../static/ISL_Gifs/29-hello.gif" class="tutorial-image"> -->
<img src="static/ISL_Gifs/65-sign-language-interpreter.gif" class="tutorial-image">
</div>
<div class="grey-bgs ml-5" style="padding: 5px;">
<div class="center">
<br>
<h3> Most Commonly Used Phrases <i style="color:#ff9900;font-size: 35px;" class="fab fa-galactic-senate"></i></h3>
<br>
</div>
<div class="outer-column">
<div class="column invisible">
<ul>
<li><button id="62" value="62" type="button" style="font-family: 'Patua One', cursive;">Shall i help you</button></li>
<li><button id="47" value="47" type="button" style="font-family: 'Patua One', cursive;">Lets go for lunch </button></li>
<li><button id="53" value="53" type="button" style="font-family: 'Patua One', cursive;">Nice to Meet you</button></li>
<li><button id="81" value="81" type="button" style="font-family: 'Patua One', cursive;">What is your name</button></li>
<li><button id="56" value="56" type="button" style="font-family: 'Patua One', cursive;">Please call me later</button></li>
<li><button id="79" value="79" type="button" style="font-family: 'Patua One', cursive;">What is today's date</button></li>
<li><button id="20" value="20" type="button" style="font-family: 'Patua One', cursive;">Do
you have money</button></li>
<li><button id="83" value="83" type="button" style="font-family: 'Patua One', cursive;">Where is the bathroom</button></li>
</ul>
</div>
<div class="column ">
<ul>
<li class="in-column"><button id="29" value="29" type="button" style="font-family: 'Patua One', cursive;">Hello </button></li>
<li class="in-column"><button id="33" value="33" type="button" style="font-family: 'Patua One', cursive;">I am fine </button></li>
<li class="in-column"><button id="68" value="68" type="button" style="font-family: 'Patua One', cursive;">Take Care </button></li>
<li class="in-column"><button id="34" value="34" type="button" style="font-family: 'Patua One', cursive;">I am Sorry </button></li>
<li class="in-column"><button id="11" value="11" type="button" style="font-family: 'Patua One', cursive;">Be Careful</button></li>
<li class="in-column"><button id="54" value="54" type="button" style="font-family: 'Patua One', cursive;">Open the door </button>
</li>
<li class="in-column"><button id="3" value="3" type="button" style="text-align: left;font-family: 'Patua One', cursive;">Any Questions
</button></li>
<li class="in-column"><button id="5" value="5" type="button" class="invisible" style="font-family: 'Patua One', cursive;">Are you Hungry </button></li>
</ul>
</div>
</div>
</div>
</div>
<br><br>
<div class="alpha-containers">
<div class="alpha">
<div class=" alphabetcard">
<h5 class="card-header text-center " style="font-size: 26px;margin-bottom: 0px;">Alphabets<span style="color:#ff9900"><i class="fas fa-sort-alpha-up ml-"></i></span>
</h5>
<div class=" myflexes">
<div class="allbuttons-4">
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="a" id="a" type="button">A</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="b" id="b" type="button">B</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="c" id="c" type="button">C</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="d" id="d" type="button">D</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="e" id="e" type="button">E</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="f" id="f" type="button">F</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="g" id="g" type="button">G</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="h" id="h" type="button">H</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="i" id="i" type="button">I</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="j" id="j" type="button">J</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="k" id="k" type="button">K</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="l" id="l" type="button">L</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="m" id="m" type="button">M</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="n" id="n" type="button">N</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="o" id="o" type="button">O</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="p" id="p" type="button">P</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="q" id="q" type="button">Q</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="r" id="r" type="button">R</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="s" id="s" type="button">S</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="t" id="t" type="button">T</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="u" id="u" type="button">U</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="v" id="v" type="button">V</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="w" id="w" type="button">W</button></a></span>
<span><a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive;"
value="x" id="x" type="button">X</button></a></span>
</div>
<div class="allbuttons-5">
<div style="margin-left: 5px;"> <a href="#test"><button
style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive; padding-right:2rem"
value="y" id="y" type="button">Y </button></a></div>
<div style="margin-right: 3px;">
<a href="#test"> <button style="border:none;background-color:transparent;font-size:30px;font-family: 'Patua One', cursive ;padding-left:2rem" value="z" id="z" type="button">Z</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="objects">
<div class=" newcard">
<h5 class="mycard-header text-center " style="font-size: 26px;margin-bottom: 0px;">Place, Time and Objects
<span style="color:#ff9900"><i class="far fa-clock ml-"></i> </span>
</h5>
<div class="mycard-body">
<div class="outer-column">
<div class="column shifter">
<ul style="list-style: none;">
<li><a href="#test"><button class="mylistbtn"
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive; "
id="64" value="64" type="button">Shop</button></a></li>
<li><a href="#test"><button class="mylistbtn"
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive; "
id="60" value="60" type="button">Punjab</button></a></li>
<li><a href="#test"><button class="mylistbtn"
style="border: none;background-color: transparent;padding:10px;font-size: larger; font-family: 'Patua One', cursive;"
id="69" value="69" type="button">Temple</button></a>
</li>
<li><a href="#test"><button class="mylistbtn"
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive;"
id="51" value="51" type="button">Mumbai </button></a></li>
<li><a href="#test"><button class="mylistbtn"
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive; "
id="61" value="61" type="button">Saturday</button></a></li>
<li><a href="#test"><button class="mylistbtn"
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive; "
id="77" value="77" type="button">Wednesday</button></a></li>
<li><a href="#test"><button class="mylistbtn"
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive; "
id="57" value="57" type="button">Police station</button></a></li>
</ul>
</div>
<div class="column invisible">
<ul style="list-style: none;">
<li class="in-column">
<a href="#test"><button
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive; "
id="13" value="13" type="button">Cat </button></a></li>
<li class="in-column">
<a href="#test"><button
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive; "
id="42" value="42" type="button">July</button></a></li>
<li class="in-column">
<a href="#test"><button
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive; "
id="59" value="59" type="button">Pune </button></a></li>
<li class="in-column">
<a href="#test"><button
style="border: none;background-color: transparent;padding:10px;font-size: larger; font-family: 'Patua One', cursive;"
id="12" value="12" type="button">Bridge </button></a></li>
<li class="in-column">
<a href="#test"><button
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive; "
id="28" value="28" type="button">Grapes</button></a></li>
<li class="in-column">
<a href="#test"><button
style="border: none;background-color: transparent;padding:10px;font-size: larger;font-family: 'Patua One', cursive; "
id="10" value="10" type="button">Banglore</button></a>
</li>
<li class="in-column">
<a href="#test"><button
style="border: none;background-color: transparent;padding:10px;font-size: larger; font-family: 'Patua One', cursive;"
id="18" value="18" type="button">December</button></a></li>
<br><br>
</ul>
</div>
</div>
</div>
</div>
<br><br>
</div>
<!-- <div class="grey-bgs ml-5">
<div class="center">
<br>
<h3 style="font-family: 'Pacifico',cursive;">Most Commonly Used Phrases</h3>
<br>
</div>
<div class="outer-column">
<div class="column">
<ul>
<li><button id="47" value="47" type="button">Lets go for lunch </button></li>
<li><button id="79" value="79" type="button">What is today's date</button></li>
<li><button id="20" value="20" type="button">Do you have money</button></li>
<li><button id="53" value="53" type="button">Nice to Meet you</button></li>
<li><button id="81" value="81" type="button">What is your name</button></li>
<li><button id="83" value="83" type="button">Where is the bathroom</button></li>
<li><button id="56" value="56" type="button">Please call me later</button></li>
<li><button id="62" value="62" type="button">Shall i help you</button></li>
</ul>
</div>
<div class="column">
<ul>
<li class="in-column"><button id="29" value="29" type="button">Hello </button></li>
<li class="in-column"><button id="33" value="33" type="button">I am fine </button></li>
<li class="in-column"><button id="34" value="34" type="button">I am Sorry </button></li>
<li class="in-column"><button id="54" value="54" type="button">Open the door </button>
</li>
<li class="in-column"><button id="5" value="5" type="button">Are you Hungry </button></li>
<li class="in-column"><button id="11" value="11" type="button">Be Careful</button></li>
<li class="in-column"><button id="68" value="68" type="button">Take Care </button></li>
<li class="in-column"><button id="3" value="3" type="button">Any Questions </button></li>
</ul>
</div>
</div>
</div> -->
</div>
<br><br> <br><br> <br><br>
<br><br>
</div>
<script>
let mainNav = document.getElementById('js-menu');
let navBarToggle = document.getElementById('js-navbar-toggle');
navBarToggle.addEventListener('click', function() {
mainNav.classList.toggle('active');
});
</script>
</body>
</html>