-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
494 lines (462 loc) · 23.2 KB
/
index.html
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
<!-- <!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="png" href="">
<meta charset="utf-8">
<meta http-equiv="X-UA-Comaptible" content="IE=edge">
<title>Learnz</title>
<meta name="desciption" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script>
$(window).on('scroll', function(){
if($(window).scrollTop()){
$('nav').addClass('black');
}else {
$('nav').removeClass('black');
}
})
</script>
</head>
<body>
<!-- Navigation Bar -->
<!-- <header id="header">
<nav>
<div class="logo"><img src="images/icon/logo.png" alt="logo"></div>
<ul>
<li><a class="active" href="">Home</a></li>
<li><a href="#services_section">Features</a></li>
<li><a href="#contactus_section">Contact</a></li>
<li><a href="#contactus_section">Example</a></li>
</ul>
<div class="srch"><input type="text" class="search" placeholder="Search here..."><img src="images/icon/search.png" alt="search" onclick=slide()></div>
<a class="get-started" href="login.html">Get Started</a>
<img src="images/icon/menu.png" class="menu" onclick="sideMenu(0)" alt="menu">
</nav>
<div class="head-container">
<div class="quote">
<center><p>Revolutionize the way you learn.</p></center>
</div>
<div class="svg-image">
<img src="images/extra/svg2.png" alt="svg">
</div>
</div>
<div class="side-menu" id="side-menu">
<div class="close" onclick="sideMenu(1)"><img src="images/icon/close.png" alt=""></div>
<div class="user">
<img src="images/creator/roshan.jpeg" alt="Username">
<p>roshank9419</p>
</div>
<ul>
<li><a href="#about_section">About</a></li>
<li><a href="#portfolio_section">Portfolio</a></li>
<li><a href="#team_section">Team</a></li>
<li><a href="#services_section">Features</a></li>
<li><a href="#contactus_section">Contact</a></li>
<li><a href="#feedBACK">Feedback</a></li>
</ul>
</div>
</header> -->
<!-- Some Popular Subjects -->
<!-- <div class="title">
<span>Popular Subjects on Learnz</span>
</div>
<br><br>
<div class="course">
<center><div class="cbox">
<div class="det"><a href="subjects/jee.html"><img src="images/courses/book.png">JEE Preparation</a></div>
<div class="det"><a href="subjects/gate.html"><img src="images/courses/d1.png">GATE Preparation</a></div>
<div class="det"><a href="subjects/jee.html#sample_papers"><img src="images/courses/paper.png">Sample Papers</a></div>
<div class="det"><a href="subjects/quiz.html"><img src="images/courses/d1.png">Daily Quiz</a></div>
</div></center>
<div class="cbox">
<div class="det"><a href="subjects/computer_courses.html"><img src="images/courses/computer.png">Computer Courses</a></div>
<div class="det"><a href="subjects/computer_courses.html#data"><img src="images/courses/data.png">Data Structures</a></div>
<div class="det"><a href="subjects/computer_courses.html#algo"><img src="images/courses/algo.png">Algorithm</a></div>
</div>
</div>
-->
<!-- ABOUT -->
<!-- <div class="diffSection" id="about_section">
<center><p style="font-size: 50px; padding: 100px">About us</p></center>
<div class="about-content">
<div class="side-image">
<img class="sideImage" src="images/extra/e3.jpg">
</div>
<div class="side-text">
<h2>What you think about us ?</h2>
<p>Education is the process of facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits. Educational methods include teaching, training, storytelling, discussion and directed research.<br> Educational website can include websites that have games, videos or topic related resources that act as tools to enhance learning and supplement classroom teaching. These websites help make the process of learning entertaining and attractive to the student, especially in today's age. <br>Using HTML(HyperText Markup Language), CSS(Cascading Style Sheet), JavaScript, we can make learning more easier and in a interesting way.</p>
</div>
</div>
</div> -->
<!-- SERVICES -->
<!-- <div class="service-swipe">
<div class="diffSection" id="services_section">
<center><p style="font-size: 50px; padding: 100px; padding-bottom: 40px; color:#7DF9FF;">Features</p></center>
</div>
<a href="subjects/computer_courses.html"><div class="s-card"><img src="images/icon/computer-courses.png"><p>Free Online Computer Courses</p></div></a>
<a href="subjects/jee.html"><div class="s-card"><img src="images/icon/brainbooster.png"><p>Building Concepts for Competitive Exams</p></div></a>
<a href="#"><div class="s-card"><img src="images/icon/online-tutorials.png"><p>Online Video Lectures</p></div></a>
<a href="subjects/jee.html#sample_papers"><div class="s-card"><img src="images/icon/papers.jpg"><p>Sample Papers of Various Competitive Exams</p></div></a>
<a href="#"><div class="s-card"><img src="images/icon/p3.png"><p>Performance and Ranking Report</p></div></a>
<a href="#contactus_section"><div class="s-card"><img src="images/icon/discussion.png"><p>Discussion with Our Tutors & Mentors</p></div></a>
<a href="subjects/quiz.html"><div class="s-card"><img src="images/icon/q1.png"><p>Daily Brain Teasing Questions to Improve IQ</p></div></a>
<a href="#contactus_section"><div class="s-card"><img src="images/icon/help.png"><p>24x7 Online Support</p></div></a>
</div>
<!-- Reviews by Students -->
<!-- <div id="makeitfull">
<a href="#review_section"><img src="images/icon/makeitfull.png"></a>
</div>
<div class="review"> -->
<!-- <div class="diffSection" id="review_section">
<center><p style="font-size: 40px; padding: 100px; padding-bottom: 40px; color: #36454F;">What the Students Say About Us?</p></center>
</div>
<div class="rev-container">
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist1.jpg"><p>Riya Verma</p>
<h6>Management</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content"> -->
<!-- Learnz offers practical and well-designed courses on a wide range of management topics, including leadership, team management, project management, and communication skills. As a working woman, I highly recommend Learnz for anyone looking to improve their management skills and advance their career. </p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist2.jpg"><p>Raju Bhaiya</p>
<h6>Agtech</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content"> -->
<!-- Learnz offers practical and useful courses on agriculture and technology that are well-structured, easy to follow, and cover the latest trends. As a farmer, I highly recommend Learnz as a great resource for improving your skills in agriculture and technology.</p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist3.jpg"><p>Riyan Sethi</p>
<h6>JEE</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
Learnz has been a lifesaver for me in my JEE preperations. The website provides clear explanations and interactive simulations that have helped me understand complex concepts and prepare for exams. Highly recommend! </p>
</div> -->
<!-- </div>
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist4.jpg"><p>Reshma Sharma</p>
<h6>Web development</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
Learnz is an excellent website for learning web design. The courses are well-structured, interactive, and easy to follow. I was able to design my website in no time thanks to the helpful instructors and resources provided. </p>
</div>
</div>
</div>
</div> -->
<!-- CONTACT US -->
<!-- <div class="diffSection" id="contactus_section">
<center><p style="font-size: 50px; padding: 100px">Contact Us</p></center>
<div class="csec"></div>
<div class="back-contact">
<div class="cc">
<form action="mailto:21103@iiitu.ac.in" method="post" enctype="text/plain">
<label>First Name <span class="imp">*</span></label><label style="margin-left: 185px">Last Name <span class="imp">*</span></label><br>
<center>
<input type="text" name="" style="margin-right: 10px; width: 175px" required="required"><input type="text" name="lname" style="width: 175px" required="required"><br>
</center>
<label>Email <span class="imp">*</span></label><br>
<input type="email" name="mail" style="width: 100%" required="required"><br>
<label>Message <span class="imp">*</span></label><br>
<input type="text" name="message" style="width: 100%" required="required"><br>
<label>Additional Details</label><br>
<textarea name="addtional"></textarea><br>
<button type="submit" id="csubmit">Send Message</button>
</form>
</div>
</div>
</div>
-->
<!-- FEEDBACK -->
<!-- <div class="title2" id="feedBACK">
<center><span>Give Feedback</span>
<div class="shortdesc2">
<p>Please share your valuable feedback to us</p>
</div></center>
</div> -->
<!--
<div class="feedbox">
<div class="feed">
<form action="mailto:21103@iiitu.ac.in" method="post" enctype="text/plain">
<label>Your Name</label><br>
<input type="text" name="" class="fname" required="required"><br>
<label>Email</label><br>
<input type="email" name="mail" required="required"><br>
<label>Additional Details</label><br>
<textarea name="addtional"></textarea><br>
<button type="submit" id="csubmit">Send Message</button>
</form>
</div>
</div> -->
<!-- Sliding Information -->
<!-- <marquee style="background: linear-gradient(to right, #7DF9FF, #36454F); margin-top: 50px;" direction="left" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="15"><div class="marqu">“Start today, conquer tomorrow with Learnz” “Invest in your future with our wide range of courses.” “If you think education is expensive, try ignorance.” “Empower yourself with the gift of learning.”</div></marquee>
-->
<!-- <!-- FOOTER -->
<!-- <footer>
<div class="footer-container">
<div class="left-col">
<img src="images/icon/logo - Copy.png" style="width: 200px;">
<div class="logo"></div>
</div>
<div class="right-col">
<h1 style="color: #fff">Our Newsletter</h1>
<div class="border"></div><br>
<p>Enter Your Email to get our News and updates.</p>
<form class="newsletter-form">
<input class="txtb" type="email" placeholder="Enter Your Email">
<input class="btn" type="submit" value="Submit">
</form>
</div>
</div> -->
<!-- </footer> -->
<!-- </body>
</html> -->
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="png" href="">
<meta charset="utf-8">
<meta http-equiv="X-UA-Comaptible" content="IE=edge">
<title>Learnz</title>
<meta name="desciption" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script>
$(window).on('scroll', function(){
if($(window).scrollTop()){
$('nav').addClass('black');
}else {
$('nav').removeClass('black');
}
})
</script>
</head>
<body>
<!-- Navigation Bar -->
<header id="header">
<nav>
<div class="logo"><img src="images/icon/logo.png" alt="logo"></div>
<ul>
<li><a class="active" href="">Home</a></li>
<li><a href="#services_section">Features</a></li>
<li><a href="#contactus_section">Contact</a></li>
<li><a href="#contactus_section">Example</a></li>
</ul>
<div class="srch"><input type="text" class="search" placeholder="Search here..."><img src="images/icon/search.png" alt="search" onclick=slide()></div>
<a class="get-started" href="signup.html">Get Started</a>
<img src="images/icon/menu.png" class="menu" onclick="sideMenu(0)" alt="menu">
</nav>
<div class="head-container">
<div class="quote">
<center><p>Revolutionize the way you learn.</p></center>
</div>
<div class="svg-image">
<img src="images/extra/svg2.png" alt="svg">
</div>
</div>
<div class="side-menu" id="side-menu">
<div class="close" onclick="sideMenu(1)"><img src="images/icon/close.png" alt=""></div>
<div class="user">
<img src="images/creator/roshan.jpeg" alt="Username">
<p>roshank9419</p>
</div>
<ul>
<li><a href="#about_section">About</a></li>
<li><a href="#portfolio_section">Portfolio</a></li>
<li><a href="#team_section">Team</a></li>
<li><a href="#services_section">Features</a></li>
<li><a href="#contactus_section">Contact</a></li>
<li><a href="#feedBACK">Feedback</a></li>
</ul>
</div>
</header>
<!-- Some Popular Subjects -->
<div class="title">
<span>Popular Subjects on Learnz</span>
</div>
<br><br>
<div class="course">
<center><div class="cbox">
<div class="det"><a href="subjects/jee.html"><img src="images/courses/book.png">JEE Preparation</a></div>
<div class="det"><a href="subjects/gate.html"><img src="images/courses/d1.png">GATE Preparation</a></div>
<div class="det"><a href="subjects/jee.html#sample_papers"><img src="images/courses/paper.png">Sample Papers</a></div>
<div class="det"><a href="subjects/quiz.html"><img src="images/courses/d1.png">Daily Quiz</a></div>
</div></center>
<div class="cbox">
<div class="det"><a href="subjects/computer_courses.html"><img src="images/courses/computer.png">Computer Courses</a></div>
<div class="det"><a href="subjects/computer_courses.html#data"><img src="images/courses/data.png">Data Structures</a></div>
<div class="det"><a href="subjects/computer_courses.html#algo"><img src="images/courses/algo.png">Algorithm</a></div>
</div>
</div>
<!-- ABOUT -->
<div class="diffSection" id="about_section">
<center><p style="font-size: 50px; padding: 100px">About us</p></center>
<div class="about-content">
<div class="side-image">
<img class="sideImage" src="images/extra/e3.jpg">
</div>
<div class="side-text">
<h2>What you think about us ?</h2>
<p>Education is the process of facilitating learning, or the acquisition of knowledge, skills, s, beliefs, and habits. Educational methods include teaching, training, storytelling, discussion and directed research.<br> Educational website can include websites that have games, videos or topic related resources that act as tools to enhance learning and supplement classroom teaching. These websites help make the process of learning entertaining and attractive to the student, especially in today's age. <br>Using HTML(HyperText Markup Language), CSS(Cascading Style Sheet), JavaScript, we can make learning more easier and in a interesting way.</p>
</div>
</div>
</div>
<!-- SERVICES -->
<div class="service-swipe">
<div class="diffSection" id="services_section">
<center><p style="font-size: 50px; padding: 100px; padding-bottom: 40px; color:#7DF9FF;">Features</p></center>
</div>
<a href="subjects/computer_courses.html"><div class="s-card"><img src="images/icon/computer-courses.png"><p>Free Online Computer Courses</p></div></a>
<a href="subjects/jee.html"><div class="s-card"><img src="images/icon/brainbooster.png"><p>Building Concepts for Competitive Exams</p></div></a>
<a href="#"><div class="s-card"><img src="images/icon/online-tutorials.png"><p>Online Video Lectures</p></div></a>
<a href="subjects/jee.html#sample_papers"><div class="s-card"><img src="images/icon/papers.jpg"><p>Sample Papers of Various Competitive Exams</p></div></a>
<a href="#"><div class="s-card"><img src="images/icon/p3.png"><p>Performance and Ranking Report</p></div></a>
<a href="#contactus_section"><div class="s-card"><img src="images/icon/discussion.png"><p>Discussion with Our Tutors & Mentors</p></div></a>
<a href="subjects/quiz.html"><div class="s-card"><img src="images/icon/q1.png"><p>Daily Brain Teasing Questions to Improve IQ</p></div></a>
<a href="#contactus_section"><div class="s-card"><img src="images/icon/help.png"><p>24x7 Online Support</p></div></a>
</div>
<!-- Reviews by Students -->
<div id="makeitfull">
<a href="#review_section"><img src="images/icon/makeitfull.png"></a>
</div>
<div class="review">
<div class="diffSection" id="review_section">
<center><p style="font-size: 40px; padding: 100px; padding-bottom: 40px; color: #36454F;">What the Students Say About Us?</p></center>
</div>
<div class="rev-container">
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist1.jpg"><p>Riya Verma</p>
<h6>Management</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
Learnz offers practical and well-designed courses on a wide range of management topics, including leadership, team management, project management, and communication skills. As a working woman, I highly recommend Learnz for anyone looking to improve their management skills and advance their career. </p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist2.jpg"><p>Raju Bhaiya</p>
<h6>Agtech</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
Learnz offers practical and useful courses on agriculture and technology that are well-structured, easy to follow, and cover the latest trends. As a farmer, I highly recommend Learnz as a great resource for improving your skills in agriculture and technology.</p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist3.jpg"><p>Riyan Sethi</p>
<h6>JEE</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
Learnz has been a lifesaver for me in my JEE preperations. The website provides clear explanations and interactive simulations that have helped me understand complex concepts and prepare for exams. Highly recommend! </p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist4.jpg"><p>Reshma Sharma</p>
<h6>Web development</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
Learnz is an excellent website for learning web design. The courses are well-structured, interactive, and easy to follow. I was able to design my website in no time thanks to the helpful instructors and resources provided. </p>
</div>
</div>
</div>
</div>
<!-- CONTACT US -->
<div class="diffSection" id="contactus_section">
<center><p style="font-size: 50px; padding: 100px">Contact Us</p></center>
<div class="csec"></div>
<div class="back-contact">
<div class="cc">
<form action="mailto:21103@iiitu.ac.in" method="post" enctype="text/plain">
<label>First Name <span class="imp">*</span></label><label style="margin-left: 185px">Last Name <span class="imp">*</span></label><br>
<center>
<input type="text" name="" style="margin-right: 10px; width: 175px" required="required"><input type="text" name="lname" style="width: 175px" required="required"><br>
</center>
<label for="email">Email <span class="imp">*</span></label><br>
<input type="email" name="mail" style="width: 100%" required="required" id="email"><br>
<label for="message">Message <span class="imp">*</span></label><br>
<input type="text" name="message" style="width: 100%" required="required" id="message"><br>
<label>Additional Details</label><br>
<textarea name="addtional"></textarea><br>
<button type="submit" id="csubmit">Send Message</button>
</form>
</div>
</div>
</div>
<!-- FEEDBACK -->
<div class="title2" id="feedBACK">
<center><span>Give Feedback</span>
<div class="shortdesc2">
<p>Please share your valuable feedback to us</p>
</div></center>
</div>
<div class="feedbox">
<div class="feed">
<form action="mailto:21103@iiitu.ac.in" method="post" enctype="text/plain">
<label for="name">Your Name</label><br>
<input type="text" name="" class="fname" required="required" id="name"><br>
<label for="mail">Email</label><br>
<input type="email" name="mail" required="required" id="mail"><br>
<label>Additional Details</label><br>
<textarea name="addtional"></textarea><br>
<button type="submit" id="csubmit">Send Message</button>
</form>
</div>
</div>
<!-- Sliding Information -->
<marquee style="background: linear-gradient(to right, #7DF9FF, #36454F); margin-top: 50px;" direction="left" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="15"><div class="marqu">“Start today, conquer tomorrow with Learnz” “Invest in your future with our wide range of courses.” “If you think education is expensive, try ignorance.” “Empower yourself with the gift of learning.”</div></marquee>
<!-- FOOTER -->
<footer>
<div class="footer-container">
<div class="left-col">
<img src="images/icon/logo - Copy.png" style="width: 200px;">
<div class="logo"></div>
</div>
<div class="right-col">
<h1 style="color: #fff">Our Newsletter</h1>
<div class="border"></div><br>
<p>Enter Your Email to get our News and updates.</p>
<form class="newsletter-form">
<input class="txtb" type="email" placeholder="Enter Your Email">
<input class="btn" type="submit" ="Submit">
</form>
</div>
</div>
</footer>
</body>
</html>