-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
755 lines (694 loc) · 33.5 KB
/
index.html
File metadata and controls
755 lines (694 loc) · 33.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
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
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
<!doctype html>
<html lang="en">
<head>
<!-- STYLESHEET -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap" rel="stylesheet">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap" rel="stylesheet">
<!-- Bootstrap CSS --><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<title>Class Track</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light nav-px fixed-top bg-transparent" id="navbar">
<a class="navbar-brand" href="#">
<img src="/assets/images/logo.png" class="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav align-items-center ml-auto">
<li class="nav-item active mx-md-3 header-link">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item header-link mx-md-3">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-center" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
More
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="row h-50 m-0 align-items-center justify-content-center">
<div class="col-sm-6 mb-2"><a href="#">
<div class="row menu-hover-effect">
<div class="col-sm-3">
<img src="https://kissflow.com/wp-content/themes/kissflow_website/assets/images/homeicons/kflogo_icon.svg" style="width:40px;height: 40px;">
</div>
<div class="col-sm-9">
<div class="w-100">
<p class="p-0 m-0">Why us</p>
<small class="white-space-normal" >Lorem ipsum dolor sit amet consectetur adipisicing elit. </small>
</div>
</div></div>
<!-- <div class="d-flex align-items-center jusitfy-content-center">
</div> -->
</a></div>
<div class="col-sm-6 mb-2"><a href="#"> <div class="row menu-hover-effect">
<div class="col-sm-3">
<img src="https://kissflow.com/wp-content/themes/kissflow_website/assets/images/homeicons/kflogo_icon.svg" style="width:40px;height: 40px;">
</div>
<div class="col-sm-9">
<div class="w-100">
<p class="p-0 m-0">Why us</p>
<small class="white-space-normal" >Lorem ipsum dolor sit amet consectetur adipisicing elit. </small>
</div>
</div></div></a></div></div>
<div class="row h-50 m-0 align-items-center justify-content-center">
<div class="col-sm-6 mb-2"><a href="#"> <div class="row menu-hover-effect">
<div class="col-sm-3">
<img src="https://kissflow.com/wp-content/themes/kissflow_website/assets/images/homeicons/kflogo_icon.svg" style="width:40px;height: 40px;">
</div>
<div class="col-sm-9">
<div class="w-100">
<p class="p-0 m-0">Why us</p>
<small class="white-space-normal" >Lorem ipsum dolor sit amet consectetur adipisicing elit. </small>
</div>
</div></div></a></div>
<div class="col-sm-6 mb-2"><a href="#"> <div class="row menu-hover-effect">
<div class="col-sm-3">
<img src="https://kissflow.com/wp-content/themes/kissflow_website/assets/images/homeicons/kflogo_icon.svg" style="width:40px;height: 40px;">
</div>
<div class="col-sm-9">
<div class="w-100">
<p class="p-0 m-0">Why us</p>
<small class="white-space-normal" >Lorem ipsum dolor sit amet consectetur adipisicing elit. </small>
</div>
</div></div></a></div>
</div>
</div>
</li>
<li class="nav-item mx-md-3">
<a class="mb-2 p-3 btn btn-outline-dark headerbtns" href="#">Create Account</a>
</li>
<li class="nav-item mx-md-2">
<a class="mb-2 p-3 btn btn-primary headerbtns" href="#">Get Started</a>
</li>
</ul>
</div>
</nav>
<div class="upper-sec-wrap">
<!-- <hero section start></hero> -->
<section class="hero-sec vh-100 d-flex align-items-center">
<div class="container">
<div class="row mt-5">
<div class="col-sm-6">
<div class="hero-text h-100">
<h1 class="hero-text-head text-uppercase font-weight-bold">No School Left Behind</h1>
<p class="hero-text-para font-weight-bold green-text hero-text">Discover The Advanced Education Management System For 21st Century Schools!</p><br>
<p class="hero-text-para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Iusto magnam accusamus autem dicta minus perferendis dolorem, iste ullam dolores blanditiis obcaecati!</p>
<br>
<a href="#" class="btn small-font-size btn-shadow text-left font-weight-bold btn-primary main-clr border-0 p-3">Subscribe Today & Save Your Time, Effort, And Money.</a>
</div>
</div>
<div class="col-sm-6 d-flex align-items-center justify-content-center">
<img src="/assets/images/laptop 1.png" class="i hero-sec-col-img" >
</div>
</div>
</div>
</section>
<!-- <hero section end></hero> -->
<!-- section 2 -->
<section class="h-100 signup-sec sec-b-p-none">
<div class="container">
<div class="signup-form-cont m-sm-5">
<div class="signup-form bg-white btn-shadow rounded h-100">
<div class="row w-100 h-100 m-0">
<div class="col-sm-8 h-100 align-items-center">
<div class="col-sm-10 h-100 d-flex flex-column align-items-center justify-content-center text-center">
<h1 class="font-weight-bold resp-head-h1 margin-top-sm main-heading-dark">
Sign in to Classtrack
<img class=" head-underline" src="assets/images/sec-7-line.png">
</h1>
<img class="sec-7-underline " src="assets/images/sec-7-line.png">
<div class="row justify-content-center">
<a href="#" class="social-icons border"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#" class="social-icons border"><i class="fa fa-google" aria-hidden="true"></i></a>
<a href="#" class="social-icons border "><i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</div><br>
<p>Use your email account:</p>
<form class=" mb-4 signin-form w-75">
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text text-fields border-0" id="basic-addon1"><i class="fa fa-envelope-o" aria-hidden="true"></i>
</span>
</div>
<input type="text" class="form-control text-fields border-0 p-4" placeholder="Email" aria-label="Email" aria-describedby="basic-addon1">
</div>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text text-fields border-0" id="basic-addon1"><i class="fa fa-key" aria-hidden="true"></i>
</span>
</div>
<input type="password" class="form-control text-fields border-0 p-4" placeholder="Password" aria-label="Password" aria-describedby="basic-addon1">
</div>
<a href="#"><p>Forgot your password?</p>
</a>
<br>
<a href="#" class="btn btn-primary custom-btns-bg custom-btns border-0 font-weight-bold">SIGN IN</a>
</form>
</div>
</div>
<div class="col-sm-4 h-100 primary-bg-color text-white text-center d-flex justify-content-center align-items-center">
<div class="wrap px-lg-4 ">
<h1 class="font-weight-bold ">
Hello, Friend!
</h1><br>
<p class="mx-4">Enter your personal details and start journey with us </p><br>
<a class="mt-2 btn btn-outline-light custom-btns">SIGN UP</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div><br>
<!-- section 2 -->
<!-- section 3 -->
<section class="h-100 sec-t-p-none">
<div class="container ">
<div class="sec2-wrap m-sm-5 h-100 d-flex flex-column justify-content-around align-items-center">
<h1 class="main-heading-dark">What Makes ClassTrack Worth The Investment?
<img class=" head-underline" src="assets/images/sec-7-line.png" style="width:20%">
</h1>
<div class="sec2-card-cont sec2-card-sm d-flex justify-content-between my-5 w-100">
<div class="sec2-card text-center d-flex flex-column justify-content-around align-items-center">
<div class="sec6-cards-img ">
<img src="/assets/images/icon1.png" class="img-fluid">
</div>
<p>Teacher-Friendly Class Management System For All Educators</p>
</div>
<div class="sec2-card text-center d-flex flex-column justify-content-around align-items-center">
<div class="sec6-cards-img ">
<img src="/assets/images/icon2.png" class="img-fluid">
</div>
<p>World’s First Copy Paste Importer For Effortless & Time-Saving Process</p>
</div>
<div class="sec2-card text-center d-flex flex-column justify-content-around align-items-center">
<div class="sec6-cards-img ">
<img src="/assets/images/bellIcon.png" class="img-fluid">
</div>
<p>Innovative QR Attendance System</p>
</div>
<div class="sec2-card text-center d-flex flex-column justify-content-around align-items-center">
<div class="sec6-cards-img ">
<img src="/assets/images/qrCode.png" class="img-fluid">
</div>
<p>User-Friendly Teacher’s Section & Students List</p>
</div>
<div class="sec2-card text-center d-flex flex-column justify-content-around align-items-center">
<div class="sec6-cards-img ">
<img src="/assets/images/people.png" class="img-fluid">
</div>
<p>Smart Notifications System & Easy-To-Use Batch Menu</p>
</div>
</div>
<div class="text-center">
<p><b>Don’t Hesitate!</b></p>
<a href="#" class="btn small-font-size btn-shadow font-weight-bold btn-primary main-clr border-0 p-3">
Claim Your FREE 30-Day Trial Today &
<br>See How ClassTrack Makes Paperwork Magically Disappear!
</a>
</div>
</div>
</div>
</section>
<!-- section 3 -->
<!-- Start Section 7 -->
<div class="container-fluid sec-7-main">
<div class="container ">
<div class="row">
<div class="col-lg-5">
<div class="section-7-img-container">
<img class="img-section-7 img-fluid" src="assets/images/sec3.png">
</div>
</div>
<div class="col-lg-7 sec-7-text">
<h1 class="main-heading-dark">See If ClassTrack Is The Right Choice For You!</h1>
<img class="sec-7-underline " src="assets/images/sec-7-line.png">
<div class="paragraph">
<p>Who said that efficient college management, online exam management, or attendance management has to be
synonymous with
mountains of paperwork?</p>
<p>Managing classes, assessments, and attendance can be a huge challenge, especially if your school or
university lacks the
infrastructure required to handle management tasks with ease.</p>
<p>Paperwork is costly, takes up too much space in your facility, and can be easily lost, misplaced or
destroyed.</p>
<p>Thousands of schools and universities have to deal with this problem every single year.</p>
<p>Doing everything by hand on paper is not only time-consuming and expensive, but also counter-productive,
since you could
spend that time focusing on more important aspects of your curriculum.</p>
<p>That’s exactly why we have designed this paper-free school management system that will allow you to
perform
every single
task with unmatched convenience and ease – minus the huge pile of paperwork.</p>
</div>
<a class="btn btn-primary btn-purple" href="#" role="button">Try ClassTrack Today!</a>
</div>
</div>
</div>
</div>
<!-- section 6 -->
<section class="sec6 min-vh-100 primary-bg-color text-center text-white d-flex flex-column align-items-center justify-content-center">
<div class="container">
<div class="d-flex flex-column align-items-center">
<h1 class="main-heading-white">Not Convinced?
<img class=" head-underline" src="assets/images/sec-7-line.png">
</h1><br>
<p>ClassTrack costs roughly $1 per student and allows you to:</p><br>
<div class="row m-5">
<div class="col-sm-4 ">
<div class="sec6-cards d-flex flex-column justify-content-center align-items-center">
<div class="sec6-cards-img mb-3">
<img src="/assets/images/sec6-icons.png" class="w-100 h-100">
</div>
<p>Save</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
</div>
<div class="col-sm-4">
<div class="sec6-cards d-flex flex-column justify-content-center align-items-center">
<div class="sec6-cards-img mb-3">
<img src="/assets/images/sec6-icons-2.png" class="w-100 h-100">
</div>
<p>Save</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
</div>
<div class="col-sm-4">
<div class="sec6-cards d-flex flex-column justify-content-center align-items-center">
<div class="sec6-cards-img mb-3">
<img src="/assets/images/sec6-icons-3.png" class="w-100 h-100">
</div>
<p>Save</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
</div>
</div>
<a href="#" class="btn-blue btn text-white text-decoration-none">Try ClassTrack Today!</a>
</div></div>
</section>
<!-- section 6 -->
<section class="min-vh-100 sec-bg-light d-flex align-items-center ">
<div class="container">
<div class="row">
<div class="col-sm-8 d-flex align-items-center">
<div class="mx-2">
<h1 class="sec-long-heading-main main-heading-dark font-weight-bold">Did We Mention That ClassTrack Is Good For The Planet Too?
<img class=" head-underline " src="assets/images/sec-7-line.png" style="bottom:55%;width:40%">
</h1>
<br><p class="font-size-15-px">Think about all the paper your educational institution goes through in an academic year. Now multiply that by all the years you have been operating. That’s quite a waste of paper, right?</p>
<br>
<p class="font-size-15-px">Now you can do your part for the environment by effectively taking paperwork out of the equation and investing in a cloud-based, paper-free, eco-friendly way to manage your institution.</p>
</div> </div>
<div class="col-sm-4">
<img src="/assets/images/sec7-col-img.png" class="img-fluid">
</div></div>
</div>
</section>
<div class="container-fluid sec-7-main">
<div class="container ">
<div class="row">
<div class="col-lg-5">
<div class="section-7-img-container">
<img class="img-section-7 img-fluid" src="assets/images/sec-7-image.png">
</div>
</div>
<div class="col-lg-7 sec-7-text">
<h1 class="main-heading-dark">The Problem</h1>
<img class="sec-7-underline " src="assets/images/sec-7-line.png">
<div class="paragraph">
<p>Who said that efficient college management, online exam management, or attendance management has to be
synonymous with
mountains of paperwork?</p>
<p>Managing classes, assessments, and attendance can be a huge challenge, especially if your school or
university lacks the
infrastructure required to handle management tasks with ease.</p>
<p>Paperwork is costly, takes up too much space in your facility, and can be easily lost, misplaced or
destroyed.</p>
<p>Thousands of schools and universities have to deal with this problem every single year.</p>
<p>Doing everything by hand on paper is not only time-consuming and expensive, but also counter-productive,
since you could
spend that time focusing on more important aspects of your curriculum.</p>
<p>That’s exactly why we have designed this paper-free school management system that will allow you to
perform
every single
task with unmatched convenience and ease – minus the huge pile of paperwork.</p>
</div>
<a class="btn btn-primary btn-purple" href="#" role="button">Try ClassTrack Today!</a>
</div>
</div>
</div>
</div>
<div class="container-fluid sec-8-main">
<div class="container">
<h1 class="main-heading-white">Top 3 Reasons Why Universities
<img class=" head-underline" src="assets/images/sec-7-line.png" style="bottom:50%;left:18%;width:30%">
<br>
& Schools Choose ClassTrack:</h1>
<div class="row sec-8-card">
<div class="col-lg-4 sec-8-img-main">
<img class="sec-8-card-img" src="assets/images/sec-8-vector-1.png">
</div>
<div class="col-lg-7">
<h1 class="sub-heading">Cheaper Solution:</h1>
<div class="paragraph">
<p>Managing every single detail of your school or university is not as easy as it sounds. As you already
know,
it costs
time, effort, and capital to keep everything running like a well-oiled machine.</p>
<p>That is why we have decided to eliminate the most frustrating, tiresome, and costly aspects of the
process
by automating
most of the tasks.</p>
</div>
<a class="btn btn-primary btn-blue" href="#" role="button">Try ClassTrack Today!</a>
</div>
</div>
<div class="row sec-8-card">
<div class="col-lg-7">
<h1 class="sub-heading">Faster Solution:</h1>
<div class="paragraph">
<p>Our system features one of the world’s first copy paste importer so you can easily clone the assessments
of any previous
batch into your new batch and save precious time.
</p>
<p>As a result, you will be able to increase your productivity and focus on big-picture issues instead of
wasting your time
manually transferring assessments.</p>
</div>
<a class="btn btn-primary btn-blue" href="#" role="button">Try ClassTrack Today!</a>
</div>
<div class="col-lg-4 sec-8-img-main">
<img class="sec-8-card-img" src="assets/images/sec-8-vector-2.png">
</div>
</div>
<div class="row sec-8-card">
<div class="col-lg-4 sec-8-img-main">
<img class="sec-8-card-img" src="assets/images/sec-8-vector-3.png">
</div>
<div class="col-lg-7">
<h1 class="sub-heading">Cheaper Solution:</h1>
<div class="paragraph">
<p>Managing every single detail of your school or university is not as easy as it sounds. As you already
know,
it costs
time, effort, and capital to keep everything running like a well-oiled machine.</p>
<p>That is why we have decided to eliminate the most frustrating, tiresome, and costly aspects of the
process
by automating
most of the tasks.</p>
</div>
<a class="btn btn-primary btn-blue" href="#" role="button">Try ClassTrack Today!</a>
</div>
</div>
</div>
</div>
<div class="container-fluid sec-9-main">
<div class="container ">
<div class="row ">
<div class="col-lg-5">
<div class="section-7-img-container">
<img class="img-section-7 img-fluid" src="assets/images/sec-9-img.png">
</div>
</div>
<div class="col-lg-7 sec-7-text">
<h1 class="main-heading-dark">FACT: In This Era Of Uncertainty,
<img class=" head-underline" src="assets/images/sec-7-line.png" style="width:35%;bottom:70%">
Online Education Management
Systems Are The Future.</h1>
<div class="paragraph">
<p>Social distancing has started to make physical office spaces more obsolete than ever. What used to be the
management’s
office, jam-packed with student files or the teacher’s desk with a pile of documents that look like a
small hill, will
be replaced by one hassle-free, space-saving, time-saving, and user-friendly application that makes
everything easier</p>
<h1 class="sub-heading" style="color: #616161;">Enter ClassTrack:</h1>
<p>Our 1-stop school management service will allow you to stay on top of every single aspect of your school,
including:</p>
<div class="row">
<div class="col-5">
<ul class="undertainitylist">
<li>Online Exam Management </li>
<li>Club Courses</li>
<li>Staff Designation</li>
<li>Timetables</li>
</ul>
</div>
<div class="col-5">
<ul class="undertainitylist">
<li>Online Exam Management </li>
<li>Club Courses</li>
<li>Staff Designation</li>
<li>Timetables</li>
</ul>
</div>
</div>
</div>
<a class="btn btn-primary btn-purple" href="#" role="button">Try ClassTrack Today!</a>
</div></div></div></div>
<!-- section 10 -->
<div class="container-fluid sec-10-main">
<div class="container">
<h1 class="main-heading-dark" style="text-align: center;">3 Signs That Your School Needs ClassTrack:
<img class=" head-underline" src="assets/images/sec-7-line.png" style="width: 20%;left:15%">
</h1>
<div class="row sec-10-card-main">
<!-- card 1 -->
<div class="col-lg-4 ">
<div class="card-main">
<div class="img-container">
<img class="card-img-main" src="assets/images/sec-10-card-1.png">
</div>
<p class="card-text">Your class registration and attendance tracking systems are based on old-school,
“reliable” paperwork
that
has taken
over your office like an ivy. Everywhere you turn you see files on top of other, less important, files.
</p>
</div>
</div>
<!-- card 2 -->
<div class="col-lg-4 ">
<div class="card-main">
<div class="img-container">
<img class="card-img-main" src="assets/images/sec-10-card-2.png">
</div>
<p class="card-text">Your current cloud-based education management system does not have the features and
capabilities required
to handle
complex managerial tasks without feeling outdated. You seem to spend more time waiting for it to load than
anything
else.</p>
</div>
</div>
<!-- card 3 -->
<div class="col-lg-4 ">
<div class="card-main">
<div class="img-container">
<img class="card-img-main" src="assets/images/sec-10-card-3.png">
</div>
<p class="card-text">Social distancing has created unexpected obstacles that cannot be overcome by your
current class
management
system.
Class registration, online exams, and payment processing have become more difficult than ever.</p>
</div>
</div>
</div>
<div class="sec-10-btn-container">
<a class="btn btn-primary btn-purple" href="#" role="button">Try ClassTrack Today!</a>
</div>
</div>
</div>
<!-- section 11 -->
<div class="container-fluid sec-11-main">
<div class="container">
<h1 class="main-heading-dark" style="text-align: center;">3 Unique Features That Will Make ClassTrack
<img class=" head-underline" src="assets/images/sec-7-line.png" style="left:14.5%;width:20%;bottom:50%">
<br>
Your Next Education Management Solution:</h1>
<!-- row-1 -->
<div class="row sec-11-row">
<div class="col-lg-5 sec-11-img-main">
<img class="sec-11-img img-fluid" src="assets/images/laptop-image.png">
</div>
<div class="col-lg-7">
<h1 class="sub-heading">Ground-Breaking College Management System:</h1>
<div class="paragraph">
<p>Allows you to manage every single detail of your program, from the timetables to the teachers list in a
simple and
highly-efficient way.</p>
</div>
<a class="btn btn-primary btn-blue" href="#" role="button">Try ClassTrack Today!</a>
</div>
<!-- row-2 -->
<div class="row sec-11-row alternate-sec-11-row">
<div class="col-lg-7">
<h1 class="sub-heading">Pioneering QR Attendance Tracking System</h1>
<div class="paragraph">
<p>Keep track of total hours spent in each class and manage attendance using
our advanced QR attendance system.</p>
</div>
<a class="btn btn-primary btn-blue" href="#" role="button">Try ClassTrack Today!</a>
</div>
<div class="col-lg-5 sec-11-img-main">
<img class="sec-11-img img-fluid" src="assets/images/laptop-image.png">
</div>
</div>
<!-- row-3 -->
<div class="row sec-11-row">
<div class="col-lg-5 sec-11-img-main">
<img class="sec-11-img img-fluid" src="assets/images/laptop-image.png">
</div>
<div class="col-lg-7">
<h1 class="sub-heading">Cutting-Edge Online Exam Management System</h1>
<div class="paragraph">
<p>designed to enable college professors, school teachers, and tutors to manage online exams without
complications,
ClassTrack provides an easy solution.</p>
</div>
<a class="btn btn-primary btn-blue" href="#" role="button">Try ClassTrack Today!</a>
</div>
</div>
</div>
</div>
</div>
<!-- Section-12 -->
<div class="container-fluid sec-12-main">
<div class="container">
<h1 class="main-heading-white" style="text-align: center;">Here’s Why College Administrators,
<img class=" head-underline" src="assets/images/sec-7-line.png" style="left:6.5%;bottom:55%;width:20%">
School Teachers, And Tutors Love ClassTrack:</h1>
<div class="row card-main-container">
<!-- card 1 -->
<div class="col-lg-4 ">
<div class="card-main-dark-bg">
<div class="img-container">
<img class="card-img-main" src="assets/images/sec-12-img-1.png">
</div>
<h1 class="sub-heading" style="text-align: center; font-size: 20px;">ClassTrack Covers
Everything</h1>
<p class="card-text">From simple details like max seats in each class to more complex assessment
management tasks, ClassTrack provides a
straightforward way to customize and handle every single detail.</p>
</div>
</div>
<!-- card 2 -->
<div class="col-lg-4 ">
<div class="card-main-dark-bg">
<div class="img-container">
<img class="card-img-main" src="assets/images/sec-12-img-2.png">
</div>
<h1 class="sub-heading" style="text-align: center; font-size: 20px;">ClassTrack Makes<br>
Tasks Easier</h1>
<p class="text-main">Unlike other online school management applications, ClassTrack allows teachers to
simply copy and paste assessments into
their new batches, thus minimizing the time spent on creating new batches.</p>
</div>
</div>
<!-- card 3 -->
<div class="col-lg-4 ">
<div class="card-main-dark-bg">
<div class="img-container">
<img class="card-img-main" src="assets/images/sec-12-img-1.png">
</div>
<h1 class="sub-heading" style="text-align: center; font-size: 20px;">ClassTrack Improves Productivity</h1>
<p class="text-main">Designed to make attendance tracking, billing and invoicing, membership management,
payment processing, and team
management faster, ClassTrack enables users to keep track of every single detail.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Section-13 -->
<div class="container-fluid sec-13-main">
<div class="container">
<h1 class="main-heading-dark" style="text-align: center;">Here’s Why College Administrators,
<img class=" head-underline" src="assets/images/sec-7-line.png" style="bottom:55%;left:3.7%;width:20%">
School Teachers, And Tutors Love ClassTrack:</h1>
<div class="row card-main-container">
<!-- card 1 -->
<div class="col-lg-4 ">
<div class="card-main">
<div class="img-container">
<img class="card-img-main" src="assets/images/sec-13-img-1.png">
</div>
<h1 class="sub-heading" style="text-align: center; font-size: 20px;">Increased
Productivity</h1>
<p class="card-text">By eliminating paperwork and time-consuming manual tasks, you and your staff will be
able to spend time and energy on
more
important matters.</p>
</div>
</div>
<!-- card 2 -->
<div class="col-lg-4 ">
<div class="card-main">
<div class="img-container">
<img class="card-img-main" src="assets/images/sec-13-img-2.png">
</div>
<h1 class="sub-heading" style="text-align: center; font-size: 20px;">Enhanced School Credibility</h1>
<p class="card-text">A forward-thinking managerial approach that adapts to the changes is a great sign for
parents who are looking for a
school or college
for their children.</p>
</div>
</div>
<!-- card 3 -->
<div class="col-lg-4 ">
<div class="card-main">
<div class="img-container">
<img class="card-img-main" src="assets/images/sec-12-img-1.png">
</div>
<h1 class="sub-heading" style="text-align: center; font-size: 20px;">Less Margin
For Error</h1>
<p class="card-text">By offering you a 1-stop, cloud-based attendance tracking and class management system,
ClassTrack will allow you to
minimize mistakes and run your school like clockwork.</p>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<div class="container-fluid footer-main position-relative">
<div class="container">
<h1 class="main-heading-white">WHAT ARE YOU WAITING FOR?
<img class=" head-underline" src="assets/images/sec-7-line.png" style="left: 17%;
width: 20%; bottom: 12%;">
</h1>
<p style="font-size: 30px;text-align: center;color: white;">You Have Nothing To Lose & No Excuses To Postpone It!
</p>
<div class="sec-10-btn-container">
<a class="btn btn-primary btn-blue" href="#" role="button">Try ClassTrack Today!</a>
</div>
</div>
</div>
<div class="socket" >© 2020 Classtrack. All Rights Reserved.</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<script src="/assets/js/script.js"></script>
</body>
</html>