forked from Quizizz2/Quizizz2.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
659 lines (471 loc) · 21.5 KB
/
index.html
File metadata and controls
659 lines (471 loc) · 21.5 KB
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
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="SemiColonWeb" />
<!-- Stylesheets
============================================= -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Raleway:300,400,500,600,700|Crete+Round:400i" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="css/swiper.css" type="text/css" />
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="https://gn-cdn.net/a245gn"></script>
<!-- Document Title
============================================= -->
<title>Quizizz: Quiz Games for Learning</title>
</head>
<body class="stretched">
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<div id="home" class="page-section" style="position:absolute;top:0;left:0;width:100%;height:200px;z-index:-2;"></div>
<section id="slider" class="slider-element slider-parallax full-screen with-header swiper_wrapper clearfix">
<div class="slider-parallax-inner">
<div class="swiper-container swiper-parent">
<div class="swiper-wrapper">
<div class="swiper-slide" style="background-image: url('images/header.jpg');">
<div class="container clearfix">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Header
============================================= -->
<header id="header" class="full-header">
<div id="header-wrap">
<div class="container clearfix">
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
<!-- Primary Navigation
============================================= -->
<nav id="primary-menu">
<ul class="one-page-menu" data-easing="easeInOutExpo" data-speed="1500">
<li><a href="#" data-href="#home"><div>Home</div></a></li>
<li><a href="#" data-href="#section-features"><div>Features</div></a></li>
<li><a href="#" data-href="#section-pricing"><div>Prices</div></a></li>
<li><a href="#" data-href="#section-about"><div>About</div></a></li>
<li><a href="#" data-href="#section-reviews"><div>Reviews</div></a></li>
<li><a href="#" data-href="#section-contact"><div>Contact</div></a></li>
</ul>
</nav><!-- #primary-menu end -->
</div>
</div>
</header><!-- #header end -->
<div class="clear"></div>
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<section id="section-features" class="page-section">
<div class="container clearfix bottommargin-lg">
<div class="heading-block center">
<h2>Quizizz is used by more than 10 million students</h2>
<span>teachers and parents—for learning at home and in the classroom.</span>
</div>
<div class="col_one_third nobottommargin">
<div class="feature-box media-box">
<div class="fbox-media">
<img src="images/1.png">
</div>
<div class="fbox-desc">
<p>Use our multiplayer quiz game to have the whole class play together, or assign homework for individual practice.</p>
</div>
</div>
</div>
<div class="col_one_third nobottommargin">
<div class="feature-box media-box">
<div class="fbox-media">
<img src="images/2.png">
</div>
<div class="fbox-desc">
<p>Pick from our collection of teacher-created quizzes, so you don't have to make your own.</p>
</div>
</div>
</div>
<div class="col_one_third nobottommargin col_last">
<div class="feature-box media-box">
<div class="fbox-media">
<img src="images/3.png">
</div>
<div class="fbox-desc">
<p>Read aloud and other accessibility features so everyone can participate.</p>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="container clearfix center">
<div class="heading-block center">
<h2>Whether you're preparing for the SAT, ACT or AP exams</h2>
<span>you'll find great free content to help you study.</span>
</div>
<div class="col_one_third norightmargin bottommargin-sm" style="padding-right: 10px;">
<img data-animate="fadeInLeftBig" src="images/4.png">
</div>
<div class="col_one_third norightmargin bottommargin-sm" style="padding-right: 10px;">
<img data-animate="fadeInUpBig" src="images/5.png">
</div>
<div class="col_one_third norightmargin bottommargin-sm" style="padding-right: 10px;">
<img data-animate="fadeInRightBig" src="images/6.png">
</div>
<div class="line"></div>
</div>
<div class="container clearfix center">
<div class="col_half norightmargin bottommargin-sm" style="padding-right: 10px;">
<img data-animate="fadeInLeftBig" src="images/appstore-logo.jpg">
</div>
<div class="col_half norightmargin bottommargin-sm" style="padding-right: 10px;">
<img data-animate="fadeInRightBig" src="images/playstore-logo.jpg">
</div>
<div class="line"></div>
</div>
</section>
<section id="section-pricing" class="page-section topmargin-lg">
<div class="heading-block center">
<h2>PRICES</h2>
<span></span>
</div>
<div class="container clearfix">
<div class="row pricing bottommargin clearfix">
<div class="col-lg-4" data-animate="fadeInLeft">
<div class="pricing-box">
<div class="pricing-title">
<h3>0.99</h3>
</div>
<div class="pricing-price">
<span class="price-unit">$</span>0.99<span class="price-tenure">/mo</span>
</div>
<div class="pricing-features">
<ul>
<li><strong>Full</strong> Access</li>
<li><i class="icon-code"></i> Source Files</li>
<li><strong>100</strong> User Accounts</li>
<li><strong>1 Year</strong> License</li>
<li>Phone & Email Support</li>
</ul>
</div>
<div class="pricing-action one-page-menu">
<a href="#" data-href="#section-order" class="btn btn-danger btn-block btn-lg">Buy</a>
</div>
</div>
</div>
<div class="col-lg-4" data-animate="fadeInDown" data-delay="250">
<div class="pricing-box best-price">
<div class="pricing-title">
<h3>4.99</h3>
<span>Most Popular</span>
</div>
<div class="pricing-price">
<span class="price-unit">$</span>4.99<span class="price-tenure">/mo</span>
</div>
<div class="pricing-features">
<ul>
<li><strong>Full</strong> Access</li>
<li><i class="icon-code"></i> Source Files</li>
<li><strong>1000</strong> User Accounts</li>
<li><strong>2 Years</strong> License</li>
<li><i class="icon-star3"></i>
<i class="icon-star3"></i>
<i class="icon-star3"></i>
<i class="icon-star3"></i>
<i class="icon-star3"></i></li>
</ul>
</div>
<div class="pricing-action one-page-menu">
<a href="#" data-href="#section-order" class="btn btn-danger btn-block btn-lg bgcolor border-color">Buy</a>
</div>
</div>
</div>
<div class="col-lg-4" data-animate="fadeInUp" data-delay="500">
<div class="pricing-box">
<div class="pricing-title">
<h3>9.99</h3>
</div>
<div class="pricing-price">
<span class="price-unit">$</span>9.99<span class="price-tenure">/mo</span>
</div>
<div class="pricing-features">
<ul>
<li><strong>Full</strong> Access</li>
<li><i class="icon-code"></i> Source Files</li>
<li><strong>500</strong> User Accounts</li>
<li><strong>3 Years</strong> License</li>
<li>Phone & Email Support</li>
</ul>
</div>
<div class="pricing-action one-page-menu">
<a href="#" data-href="#section-order" class="btn btn-danger btn-block btn-lg">Buy</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="section-order">
<div class="section notopmargin">
<div class="container clearfix">
<div id="section-rsvp" class="heading-block title-center topmargin page-section">
<h2>Buy Now</h2>
<span>Order now easily and safely</span>
</div>
<div class="form-widget">
<div class="form-result"></div>
<form id="wedding-rsvp-form" action="include/form.php" method="post" class="bottommargin-lg divcenter" style="max-width: 500px;">
<div class="form-process"></div>
<div class="col_full">
<input type="text" name="wedding-rsvp-name" id="wedding-rsvp-name" required="true" class="form-control required form-control-lg" placeholder="First name">
</div>
<div class="col_full">
<input type="text" name="wedding-rsvp-email" id="wedding-rsvp-email" required="true" class="form-control required email form-control-lg" placeholder="Last name">
</div>
<div class="col_full">
<input type="text" name="wedding-rsvp-email" id="wedding-rsvp-email" required="true" class="form-control required email form-control-lg" placeholder="Email">
</div>
<div class="col_full">
<select name="wedding-rsvp-events" id="wedding-rsvp-events" required="true" class="form-control required form-control-lg">
<option value="0.99">0.99 ($0.99 / month)</option>
<option value="4.99">4.99 ($4.99 / month)</option>
<option value="9.99">9.99 ($9.99 / month)</option>
</select>
</div>
<div class="col_full hidden">
<input type="text" id="wedding-rsvp-botcheck" name="wedding-rsvp-botcheck" value="" class="form-control" />
</div>
<div class="col_full nobottommargin">
<button type="submit" name="wedding-rsvp-submit" id="wedding-rsvp-submit" class="button button-3d btn-block nomargin button-dark button-xlarge" value="submit">Next</button>
</div>
<input type="hidden" name="prefix" value="1">
<input type="hidden" name="subject" value="2">
<input type="hidden" name="message[success]" value="3">
</form>
</div>
</div>
</div>
</section>
<section id="section-about">
<div class="container clearfix">
<iframe width="560" height="315" src="https://www.youtube.com/embed/e1qhToYSSHE" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<section id="section-services" class="page-section topmargin-lg">
<div class="section notopmargin nobottommargin">
<div class="container clearfix">
<div class="col_half nobottommargin topmargin-lg one-page-menu">
<div class="heading-block topmargin-lg">
<h2>Track your progress using our helpful reports.</h2>
<span>Play and compete with friends to make learning more interesting!</span>
</div>
<p>Education doesn't stop in the classroom, use our app to learn on the go.</p>
<a href="#" data-href="#section-order" class="button button-border button-rounded button-large button-dark noleftmargin">Buy now</a>
</div>
<div class="col_half nobottommargin topmargin-lg col_last">
<img src="images/7.png" alt="Image" class="center-block">
</div>
</div>
</div>
<div class="section notopmargin nobottommargin">
<div class="container clearfix">
<div class="col_half nobottommargin topmargin-lg">
<img src="images/8.png" alt="Image" class="center-block">
</div>
<div class="col_half nobottommargin topmargin-lg col_last one-page-menu">
<div class="heading-block topmargin-lg">
<h2>Whether it's current affairs, sports, literature or general knowledge trivia</h2>
<span>you'll find great quizzes to keep you informed (and entertained!)</span>
</div>
<p>If you enjoy the app, please leave us a review— it means a lot!</p>
<a href="#" data-href="#section-order" class="button button-border button-rounded button-large button-dark noleftmargin">Buy now</a>
</div>
</div>
</div>
</section>
<section id="section-reviews" class="page-section section parallax dark" style="padding: 200px 0;" data-bottom-top="background-position:0px 300px;" data-top-bottom="background-position:0px -300px;">
<div class="container clearfix">
<div class="col_full nobottommargin col_last">
<div class="heading-block center">
<h4>Reviews</h4>
<span>Users are giving feedback</span>
</div>
<div class="fslider testimonial testimonial-full nobgcolor noborder noshadow nopadding" data-arrows="false">
<div class="flexslider">
<div class="slider-wrap">
<div class="slide">
<div class="testi-content">
<p>This app is awesome. Kids generally run away from studies but from the time I came to know about this app, I have seen that instead of playing any other game, my son plays this.</p>
<div class="testi-meta">
Archana Prabhune </div>
</div>
</div>
<div class="slide">
<div class="testi-content">
<p>I love it! It's actually helping me with my creative writing such as poetry and stories. It's very helpful, entertaining and amazing!</p>
<div class="testi-meta">
ClairexRoses </div>
</div>
</div>
<div class="slide">
<div class="testi-content">
<p>Wow! This is the perfect game in LEARNING. Its super fun. Kids ENJOY while learning. My sister hated to study. I downloaded this and now she LOVES studies. Even I like this app very much. And its very nice that we can chose which grade we are in. Its a LEARNING while playing.😍😍😍</p>
<div class="testi-meta">
Sam Sung </div>
</div>
</div>
<div class="slide">
<div class="testi-content">
<p>This app is the best ever.. I will recommend it a billion times!!</p>
<div class="testi-meta">
Nelson Edward </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="section-contact" class="page-section">
<div class="heading-block title-center">
<h2>Contact</h2>
<span>We are happy to answer all questions</span>
</div>
<div class="container clearfix">
<!-- Contact Form
============================================= -->
<div class="col_half">
<div class="fancy-title title-dotted-border">
<h3>Contact us</h3>
</div>
<div class="form-widget">
<div class="form-result"></div>
<form class="nobottommargin" id="template-contactform" name="template-contactform" action="include/form.php" method="post">
<div class="form-process"></div>
<div class="col_one_third">
<label for="template-contactform-name">Name <small>*</small></label>
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="sm-form-control required" />
</div>
<div class="col_one_third">
<label for="template-contactform-email">Email <small>*</small></label>
<input type="email" id="template-contactform-email" name="template-contactform-email" value="" class="required email sm-form-control" />
</div>
<div class="col_one_third col_last">
<label for="template-contactform-phone">Phone <small>*</small></label>
<input type="text" id="template-contactform-phone" name="template-contactform-phone" value="" class="required sm-form-control" />
</div>
<div class="clear"></div>
<div class="col_two_third">
<label for="template-contactform-subject">Subject <small>*</small></label>
<input type="text" id="template-contactform-subject" name="subject" value="" class="required sm-form-control" />
</div>
<div class="col_one_third col_last">
<label for="template-contactform-service">Services</label>
<select id="template-contactform-service" name="template-contactform-service" class="sm-form-control">
<option value="">- Please select -</option>
<option value="1">Question</option>
<option value="2">Feedback</option>
<option value="3">Order</option>
</select>
</div>
<div class="clear"></div>
<div class="col_full">
<label for="template-contactform-message">Message <small>*</small></label>
<textarea class="required sm-form-control" id="template-contactform-message" name="template-contactform-message" rows="6" cols="30"></textarea>
</div>
<div class="col_full hidden">
<input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="sm-form-control" />
</div>
<div class="col_full">
<button class="button button-3d nomargin" type="submit" id="template-contactform-submit" name="template-contactform-submit" value="submit">Send</button>
</div>
<input type="hidden" name="prefix" value="template-contactform-">
</form>
</div>
</div><!-- Contact Form End -->
<div class="col_half col_last">
</div>
</div>
</section>
</div>
</section><!-- #content end -->
<!-- Footer
============================================= -->
<footer id="footer" class="dark">
<div class="container">
<!-- Footer Widgets
============================================= -->
<div class="footer-widgets-wrap clearfix">
<div class="col_two_third">
<div class="col_one_third">
<div class="widget clearfix">
<div style="background: url('images/world-map.png') no-repeat center center; background-size: 100%;">
<address>
Quizizz Inc.<br>
66 Guild Street<br>
N21 8PB, LONDON<br>
</address>
<abbr title="Phone Number"><strong>Phone:</strong></abbr> 070 1608 1586<br>
<abbr title="Fax"><strong>Fax:</strong></abbr> 070 1608 1586<br>
<abbr title="Web"><strong>Web:</strong></abbr> <br>
</div>
</div>
</div>
<div class="col_one_third">
<div class="widget clearfix">
</div>
</div>
<div class="col_one_third col_last">
<div class="widget clearfix">
</div>
</div>
</div>
<div class="col_one_third col_last">
<div class="widget clearfix" style="margin-bottom: -20px;">
<div class="row">
</div>
</div>
<div class="widget subscribe-widget clearfix">
<h5>Subscribe to our newsletter and stay up to date:</h5>
<div class="widget-subscribe-form-result"></div>
<form id="widget-subscribe-form" action="include/subscribe.php" method="post" class="nobottommargin">
<div class="input-group divcenter">
<div class="input-group-prepend">
<div class="input-group-text"><i class="icon-email2"></i></div>
</div>
<input type="email" id="widget-subscribe-form-email" name="widget-subscribe-form-email" class="form-control required email" placeholder="Email">
<div class="input-group-append">
<button class="btn btn-success" type="submit">Subscribe</button>
</div>
</div>
</form>
</div>
</div>
</div><!-- .footer-widgets-wrap end -->
</div>
<!-- Copyrights
============================================= -->
<div id="copyrights">
<div class="container clearfix">
<div class="col_half col_last tright">
</div>
</div>
</div><!-- #copyrights end -->
</footer><!-- #footer end -->
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<!-- External JavaScripts
============================================= -->
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<!-- Footer Scripts
============================================= -->
<script src="js/functions.js"></script>
</body>
</html>