forked from Usman-Kashmiri/Common-Voice-Mozilla-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
541 lines (526 loc) · 37 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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
<!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">
<title>Common Voice</title>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/imgs/favicon.ico" type="image/x-icon">
<!-- FontAwesome -->
<link rel="stylesheet" href="assets/fontawesome/css/all.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="spinner">
<div class="spinner--floating">
<div class="spinner__shape"></div>
</div>
</div>
</div>
<!-- Main Content -->
<main class="content">
<!-- Header -->
<header class="header">
<div class="container-md-fluid container-xl d-flex align-items-center justify-content-between">
<div class="header-left d-flex justify-content-between align-items-center">
<div class="logo">
<a href="index.html">
<img class="logo" src="assets/imgs/mcmaster-logo.png" alt="Mc Master University logo">
</a>
</div>
<nav class="d-lg-flex d-none">
<a class="nav-link" href="#">Contribute</a>
<a class="nav-link" href="#">Datasets</a>
<a class="nav-link" href="#">Languages</a>
<a class="nav-link" href="#">About</a>
</nav>
</div>
<div class="header-right d-flex justify-content-between">
<div class="count d-flex flex-md-row flex-column align-items-center">
<a href="contribution.html" class="nav-link">
<span class="speaking-count">
<img src="assets/imgs/microphone.svg" alt="speak">
<span>0</span>
</span>
</a>
<span class="divider"></span>
<a href="contribution.html#listen-page" class="nav-link">
<span class="listening-count">
<img src="assets/imgs/play.svg" alt="listen">
<span>0</span>
</span>
</a>
</div>
<button id="hamburger-menu" class="d-lg-none d-block">
<svg class="menu-icon " width="10" height="10">
<rect class="left" x="4" y="0" width="2" height="2"></rect>
<rect class="right" x="4" y="0" width="2" height="2"></rect>
<rect x="4" y="4" width="2" height="2"></rect>
<rect class="left" x="4" y="8" width="2" height="2"></rect>
<rect class="right" x="4" y="8" width="2" height="2"></rect>
</svg>
</button>
<a href="signup.html" class="text-decoration-none">
<button class="btn rounded-pill ms-5 d-lg-block d-none">Log In / Sign Up</button>
</a>
</div>
</div>
</header>
<!-- Mobile Nav -->
<div class="mobile-nav">
<nav class="d-flex flex-lg-row flex-column">
<a class="nav-link" href="#">Contribute</a>
<a class="nav-link" href="#">Datasets</a>
<a class="nav-link" href="#">Languages</a>
<a class="nav-link" href="#">About</a>
</nav>
<div class="btn-container d-flex justify-content-center">
<a href="signup.html" class="w-100">
<button class="btn rounded-pill w-100">Log In / Sign Up</button>
</a>
</div>
</div>
<!-- Hero Section -->
<section class="hero-section d-flex flex-lg-row flex-column justify-content-center">
<div class="hero-box speak d-flex justify-content-center flex-md-row flex-column align-items-md-start align-items-center">
<div class="d-flex flex-column title text-md-start text-center">
<h1>Donate your voice sampe</h1>
<!-- <h3><span>Donate your voice</span></h3> -->
<div class="toggleable description-container d-flex flex-column align-items-center">
<p class="description">Recording voice clips is an integral part of building our open dataset; some
would say it's the fun part too.</p><a class="terms mt-md-5 mt-0" href="#">Have you read our
Terms?</a>
</div>
</div>
<div class="d-flex flex-column cta">
<div
class="primary-button stop track-fs-speak-from-home d-flex align-items-center justify-content-center mx-5">
<a class="d-flex align-items-center justify-content-center" href="contribution.html">
<svg width="29" height="28" viewBox="0 0 29 28">
<defs>
<path id="mic-path2" d="M9.333 18.667A4.68 4.68 0 0 0 14 14V4.667A4.68 4.68 0 0 0 9.333 0a4.68 4.68 0 0 0-4.666 4.667V14a4.68 4.68 0 0 0 4.666 4.667zM7 4.667a2.34 2.34 0 0 1 2.333-2.334 2.34 2.34 0 0 1 2.334 2.334V14a2.34 2.34 0 0 1-2.334 2.333A2.34 2.34 0 0 1 7 14V4.667zm11.667 7V14c0 4.783-3.617 8.633-8.167 9.217v2.45H14c.7 0 1.167.466 1.167 1.166S14.7 28 14 28H4.667c-.7 0-1.167-.467-1.167-1.167s.467-1.166 1.167-1.166h3.5v-2.45C3.617 22.633 0 18.667 0 14v-2.333c0-.7.467-1.167 1.167-1.167s1.166.467 1.166 1.167V14c0 3.85 3.15 7 7 7s7-3.15 7-7v-2.333c0-.7.467-1.167 1.167-1.167s1.167.467 1.167 1.167z"></path>
</defs>
<g fill="none" fill-rule="evenodd" transform="translate(5)">
<mask id="mic-mask2" fill="#fff">
<use xlink:href="#mic-path2"></use>
</mask>
<use xlink:href="#mic-path2"></use>
<g fill="#7a003c" mask="url(#mic-mask2)">
<path d="M-5 0h28v28H-5z"></path>
</g>
</g>
</svg>
</a>
<div class="background"></div>
</div>
<div class="toggleable line speak"></div>
<div class="toggleable ">
<div class="cta-message mt-2 text-center">Help us get to 1,200</div>
</div>
</div>
<div class="toggleable text-md-start text-center progress d-flex flex-column">
<h3 class="progress-title">Today's Progress</h3><span class="progress-count"><span
class="current">232</span><span class="total"> / 1200</span></span>
<p><i>Clips recorded</i></p>
</div>
<div class="fading"></div>
</div>
<div class="hero-box listen d-flex justify-content-center flex-md-row flex-column align-items-md-start align-items-center">
<div class="d-flex flex-column title text-md-start text-center">
<h1>Rate Voices</h1>
<!-- <h3><span>Help us validate voices</span></h3> -->
<div class="toggleable description-container">
<p class="description">Validating donated clips is equally important to the Common Voice
mission. Take a listen and help us create quality open source voice data.</p><a class="terms mt-md-5 mt-0"
href="#">Have you read our Terms?</a>
</div>
</div>
<div class="d-flex flex-column cta">
<div
class="primary-button play track-fs-listen-from-home d-flex align-items-center justify-content-center mx-5">
<a href="contribution.html#listen-page" class="d-flex align-items-center justify-content-center">
<svg viewBox="0 0 13 15">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="icon-/-play" fill="#fdbf57">
<path d="M0.978009259,0 C1.03819475,0 1.09587164,0.00733847847 1.15104167,0.0220156556 C1.2062117,0.0366928327 1.2613809,0.0538159491 1.31655093,0.0733855186 C1.37172095,0.0929550881 1.42438247,0.117416683 1.47453704,0.146771037 L12.5486111,6.7074364 C12.6388893,6.75636032 12.7191355,6.82240663 12.7893519,6.9055773 C12.8595683,6.98874797 12.9122298,7.08170203 12.947338,7.18444227 C12.9824462,7.28718251 13,7.39236737 13,7.5 C13,7.85225225 12.8495385,8.11643748 12.5486111,8.2925636 L1.45949074,14.853229 C1.38927434,14.9021529 1.31153592,14.9388453 1.22627315,14.9633072 C1.14101038,14.9877692 1.05324119,15 0.962962963,15 C0.882715648,15 0.802469537,14.9902154 0.722222222,14.9706458 C0.641974907,14.9510762 0.566744178,14.9217223 0.496527778,14.8825832 C0.165507604,14.6966723 0,14.4227024 0,14.0606654 L0.0150462963,0.939334638 C0.0150462963,0.577297603 0.1805539,0.30332774 0.511574074,0.11741683 C0.652006875,0.0391385519 0.807483715,0 0.978009259,0 Z" id="play-button"></path>
</g>
</g>
</svg>
</a>
<div class="background"></div>
</div>
<div class="toggleable line listen"></div>
<div class="toggleable ">
<div class="cta-message text-center mt-2">Help us get to 2,400</div>
</div>
</div>
<div class="toggleable text-md-start text-center progress d-flex flex-column">
<h3 class="progress-title">Today's Progress</h3><span class="progress-count"><span
class="current">499</span><span class="total"> / 2400</span></span>
<p><i>Clips validated</i></p>
</div>
<div class="fading"></div>
</div>
</section>
<!-- About Section -->
<section class="about-section">
<div class="text">
<div class="inner row justify-content-center">
<div class="title col-lg-5 col-md-6">
<h1>Common Voice is an initiative to help teach machines how real people speak.</h1>
</div>
<div class="description col-lg-4 col-md-6">
<p>Voice is natural, voice is human. That’s why we’re excited about creating usable voice technology
for our machines. But to create voice systems, developers need an extremely large amount of
voice
data.
</p>
<p>Most of the data used by large companies isn’t available to the majority of people. We think that
stifles innovation. So we’ve launched Common Voice, a project to help make voice recognition
open and accessible to everyone.
</p>
<p class="more-text">Now you can donate your voice to help us build an open-source voice database that anyone can use
to make innovative apps for devices and the web. Read a sentence to help machines learn how real people speak. Check the work of other
contributors to improve the quality. It’s that simple!
</p>
<button class="show-more btn" type="button" data-content="toggle-text">Read More</button>
</div>
</div>
</div>
</section>
<section class="stats-section">
<div class="stats container-fluid">
<div class="stats-cards row justify-content-center px-2">
<div class="home-card mb-lg-0 mb-md-5 me-lg-4 me-md-0">
<div class="head d-flex justify-content-between flex-md-row flex-column">
<div class="metrics d-flex">
<div class="metric d-flex justify-content-between flex-column">
<div class="label">Hours Recorded</div>
<div class="metric-value d-flex align-items-center total" title="19,928h">
<div class="point">●</div>20k
</div>
</div>
<div class="metric d-flex justify-content-between flex-column">
<div class="label">Hours Validated</div>
<div class="metric-value d-flex align-items-center valid" title="14,481h">
<div class="point">●</div>14k
</div>
</div>
</div>
<div class="language-select" role="combobox" aria-expanded="false" aria-haspopup="listbox"
aria-labelledby="downshift-0-label">
<div class="bg-white current border rounded-pill text-uppercase">All</div>
</div>
</div>
<div class="" data-tooltipped="" aria-describedby="tippy-tooltip-1" style="display: inline;"><svg
width="100%" height="100%" class="plot"><text class="tick-label" x="40" y="10"
dominant-baseline="middle" text-anchor="end">20k</text>
<line x1="45" y1="10" x2="523" y2="10" stroke="rgba(0,0,0,0.2)"></line><text
class="tick-label" x="40" y="32" dominant-baseline="middle" text-anchor="end">17k</text>
<line x1="45" y1="32" x2="523" y2="32" stroke="rgba(0,0,0,0.2)"></line><text
class="tick-label" x="40" y="54" dominant-baseline="middle" text-anchor="end">14k</text>
<line x1="45" y1="54" x2="523" y2="54" stroke="rgba(0,0,0,0.2)"></line><text
class="tick-label" x="40" y="76" dominant-baseline="middle" text-anchor="end">10k</text>
<line x1="45" y1="76" x2="523" y2="76" stroke="rgba(0,0,0,0.2)"></line><text
class="tick-label" x="40" y="98" dominant-baseline="middle"
text-anchor="end">6.8k</text>
<line x1="45" y1="98" x2="523" y2="98" stroke="rgba(0,0,0,0.2)"></line><text
class="tick-label" x="40" y="120" dominant-baseline="middle"
text-anchor="end">3.4k</text>
<line x1="45" y1="120" x2="523" y2="120" stroke="rgba(0,0,0,0.2)"></line><text
class="tick-label" x="40" y="142" dominant-baseline="middle" text-anchor="end">0</text>
<line x1="45" y1="142" x2="523" y2="142" stroke="rgba(0,0,0,0.2)"></line><text
class="x tick-label" x="45" y="164">1y</text><text class="x tick-label" x="136.4"
y="164">9mo</text><text class="x tick-label" x="227.8" y="164">6mo</text><text
class="x tick-label" x="319.20000000000005" y="164">3mo</text><text class="x tick-label"
x="410.6" y="164">Today</text>
<path
d="M58 77.4492362745098C75.81914843951338, 75.87438508042335, 130.11379848917056, 71.08776395714838, 165.75, 67.9263223856209S237.784686639137, 61.012977093014285, 273.5, 58.331299183006536S345.42725507920505, 53.5798102780351, 381.25, 51.74554346405229S471.07222699800855, 48.03703157613697, 489, 47.296843300653585"
class="valid" fill="none" stroke-width="2"></path>
<circle cx="489" cy="47.296843300653585" r="8" fill="white" class="outer valid"></circle>
<circle cx="489" cy="47.296843300653585" r="6" class="inner valid"></circle>
<path
d="M58 61.4014297385621C75.73323491074945, 59.40350000863682, 130.38180713997784, 53.666061882175065, 165.75, 49.261685947712415S238.11195342339425, 38.890507388367695, 273.5, 34.56536781045751S345.72121669993885, 26.635479845526007, 381.25, 22.923199673202618S471.22274375592957, 13.842687377268696, 489, 12.048515196078425"
class="total" fill="none" stroke-width="2"></path>
<circle cx="489" cy="12.048515196078425" r="8" fill="white" class="outer total"></circle>
<circle cx="489" cy="12.048515196078425" r="6" class="inner total"></circle>
</svg></div>
</div>
<div class="home-card scrollable">
<div class="head d-flex justify-content-between flex-md-row flex-column">
<div>
<h3>Voices Online Now</h3>
<div class="online-voices">269</div>
</div>
<div class="language-select" role="combobox" aria-expanded="false" aria-haspopup="listbox"
aria-labelledby="downshift-1-label">
<div class="bg-white current border rounded-pill text-uppercase">All</div>
</div>
</div><svg width="100%" height="100%" class="plot"><text class="tick-label" x="40" y="10"
dominant-baseline="middle" text-anchor="end">2k</text>
<line x1="45" y1="10" x2="523" y2="10" stroke="rgba(0,0,0,0.2)"></line><text class="tick-label"
x="40" y="48.5" dominant-baseline="middle" text-anchor="end">1k</text>
<line x1="45" y1="48.5" x2="523" y2="48.5" stroke="rgba(0,0,0,0.2)"></line><text
class="tick-label" x="40" y="87" dominant-baseline="middle" text-anchor="end">667</text>
<line x1="45" y1="87" x2="523" y2="87" stroke="rgba(0,0,0,0.2)"></line><text class="tick-label"
x="40" y="125.5" dominant-baseline="middle" text-anchor="end">0</text>
<line x1="45" y1="125.5" x2="523" y2="125.5" stroke="rgba(0,0,0,0.2)"></line><text
class="x tick-label" x="45" y="164">09AM</text><text class="x tick-label" x="90.7"
y="164">10AM</text><text class="x tick-label" x="136.4" y="164">11AM</text><text
class="x tick-label" x="182.10000000000002" y="164">12PM</text><text class="x tick-label"
x="227.8" y="164">01PM</text><text class="x tick-label" x="273.5" y="164">02PM</text><text
class="x tick-label" x="319.20000000000005" y="164">03PM</text><text class="x tick-label"
x="364.90000000000003" y="164">04PM</text><text class="x tick-label" x="410.6"
y="164">05PM</text><text class="x tick-label" x="456.3" y="164">06PM</text>
<rect class="bg" x="50.5" y="10" width="15" height="115.5"></rect>
<rect class="bg" x="96.2" y="10" width="15" height="115.5"></rect>
<rect class="bg" x="141.9" y="10" width="15" height="115.5"></rect>
<rect class="bg" x="187.6" y="10" width="15" height="115.5"></rect>
<rect class="bg" x="233.3" y="10" width="15" height="115.5"></rect>
<rect class="bg" x="279" y="10" width="15" height="115.5"></rect>
<rect class="bg" x="324.7" y="10" width="15" height="115.5"></rect>
<rect class="bg" x="370.4" y="10" width="15" height="115.5"></rect>
<rect class="bg" x="416.1" y="10" width="15" height="115.5"></rect>
<rect class="bg" x="461.8" y="10" width="15" height="115.5"></rect>
<defs>
<linearGradient id="blue-purple" x2="0%" y2="100%">
<stop offset="5%" stop-color="#62ccfb"></stop>
<stop offset="95%" stop-color="#fdbf57"></stop>
</linearGradient>
</defs>
<rect fill="url(#blue-purple)" class="" x="50.5" y="60.41575" width="15" height="65.08425">
</rect>
<rect fill="url(#blue-purple)" class="" x="96.2" y="81.66775" width="15" height="43.83225">
</rect>
<rect fill="url(#blue-purple)" class="" x="141.9" y="83.689" width="15" height="41.811"></rect>
<rect fill="url(#blue-purple)" class="" x="187.6" y="91.71625" width="15" height="33.78375">
</rect>
<rect fill="url(#blue-purple)" class="" x="233.3" y="91.543" width="15" height="33.957"></rect>
<rect fill="url(#blue-purple)" class="" x="279" y="93.7375" width="15" height="31.7625"></rect>
<rect fill="url(#blue-purple)" class="" x="324.7" y="97.02925" width="15" height="28.47075">
</rect>
<rect fill="url(#blue-purple)" class="" x="370.4" y="101.30275" width="15" height="24.19725">
</rect>
<rect fill="url(#blue-purple)" class="" x="416.1" y="101.3605" width="15" height="24.1395">
</rect>
<rect fill="url(#blue-purple)" class="current" x="461.8" y="109.96525" width="15"
height="15.53475">
</rect>
</svg>
</div>
</div>
</div>
</section>
<!-- Contribute Section -->
<section class="register-section mt-5 px-3">
<div
class="top mx-auto d-flex justify-content-between align-items-lg-end align-items-center flex-lg-row flex-column">
<div class="cta-container text-lg-start text-md-center d-flex text-center flex-column align-items-lg-start align-items-center justify-content-lg-start">
<h1>Help us build a high quality, publicly open dataset</h1>
<h2>Having a profile is not required to contribute though it is helpful, see why below.</h2>
<a class="button rounded-pill border-0 d-flex align-items-center text-center justify-content-center w-100 position-relative text-decoration-none"
href="signup.html">Sign up for an account</a>
<div class="signup-info">
<div class="tabs d-flex text-uppercase position-relative">
<img class="waves" src="assets/imgs/waves.png" alt="Waves">
<a href="#tab1" class="tab tab-active">
<label>
<input type="radio" name="tab" checked="">
<div>Benefits</div>
</label>
</a>
<a href="#tab2" class="tab">
<label>
<input type="radio" name="tab">
<div>What's Public?</div>
</label>
</a>
</div>
<div class="list-and-bg">
<div class="bg"></div>
<ul id="tab1" class="steps active">
<li value="0" class="step d-flex active">
<span>1.</span><span>Make your submitted data as rich as possible by
providing some anonymous demographic data. We de-identify all demographic data
before making it public.</span>
</li>
<li value="1" class="step d-flex">
<span>2.</span><span>Profile information improves the audio data used in
training speech recognition accuracy.</span>
</li>
<li value="2" class="step d-flex">
<span>3.</span><span>Keep track of your progress and metrics across multiple
languages.</span>
</li>
<li value="3" class="step d-flex">
<span>4.</span><span>See how your progress compares to other contributors all
over the world.</span>
</li>
<li value="4" class="step d-flex">
<span>5.</span><span>View your progress against personal and project
goals.</span>
</li>
<li value="5" class="step d-flex">
<span>6.</span><span>Optionally join on our email list for updates and new
information about the project.</span>
</li>
</ul>
<ul id="tab2" class="steps">
<li value="6" class="step d-flex">
<span>1.</span><span>We will not make your email public.</span>
</li>
<li value="7" class="step d-flex">
<span>2.</span><span>The number of recordings and which languages you contribute to will be public.</span>
</li>
<li value="8" class="step d-flex">
<span>3.</span><span>You can choose to make your username public or anonymous.</span>
</li>
<li value="9" class="step d-flex">
<span>4.</span><span>Optionally submitted demographic data (e.g. age, gender, language, and accent) will never be made public on your profile, and will not be linked to your account in the dataset. Individual audio clips will be associated with demographic data for the purpose of more accurate analysis - for example, a researcher might want to target a training model to a specific demographic segment.</span>
</li>
<li value="10" class="step d-flex">
<span>5.</span><span>Your username and email will not be associated with the published data.</span>
</li>
</ul>
</div>
</div>
</div>
<div class="images-container d-flex flex-column align-items-center position-relative">
<img class="mic" src="assets/imgs/microphone.svg" alt="Mic">
<div id="images">
<img id="img0" class="screenshot mt-5" src="assets/imgs/1-1.png" alt="">
<img id="img1" class="screenshot mt-5" src="assets/imgs/1-2.png" alt="">
<img id="img2" class="screenshot mt-5" src="assets/imgs/1-3.png" alt="">
<img id="img3" class="screenshot mt-5" src="assets/imgs/1-4.png" alt="">
<img id="img4" class="screenshot mt-5" src="assets/imgs/1-5.png" alt="">
<img id="img5" class="screenshot mt-5" src="assets/imgs/1-6.png" alt="">
<img id="img6" class="screenshot mt-5" src="assets/imgs/2-1.png" alt="">
<img id="img7" class="screenshot mt-5" src="assets/imgs/2-2.png" alt="">
<img id="img8" class="screenshot mt-5" src="assets/imgs/2-3.png" alt="">
<img id="img9" class="screenshot mt-5" src="assets/imgs/2-4.png" alt="">
<img id="img10" class="screenshot mt-5" src="assets/imgs/2-5.png" alt="">
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div id="help-links" class="d-flex justify-content-center align-items-center">
<a class="nav-link" href="#">
<img src="assets/imgs/support.svg" title="support">
<div>FAQ</div>
</a>
<div class="divider"></div>
<a class="nav-link" target="blank" href="#" id="discourse"><img
src="assets/imgs/discourse.svg" title="">
<div>Discourse</div>
</a>
<div class="divider"></div>
<button type="button" class="text-button ">
<img src="assets/imgs/contact.svg" title="">
<div>Contact</div>
</button>
</div>
<div id="mc-links"
class="d-flex flex-lg-row flex-column-reverse justify-content-md-between align-items-center">
<div class="logo-container d-flex flex-lg-column flex-row justify-content-between">
<a class="Logo" href="#">
<img class="LogoImage" src="assets/imgs/mcmaster-logo.png" alt="Mc Master University"></a>
<p class="license">
<span>Content available under a
<a target="_blank" rel="noopener noreferrer" href="#">Creative Commons license</a>
</span>
</p>
</div>
<div class="divider-bottom"></div>
<div class="links d-flex justify-content-between">
<div class="d-flex flex-column">
<a href="#">Privacy</a><a href="#">Terms</a>
<a target="_blank" href="#" rel="noopener noreferrer">Cookies</a>
</div>
<div class="divider-vertical"></div>
<div class="d-flex flex-column">
<a href="#">FAQ</a>
<a target="_blank" href="#" rel="noopener noreferrer">GitHub</a>
</div>
</div>
<div id="sharing" class="d-flex align-items-center flex-column">
<span class="title">Help us find others to donate their voice!</span>
<div class="icons d-flex justify-content-around">
<div class="copy-link-notification"></div>
<button id="link-copy" class="share-button">
<span aria-hidden="true"><i class="fa fa-link"></i></span>
</button>
<a class="share-button" href="#">
<span aria-hidden="true"><i class="fab fa-facebook-square"></i></span>
</a>
<a class="share-button" href="#" target="_blank" rel="noopener noreferrer">
<span aria-hidden="true"><i class="fab fa-twitter"></i></span>
</a>
</div>
</div>
<div id="email-subscription" class="d-flex flex-column align-items-center">
<form class="subscribe-newsletter d-flex flex-column">
<div class="goal-title">Sign up for Common Voice newsletters, goal reminders and progress updates</div>
<div class="submittable-field d-flex">
<input class="" type="email" name="email" placeholder="Enter your email" required="" value="">
<button type="submit" class="submit-button">
<svg viewBox="0 0 13 15" class="icon">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="icon-/-play" fill="#B7D43F">
<path d="M0.978009259,0 C1.03819475,0 1.09587164,0.00733847847 1.15104167,0.0220156556 C1.2062117,0.0366928327 1.2613809,0.0538159491 1.31655093,0.0733855186 C1.37172095,0.0929550881 1.42438247,0.117416683 1.47453704,0.146771037 L12.5486111,6.7074364 C12.6388893,6.75636032 12.7191355,6.82240663 12.7893519,6.9055773 C12.8595683,6.98874797 12.9122298,7.08170203 12.947338,7.18444227 C12.9824462,7.28718251 13,7.39236737 13,7.5 C13,7.85225225 12.8495385,8.11643748 12.5486111,8.2925636 L1.45949074,14.853229 C1.38927434,14.9021529 1.31153592,14.9388453 1.22627315,14.9633072 C1.14101038,14.9877692 1.05324119,15 0.962962963,15 C0.882715648,15 0.802469537,14.9902154 0.722222222,14.9706458 C0.641974907,14.9510762 0.566744178,14.9217223 0.496527778,14.8825832 C0.165507604,14.6966723 0,14.4227024 0,14.0606654 L0.0150462963,0.939334638 C0.0150462963,0.577297603 0.1805539,0.30332774 0.511574074,0.11741683 C0.652006875,0.0391385519 0.807483715,0 0.978009259,0 Z" id="play-button"></path>
</g>
</g>
</svg>
</button>
</div>
<label class="labeled-checkbox d-flex justify-content-center align-items-center">
<span class="checkbox-container d-flex flex-column">
<input type="checkbox">
<svg width="24" height="24" viewBox="0 0 24 24" class="checkmark">
<defs>
<path id="check-path1"
d="M17.7 1.7l-11 11c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3l-5-5c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L6 10.6 16.3.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4z">
</path>
</defs>
<g fill="none" fill-rule="evenodd" transform="translate(3 6)">
<mask id="check-mask1" fill="#fff">
<use xlink:href="#check-path1"></use>
</mask>
<g fill="currentColor" mask="url(#check-mask1)">
<path d="M-3-6h24v24H-3z"></path>
</g>
</g>
</svg>
</span>
<span class="label">
<span>I'm okay with you handling this info as you explain
<a class="text-decoration-none" target="_blank" rel="noopener noreferrer" href="#">Privacy Policy</a>
</span>
</span>
</label>
</form>
</div>
<button type="button" class="text-button text-center back-top text-decoration-underline">Back to Top</button>
</div>
</footer>
</main>
<!-- Javascript -->
<!-- Jquery -->
<script src="assets/js/jquery-3.6.0.min.js"></script>
<!-- Jquery UI -->
<script src="assets/js/jquery-ui.min.js"></script>
<!-- FontAwesome -->
<script src="assets/fontawesome/js/all.min.js"></script>
<!-- Bootstarp JS -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/main.js"></script>
</body>
</html>