-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
579 lines (533 loc) · 32.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
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
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="IHS Computer Science Club Website">
<meta name="author" content="Irvington CS Club">
<link rel="shortcut icon" href="images/favicon.ico">
<title>IHS Computer Science Club</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet">
<!-- Magnific-popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- materialdesign icons CSS -->
<link href="css/materialdesignicons.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/menu.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- TAGLINE HEADER START-->
<div class="topbar">
<div class="container">
<div class="float-left">
</div>
<div class="float-right">
<ul class="list-inline social pb-0 pt-2">
<li class="list-inline-item pl-2"><a href="https://www.facebook.com/groups/IHSCompSciClub/" class="text-white"><i class="mdi mdi-facebook"></i></a></li>
<li class="list-inline-item pl-2"><a href="#" class="text-white"><i class="mdi mdi-twitter"></i></a></li>
<li class="list-inline-item pl-2"><a href="#" class="text-white"><i class="mdi mdi-instagram"></i></a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- Static navbar -->
<!-- Navigation Bar-->
<header id="topnav" class="defaultscroll sticky fixed-top">
<div class="container">
<!-- Logo container-->
<div>
<a href="index.html" class="logo">
IHS Computer Science Club
</a>
</div>
<!-- End Logo container-->
<div class="menu-extras">
<div class="menu-item">
<!-- Mobile menu toggle-->
<a class="navbar-toggle">
<div class="lines">
<span></span>
<span></span>
<span></span>
</div>
</a>
<!-- End mobile menu toggle-->
</div>
</div>
<div id="navigation">
<!-- Navigation Menu-->
<ul class="navigation-menu ">
<li class="has-submenu active">
<a href="#home">Home</a>
</li>
<li class="has-submenu ">
<a href="#features">Features</a>
</li>
<li class="has-submenu">
<a href="#services">Services</a>
</li>
<!-- <li class="has-submenu">
<a href="#client">Our Students</a>
</li> -->
<li class="has-submenu">
<a href="#faq">FAQ</a>
</li>
<li class="has-submenu">
<a href="#contact">Contact</a>
</li>
<li class="has-submenu mobile-block">
<a href="https://docs.google.com/forms/u/1/d/1xtNs5Uygy9YLD2B8Vor2ao3ISi8jzwC2a15mdl4FFmo/edit">Apply</a>
</li>
</ul>
<ul class="navigation-menu menu-right">
<li class="mobile-none">
<a href="https://docs.google.com/forms/u/1/d/1xtNs5Uygy9YLD2B8Vor2ao3ISi8jzwC2a15mdl4FFmo/edit">Apply</a>
</li>
</ul>
<!-- End navigation menu-->
</div>
</div>
</header>
<!-- End Navigation Bar-->
<!-- START HOME -->
<section class="home-bg-color" id="home">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-10 text-center text-white">
<h1 class="mt-5 pt-5 home-title"><span class="element" data-elements="We help students launch awesome projects,We offer peer tutoring for AP Computer Science,We prepare students for competitions,We help students find research opportunities"></span></h1>
<p class="home-subtitle mx-auto pt-2">IHS Computer Science Club is Irvington High's premier student-led STEM club.</p>
<div class="mt-5">
<a href="https://discord.gg/rpDhvKf" class="btn btn-custom">Join Our Discord</a>
</div>
<a href="https://docs.google.com/forms/u/1/d/1xtNs5Uygy9YLD2B8Vor2ao3ISi8jzwC2a15mdl4FFmo" class="pt-4 video-play-icon watch-overview d-inline-block text-white">Sign Up for 2021-2022 <i class="mdi mdi-chevron-right"></i></a>
<div class="">
<img src="images/macbook.png" alt="" class="img-fluid center-block home-dashboard">
</div>
</div>
</div>
</div>
</section>
<!-- END HOME -->
<!-- START FEATURES -->
<section class="section" id="features">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 text-center">
<h3 class="section-title pt-5">Our Mission</h3>
<p class="section-subtitle text-dark pt-3">We aim to create and foster an interest in computer science amongst Irvington students through lectures, hands-on projects, competitions, hackathons, and more!</p>
</div>
</div>
<div class="row vertical-content">
<div class="col-md-6">
<div class="features-box">
<div class="features-desc">
<h5>AP Computer Science</h5>
<p class="pt-2">We offer a free AP Computer Science course through Canvas Instructure. Taught by Irvington students who have received a 5 on the AP examination, our course provides a complete curriculum with assignments, practice tests, and lectures. We offer both physical in-person classes afterschool at the Career Center and online options.</p>
<a href="https://drive.google.com/file/d/1132ZyGFRuywu972kjsWwcu8b4R46H7pA/view?usp=sharing" class="text-custom features-more" target="_blank">Read More <i class="mdi mdi-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="row vertical-content">
<div class="col-md-6">
<div class="features-box">
<div class="features-desc">
<h5>Web Development</h5>
<p>We offer tutorials on HTML, CSS, and JS which are the foundational languages of web development. Irvington students can learn all about web development and even get a chance to code up a website for other IHS clubs or local businesses.</p>
</div>
</div>
</div>
</div>
<div class="row vertical-content">
<div class="col-md-6">
<div class="features-box">
<div class="features-desc">
<h5>Competitive Programming</h5>
<p class="pt-2">We offer a variety of resources in competitive programming. Taught by merited and highly ranked officers, the CP program will educate club members on essential data structures and algorithms while preparing them for prestigious programming competitions including USACO, ACSL, and Codeforces. Not interested in competing? Our curriculum will nonetheless help you build your problem-solving and critical thinking skills for recreational programming and coding interviews. </p>
</div>
</div>
</div>
</div>
<div class="row vertical-content">
<div class="col-md-6">
<div class="features-box">
<div class="features-desc">
<h5>Machine Learning</h5>
<p class="pt-2">Interested in doing research in biology, chemistry, economics, and more? What about training an algorithm to recognize your handwriting? From theory to implementation in Python, our instructors will introduce club members to the realm of Machine Learning, a rapidly evolving field in the scientific world, so Irvington students can get involved as well. </p>
</div>
</div>
</div>
</div>
<div class="row vertical-content">
<div class="col-md-6">
<div class="features-box">
<div class="features-desc">
<h5>Convention</h5>
<p class="pt-2">At the end of the school year, Computer Science Club will hold the Convention, an event where students and club members can share their personal projects with others and potentially find ways to grow their ideas. </p>
<!-- <a href="https://mlh.io/" class="text-custom features-more">Major League Hacking <i class="mdi mdi-arrow-right"></i></a>-->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END FEATURES -->
<!-- START COUNTER -->
<section class="section bg-custom">
<div class="container">
<div class="row justify-content-center" id="counter">
<div class="col-md-3 text-white text-center pt-3 pb-3">
<div class="counter-icon">
<i class="mdi mdi-timer"></i>
</div>
<h1 class="counter-value" data-count="136">0</h1>
<h5 class="counter-name">Student Projects</h5>
</div>
<div class="col-md-3 text-white text-center pt-3 pb-3">
<div class="counter-icon">
<i class="mdi mdi-briefcase"></i>
</div>
<h1 class="counter-value" data-count="583">10</h1>
<h5 class="counter-name">Irvington Alumni</h5>
</div>
<div class="col-md-3 text-white text-center pt-3 pb-3">
<div class="counter-icon">
<i class="mdi mdi-account"></i>
</div>
<h1 class="counter-value" data-count="217">608</h1>
<h5 class="counter-name">Active Members</h5>
</div>
<div class="col-md-3 text-white text-center pt-3 pb-3">
<div class="counter-icon">
<i class="mdi mdi-account-multiple"></i>
</div>
<h1 class="counter-value" data-count="76">2</h1>
<h5 class="counter-name">Nonprofit and Tech Company Partnerships</h5>
</div>
</div>
</div>
</section>
<!-- END COUNTER -->
<!-- START SERVICES -->
<section class="section" id="services">
<div class="container">
<div class="row justify-content-center pt-5">
<div class="col-md-8">
<div class="text-center">
<div class="title-icon">
<i class="mdi mdi-all-inclusive text-custom"></i>
</div>
<h3 class="section-title pt-5">Our Services</h3>
<p class="section-subtitle pt-3 text-muted">IHS Computer Science Club has something to offer for each and every Irvington student, no matter how much prior programming experience you have!</p>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-md-4">
<div class="service-box text-center p-4 mt-3">
<div class="service-icon">
<i class="mdi mdi-cube-outline text-custom"></i>
</div>
<div class="service-desc pt-4">
<h5>Open Source Projects</h5>
<p class="pt-2 text-muted">We launch open source projects with students as part of our innovative Moonshot program.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box text-center p-4 mt-3">
<div class="service-icon">
<i class="mdi mdi-headset text-custom"></i>
</div>
<div class="service-desc pt-4">
<h5>Peer Support</h5>
<p class="pt-2 text-muted">Whether it's a programming question or a complex project, club members work together and help each other out.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box text-center p-4 mt-3">
<div class="service-icon">
<i class="mdi mdi-monitor text-custom"></i>
</div>
<div class="service-desc pt-4">
<h5>Classes and Lectures</h5>
<p class="pt-2 text-muted">We offer a multitude of educational opportunities through tutorials that are crafted and delivered by students.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="service-box text-center p-4 mt-3">
<div class="service-icon">
<i class="mdi mdi-cloud-outline text-custom"></i>
</div>
<div class="service-desc pt-4">
<h5>Community Service</h5>
<p class="pt-2 text-muted">Irvington students receive community service hours teaching elementary school students how to code.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box text-center p-4 mt-3">
<div class="service-icon">
<i class="mdi mdi-cellphone-android text-custom"></i>
</div>
<div class="service-desc pt-4">
<h5>Club Collaboration</h5>
<p class="pt-2 text-muted">Computer Science Club collaborates with ASG and other clubs to assist with projects including web development. </p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box text-center p-4 mt-3">
<div class="service-icon">
<i class="mdi mdi-eyedropper text-custom"></i>
</div>
<div class="service-desc pt-4">
<h5>Leadership Opportunities</h5>
<p class="pt-2 text-muted">We offer passionate students the opporunity to apply for our officer team and attain club leadership positions.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END SERVICES -->
<!-- START TESTIMONIAL
<section class="section bg-gray" id="client">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="text-center">
<div class="title-icon">
<i class="mdi mdi-account-circle"></i>
</div>
<h3 class="section-title pt-5">Our Students</h3>
<p class="section-subtitle pt-3 text-muted">Our alumni and leadership have went on to attend prestigious universities and attain jobs at reputable tech companies around the world.</p>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-md-4">
<div class="testimonial-box">
<div class="testimonial-desc bg-light p-4">
<p class="text-center text-muted"><span>"</span>Joining computer science club in 9th grade was a landmark decision that enabled me to interact with like-minded peers while improving my own coding skills through leadership opportunities." - Jeffrey Chiu, Harvard CS<span></span></p>
<p class="text-center mb-0 quote-icon text-custom"><i class="mdi mdi-format-quote-open"></i></p>
</div>
<div class="mt-4 testi-img">
<img src="https://media-exp1.licdn.com/dms/image/C5603AQHL98qUkn_T4w/profile-displayphoto-shrink_200_200/0?e=1590019200&v=beta&t=5s33R1GMDziok2YmEd4W6uGZlFrmGJNIeZpTEZ9vbXY" alt="" class="img-fluid rounded-circle d-block mx-auto">
</div>
</div>
</div>
<div class="col-md-4">
<div class="testimonial-box">
<div class="testimonial-desc bg-light p-4">
<p class="text-center text-muted"><span>"</span>If you're passionate about computer science, I highly recommend joining computer science club. During my time as an officer, I was able to lead multiple impactful projects that broadened my horizons." - Tyler Zhu, Berkeley EECS<span></span></p>
<p class="text-center mb-0 quote-icon text-custom"><i class="mdi mdi-format-quote-open"></i></p>
</div>
<div class="mt-4 testi-img">
<img src="https://media-exp1.licdn.com/dms/image/C5603AQHVcDg1hRj6DQ/profile-displayphoto-shrink_200_200/0?e=1590019200&v=beta&t=6zXdRYUKuBLlsQUEHQEPMw-zkTUnmWJ8p0rysufaDNc" alt="" class="img-fluid rounded-circle d-block mx-auto">
</div>
</div>
</div>
<div class="col-md-4">
<div class="testimonial-box">
<div class="testimonial-desc bg-light p-4">
<p class="text-center text-muted"><span>"</span>Computer science club is everything a computer science student could want in a club. The club offers invaluable internship and research opportunities for club members who are diligent and passionate." - Rishabh Meswani, Berkeley Haas<span></span></p>
<p class="text-center mb-0 quote-icon text-custom"><i class="mdi mdi-format-quote-open"></i></p>
</div>
<div class="mt-4 testi-img">
<img src="https://media-exp1.licdn.com/dms/image/C5603AQGz5ezwfi4_RQ/profile-displayphoto-shrink_200_200/0?e=1590019200&v=beta&t=GQfOa4HXzIK4uzuVbsWFsH1GFT--XkZlNZL8GMDiNYQ" alt="" class="img-fluid rounded-circle d-block mx-auto">
</div>
</div>
</div>
</div>
</div>
</section>
END TESTIMONIAL -->
<!-- START FAQ -->
<section class="section bg-light" id="faq">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="text-center">
<div class="title-icon">
<i class="mdi mdi-comment-question-outline"></i>
</div>
<h3 class="section-title pt-5">Frequently Asked Questions</h3>
<p class="section-subtitle pt-3 text-muted">Here are the answers to some questions that parents and students frequently ask us. If you have other questions about the club, please join our Facebook Group or shoot us an email via the contact form below!</p>
</div>
</div>
</div>
<div class="row justify-content-center mt-5">
<div class="col-lg-6 faq-side">
<div class="faq pt-5">
<div class="faq-ans">
<h3 class="faq-title"><i class="mdi mdi-help-circle"></i> Do students need prior programming experience to join the club?</h3>
<p class="faq-sub-title text-muted pt-2">Absolutely not! In fact, many of our members join us with no prior programming experience but graduate senior year as coding ninjas. We'll have something to offer you no matter what your skill level is!</p>
</div>
</div>
<div class="faq pt-5">
<div class="faq-ans">
<h3 class="faq-title"><i class="mdi mdi-help-circle"></i> Do you need to be part of Irvington's ITA family or take certain courses to join the club?</h3>
<p class="faq-sub-title text-muted pt-2">Although we are affiliated with Irvington ITA, club membership is available for anyone who wants to join, even over the school year. There are no requirements for applying to become a club member.</p>
</div>
</div>
<div class="faq pt-5">
<div class="faq-ans">
<h3 class="faq-title"><i class="mdi mdi-help-circle"></i> How can I get a leadership position within the club?</h3>
<p class="faq-sub-title text-muted pt-2">We hold officer applications twice a year to invite passionate and dedicated students to join club leadership. Officer applications include a separate application process followed by an interview.</p>
</div>
</div>
</div>
<div class="col-lg-6 faq-side ">
<div class="faq pt-5">
<div class="faq-ans">
<h3 class="faq-title"><i class="mdi mdi-help-circle"></i> What are the time commitments for the club?</h3>
<p class="faq-sub-title text-muted pt-2">It depends on how many activities you participate in. While most members spend around 1-3 hours per week on club activities, officers spend additional time working to organize activities. We have weekly meetings Friday during lunch in Room 72.</p>
</div>
</div>
<div class="faq pt-5">
<div class="faq-ans">
<h3 class="faq-title"><i class="mdi mdi-help-circle"></i> What happens if I miss a meeting or cannot attend events?</h3>
<p class="faq-sub-title text-muted pt-2">We understand that you're a busy high school student so we offer you excused absences. Members are expected to attend at least two meetings per month and at least five events throughout the school year.</p>
</div>
</div>
<div class="faq pt-5">
<div class="faq-ans">
<h3 class="faq-title"><i class="mdi mdi-help-circle"></i> Do I need a laptop to participate in club activities and events?</h3>
<p class="faq-sub-title text-muted pt-2">As a high school student, you're allowed to bring your own laptop to school. While having a laptop handy with you at school is helpful and convenient, we provide computers for students who cannot bring their own devices to school.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END FAQ -->
<!-- START CONTACT/FOOTER -->
<section class="pt-5 bg-dark" id="contact">
<div class="container">
<div class="row justify-content-center pt-5">
<div class="col-md-8">
<div class="text-center">
<div class="title-icon">
<i class="mdi mdi-lock-open-outline"></i>
</div>
<h3 class="section-title text-white pt-5">Contact us</h3>
<p class="section-subtitle pt-3 text-whte">Questions or comments? Fill out the contact form below and a club officer will get back to you as soon as possible!</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="row mt-5">
<div class="col-lg-4">
<div class="single-contact text-center text-white">
<i class="mdi mdi-cellphone"></i>
<h4>Phone</h4>
<p>N/A</p>
</div>
</div>
<div class="col-lg-4">
<div class="single-contact text-center text-white">
<i class="mdi mdi-map-marker"></i>
<h4>Address</h4>
<p>41800 Blacow Rd, Fremont, CA 94538</p>
</div>
</div>
<div class="col-lg-4">
<div class="single-contact text-center text-white">
<i class="mdi mdi-email-outline"></i>
<h4>Email</h4>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center mt-5">
<div class="col-lg-8 bg-white p-5 mt-4 rounded">
<div class="custom-form">
<div id="message"></div>
<form method="post" action="php/contact.php" name="contact-form" id="contact-form">
<div class="row">
<div class="col-lg-6 mt-3">
<input type="text" id="name" class="form-control" placeholder="First name">
</div>
<div class="col-lg-6 mt-3">
<input type="email" id="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
</div>
</div>
<div class="row">
<div class="col-lg-12 mt-3">
<input type="text" id="subject" class="form-control" id="subject" placeholder="Your Subject.." />
</div>
</div>
<div class="row">
<div class="col-lg-12 mt-3">
<textarea name="comments" id="comments" rows="6" class="form-control" placeholder="Your message..."></textarea>
</div>
</div>
<div class="mt-4 text-center">
<input type="submit" id="submit" name="send" class="submitBnt btn btn-custom" value="Submit">
<div id="simple-msg"></div>
</div>
<div class="row justify-content-center">
<div class="col-md-8">
<p class="text-center submit-terms mb-0 mt-3">Average response time is within 24 hours.</p>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="row mt-5 pt-5 pb-2">
<div class="col-md-12">
<div class="text-white footer-alt">
<div class="float-left">
<p class="copyright-desc pb-0">2011 - 2021 © IHS Computer Science Club.</p>
</div>
<div class="float-right">
<ul class="list-inline social pb-0">
<li class="list-inline-item pl-2"><a href="https://www.facebook.com/groups/IHSCompSciClub/" class="text-white"><i class="mdi mdi-facebook"></i></a></li>
<li class="list-inline-item pl-2"><a href="#" class="text-white"><i class="mdi mdi-twitter"></i></a></li>
<li class="list-inline-item pl-2"><a href="#" class="text-white"><i class="mdi mdi-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END CONTACT/FOOTER -->
<!-- js placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/typed.js"></script>
<script src="js/counter.number.js"></script>
<script src="js/menu.init.js"></script>
<script src="js/contact.form.js"></script>
<!--common script for all pages-->
<script src="js/jquery.app.js"></script>
<script>
$(".element").each(function(){
var $this = $(this);
$this.typed({
strings: $this.attr('data-elements').split(','),
typeSpeed: 100, // typing speed
backDelay: 3000 // pause before backspacing
});
});
</script>
</body>
</html>