-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (76 loc) · 4.48 KB
/
index.html
File metadata and controls
89 lines (76 loc) · 4.48 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>2B Learn</title>
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<nav>
<ul class="sidebar">
<li class="hidemenu"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#101010"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li>
<li class="openAbout"><a href="#">About</a></li>
<li class="openFaq"><a href="#">FAQ</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Account</a></li>
</ul>
<ul>
<li><a href="#">2B-LEARN</a></li>
<li class="hideOnMobo"><a href="">About</a></li>
<li class="hideOnMobo"><a href="#">FAQ</a></li>
<li class="hideOnMobo"><a href="#">Services</a></li>
<li class="hideOnMobo"><a href="#">Account</a></li>
<li class="showmenu"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#101010"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg></a></li>
</ul>
</nav>
<div class="container">
<div class="col hero">
<h1 class="catchy">Unlock Your Potential with 2B Learn</h1>
<p class="sub-text">Join 2B community of students and teachers. Interactive e-learning and quizzes at your fingertips.</p>
<img class="hero-img" src="/assets/images/quiz.png" alt="quiz">
<a href="#learn-more" class="btn-primary">Get Started</a>
</div>
<div class="col about">
<div class="top">
<div class="topic">About Us</div>
<div class="closeAbout"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e2e2e2"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></div>
</div>
<div class="mainAbout">
<p>Welcome to 2B Learn, where education becomes an engaging and delightful journey. Our platform revolutionizes the learning experience with interactive quizzes, tailored e-learning modules, and cutting-edge CBT exams. Students can master new subjects at their own pace, while teachers can effortlessly create and upload customized content.</p>
<p>2B Learn stands out with its intuitive interface, making education fun and effective. Track progress easily, turn quizzes into enjoyable challenges, and engage meaningfully with material. Dive into a world of knowledge and innovation with 2B Learn, your ultimate educational companion. Try it today and transform your learning experience!</p>
</div>
</div>
<div class="col faq">
<div class="top">
<div class="topic">Frequently Asked Questions (FAQ)</div>
<div class="closeFaq"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e2e2e2"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></div>
</div>
<div class="mainAbout faq-section">
<div class="faq-item">
<button class="faq-question" aria-expanded="false">What is 2B Learn?</button>
<div class="faq-answer">
<p>2B Learn is a revolutionary educational platform offering interactive quizzes, e-learning modules, and CBT exams designed to enhance learning for students and teachers alike.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question" aria-expanded="false">How can students benefit from 2B Learn?</button>
<div class="faq-answer">
<p>Students can track their progress, engage with fun quizzes, and learn at their own pace, making education both enjoyable and effective.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question" aria-expanded="false">What features does 2B Learn offer for teachers?</button>
<div class="faq-answer">
<p>Teachers can easily create and upload customized content, track student progress, and make learning interactive and engaging through our intuitive interface.</p>
</div>
</div>
</div>
</div>
<!--<div class="col">hi</div>
<div class="col">hi</div>
<div class="col">hi</div>-->
</div>
<script src="/assets/js/script.js"></script>
</body>
</html>