This repository was archived by the owner on Nov 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
385 lines (348 loc) · 16 KB
/
index.html
File metadata and controls
385 lines (348 loc) · 16 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
<!DOCTYPE html>
<html>
<head>
<title>E-Learn</title>
<link rel="icon" type="image/icon" href="./images/logo_2.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Raleway", sans-serif
}
body,
html {
height: 100%;
line-height: 1.8;
}
/* Full height image header */
.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("./images/bookimg1.jpg");
min-height: 100%;
}
.w3-bar .w3-button {
padding: 16px;
}
</style>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<a href="#home" class="w3-bar-item w3-button w3-wide">E-Learn</a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small">
<a href="#about" class="w3-bar-item w3-button">ABOUT</a>
<a href="#classes" class="w3-bar-item w3-button"><i class="fa fa-user"></i> CLASSES</a>
<a href="#work" class="w3-bar-item w3-button"><i class="fa fa-th"></i> WORK</a>
<a href="#pricing" class="w3-bar-item w3-button"><i class="fa fa-key"></i> FEATURES</a>
<a href="./contact.html" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i> CONTACT</a>
<a href="./login.html" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i> Login</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium"
onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large"
style="display:none" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
<a href="#classes" onclick="w3_close()" class="w3-bar-item w3-button">CLASSES</a>
<a href="#work" onclick="w3_close()" class="w3-bar-item w3-button">WORK</a>
<a href="#pricing" onclick="w3_close()" class="w3-bar-item w3-button">PRICING</a>
<a href="./contact.html" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
<a href="./login.html" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i> Login</a>
</nav>
<!-- Header with full-height image -->
<header class="bgimg-1 w3-display-container w3-grayscale-min" id="home">
<div class="w3-display-left w3-text-white" style="padding:48px">
<span class="w3-jumbo w3-hide-small">Learn something that matters</span><br>
<span class="w3-xxlarge w3-hide-large w3-hide-medium">Learn something that matters</span><br>
<span class="w3-large">Studies redefined with E-Learning. <br> Free access to all contents and notes.</span>
<p><a href="#about"
class="w3-button w3-white w3-padding-large w3-large w3-margin-top w3-opacity w3-hover-opacity-off">Learn more
and start today</a></p>
</div>
<div class="w3-display-bottomleft w3-text-grey w3-large" style="padding:24px 48px">
<a href="#"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="#"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="#"><i class="fa fa-snapchat w3-hover-opacity"></i></a>
<a href="#"><i class="fa fa-pinterest-p w3-hover-opacity"></i></a>
<a href="#"><i class="fa fa-twitter w3-hover-opacity"></i></a>
<a href="#"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
</div>
</header>
<!-- About Section -->
<div class="w3-container" style="padding:128px 16px" id="about">
<h3 class="w3-center">WHY CHOOSE E-LEARNING?</h3>
<p class="w3-center w3-large">Key features</p>
<div class="w3-row-padding w3-center" style="margin-top:64px">
<div class="w3-quarter">
<i class="fa fa-desktop w3-margin-bottom w3-jumbo w3-center"></i>
<p class="w3-large">Easy learning</p>
<p>Study from India's top teachers for conceptual understandingStudy from India's top teachers for conceptual
understanding</p>
</div>
<div class="w3-quarter">
<i class="fa fa-heart w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Doubt clearing</p>
<p>Get doubts cleared instantly.Doubt clearing became easy.So what are you waiting for?Join now and get your
doubt cleared instantly</p>
</div>
<div class="w3-quarter">
<i class="fa fa-diamond w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">App</p>
<p>Self-paced learning and revision on
E-Learning App.Download now from playstore</p>
</div>
<div class="w3-quarter">
<i class="fa fa-cog w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Support</p>
<p>One-on-one mentor guidance and full support.Interactive online learning by
India's top teachers</p>
</div>
</div>
</div>
<!-- Promo Section - "We know design" -->
<div class="w3-container w3-light-grey" style="padding:128px 16px">
<div class="w3-row-padding">
<div class="w3-col m6">
<h3>Discover E-Learning new way of Learning!</h3>
<p>E-Learn's innovative LIVE platform is designed to create a healthy peer learning environment and promote
student interaction.<br> LIVE In-Class Quizzes in a gamified manner make learning fun and the Real-Time
Leaderboard pushes children to outdo themselves and perform be</p>
<p><a href="#pricing" class="w3-button w3-black"><i class="fa fa-th"> </i> View Our Features</a></p>
</div>
<div class="w3-col m6">
<img class="w3-image w3-round-large" src="./images/elearn.jpeg" alt="Buildings" width="700" height="394">
</div>
</div>
</div>
<!-- Team Section -->
<div class="w3-container" style="padding:128px 16px" id="classes">
<h3 class="w3-center">Select Class</h3>
<p class="w3-center w3-large">Great opportunity to learn for free</p>
<div class="w3-row-padding w3-grayscale" style="margin-top:64px">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="./images/class12.png" alt="John" style="width:100%">
<div class="w3-container">
<h3>Class 12th</h3>
<p class="w3-opacity">Get all ncert solutions</p>
<p>CBSE is the large educational board in India and the NCERT conducts the syllabus for the same. NCERT
Notes for Class 12 are one of the best pieces of study material which students can get.They are very
useful.</p>
<p> <a href="./class_twelfth/twelfth.html" target="_blank" style="text-decoration: none;"> <button
class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"> </i> Get Solutions </button> </a>
</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="./images/class11.png" alt="Jane" style="width:100%">
<div class="w3-container">
<h3>Class 11th</h3>
<p class="w3-opacity">Get all ncert solutions</p>
<p>One of the most important years that a lot of students tend to take lightly is the CBSE Class 11.
However, if they do have proper CBSE class 11 revision notes, that stress can be alleviated a little. </p>
<p> <a href="./class_eleventh/eleventh.html" target="_blank" style="text-decoration: none;"> <button
class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i> Get Solutions</button> </a>
</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="./images/class10t.png" alt="Mike" style="width:100%">
<div class="w3-container">
<h3>Class 10th</h3>
<p class="w3-opacity">Get all ncert solutions</p>
<p>Class 10 is a crucial point for students in their education journey. Besides, the marks scored in the
board exam, class 10 will also help students to choose the desired stream for their higher studies.</p>
<p> <a href="./class_tenth/tenth.html" target="_blank" style="text-decoration: none;"> <button
class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i> Get Solutions</button> </a>
</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<img src="./images/class9.png" alt="Dan" style="width:100%">
<div class="w3-container">
<h3>Class 9th</h3>
<p class="w3-opacity">Get all your ncert solutions</p>
<p>Class 9 is the foundation for students’ higher education. Therefore, it very important to learn every
topic clearly and at the same time, revise the subject thoroughly, in order to succeed in the exams</p>
<p> <a href="./class_nine/ninth.html" target="_blank" style="text-decoration: none;"> <button
class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i> Get Solutions</button> </a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Promo Section "Statistics" -->
<div class="w3-container w3-row w3-center w3-dark-grey w3-padding-64" id="work">
<div class="w3-quarter">
<span class="w3-xxlarge">27,430,710+</span>
<br>Happy Students
</div>
<div class="w3-quarter">
<span class="w3-xxlarge">13,349,615+</span>
<br>Hours of Live Learning
</div>
<div class="w3-quarter">
<span class="w3-xxlarge">500+</span>
<br>Cities Worldwide
</div>
<div class="w3-quarter">
<span class="w3-xxlarge">4.8/5</span>
<br>Avg Teacher Rating
</div>
</div>
<!-- Skills Section -->
<div class="w3-container w3-light-grey w3-padding-64">
<div class="w3-row-padding">
<div class="w3-col m6">
<h3>Adaptive learning journeys
on E-Learn's app</h3>
<p>Every student has a
Knowledge Graph based on
their learning need &
speed. </p>
<p>This links different
concepts and helps
students identify their
strengths & areas for
improvement.</p>
</div>
<div class="w3-col m6">
<p class="w3-wide"><i class="fa fa-book w3-margin-right"></i>Monthly learning
progress report</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-center" style="width:90%">90%</div>
</div>
<p class="w3-wide"><i class="fa fa-desktop w3-margin-right"></i>Individual attention
from mentors</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-center" style="width:85%">85%</div>
</div>
<p class="w3-wide"><i class="fa fa-photo w3-margin-right"></i>Doubt clearing</p>
<div class="w3-grey">
<div class="w3-container w3-dark-grey w3-center" style="width:89%">89%</div>
</div>
</div>
</div>
</div>
<!-- Pricing Section -->
<div class="w3-container w3-center w3-dark-grey" style="padding:128px 16px" id="pricing">
<h3>COURSES</h3>
<p class="w3-large">Choose a course that fits your needs.</p>
<div class="w3-row-padding" style="margin-top:64px">
<div class="w3-third w3-section">
<ul class="w3-ul w3-white w3-hover-shadow">
<li class="w3-black w3-xlarge w3-padding-32">Basic</li>
<li class="w3-padding-16"><b>NCERT</b> Solutions</li>
<li class="w3-padding-16"><b>Important</b> Questions</li>
<li class="w3-padding-16"><b>10</b> Sample Papers</li>
<li class="w3-padding-16"><b>Endless</b> Support</li>
<li class="w3-padding-16">
<h2 class="w3-wide">Rs 1000</h2>
<span class="w3-opacity">per month</span>
</li>
<li class="w3-light-grey w3-padding-24">
<button class="w3-button w3-black w3-padding-large">Sign Up</button>
</li>
</ul>
</div>
<div class="w3-third">
<ul class="w3-ul w3-white w3-hover-shadow">
<li class="w3-red w3-xlarge w3-padding-48">Pro</li>
<li class="w3-padding-16"><b>NCERT</b> Solutions + Notes</li>
<li class="w3-padding-16"><b>Important</b> Questions with solutions</li>
<li class="w3-padding-16"><b>25</b> Sample Papers</li>
<li class="w3-padding-16"><b>Endless</b> Support</li>
<li class="w3-padding-16">
<h2 class="w3-wide">Rs 2100</h2>
<span class="w3-opacity">per month</span>
</li>
<li class="w3-light-grey w3-padding-24">
<button class="w3-button w3-black w3-padding-large">Sign Up</button>
</li>
</ul>
</div>
<div class="w3-third w3-section">
<ul class="w3-ul w3-white w3-hover-shadow">
<li class="w3-black w3-xlarge w3-padding-32">Premium</li>
<li class="w3-padding-16"><b>NCERT</b> Solutions + Notes</li>
<li class="w3-padding-16"><b>Important</b> Questions with solutions + Previous year papers</li>
<li class="w3-padding-16"><b>50</b> Sample Papers</li>
<li class="w3-padding-16"><b>Endless</b> Support</li>
<li class="w3-padding-16">
<h2 class="w3-wide">Rs 2000</h2>
<span class="w3-opacity">per month</span>
</li>
<li class="w3-light-grey w3-padding-24">
<button class="w3-button w3-black w3-padding-large">Sign Up</button>
</li>
</ul>
</div>
</div>
</div>
<!-- Contact Section moved to *contact.html* -->
<div class="w3-container w3-light-grey" style="padding:128px 16px">
<img src="./images/footer.jpeg" class="w3-image w3-greyscale" style="width:100%;margin-top:48px">
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<a href="#"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="#"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="#"><i class="fa fa-snapchat w3-hover-opacity"></i></a>
<a href="#"><i class="fa fa-pinterest-p w3-hover-opacity"></i></a>
<a href="#"><i class="fa fa-twitter w3-hover-opacity"></i></a>
<a href="#"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
</div>
<p>Copyright@ <a href="#home" title="W3.CSS" target="_blank" class="w3-hover-text-green">E-Learn</a></p>
<!--<p>Copyright@ <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">E-Learn</a></p>-->
</footer>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Toggle between showing and hiding the sidebar when clicking the menu icon
var mySidebar = document.getElementById("mySidebar");
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
} else {
mySidebar.style.display = 'block';
}
}
// Close the sidebar with the close button
function w3_close() {
mySidebar.style.display = "none";
}
</script>
</body>
</html>