-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
777 lines (749 loc) · 35.3 KB
/
Copy pathindex.html
File metadata and controls
777 lines (749 loc) · 35.3 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
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webook | Online Courses</title>
<!-- Favicon -->
<link rel="shortcut icon" href="app/images/logo/Favicon.svg" type="image/x-icon">
<!-- fonts link -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800&display=swap" rel="stylesheet">
<!-- css -->
<link rel="stylesheet" href="app/scss/style.css">
<!-- icons -->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</head>
<body>
<div id="preloadder">
</div>
<header class="header" id="header">
<div class="logo">
<img src="app/images/logo/logo.svg" alt="">
</div>
<div class="menu-hamburger" id="toggle">
</div>
<nav class="navbar" id="navbar">
<ul class="navbar-list" id="primary-navbar" data-visiable="false">
<li><a href="#banner" class="navbar-links">Home</a></li>
<li><a href="#features" class="navbar-links">Features</a></li>
<li><a href="#about" class="navbar-links">About</a></li>
<li><a href="#contact" class="navbar-links">Contact</a></li>
<li><a href="#courses" class="btn btn-get-courses"><span>Get Courses</span></a></li>
</ul>
</nav>
</header>
<main>
<!-- --------------------------------
banner section
-------------------------------- -->
<section class="banner column-4" id="banner">
<div class="text-area">
<div class="text-part">
<h1>Grow Your <span>Skills</span> to Advance Your Career Path</h1>
<p>Get industry accredited certification and advance through our high-quality online courses.</p>
</div>
<div class="button-group">
<a href="#courses" class="btn btn-start-course">Start A Course</a>
</div>
</div>
<div class="image-area">
<img src="app/images/causal.png" alt="">
<!-- <img src="app/images/ba1.png" alt=""> -->
<div class="circle"></div>
<a href="#features" class="info info-expert">
<ion-icon name="people-circle-outline"></ion-icon><span>Profesional
Expert</span>
</a>
<a href="#features" class="info info-live">
<ion-icon name="videocam-outline"></ion-icon><span>Live Class</span>
</a>
<a href="#features" class="info info-chat">
<ion-icon name="chatbox-ellipses-outline"></ion-icon><span>Doubt Clearing Class</span>
</a>
</div>
</section>
<!-- -------------------------------- -->
<!-- features section -->
<!-- -------------------------------- -->
<section class="features" id="features">
<div class="custom-shape-divider-bottom">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill"></path>
</svg>
</div>
<div class="main-container column-2">
<div class="text-part">
<h1>High Quality Video, Audio, Live Class and Courses.</h1>
<p>High Defination video is video of higher resolution and quality than match of industry level. Get
industry accredited
certification and advance through our high-quality online courses.</p>
<div class="feature-card column-2">
<div class="card card1">
<ion-icon name="person-sharp"></ion-icon>
<h3>Learn From Experts</h3>
<p>We Collaborate with industry leaders who take care in delivering high-quallity education
</p>
</div>
<div class="card card2">
<ion-icon name="timer-sharp"></ion-icon>
<h3>Lifetime Support</h3>
<p>We guaranteee lifetime help. which you can leverage at any moment and from any place.
</p>
</div>
<div class="card card3">
<ion-icon name="bookmark-sharp"></ion-icon>
<h3>Professional Certification</h3>
<p>When you complete the class or course, you will get a certificate that is recognized in
the world.
</p>
</div>
</div>
</div>
<div class="image-part">
<div class="overlay-text">
<h1>
Why<br />Choose<br />US
</h1>
</div>
<div class="overlay-color"></div>
</div>
</div>
</section>
<!-- -------------------------------- -->
<!-- courses -->
<!-- -------------------------------- -->
<section id="courses" class="courses">
<div class="text-part">
<h1>Our Popular Courses</h1>
<div class="overlay-text">
<h2>COURSES</h2>
</div>
<hr class="line">
</div>
<div class="main-container">
<!-- card 1 -->
<div class="card card1">
<div class="card_image">
<img src="https://images.unsplash.com/photo-1605379399642-870262d3d051?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=906&q=80"
alt="Software Development">
</div>
<div class="card_info">
<div class="card_info_rating">
<div class="rating_box">
<ion-icon name="star"></ion-icon>
<span>4.4</span>
</div>
<div class="rating_text">
<p>1k Rating</p>
</div>
</div>
<div class="card_info_text">
<a href="https://courseflix.net/course/automated-software-testing-with-webdriverio">Software Development Zero to Pro</a>
</div>
<div class="card_info_status">
<div class="info">
<ion-icon name="play-circle"></ion-icon>
<p>Live Class</p>
</div>
<div class="info">
<ion-icon name="time"></ion-icon>
<p>32 Hour</p>
</div>
</div>
<div class="card_info_price">
<div class="price">
<h1>$60</h1>
<p>160.00</p>
</div>
<button class="btn btn-learnmore">
Learn More
</button>
</div>
</div>
</div>
<!-- card 2 -->
<div class="card card2">
<div class="card_image">
<img src="https://images.unsplash.com/photo-1545235617-9465d2a55698?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1480&q=80"
alt="UI/UX Design Pattern For Applications ">
</div>
<div class="card_info">
<div class="card_info_rating">
<div class="rating_box">
<ion-icon name="star"></ion-icon>
<span>4.1</span>
</div>
<div class="rating_text">
<p>580 Rating</p>
</div>
</div>
<div class="card_info_text">
<a href="https://courseflix.net/course/ui-ux-design-hybrid-from-figma-to-html-css-and-javascript" target="_blank">UI/UX Design Pattern For Applications</a>
</div>
<div class="card_info_status">
<div class="info">
<ion-icon name="play-circle"></ion-icon>
<p>Online Class</p>
</div>
<div class="info">
<ion-icon name="time"></ion-icon>
<p>11 Hour</p>
</div>
</div>
<div class="card_info_price">
<div class="price">
<h1>$30</h1>
<p>60.00</p>
</div>
<button class="btn btn-learnmore">
Learn More
</button>
</div>
</div>
</div>
<!-- card 3 -->
<div class="card card3">
<div class="card_image">
<img src="https://images.unsplash.com/photo-1620825937374-87fc7d6bddc2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1031&q=80"
alt="Advanced Cyber Security Course">
</div>
<div class="card_info">
<div class="card_info_rating">
<div class="rating_box">
<ion-icon name="star"></ion-icon>
<span>4.9</span>
</div>
<div class="rating_text">
<p>2k Rating</p>
</div>
</div>
<div class="card_info_text">
<a href="https://courseflix.net/course/the-complete-cyber-security-course-network-security">Advanced Cyber Security Course</a>
</div>
<div class="card_info_status">
<div class="info">
<ion-icon name="play-circle"></ion-icon>
<p>Live Class</p>
</div>
<div class="info">
<ion-icon name="time"></ion-icon>
<p>22 Hour</p>
</div>
</div>
<div class="card_info_price">
<div class="price">
<h1>$85</h1>
<p>188.85</p>
</div>
<button class="btn btn-learnmore">
Learn More
</button>
</div>
</div>
</div>
<!-- card 4 -->
<div class="card card4">
<div class="card_image">
<img src="https://images.unsplash.com/photo-1487058792275-0ad4aaf24ca7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt="Data Structures & Algorithms - Basic To Advanced Concepts">
</div>
<div class="card_info">
<div class="card_info_rating">
<div class="rating_box">
<ion-icon name="star"></ion-icon>
<span>4.6</span>
</div>
<div class="rating_text">
<p>450 Rating</p>
</div>
</div>
<div class="card_info_text">
<a href="#">Data Structures & Algorithms - Basic To Advanced Concepts</a>
</div>
<div class="card_info_status">
<div class="info">
<ion-icon name="play-circle"></ion-icon>
<p>Live Class</p>
</div>
<div class="info">
<ion-icon name="time"></ion-icon>
<p>32 Hour</p>
</div>
</div>
<div class="card_info_price">
<div class="price">
<h1>$60</h1>
<p>120.00</p>
</div>
<button class="btn btn-learnmore">
Learn More
</button>
</div>
</div>
</div>
<!-- card 5 -->
<div class="card card5">
<div class="card_image">
<img src="https://images.unsplash.com/photo-1559028012-481c04fa702d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=736&q=80"
alt="Full Stack Developer Training - Become a Web Developer">
</div>
<div class="card_info">
<div class="card_info_rating">
<div class="rating_box">
<ion-icon name="star"></ion-icon>
<span>4.4</span>
</div>
<div class="rating_text">
<p>680 Rating</p>
</div>
</div>
<div class="card_info_text">
<a href="#">Full Stack Developer Training - Become a Web Developer</a>
</div>
<div class="card_info_status">
<div class="info">
<ion-icon name="play-circle"></ion-icon>
<p>Live and Online Classes</p>
</div>
<div class="info">
<ion-icon name="time"></ion-icon>
<p>16 Hour</p>
</div>
</div>
<div class="card_info_price">
<div class="price">
<h1>$47</h1>
<p>95.00</p>
</div>
<button class="btn btn-learnmore">
Learn More
</button>
</div>
</div>
</div>
<!-- card 6 -->
<div class="card card6">
<div class="card_image">
<img src="https://images.unsplash.com/photo-1607252650355-f7fd0460ccdb?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt="Software Development">
</div>
<div class="card_info">
<div class="card_info_rating">
<div class="rating_box">
<ion-icon name="star"></ion-icon>
<span>4.1</span>
</div>
<div class="rating_text">
<p>380 Rating</p>
</div>
</div>
<div class="card_info_text">
<a href="#">Mobile App Development - Step by Step Guide for 2022</a>
</div>
<div class="card_info_status">
<div class="info">
<ion-icon name="play-circle"></ion-icon>
<p>Online Class</p>
</div>
<div class="info">
<ion-icon name="time"></ion-icon>
<p>10 Hour</p>
</div>
</div>
<div class="card_info_price">
<div class="price">
<h1>$29</h1>
<p>60.56</p>
</div>
<button class="btn btn-learnmore">
Learn More
</button>
</div>
</div>
</div>
</div>
<div class="lowerpart">
<button class="btn btn-viewall">
View All
</button>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="var(--secondarycolor)" fill-opacity="1" d="M0,192L1440,288L1440,0L0,0Z"></path>
</svg>
<!-- -------------------------------- -->
<!-- expert section -->
<!-- -------------------------------- -->
<section id="expert" class="expert">
<div class="circle blur-neon expert_circle"></div>
<div class="expert_text">
<h1>Meet With Our Professional Experts</h1>
</div>
<div class="expert_main">
<!-- card-1 -->
<div class="card card-1">
<div class="card_image">
<div class="overlay-gradient"></div>
<img src="images/sub dp.jpg"
alt="Subham Chatterjee">
</div>
<div class="card_name">
<h1>Subham Chatterjee</h1>
</div>
<div class="card_job">
<p>Software Developer</p>
</div>
<div class="card_social">
<a href="https://www.linkedin.com/in/subhchatterjee/" target="_blank">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
<a href="https://github.com/subchat" target="_blank">
<ion-icon name="logo-github"></ion-icon>
</a>
</div>
</div>
<!-- card 2 -->
<!-- card 3 -->
<div class="card card-3">
<div class="card_image">
<div class="overlay-gradient"></div>
<img src="images/tanik dp.jpg"
alt="Tanik Chopra">
</div>
<div class="card_name">
<h1>Tanik Chopra</h1>
</div>
<div class="card_job">
<p>UI/UX Developer</p>
</div>
<div class="card_social">
<a href="https://www.linkedin.com/in/tanikchopra/" target="_blank">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
<a href="https://github.com/Tanik-chopra" target="_blank">
<ion-icon name="logo-github"></ion-icon>
</div>
</div>
</div>
<div class="lowerpart">
<button class="btn btn-viewall">
View All
</button>
</div>
</section>
<!-- -------------------------------- -->
<!-- about section -->
<!-- -------------------------------- -->
<section class="about" id="about">
<div class="about_content">
<div class="text">
<h2>More About Us</h1>
<p>Webook is an <br>E-Learning course website that prioitizes practice over theory, with thousands of
certified mentors and tens of
thousands of students we can produce thosand of graduates who are immediately ready for a
professional career.
</p>
<h1>About</h1>
</div>
<div class="image">
<img src="images/pro1.jpeg"
alt="">
</div>
</div>
<div class="about_stats">
<div class="card card-1">
<h1>8000</h1>
<p>Students</p>
</div>
<div class="card card-1">
<h1>30</h1>
<p>Experts</p>
</div>
<div class="card card-1">
<h1>15</h1>
<p>Courses</p>
</div>
<div class="card card-1">
<h1>5</h1>
<p>Countries</p>
</div>
</div>
</section>
<!-- -------------------------------- -->
<!-- feedback -->
<!-- -------------------------------- -->
<section class="faq" id="faq">
<div class="faq_text">
<h1>FAQ</h1>
<hr class="line">
</div>
<div class="faq_main">
<div class="accordian">
<div class="accordian_item">
<a href="#q1" class="link">
<p>Who should take an Online Course?</p>
<ion-icon class="down" name="caret-down-outline"></ion-icon>
<ion-icon class="up" name="caret-up-outline"></ion-icon>
</a>
<div class="answer">
<p>
Students join our online courses for a variety of reasons and come from diverse
backgrounds, professions, and age
groups. With online courses, you can
Advance your skill-set or begin a career change.
Take the next step in your formal education.
Ease the transition before entering a full-time academic program.
Enjoy learning a new topic.
Whatever the reason, our online courses are a flexible way of learning about the art
world without disrupting your daily
life.
</p>
</div>
</div>
<div class="accordian_item">
<a href="#q2" class="link">
<p>Are there prerequisites or language requirements?</p>
<ion-icon class="down" name="caret-down-outline"></ion-icon>
<ion-icon class="up" name="caret-up-outline"></ion-icon>
</a>
<div class="answer">
<p>
There are no prerequisites. Our courses are open to students of all backgrounds who are
18 years of age and older.
All courses are conducted in English. Video lectures include English subtitles and the
option to slow-down, pause, or
replay lectures for better retention. Discussion boards are a critical component of each
of our courses; therefore, we
suggest students have a conversational knowledge of English when pursuing a Certificate
of Completion. For any of the
art writing courses, students need to be 100% proficient in written English.
</p>
</div>
</div>
<div class="accordian_item">
<a href="#q3" class="link">
<p>Can I take more than one course at a time?</p>
<ion-icon class="down" name="caret-down-outline"></ion-icon>
<ion-icon class="up" name="caret-up-outline"></ion-icon>
</a>
<div class="answer">
<p>
If you are new to online learning, we recommend that you begin with one course. As our
courses are offered frequently
throughout the year, you can always come back and continue your studies with one or more
topics.
</p>
</div>
</div>
<div class="accordian_item">
<a href="#q4" class="link">
<p>My payment did not go through. What do I do?</p>
<ion-icon class="down" name="caret-down-outline"></ion-icon>
<ion-icon class="up" name="caret-up-outline"></ion-icon>
</a>
<div class="answer">
<p>
We apologize for this inconvenience. We encourage you to reach out to your financial
institution as further permissions
may be needed to complete the payment. You are also welcome to write to
online@sothebysinstitute.com for further
guidance. Please wait a full 24 hours before trying again. A strong Internet connection
and up-to-date browser are
strongly recommended
</p>
</div>
</div>
<div class="accordian_item" id="#q5">
<a href="#q5" class="link">
<p>Can I get a refund if I am unable to attend my Online Course?</p>
<ion-icon class="down" name="caret-down-outline"></ion-icon>
<ion-icon class="up" name="caret-up-outline"></ion-icon>
</a>
<div class="answer">
<p>
In order to be granted a full tuition refund, you must cancel your registration by
sending an email to
online@sothebysinstitute.com by 5:00 pm (your local time) 5 full business days before
the course’s start date. Please
note we are unable to reimburse for any currency conversion fees charged by your
credit-card issuer.
</p>
</div>
</div>
<div class="accordian_item">
<a href="#q6" class="link">
<p>How do I contact technical support during my course?</p>
<ion-icon class="down" name="caret-down-outline"></ion-icon>
<ion-icon class="up" name="caret-up-outline"></ion-icon>
</a>
<div class="answer">
<p>
For technical support, please email online.support@webook.com, 09:00 – 22:00 GMT, Monday
– Friday. We are
ready to help!
</p>
</div>
</div>
</div>
</div>
</section>
<!-- -------------------------------- -->
<!-- contact -->
<!-- -------------------------------- -->
<section class="contact" id="contact">
<div class="contact_text">
<h1>Contact</h1>
</div>
<div class="contact_main">
<div class="input">
<form action="contact">
<div class="name">
<label for="username">Name</label>
<input type="text" placeholder="Subham Chatterjee" id="username">
</div>
<div class="email">
<label for="useremail">Email</label>
<input type="email" placeholder="Tanik@gmail.com" id="useremail">
</div>
<div class="textarea">
<label for="usertext" >Message</label>
<textarea name="" id="" cols="30" rows="10"></textarea>
</div>
<div class="submit">
<button class="button-86">Send</button>
</div>
</form>
</div>
<div class="details">
<div class="details_text">
<h1>Get In Touch</h1>
<p>20 students daily learn with e-learning. Subscribe for new updates.</p>
</div>
<ul>
<li>
<p>+917908905299</p>
<ion-icon name="call"></ion-icon>
</li>
<li>
<p>21BCS6965@cuchd.in</p>
<ion-icon name="mail"></ion-icon>
</li>
<li>
<p>Karnal - Haryana</p>
<ion-icon name="location"></ion-icon>
</li>
</ul>
<div class="social">
<div class="box">
<a href="#">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</div>
<div class="box">
<a href="#">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</div>
<div class="box">
<a href="#">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</div>
<div class="box">
<a href="#">
<ion-icon name="logo-github"></ion-icon>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- -------------------------------- -->
<!-- subscribe -->
<div class="subscribe">
<div class="text">
<h1>Subscribe</h1>
<p>To Our Email Newsletter And Expert Blog</p>
</div>
<div class="input">
<input type="email" placeholder="cuchd@gmail.com" name="subscribe_email" class="input_email">
<button type="submit" class="btn">Submit</button>
</div>
</div>
</main>
<footer class="footer" id="footer">
<div class="footer_main">
<div class="logo">
<img src="app/images/logo/logo.svg" alt="Webook logo">
<p>Get industry accredited certification and advance through our high-quality online courses.</p>
</div>
<div class="company">
<h1>
Company
</h1>
<ul>
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Sustainablity</a>
</li>
<li>
<a href="#">Terms of Service</a>
</li>
<li>
<a href="#">Privacy Policy</a>
</li>
</ul>
</div>
<div class="resources">
<h1>
Resources
</h1>
<ul>
<li>
<a href="#">Payment</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Support</a>
</li>
<li>
<a href="#">Feedback</a>
</li>
</ul>
</div>
<div class="quick">
<h1>
Quick
</h1>
<ul>
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">FAQ</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
</div>
<div class="copyright">
<h1>2024 <span>©</span> Copyright <span>6th Sem Minor Project</span> And Design By <a href="https://github.com/subchat/E-Learning-Website" target="_blank">SUB-TAN</a>
</h1>
</div>
</footer>
<script src="app/js/script.js" defer></script>
</body>
</html>