forked from yatulearn/yatulearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
453 lines (429 loc) · 19.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="YATU Learn - Your go-to platform for learning and exploring various educational resources.">
<meta name="keywords" content="YATU Learn, Education, Learning, Web Development, Data Structures, Algorithms, AI, ML, Cyber Security, Operating Systems, Networking">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="css/sidebar.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="icon" href="./assets/images/YATU Learn - YL icon Black (2).png" type="image/x-icon">
<title>YATU Learn</title>
<style>
.chatbot-container {
position: fixed;
bottom: 20px; /* Adjust as needed */
right: 20px; /* Adjust as needed */
z-index: 1000; /* Ensure it appears above other elements */
}
.chatbot-button {
background-color: #007bff; /* Change to your preferred color */
border: none;
border-radius: 50%;
padding: 5px; /* Smaller padding */
cursor: pointer;
position: relative;
width: 50px; /* Adjusted size */
height: 50px; /* Adjusted size */
}
.chatbot-button img {
width: 30px; /* Adjusted image size */
height: 30px; /* Adjusted image size */
}
.tooltip-text {
display: none; /* Hide by default */
position: absolute;
bottom: 100%; /* Position above the button */
right: 50%;
transform: translateX(50%);
background-color: #333; /* Background color for tooltip */
color: #fff; /* Tooltip text color */
padding: 5px;
border-radius: 5px;
white-space: nowrap; /* Prevent text from wrapping */
}
.chatbot-button:hover .tooltip-text {
display: block; /* Show on hover */
}
</style>
</head>
<body>
<nav class="main-nav" role="navigation">
<div class="main_logo">
<div class="logo">
<a href="index.html"><img src="assets/images/YATU Learn - YL icon Black (2).png" alt="YATU Learn Logo" height="40px" width="50px"></a>
<button id="backToTop" style="display: none;">Back to Top</button>
<nav class="main-nav">
<div class="main_logo">
<div class="logo">
<a href="index.html"
><img
src="assets/images/YATU Learn - YL icon Black (2).png"
alt=""
height="40px"
width="50px"
/></a>
</div>
</div>
<input type="checkbox" id="check" />
<label for="check" class="checkbtn"
><i class="fa-solid fa-bars"></i
></label>
<i class="fa-solid fa-xmark"></i>
<ul class="hemburger-dropdown">
<a href="index.html" class="Courses btn-home"
>Home<i
class="gfg-icon gfg-icon-black-up-carrot"
style="float: right; margin-right: -12px; line-height: 1.5"
></i
></a>
<div class="dropdown1qp">
<a href="pages/yatu_learn_qp.html" class="qp">
<span>Question Papers<i class="fa-solid fa-angle-down"></i></span
></a>
<div class="dropdown-content1qp">
<h2>CSE</h2>
<div class="links">
<a href="pages/yatu_learn_qp.html#border1">1st Sem</a>
<a href="pages/yatu_learn_qp.html#border2">2nd Sem</a>
<a href="pages/yatu_learn_qp.html#border3">3rd Sem</a>
<a href="pages/yatu_learn_qp.html#border4">4th Sem</a>
<a href="pages/yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>IT</h2>
<div class="links">
<a href="pages/yatu_learn_qp.html#border1">1st Sem</a>
<a href="pages/yatu_learn_qp.html#border2">2nd Sem</a>
<a href="pages/yatu_learn_qp.html#border3">3rd Sem</a>
<a href="pages/yatu_learn_qp.html#border4">4th Sem</a>
<a href="pages/yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>ECE</h2>
<div class="links">
<a href="pages/yatu_learn_qp.html#border1">1st Sem</a>
<a href="pages/yatu_learn_qp.html#border2">2nd Sem</a>
<a href="pages/yatu_learn_qp.html#border3">3rd Sem</a>
<a href="pages/yatu_learn_qp.html#border4">4th Sem</a>
<a href="pages/yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>MECH</h2>
<div class="links">
<a href="pages/yatu_learn_qp.html#border1">1st Sem</a>
<a href="pages/yatu_learn_qp.html#border2">2nd Sem</a>
<a href="pages/yatu_learn_qp.html#border3">3rd Sem</a>
<a href="pages/yatu_learn_qp.html#border4">4th Sem</a>
<a href="pages/yatu_learn_qp.html#border5">5th Sem</a>
</div>
</div>
<input type="checkbox" id="check">
<label for="check" class="checkbtn"><i class="fa-solid fa-bars"></i></label>
<i class="fa-solid fa-xmark"></i>
<ul class="hemburger-dropdown">
<li><a href="index.html" class="Courses btn-home">Home<i class="gfg-icon gfg-icon-black-up-carrot" style="float: right; margin-right: -12px; line-height: 1.5"></i></a></li>
<li class="dropdown1qp">
<a href="pages/yatu_learn_qp.html" class="qp"><span>Question Papers<i class="fa-solid fa-angle-down"></i></span></a>
<div class="dropdown-content1qp">
<h2>CSE</h2>
<div class="links">
<a href="pages/yatu_learn_qp.html#border1">1st Sem</a>
<a href="pages/yatu_learn_qp.html#border2">2nd Sem</a>
<a href="pages/yatu_learn_qp.html#border3">3rd Sem</a>
<a href="pages/yatu_learn_qp.html#border4">4th Sem</a>
<a href="pages/yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>IT</h2>
<div class="links">
<a href="pages/yatu_learn_qp.html#border1">1st Sem</a>
<a href="pages/yatu_learn_qp.html#border2">2nd Sem</a>
<a href="pages/yatu_learn_qp.html#border3">3rd Sem</a>
<a href="pages/yatu_learn_qp.html#border4">4th Sem</a>
<a href="pages/yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>ECE</h2>
<div class="links">
<a href="pages/yatu_learn_qp.html#border1">1st Sem</a>
<a href="pages/yatu_learn_qp.html#border2">2nd Sem</a>
<a href="pages/yatu_learn_qp.html#border3">3rd Sem</a>
<a href="pages/yatu_learn_qp.html#border4">4th Sem</a>
<a href="pages/yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>MECH</h2>
<div class="links">
<a href="pages/yatu_learn_qp.html#border1">1st Sem</a>
<a href="pages/yatu_learn_qp.html#border2">2nd Sem</a>
<a href="pages/yatu_learn_qp.html#border3">3rd Sem</a>
<a href="pages/yatu_learn_qp.html#border4">4th Sem</a>
<a href="pages/yatu_learn_qp.html#border5">5th Sem</a>
</div>
</div>
</li>
<li><a href="pages/yatu_learn_notes.html" class="btn-notes">Notes</a></li>
<li><a href="pages/yatu_learn_about.html" class="About btn-about">About</a></li>
</ul>
<button class="btn">
<a href="https://forms.gle/v4cY8FfyyhuJnWeSA">Doubts</a>
</button>
</nav>
<main>
<a href="pages/yatu_learn_notes.html"><div class="imag"><img src="assets/images/home banner.png" alt="Home banner displaying YATU Learn courses"></div></a>
</main>
<section style="margin: 80px 0">
<div class="block1">
<div class="card common" style="background-image: url(./assets/application-smartphone-business.png);">
<div class="gradient-bg">
<p class="heading">Web Development</p>
</div>
<div class="btn">
<a href="pages/yatu_learn_wd.html"><button>Explore</button></a>
</div>
</div>
<div class="cardqp common" style="background-image: url(./assets/data-structures-and-algorithms.png);">
<div class="gradient-bg">
<p class="heading">Data Structure <br>& Algorithm</p>
</div>
<div class="btn">
<a href="pages/yatu_learn_dsa.html"><button>Explore</button></a>
</div>
</div>
<div class="cardwd common" style="background-image: url(./assets/1704439037481.png)">
<div class="gradient-bg">
<p class="heading">Artificial Intelligence<br>& Machine Learning</p>
</div>
<div class="btn">
<a href="pages/yatu_learn_aiml.html"><button>Explore</button></a>
</div>
</div>
<div class="cardp common" style="background-image: url(./assets/lock-network-technology-concept.png);">
<div class="gradient-bg">
<p class="heading">Cyber Security</p>
</div>
<div class="btn">
<a href="pages/yatu_learn_cs.html"><button>Explore</button></a>
</div>
</div>
<div class="card1 common" style="background-image: url(./assets/kazan-russia-april-11-2017-260nw.png);">
<div class="gradient-bg">
<p class="heading">Operating System</p>
</div>
<div class="btn">
<a href="pages/yatu_learn_os.html"><button>Explore</button></a>
</div>
</div>
<div class="card2 common" style="background-image: url(./assets/CN-1.png)">
<div class="gradient-bg">
<p class="heading">Computer Network</p>
</div>
<div class="btn">
<a href="pages/yatu_learn_cn.html"><button>Explore</button></a>
</div>
</div>
</div>
</section>
<div class="roadmap">
<div class="roadmap_btns">
<button class="btn_web" onclick="setActive(this)">Web Development</button>
<button class="btn_dsa" onclick="setActive(this)">DSA</button>
<button class="btn_cs" onclick="setActive(this)">Cyber Security</button>
</div>
<div class="roadmap_imgs">
<img class="img1" src="assets/images/Ms roadmap.png" alt="Web Development Roadmap" height="280px" width="350px">
<img class="img2" src="assets/images/DSA.png" alt="DSA Roadmap" height="280px" width="350px">
<img class="img3" src="assets/images/Cyber Security.png" alt="Cyber Security Roadmap" height="280px" width="350px">
<img class="img4" src="assets/images/AI.png" alt="AI Roadmap" height="280px" width="350px">
<img class="img5" src="assets/images/Functions-of-Operating-System-2.jpg.webp" alt="Operating System Roadmap" height="280px" width="350px">
<img class="img6" src="assets/images/cn roadmap.png" alt="Computer Network Roadmap" height="280px" width="350px">
</div>
<div class="roadmap_btns_right">
<button class="btn_ai" onclick="setActive(this)">AI ML</button>
<button class="btn_os" onclick="setActive(this)">Operating System</button>
<button class="btn_cn" onclick="setActive(this)">Computer Network</button>
</div>
</div>
<script src="js/yatu_learn_script.js" crossorigin=""></script>
</body>
<button id="backToTopBtn" class="back-to-top">↑</button>
<a href="chatbot.html">
<div class="fixed bottom-0 right-2 chatbot-container">
<button class="chatbot-button group">
<img class="h-20" src="chatbot.gif" alt="chatbot" />
<span class="tooltip-text">
Welcome to Yatulearn<br />
How can I help You?
</span>
</button>
</div>
</a>
<footer>
<div class="flex_align">
<div class="box1">
<div class="logo">
<a href="#" id="scrollUpLink"
><img
src="assets/images/YL_Black-removebg-preview2.png"
alt=""
height="110px"
width="200px"
/></a>
</div>
<div class="header same">
<p>Explore</p>
<a href="#" id="scrollUpLink">Home</a>
<a href="pages/yatu_learn_qp.html">Papers</a>
<a href="pages/yatu_learn_notes.html">Notes</a>
<a href="pages/yatu_learn_about.html">About</a>
<a href="#" id="rateUsBtn">Rate Us</a>
</div>
<!-- Modify the existing Rate Us Popup -->
<div id="rateUsPopup" class="popup">
<div class="popup-content">
<span class="close">×</span>
<h2>Rate Us</h2>
<form id="rateUsForm">
<div class="rating">
<input type="radio" id="star5" name="rating" value="5" required>
<label for="star5" title="Excellent"></label>
<input type="radio" id="star4" name="rating" value="4">
<label for="star4" title="Very Good"></label>
<input type="radio" id="star3" name="rating" value="3">
<label for="star3" title="Good"></label>
<input type="radio" id="star2" name="rating" value="2">
<label for="star2" title="Fair"></label>
<input type="radio" id="star1" name="rating" value="1">
<label for="star1" title="Poor"></label>
</div>
<textarea id="comments" name="comments" rows="4" placeholder="Your feedback (optional)"></textarea>
<button type="submit">Submit</button>
</form>
</div>
</div>
<!-- Add this after the rate us form -->
<div id="thankYouMessage" class="thank-you-message">
<p>Thank you for your feedback!</p>
</div>
<!-- CSS for Popup -->
<style>
.popup {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
.popup-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 500px;
border-radius: 10px;
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover, .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
button {
margin-top: 10px;
}
.thank-you-message {
text-align: center;
padding: 20px;
background-color: #4CAF50; /* Green background */
color: white;
border-radius: 10px;
margin: 20px 0;
}
</style>
<!-- JavaScript to Handle Popup -->
<script>
// Get elements
const rateUsBtn = document.getElementById('rateUsBtn');
const rateUsPopup = document.getElementById('rateUsPopup');
const closePopup = document.querySelector('.close');
// Show popup when "Rate Us" is clicked
rateUsBtn.onclick = function () {
rateUsPopup.style.display = 'block';
}
// Close popup when "X" is clicked
closePopup.onclick = function () {
rateUsPopup.style.display = 'none';
}
// Close popup when clicking outside the form
window.onclick = function (event) {
if (event.target == rateUsPopup) {
rateUsPopup.style.display = 'none';
}
}
// Prevent page reload on form submission and show Thank You message
document.getElementById('rateUsForm').addEventListener('submit', function(event) {
event.preventDefault(); // Prevents the page from refreshing
// Show the Thank You message
document.getElementById('thankYouMessage').style.display = 'block';
// Automatically close the popup after submission
rateUsPopup.style.display = 'none';
// Optionally, hide the form after submission
document.getElementById('rateUsForm').style.display = 'none';
// Automatically close the Thank You message after 2 seconds
setTimeout(function() {
document.getElementById('thankYouMessage').style.display = 'none';
}, 1000); // 1000 milliseconds = 2 seconds
});
</script>
<div class="policies same">
<div class="policy">
<p>policy</p>
<a href="pages/privacy_learn.html">Privacy policy</a>
<a href="pages/yatu_learn_about.html#contact">Contact Us</a>
</div>
<div class="media">
<p>Social:</p>
<div class="icon_flex">
<a
href="https://www.linkedin.com/company/yatulearn/"
class="linkedin"
><i class="fa-brands fa-linkedin"></i
></a>
<a href="https://www.instagram.com/yatulearn/" class="instagram"
><i class="fa-brands fa-instagram"></i
></a>
<a href="https://www.youtube.com/@YATU_Store" class="youtube"
><i class="fa-brands fa-youtube"></i
></a>
<a href="https://x.com/yatulearn" class="twitter"
><i class="fa-brands fa-x-twitter"></i
></a>
</div>
</div>
</div>
<div class="course_flex">
<div class="courses">
<p>Courses:</p>
<div class="courses_link">
<a href="pages/yatu_learn_wd.html">Web Dev</a>
<a href="pages/yatu_learn_dsa.html">DSA</a>
<a href="pages/yatu_learn_aiml.html">AI ML</a>
<a href="pages/yatu_learn_cs.html">Cyber Security</a>
<a href="pages/yatu_learn_os.html">Operating System</a>
<a href="pages/yatu_learn_cn.html">Networking</a>
</div>
</div>
</div>
<div class="horizontal_line"></div>
<div class="copyright">
<p>© 2024 YATU Learn. All Rights Reserved.</p>
</div>
</footer>
<script src="js/script.js"></script>
</html>