-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
723 lines (567 loc) · 34.2 KB
/
index.html
File metadata and controls
723 lines (567 loc) · 34.2 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
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
---
---
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!-- Matomo Tag Manager -->
<script type="text/javascript">
var _mtm = _mtm || [];
_mtm.push({ 'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start' });
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = 'https://analytics.adriancedwards.com/js/container_dYU9yoN5.js'; s.parentNode.insertBefore(g, s);
</script>
<!-- End Matomo Tag Manager -->
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>ClassClock - A better way to view school schedules</title>
<link rel="canonical" href="https://classclock.app/" />
<meta name="description" content="ClassClock is a free, easy-to-use web app that gives you an at-a-glance view of your school schedule">
<meta name="author" content="Adrian Edwards">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<link href="css/font-awesome/css/fontawesome.css" rel="stylesheet">
<link href="css/font-awesome/css/brands.css" rel="stylesheet">
<link href="css/font-awesome/css/solid.css" rel="stylesheet">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader" class="dots-jump">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- header
================================================== -->
<header class="s-header">
<div class="row">
<div class="header-logo">
<a class="site-logo" href="index.html">
<picture>
<source srcset="images/icon.webp" type="image/webp">
<source srcset="images/icon.png" type="image/png">
<img src="images/icon.png" alt="Homepage">
</picture>
<span>ClassClock</span>
</a>
</div>
<nav class="header-nav-wrap">
<ul class="header-main-nav">
<li class="current"><a class="smoothscroll" href="#home" title="intro">Intro</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#features" title="features">Features</a></li>
<!-- <li><a class="smoothscroll" href="#pricing" title="pricing">Pricing</a></li> -->
<li><a class="smoothscroll" href="#get" title="Get ClassClock">Get ClassClock</a></li>
</ul>
<div class="header-cta">
<a href="#get" class="btn btn--primary header-cta__btn smoothscroll">Get ClassClock</a>
</div>
</nav> <!-- end header-nav-wrap -->
<a class="header-menu-toggle" href="#"><span>Menu</span></a>
</div>
</header> <!-- end header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=center>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<div class="home-content__left">
<h1>
A Better School<br>
Schedule Viewer.
</h1>
<h3>
ClassClock is a free, easy-to-use tool that takes your school's schedule and displays it in a single dashboard so you always know what is happening.
</h3>
<div class="home-content__btn-wrap">
<a href="#get" class="btn btn--primary home-content__btn smoothscroll">
Get ClassClock
</a>
</div>
</div> <!-- end home-content__left-->
<div class="home-content__right">
<picture>
<source srcset="images/Homepage-demoimage.webp" type="image/webp">
<source srcset="images/Homepage-demoimage.png" type="image/png">
<img src="images/Homepage-demoimage.png">
</picture>
</div> <!-- end home-content__right -->
</div> <!-- end home-content__main -->
<ul class="home-content__social">
<li><a href="{{ site.slackURL }}">Slack</a></li>
<li><a href="{{ site.discordURL }}">Discord</a></li>
<li><a href="{{ site.blueskyURL }}">BlueSky</a></li>
<li><a href="{{ site.matrixURL }}">Matrix</a></li>
<li><a href="{{ site.gitOrgURL }}">GitHub</a></li>
</ul>
</div> <!-- end home-content -->
<a href="#about" class="home-scroll smoothscroll">
<span class="home-scroll__text">Scroll</span>
<span class="home-scroll__icon"></span>
</a>
</section> <!-- end s-home -->
<!-- about
================================================== -->
<section id="about" class="s-about target-section">
<div class="row section-header has-bottom-sep" data-aos="fade-up">
<div class="col-full">
<h1 class="display-1">
ClassClock helps everyone be more organized.
</h1>
<p class="lead">
ClassClock is an easy way to get an at-a-glance view of your school's schedule so you can make the most of your time.
</p>
</div>
</div> <!-- end section-header -->
<div class="row wide about-desc" data-aos="fade-up">
<div class="col-full slick-slider about-desc__slider">
<div class="about-desc__slide">
<h3 class="item-title">Students</h3>
<p>
Students can use ClassClock as a go-anywhere alternative to traditional classroom wall clocks allowing students to better plan their school day regardles of where they are.
</p>
</div> <!-- end about-desc__slide -->
<div class="about-desc__slide">
<h3 class="item-title">Teachers</h3>
<p>
Teachers can use ClassClock to keep an eye on how much time is left in class, allowing them to pace their lessons and ensuring that students have enough time to ask questions.
</p>
</div> <!-- end about-desc__slide -->
<div class="about-desc__slide">
<h3 class="item-title">Parents</h3>
<p>
ClassClock's versatility also gives parents the ability to quickly and easily check school schedules from home, so they can spend less time looking up when lunch is and more time supporting their students.
</p>
</div> <!-- end about-desc__slide -->
<div class="about-desc__slide">
<h3 class="item-title">Administrators</h3>
<p>
ClassClock provides school administrators with an easy-to-use interface that greatly simplifies the process of updating and distributing school schedules to the entire school.
</p>
</div> <!-- end about-desc__slide -->
</div> <!-- end about-desc__slider -->
</div> <!-- end about-desc -->
</section> <!-- end s-about -->
<!-- about-how
================================================== -->
<section id="about-how" class="s-about-how">
<div class="row">
<div class="col-full video-bg full-product-image " data-aos="fade-up">
<!-- <div class="shadow-overlay"></div> -->
<!-- <a class="btn-video" href="https://player.vimeo.com/video/14592941?color=00a650&title=0&byline=0&portrait=0" data-lity>
<span class="video-icon"></span>
</a> -->
<!-- <div class="stats">
<div class="item-stats">
<span class="item-stats__num">
3.1M
</span>
<span class="item-stats__title">
Downloads
</span>
</div> <!-- end item-stats --
<div class="item-stats">
<span class="item-stats__num">
24K
</span>
<span class="item-stats__title">
Positive Reviews
</span>
</div> <!-- end item-stats
</div>-->
</div> <!--end video-bg -->
</div>
<!-- <div class="row process-wrap">
<h2 class="display-2 text-center" data-aos="fade-up">How Does It Work?</h2>
<div class="process" data-aos="fade-up">
<div class="process__steps block-1-2 block-tab-full group">
<div class="col-block step">
<h3 class="item-title">Sign-Up</h3>
<p>A school signs up to ClassClock and configures the schedule
</p>
</div>
<div class="col-block step">
<h3 class="item-title">Select</h3>
<p>Students, Teachers, and Parents can now set up ClassClock to display the schedule for their school through the provided interface
</p>
</div>
<div class="col-block step">
<h3 class="item-title">Schedule</h3>
<p>Everyone now has access to school schedule information right at their fingetips, including changes made later by Administrators
</p>
</div>
<!-- <div class="col-block step">
<h3 class="item-title">Distribute</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
</p>
</div> --
</div> <!-- end process__steps --
</div> <!-- end process -->
</div> <!-- end about-how -->
</section> <!-- end s-about-how -->
<!-- features
================================================== -->
<section id="features" class="s-features target-section">
<div class="row section-header has-bottom-sep" data-aos="fade-up">
<div class="col-full">
<h1 class="display-1">
Loaded With Features To Make Scheduling Easier.
</h1>
<p class="lead">
ClassClock is being designed from the ground up to help schools more efficiently manage and distribute schedules. Here's a look at just a few of its features.
</p>
</div>
</div> <!-- end section-header -->
<div class="row features block-1-3 block-m-1-2">
<div class="col-block item-feature" data-aos="fade-up">
<div class="item-feature__icon">
<i class="fas fa-sync"></i>
</div>
<div class="item-feature__text">
<h3 class="item-title">Always up-to-date</h3>
<p>Schedules are frequently checked for changes, keeping everyone informed about special schedules
</p>
</div>
</div>
<div class="col-block item-feature" data-aos="fade-up">
<div class="item-feature__icon">
<i class="fas fa-bolt"></i>
</div>
<div class="item-feature__text">
<h3 class="item-title">Quick Access</h3>
<p>ClassClock can be added to your homescreen on Android and iOS so you can access schedule information in fewer clicks
</p>
</div>
</div>
<div class="col-block item-feature" data-aos="fade-up">
<div class="item-feature__icon">
<i class="fas fa-expand-arrows-alt"></i>
</div>
<div class="item-feature__text">
<h3 class="item-title">Fits any Device</h3>
<p>ClassClock scales to fit the size of almost any device, ensuring it looks just as good with a projector as it does on your phone
</p>
</div>
</div>
<!-- <div class="col-block item-feature" data-aos="fade-up">
<div class="item-feature__icon">
<i class="fas fa-print"></i>
</div>
<div class="item-feature__text">
<h3 class="item-title">Printable Schedules</h3>
<p>School administrators are able to to print out hard copies of daily schedules so there's no excuse for students to be late to class
</p>
</div>
</div> -->
<div class="col-block item-feature" data-aos="fade-up">
<div class="item-feature__icon">
<i class="fas fa-money-bill-wave"></i>
</div>
<div class="item-feature__text">
<h3 class="item-title">Affordable</h3>
<p>The essential features of ClassClock will always be free for everyone. Additional features may be added as paid add-ons to offset operating costs
</p>
</div>
</div>
<div class="col-block item-feature" data-aos="fade-up">
<div class="item-feature__icon">
<i class="fas fa-copyright fa-flip-horizontal"></i>
</div>
<div class="item-feature__text">
<h3 class="item-title">Free as in Freedom</h3>
<p>ClassClock is distributed as <a class="link-dark" href="https://www.gnu.org/philosophy/free-sw.en.html">Free(dom) Software</a> under the AGPL License. Anyone is welcome to use, study, share, and/or help improve ClassClock
</p>
</div>
</div>
<div class="col-block item-feature" data-aos="fade-up">
<div class="item-feature__icon">
<i class="fas fa-ellipsis-h "></i>
</div>
<div class="item-feature__text">
<h3 class="item-title">And More!</h3>
<p>ClassClock is always open to your improvements and suggestions. Let us know what you think on social media and be part of the future of ClassClock!
</p>
</div>
</div>
</div> <!-- end features -->
<div class="testimonials-wrap" data-aos="fade-up">
<div class="row">
<div class="col-full testimonials-header">
<h2 class="display-2">ClassClock in the (Student) Newspaper!</h2>
</div>
<div style="width: 50%; margin: 0 auto">
<picture >
<source srcset="images/LOHS Lake Views-smaller-crop2.jpg" type="image/jpg">
<img src="images/LOHS Lake Views-smaller-crop2.jpg" alt="Newspaper article titled "ClassClock app brings Easie" featuring a black-and-white image of a couple smartphones displaying samples of different class times from a class schedule app. The image is followed by some text indicating that the image was submitted and that the article was written by Selah Joyce. What follows are several paragraphs of text discussing the app's functionality and benefits for students and staff:
For many students and staff, it can often be hard to remember the school schedule with so many varying bell schedules. However, a new student-made web app makes it easy to stay on top of the complex schedules. The website, called web.classclock.app, was created by seniors Adrian Edwards and Nick Degroot a couple months back in early December. Many teachers caught onto it early because the software was easily accessible from their computers. Instead of looking up the Monday/Friday, support seminar or Thursday schedules to tell their class, it is easy for them to project it onto the smartboards for everyone to see. If a student adds the website as a shortcut, it is much easier than scrolling through their camera roll to find a screenshot of the school schedule. Originally, the software was not able to show special schedules. For example, finals or assembly schedules. The website had a recent upgrade, however, that is up to date with the special schedules. When asking Edwards about the idea behind this all, he had a lot to say: "Mr. Kumprey was the one who pretty much thought of The user interface is simple and clean. the idea. He asked Nick to ask some of the kids from of the APCS class last year, but I knew how to create the website so we For many students and staff, it just went ahead and did it."
The Website was designed online by Edwards and Degroot. Edwards put together the landing page to test whether or not it was worth putting more time and effort into the project. Using a free downloadable template that he had worked with in the past, Edwards modified it for ClassClock. Edwards stated, "The future of ClassClock depends on if people outside of this school are interested in it. If there's enough interest to make it worth continuing, then I'll try and keep it going if I can."" title="A Newspaper clipping from LOHS Lake Views - The student newspaper of LOHS">
</picture>
</div>
<!-- <div class="col-full video-bg news-clipping-image " data-aos="fade-up">
</div> -->
</div>
<!-- <div class="row testimonials">
<div class="col-full slick-slider testimonials__slider">
<div class="testimonials__slide">
<img src="images/avatars/user-03.jpg" alt="Author image" class="testimonials__avatar">
<p>Qui ipsam temporibus quisquam velMaiores eos cumque distinctio nam accusantium ipsum.
Laudantium quia consequatur molestias delectus culpa facere hic dolores aperiam. Accusantium praesentium corpori.</p>
<div class="testimonials__author">
<span class="testimonials__name">Naruto Uzumaki</span>
<a href="#0" class="testimonials__link">@narutouzumaki</a>
</div>
</div> <!-- end testimonials__slide --
<div class="testimonials__slide">
<img src="images/avatars/user-05.jpg" alt="Author image" class="testimonials__avatar">
<p>Excepturi nam cupiditate culpa doloremque deleniti repellat. Veniam quos repellat voluptas animi adipisci.
Nisi eaque consequatur. Quasi voluptas eius distinctio. Atque eos maxime. Qui ipsam temporibus quisquam vel.</p>
<div class="testimonials__author">
<span class="testimonials__name">Sasuke Uchiha</span>
<a href="#0" class="testimonials__link">@sasukeuchiha</a>
</div>
</div> <!-- end testimonials__slide --
<div class="testimonials__slide">
<img src="images/avatars/user-01.jpg" alt="Author image" class="testimonials__avatar">
<p>Repellat dignissimos libero. Qui sed at corrupti expedita voluptas odit. Nihil ea quia nesciunt. Ducimus aut sed ipsam.
Autem eaque officia cum exercitationem sunt voluptatum accusamus. Quasi voluptas eius distinctio.</p>
<div class="testimonials__author">
<span class="testimonials__name">Shikamaru Nara</span>
<a href="#0" class="testimonials__link">@shikamarunara</a>
</div>
</div> <!-- end testimonials__slide --
</div> <!-- end testimonials__slider -->
</div> <!-- end testimonials --
</div> end testimonials-wrap -->
</section> <!-- end s-features -->
<!-- pricing
================================================== -->
<!-- <section id="pricing" class="s-pricing target-section">
<div class="row section-header align-center" data-aos="fade-up">
<div class="col-full">
<h1 class="display-1">
Our Simple <br> Straight-Forward Pricing.
</h1>
<p class="lead">
Et nihil atque ex. Reiciendis et rerum ut voluptate. Omnis molestiae nemo est.
Ut quis enim rerum quia assumenda repudiandae non cumque qui. Amet repellat
omnis ea.
</p>
</div>
</div> <!-- end section-header --
<div class="row plans block-1-2 block-m-1-2 block-tab-full stack">
<div class="col-block item-plan" data-aos="fade-up">
<div class="item-plan__block">
<div class="item-plan__top-part">
<h3 class="item-plan__title">Free</h3>
<p class="item-plan__price">$0</p>
<p class="item-plan__per">Forever</p>
</div>
<div class="item-plan__bottom-part">
<ul class="item-plan__features">
<li><span>5GB</span> Storage</li>
<li><span>10GB</span> Bandwidth</li>
<li><span>30</span> Email Accounts</li>
<li>Backup & Restore</li>
</ul>
<a class="btn btn--primary large full-width" href="#0">Get Started</a>
</div>
</div>
</div> <!-- end item-plan --
<div class="col-block item-plan item-plan--popular" data-aos="fade-up">
<div class="item-plan__block">
<div class="item-plan__top-part">
<h3 class="item-plan__title">Pro Plan</h3>
<p class="item-plan__price">$10</p>
<p class="item-plan__per">Per Month</p>
</div>
<div class="item-plan__bottom-part">
<ul class="item-plan__features">
<li><span>500GB</span> Storage</li>
<li><span>Unlimited</span> Bandwidth</li>
<li><span>50</span> Email Accounts</li>
<li>Backup & Restore</li>
</ul>
<a class="btn btn--primary large full-width" href="#0">Get Started</a>
</div>
</div>
</div> <!-- end item-plan --
</div> <!-- end plans --
</section> <!-- end s-pricing -->
<!-- download
================================================== -->
<section id="get" class="s-download target-section">
<div class="row section-header align-center" data-aos="fade-up">
<div class="col-full">
<h1 class="display-1">
Does your School already use ClassClock?
</h1>
<p class="lead">
ClassClock can be accessed by typing <a href="https://web.classclock.app" rel="nofollow">web.classclock.app</a> into your browser. The button below also does the same thing if you dont mind an extra click.
<!-- ClassClock is already in use at these schools:
<ul>
<li>Lake Oswego High School</li>
<li>Blah.</li>
</ul> -->
</p>
<a href="https://web.classclock.app" rel="nofollow">
<button class="iconlink"><i class="fas fa-mobile-alt" aria-hidden="true"></i> Open App</button>
</a>
</div>
<div class="col-full">
<h1 class="display-1">
Help Bring ClassClock To Your School
</h1>
<p class="lead">
ClassClock has already helped hundreds of students and teachers save time. Vote to add your school to the official ClassClock app by using the nomination link below.
</p>
<a href="https://form.jotform.com/200374910475049">
<button class="iconlink"><i class="fas fa-vote-yea" aria-hidden="true"></i> Nominate</button>
</a>
</div>
<div class="col-full">
<h1 class="display-1">
Stay Updated
</h1>
<p class="lead">
Receive occasional handwritten email updates on ClassClock's development by joining the low-volume mailing list below.
</p>
<a href="{{ site.mailinglistURL }}">
<button class="iconlink"><i class="fas fa-envelope" aria-hidden="true"></i> Join</button>
</a>
</div>
</div>
<!-- <div class="row section-header align-center topSpace" data-aos="fade-up">
<div class="col-full">
<h1 class="display-1">
Already Using ClassClock?
</h1>
<p class="lead">
If your school has been selected to help test ClassClock, you can access the app at <strong>https://web.classclock.app</strong> or even <a href="https://www.howtogeek.com/196087/how-to-add-websites-to-the-home-screen-on-any-smartphone-or-tablet/">learn how to save it to your home screen</a> for easy access.
</p>
</div> -->
<!-- </div> <!-- end section-header --
<div class="row" data-aos="fade-up"> -->
<!-- <div class="col-full text-center">
<!-- <ul class="download-badges" data-aos="fade-up">
<li><a href="#0" title="" class="badge-appstore">App Store</a></li>
<li><a href="#0" title="" class="badge-googleplay">Play Store</a></li> --
</ul> --
<a href="https://web.classclock.app"><button class="iconlink"><i class="fas fa-arrow-right" aria-hidden="true"></i> Use the App</button></a>
</div> -->
</div>
<!-- <div class="row topSpace" data-aos="fade-up">
<div class="col-full text-center">
<a href="{{ site.slackURL }}">
<button class="iconlink"><i class="fab fa-slack" aria-hidden="true"></i> Join us on Slack</button>
</a>
</div>
</div> -->
<!-- <div class="row download-bottom-image" data-aos="fade-up">
<img src="images/ClassClockScheduleFullScreen.png"
sizes="(max-width: 2800px) 100vw, 2800px"
alt="App Screenshots">
</div> -->
</section> <!-- end s-download -->
<!-- footer
================================================== -->
<footer class="s-footer footer">
<!-- <div class="row section-header align-center">
<div class="col-full">
<h1 class="display-1">
Let's Stay In Touch.
</h1>
<p class="lead">
Subscribe for updates, special offers, and other amazing stuff.
</p>
</div>
</div> <!-- end section-header --
<div class="row footer__top">
<div class="col-full footer__subscribe end">
<div class="subscribe-form">
<form id="mc-form" class="group" novalidate="true">
<input type="email" value="" name="EMAIL" class="email" id="mc-email" placeholder="Email Address" required="">
<input type="submit" name="subscribe" value="Sign Up">
<label for="mc-email" class="subscribe-message"></label>
</form>
</div>
</div>
</div> <!-- end footer__top -->
<div class="row footer__bottom">
<div class="footer__about col-five tab-full left">
<h4>Want to help out?</h4>
<p>
ClassClock is distributed as <a href="https://www.gnu.org/philosophy/free-sw.en.html">Free(dom) Software</a>. Anyone is welcome to use, study, share, and/or help improve ClassClock.
</p>
<ul class="footer__social">
<li><a href="{{ site.gitOrgURL }}"><i class="fab fa-git" aria-hidden="true"></i></a></li>
<li><a href="{{ site.slackURL }}"><i class="fab fa-slack" aria-hidden="true"></i></a></li>
<li><a href="{{ site.discordURL }}"><i class="fab fa-discord" aria-hidden="true"></i></a></li>
<li><a href="{{ site.blueskyURL }}"><i class="fab fa-bluesky" aria-hidden="true"></i></a></li>
<!-- <li><a href="{{ site.twitterURL }}"><i class="fab fa-twitter" aria-hidden="true"></i></a></li> -->
<!-- <li><a href="{{ site.instagramURL }}"><i class="fab fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="{{ site.gitterURL }}"><i class="fab fa-gitter" aria-hidden="true"></i></a></li> -->
<li><a href="{{ site.matrixURL }}"><i class="fas fa-comment" aria-hidden="true"></i></a></li>
<li><a href="{{ site.mailinglistURL }}"><i class="fas fa-envelope" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="col-five md-seven tab-full right end">
<div class="row">
<div class="footer__site-links col-five mob-full">
<h4>Navigation</h4>
<ul class="footer__site-links">
<li><a href="#home" class="smoothscroll">Intro</a></li>
<li><a href="#about" class="smoothscroll">About</a></li>
<li><a href="#features" class="smoothscroll">Features</a></li>
<!-- <li><a href="#pricing" class="smoothscroll">Pricing</a></li>-->
<li><a href="#get" class="smoothscroll">Get ClassClock</a></li>
<!--<li><a href="#0">Privacy Policy</a></li> -->
</ul>
</div>
<div class="footer__contact col-seven mob-full">
<h4>Support ClassClock.</h4>
<p>
ClassClock development is supported by those who value the app and can afford to contribute some of that value back.
</p>
<script src="https://liberapay.com/ClassClock/widgets/button.js"></script>
<noscript>
<a href="https://liberapay.com/ClassClock/donate">
<img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg" />
</a>
</noscript>
</div>
</div>
</div>
<div class="col-full ss-copyright">
<span>© Copyright <a href="https://www.adriancedwards.com">Adrian Edwards</a> 2018-2024</span>
<span>Design by <a href="https://www.styleshout.com/">styleshout</a></span>
</div>
</div> <!-- end footer__bottom -->
<div class="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"></a>
</div>
</footer> <!-- end s-footer -->
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script type="text/javascript" src="https://app.mailjet.com/statics/js/iframeResizer.min.js"></script>
</body>