-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
355 lines (297 loc) Β· 12.7 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
<!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>EduElex</title>
<!-- ICONSCOUT CDN-->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<!-- GOOGLE FONTS (MONTSERRAT)-->
<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=Montserrat:wght@300;400;500;600;700;800;900&family=Sacramento&display=swap" rel="stylesheet">
<!--- SWIPER JS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"/>
<!-- CSS STYLESHEET -->
<link rel="stylesheet" href="CSS/style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z7ZWFYJLWL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z7ZWFYJLWL');
</script>
</head>
<body>
<nav>
<div class="container nav__container">
<a href="index.html"><h3>EduElex</h3></a>
<u1 class="nav__menu">
<li><a href="index.html">Home</a></li>
<li><a href="subjects.html">Subjects</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="login.html">Sign In</a></li>
</u1>
<button id="open-menu-btn"><i class="uil uil-bars"></i></button>
<button id="close-menu-btn"><i class="uil uil-multiply"></i></button>
</div>
</nav>
<!--================================== END OF NAVBAR ==============================-->
<header>
<!-- HOME PAGE -->
<div class="container header__container">
<div class="header__left">
<h1 class="header__left-h1">Learn Electronics Subjects <span class="auto-type"></span></h1>
<div class="header__left-para">
<p>
Explore EduElex and develop your fundamentals of electronics subjects and skills in a simplified way
and be prepared for your exams.
</p>
<a href="subjects.html" class="btn btn-primary">Get Started</a>
</div>
</div>
<div class="header__right">
<div class="header__right-image">
<img src="Images/Homepage_image.png">
</div>
</div>
</header>
<!--================================== END OF HEADER ==============================-->
<section class="categories">
<div class="container categories__container">
<div class="categories__left">
<h2 style="text-align: left;">Subjects</h2>
<p>Learn electronics subjects anytime anywhere :- </p>
<p> β’ Learn using free Videos and Notes. </p>
<p> β’ Discuss your queries in QNA sections. </p>
<p> β’ Everything Curated at a single place. </p>
<br>
<a href="subjects.html" class="btn btn-primary">Learn Now</a>
</div>
<div class="categories__right">
<article class="category">
<span><img class="category__image" src="Images/sem5_image2.png" alt="sem5-img"></span>
<h5 class="category-right-heading">SEM V</h5>
<p class="category-right-info">Learn about <br> PCS, DSP, LIC, DCOM, NNFL</p>
</article>
<article class="category">
<span><img class="category__image" src="Images/sem6_image2.png" alt="sem6-img"></span>
<h5 class="category-right-heading">SEM VI</h5>
<p class="category-right-info">Learn about <br> BVLSI, EE, CCN, ESRTOS, ML</p>
</article>
</div>
</div>
</section>
<!--================================== END OF SUBJECTS ==============================-->
<!---================================= FAQ'S =========================================-->
<section class="faqs">
<h2>Frequently Asked Questions</h2>
<div class="container faqs__container">
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>What is EduElex ?</h4>
<p>EduElex is a free online resource that helps students, and engineers learn with the help of
youtube videos. Our website has several videos on theory concepts along with notes
related to current syllabus. We have uploaded more than 200+ youtube videos on our
website.</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>Which Subjects does EduElex offers ?</h4>
<p>Their are 10 different subjects on EduElex website which includes all SEM V and SEM VI subjects that are
curated module-wise along with notes.
</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>How can I get answers for my doubts ?</h4>
<p>EduElex offers a QNA feature below the youtube video of every topic where learners can
ask questions or give answers of questions asked by fellow learners if they have knowledge
of respective topic.</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>Do we have to pay any fee to watch the videos ?</h4>
<p>No, EduElex is a completely free platform made with the vision to make learning simple for all
the learners with everything at a single place.
</p>
</div>
</article>
</div>
</section>
<!--================================== END OF FAQ'S ==============================-->
<section class="container testimonials__container swiper mySwiper">
<h2></h2>
<h2>Student's Testimonials</h2>
<div class="swiper-wrapper">
<article class="testimonial swiper-slide">
<div class="avatar">
<img src="Images/dinesh.png">
</div>
<div class="testimonial__info">
<h5>Dinesh Mistri</h5>
<small>Hardware Enthusiast</small>
</div>
<div class="testimonial__body">
<p>
"My experience at EduElex is great and memorable.
I am thankful to EduElex for providing a platform to learn everything at a
single place."
</p>
</div>
</article>
<article class="testimonial swiper-slide">
<div class="avatar">
<img src="Images/bhakti.png">
</div>
<div class="testimonial__info">
<h5>Bhakti Pansare</h5>
<small>Web Developer</small>
</div>
<div class="testimonial__body">
<p>
"It was my immense luck and fortune to find EduElex. It has saved my precious time during
exam days and has also helped me to score great marks in my examinations."
</p>
</div>
</article>
<article class="testimonial swiper-slide">
<div class="avatar">
<img src="Images/vaibhav.jpeg">
</div>
<div class="testimonial__info">
<h5>Vaibhav Ambati</h5>
<small>Programmer</small>
</div>
<div class="testimonial__body">
<p>
"One thing that impressed me about EduElex is if I have a question than I can ask
it in QNA section which is very critical when we are learning online.
It helped me solve my doubts and also to prepare for my exams."
</p>
</div>
</article>
<article class="testimonial swiper-slide">
<div class="avatar">
<img src="Images/swayam.png">
</div>
<div class="testimonial__info">
<h5>Swayam Thanekar</h5>
<small>Game Developer</small>
</div>
<div class="testimonial__body">
<p>
"I liked that the website has module-wise videos and notes PLUS
the QNA section. The Notes were really great and curated."
</p>
</div>
</article>
<article class="testimonial swiper-slide">
<div class="avatar">
<img src="Images/vinay.jpeg">
</div>
<div class="testimonial__info">
<h5>Vinay Bait</h5>
<small>Open Source Enthusiast</small>
</div>
<div class="testimonial__body">
<p>
"The website exceeded my expectations in many regards, especially in the depth of
information provided and the access to the various videos and notes.
With a very user-friendly UI , it became very interesting to learn the concepts."
</p>
</div>
</article>
</div>
<div class="swiper-pagination"></div>
</section>
<!--================================== END OF TESTIMONIALS ==============================-->
<footer>
<div class="container footer__container">
<div class="footer__1">
<a href="index.html" class="footer__logo"><h4>EduElex</h4></a>
<p>
Learn Electronics Subjects at your Comfort.
</p>
</div>
<div class="footer__2">
<h4>Permalinks</h4>
<ul class="permalinks">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="subjects.html">Subjects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer__3">
<h4>Privacy</h4>
<ul class="privacy">
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms and Conditions</a></li>
</ul>
</div>
<div class="footer__4">
<h4>Contact Us</h4>
<div>
<p>+01 234 567 8910</p>
<p>[email protected]</p>
</div>
<ul class="footer__socials">
<li>
<a href="https://facebook.com"><i class="uil uil-facebook-f"></i></a>
</li>
<li>
<a href="https://instagram.com"><i class="uil uil-instagram-alt"></i></a>
</li>
<li>
<a href="https://twitter.com"><i class="uil uil-twitter"></i></a>
</li>
<li>
<a href="https://linkedin.com"><i class="uil uil-linkedin-alt"></i></a>
</li>
</ul>
</div>
</div>
<div class="footer__copyright">
<small>Copyright © EduElex</small>
</div>
</footer>
<!--================================== END OF FOOTER ==============================-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script src="JS/main.js"></script>
<script>
var typed = new Typed(".auto-type", {
strings: ["at your Comfort", "Anytime, Anywhere", "using Videos and Notes."],
typeSpeed: 100,
backSpeed: 100,
backDelay: 1000,
loop: true
})
var swiper = new Swiper(".mySwiper", {
slidesPerView: 1,
spaceBetween: 30,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
// when window width is >= 600px
breakpoints: {
600: {
slidesPerView: 2
}
}
});
</script>
</body>
</html>