-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathindex.html
536 lines (507 loc) · 23.1 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
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
<!DOCTYPE html>
<html lang="en">
<head>
<link
rel="icon"
href="DALL·E 2024-08-28 12.19.31 - A clean and moderately detailed logo for a Sanskrit education website. T.webp"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>मातृबोधः</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="animations.css">
<link rel="stylesheet" href="scontentcss.css">
<link rel="stylesheet" href="footercss.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* Scroll to Top Button */
#scrollToTopBtn {
display: none;
position: fixed;
bottom: 132px;
right: 30px;
height: 55px;
width: 55px;
background-color: rgb(218, 128, 76);
color: white;
border: none;
border-radius: 50%;
padding: 10px;
cursor: pointer;
font-size: 15px;
}
#scrollToTopBtn:hover {
background-color: rgb(218, 128, 76);
}
</style>
</head>
<body>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="animations.css" />
<link rel="stylesheet" href="scontentcss.css" />
<link rel="stylesheet" href="footercss.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
/>
</head>
<body>
<!-- Scroll -->
<div id="scrollButton" class="hidden">
<div class="outer-circle">
<div class="inner-circle">
<div class="arrow">↑</div>
</div>
</div>
</div>
<header>
<nav>
<!-- Wrap the logo text in an anchor tag -->
<a href="#hero" class="logo">मातृबोधः</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="pages/about-page.html">About</a></li>
<li class="dropdown">
<a href="#">Content</a>
<ul class="dropdown-content">
<li><a href="countingpage.html">Counting</a></li>
<li><a href="#">Days</a></li>
<li><a href="activities.html">Activities</a></li>
<li><a href="feedback.html">Feedback</a></li>
</ul>
</li>
<li id="loginlist" ><a href="login.html">Login</a></li>
<li id="profilelist"><a href="profile.html">Profile</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="contact.html" >Contact</a></li>
</ul>
<div class="toggle-menu">☰</div>
</nav>
</header>
<!-- Hero Section -->
<!-- <div class=""> -->
<!-- <section id="hero" class="hero">
<h1 class="wave-text">
<span>मा</span><span>तृ</span><span>बो</span><span>धः</span
><span
><img
id="audio-icon"
src="https://ttdevasthanams.ap.gov.in/muteIcon.svg"
/></span>
</h1>
<h2>
वक्रतुण्ड महाकाय सूर्यकोटि समप्रभ। निर्विघ्नं कुरु मे देव सर्वकार्येषु
सर्वदा॥
</h2>
<p class="subtitle">
A Chariot of Indian Children with Ancient Wisdom for Modern Times
</p>
<a href="#" class="btn">View Services</a>
</section> -->
<!-- </div> -->
<section id="hero" class="hero" >
<div id="heroCarousel" class="carousel slide" data-bs-ride="carousel">
<!-- Carousel Indicators -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#heroCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#heroCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#heroCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<!-- Carousel Content -->
<div class="carousel-inner ">
<!-- Slide 1 -->
<div class="carousel-item active">
<img src="WhatsApp Image 2024-09-24 at 01.04.26_9c5f6797.jpg" class="d-block w-100 carousel-image" alt="Slide 3 Image">
<div class="carousel_caption d-none d-md-block hero-duplicate">
<h1 class="wave-text">
<span>मा</span><span>तृ</span><span>बो</span><span>धः</span
>
<span
><img
id="audio-icon"
src="https://ttdevasthanams.ap.gov.in/muteIcon.svg"
alt="slide1 image"
/></span>
<br>
<br>
</h1>
<h2 >
वक्रतुण्ड महाकाय सूर्यकोटि समप्रभ। निर्विघ्नं कुरु मे देव सर्वकार्येषु
सर्वदा॥
</h2>
<p class="subtitle ">
A Chariot of Indian Children with Ancient Wisdom for Modern Times
</p>
<a href="#" class="btn btn-primary">View Services</a>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<img src="pexels-pixabay-326055.jpg" class="d-block w-100" alt="Slide 2 Image">
<div class="carousel_caption">
<h1 class="wave-text">
<span>मा</span><span>तृ</span><span>बो</span><span>धः</span
><span
><img
id="audio-icon"
src="https://ttdevasthanams.ap.gov.in/muteIcon.svg"
/></span>
<br>
<br>
</h1>
<h2>
वक्रतुण्ड महाकाय सूर्यकोटि समप्रभ। निर्विघ्नं कुरु मे देव सर्वकार्येषु
सर्वदा॥
</h2>
<p class="subtitle ">
A Chariot of Indian Children with Ancient Wisdom for Modern Times
</p>
<a href="#" class="btn btn-primary">View Services</a>
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item">
<img src="WhatsApp Image 2024-09-05 at 23.59.21_11f94952.jpg" class="d-block w-100 carousel-image" alt="Slide 3 Image">
<div class="carousel_caption">
<h1 class="wave-text">
<span>मा</span><span>तृ</span><span>बो</span><span>धः</span
><span
><img
id="audio-icon"
src="https://ttdevasthanams.ap.gov.in/muteIcon.svg"
/></span>
<br>
<br>
</h1>
<h2>
वक्रतुण्ड महाकाय सूर्यकोटि समप्रभ। निर्विघ्नं कुरु मे देव सर्वकार्येषु
सर्वदा॥
</h2>
<p class="subtitle ">
A Chariot of Indian Children with Ancient Wisdom for Modern Times
</p>
<a href="#" class="btn btn-primary">View Services</a>
</div>
</div>
</div>
<!-- Carousel Controls -->
<button class="carousel-control-prev" type="button" data-bs-target="#heroCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#heroCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- Wisdom Section -->
<section id="wisdom" class="wisdom-section">
<div class="wisdom-content">
<h1>मातृबोधः</h1>
<h2>Educating Kids with India's Cultural Heritage</h2>
<p>
Our platform offers an immersive learning experience for children,
blending education with the timeless wisdom of India's rich cultural
traditions. Through interactive lessons, games, and stories, we
introduce kids to the beauty of Sanskrit, ancient Indian mythology,
and values like the Purusharthas. Whether it's learning to count with
the Vedas or exploring the adventures of Hanuman, we provide a fun and
engaging way for children to connect with their heritage. With a focus
on fostering curiosity and cultural pride, our platform creates a
learning environment that inspires young minds.
</p>
<a href="#" class="bt">Get in touch</a>
</div>
<div class="wisdom-image">
<img src="1.jpg" alt="Krishna and Arjuna on chariot" />
</div>
</section>
<section class="content-section" id="content">
<h2 class="section-title">Our Learning Roadmap</h2>
<div class="roadmap">
<div id="roadmapCarousel" class="carousel slide" data-bs-ride="carousel">
<!-- Carousel Indicators -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#roadmapCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#roadmapCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#roadmapCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<!-- Carousel Items -->
<div class="carousel-inner">
<!-- Slide 1 -->
<div class="carousel-item active">
<div class="roadmap-cards-container">
<!-- Roadmap Card 1 -->
<div class="roadmap-card">
<img src="WhatsApp Image 2024-09-13 at 00.42.39_4ba68142.jpg" alt="Beyond Numbers" />
<h3>Beyond Numbers</h3>
<p class="card-text">
Beyond Numbers takes children on an enchanting journey through the cultural significance of numbers in Indian traditions, myths, and festivals. From the Trimurti (3 Gods) and Panchabhutas (5 Elements) to the Dashavatara (10 Avatars of Vishnu), each number holds a deeper meaning. By blending math with culture, it inspires curiosity and helps children discover the profound wisdom hidden in numbers.
</p>
<button class="read-more">Read More</button>
</div>
<!-- Roadmap Card 2 -->
<div class="roadmap-card">
<img src="WhatsApp Image 2024-09-05 at 23.59.21_11f94952.jpg" alt="Cultural Colors" />
<h3>Cultural Colors</h3>
<p class="card-text">
Colors in Indian culture are rich with symbolism, each carrying deep meanings. Red represents strength and passion, as seen in Goddess Durga, while yellow symbolizes knowledge, celebrated in Goddess Saraswati. Blue embodies divinity and calmness, reflected in Lord Krishna. Learn how these colors connect to spiritual and cultural values, bringing vibrancy to Indian traditions.
</p>
<button class="read-more">Read More</button>
</div>
<!-- Roadmap Card 3 -->
<div class="roadmap-card">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Nurmahal_Sarai_Mughal_Heritage_Punjab_India.JPG/1280px-Nurmahal_Sarai_Mughal_Heritage_Punjab_India.JPG" alt="Heritage Map" />
<h3>Heritage Map</h3>
<p class="card-text">
Embark on a virtual journey across India's diverse regions and explore its rich heritage. From ancient temples to monumental landmarks, the Heritage Map offers an interactive way for children to discover historical sites and learn about their cultural and spiritual significance. Dive into the fascinating stories behind each iconic place and understand India’s glorious past.
</p>
<button class="read-more">Read More</button>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<div class="roadmap-cards-container">
<!-- Roadmap Card 4 -->
<div class="roadmap-card">
<img src="diya.jpg" alt="Festival Journey" />
<h3>Festival Journey</h3>
<p class="card-text">
Explore the magic of India’s festivals, where every celebration has a unique story. From Diwali’s lights to Holi’s colors, learn about the customs, values, and traditions behind each festival. Interactive activities and virtual celebrations make this journey both educational and enjoyable, bringing the spirit of India’s festivals to life.
</p>
<button class="read-more">Read More</button>
</div>
<!-- Roadmap Card 5 -->
<div class="roadmap-card">
<img src="sanskrit.png" alt="Sanskrit Stories" />
<h3>Sanskrit Stories</h3>
<p class="card-text">
Step into the world of Sanskrit through enchanting stories from the Panchatantra and Hitopadesha. As children explore these timeless tales, they’ll learn basic Sanskrit words and phrases, unlocking the wisdom of ancient India. Interactive exercises make the learning process fun, allowing children to engage with language while appreciating its cultural importance.
</p>
<button class="read-more">Read More</button>
</div>
<!-- Roadmap Card 6 -->
<div class="roadmap-card">
<img src="yoga.png" alt="Yoga for Kids" />
<h3>Yoga for Kids</h3>
<p class="card-text">
Introduce kids to yoga with simple, fun asanas and breathing exercises! Each pose is paired with a story from Indian mythology, such as Hanuman’s leap or the serpent Vasuki, making the practice both enjoyable and meaningful. Kids will build flexibility, focus, and mindfulness while connecting with ancient Indian wellness traditions.
</p>
<button class="read-more">Read More</button>
</div>
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item">
<div class="roadmap-cards-container">
<!-- Roadmap Card 7 -->
<div class="roadmap-card">
<img src="rangoli.jpg" alt="Art & Crafts" />
<h3>Art & Crafts</h3>
<p class="card-text">
Unleash creativity with traditional Indian arts and crafts! From Rangoli designs to Madhubani painting, children can create beautiful artwork while learning about the cultural significance of each art form. Explore the rich history and stories behind these crafts, giving kids a deeper connection to India’s artistic heritage.
</p>
<button class="read-more">Read More</button>
</div>
<!-- Roadmap Card 8 -->
<div class="roadmap-card">
<img src="mythology.png" alt="Mythological Heroes" />
<h3>Mythological Heroes</h3>
<p class="card-text">
Meet India’s mythological heroes and dive into their inspiring adventures! From Rama’s valor to Arjuna’s devotion, each hero represents timeless values like righteousness, courage, and wisdom. Through interactive quizzes and games, children will engage with these legendary figures, making the stories come alive in an exciting way.
</p>
<button class="read-more">Read More</button>
</div>
<!-- Roadmap Card 9 -->
<div class="roadmap-card">
<img src="aryabhatta.png" alt="Science in Tradition" />
<h3>Science in Tradition</h3>
<p class="card-text">
Discover the science embedded in India’s ancient traditions! From Ayurveda’s holistic approach to health to the precision of ancient astronomy, children can explore how our ancestors applied scientific principles in daily life. Learn how traditions like these laid the groundwork for modern scientific thinking and continue to inspire us today.
</p>
<button class="read-more">Read More</button>
</div>
</div>
</div>
</div>
<!-- Carousel Controls -->
<button class="carousel-control-prev" type="button" data-bs-target="#roadmapCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#roadmapCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<button id="scrollToTopBtn" onclick="scrollToTop()">
<i class="fas fa-arrow-up fa-xl"></i>
</button>
<button id="scrollToTopBtn" onclick="scrollToTop()">↑</button>
<!-- Footer Section -->
<footer class="main-footer">
<div class="footer-content">
<div class="footer-section">
<h3>मातृबोधः</h3>
<p>
Educating children through India's timeless wisdom and cultural
heritage.
</p>
<div class="social-links">
<a
href="https://github.com/Anjaliavv51/Matrubodhah"
target="_blank"
aria-label="Facebook"
><i class="fab fa-facebook"></i
></a>
<a
href="https://github.com/Anjaliavv51/Matrubodhah"
target="_blank"
aria-label="Twitter"
><i class="fab fa-twitter"></i
></a>
<a
href="https://github.com/Anjaliavv51/Matrubodhah"
target="_blank"
aria-label="Instagram"
><i class="fab fa-instagram"></i
></a>
<a
href="https://github.com/Anjaliavv51/Matrubodhah"
target="_blank"
aria-label="YouTube"
><i class="fab fa-youtube"></i
></a>
<a
href="https://github.com/Anjaliavv51/Matrubodhah"
target="_blank"
aria-label="Linkedin"
><i class="fa-brands fa-linkedin-in"></i
></a>
</div>
<!-- GitHub Star Button -->
<div class="github-star">
<a href="https://github.com/Anjaliavv51/Matrubodhah" target="_blank">
<i class="fab fa-github"></i> Star on GitHub
</a>
</div>
</div>
<div class="footer-section">
<h4>Quick Links <div class="underline"><span></span></div></h4>
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="#wisdom">About Us</a></li>
<li><a href="#content">Our Courses</a></li>
<li><a href="#hero">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Learning Paths <div class="underline"><span></span></div></h4>
<ul>
<li><a href="countingpage.html">Counting</a></li>
<li><a href="#hero">Days</a></li>
<li><a href="#hero">Activities</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Newsletter <div class="underline"><span></span></div></h4>
<form>
<i class="fas fa-envelope"></i>
<input type="email" placeholder="Enter your email id" required>
<button type="submit"><i class="fas fa-arrow-right"></i></button>
</form>
<br>
<h4>Contact Us <div class="underline"><span></span></div></h4>
<ul class="contact-info">
<li>
<i class="fas fa-envelope"></i
><a href="mailto:[email protected]">[email protected]</a>
</li>
<li><i class="fas fa-map-marker-alt"></i><span>India</span></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>
© 2024 मातृबोधः. Made with <span class="heart">❤️</span> by
<a href="https://github.com/Anjaliavv51/Matrubodhah" target="_blank"
>@Sakthi</a
>
</p>
</div>
</footer>
<script
src="//code.tidio.co/5w3m6cpl10rvqjkkmhv1nx8p0fqloyq6.js"
async
></script>
<script src="scrollscript.js"></script>
<script src="audio.js"></script>
<!-- Scroll to Top Button -->
<script>
const scrollButton = document.getElementById('scrollButton');
const outerCircle = document.querySelector('.outer-circle');
const arrow = document.querySelector('.arrow');
// Function to handle scroll behavior
window.addEventListener('scroll', () => {
const scrollTop = window.scrollY;
const scrollHeight = document.documentElement.scrollHeight - window.innerHeight;
const scrollProgress = (scrollTop / scrollHeight) * 360;
// Show button after scrolling 7-8 lines (~100px)
if (scrollTop > 100) {
scrollButton.classList.add('visible');
} else {
scrollButton.classList.remove('visible');
}
// Update the circular progress
outerCircle.style.setProperty('--scroll-progress', `${scrollProgress}deg`);
});
// Scroll-to-top functionality
scrollButton.addEventListener('click', () => {
window.scrollTo({ top: 0, behavior: 'smooth' });
});
</script>
</body>
</html>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="index.js"></script>
<script src="roadmap.js"></script>
<script>
document.querySelectorAll('.read-more').forEach(button => {
button.addEventListener('click', () => {
const cardText = button.previousElementSibling;
if (cardText.classList.contains('collapsed')) {
cardText.classList.remove('collapsed');
cardText.classList.add('expanded');
button.textContent = "Read Less";
} else {
cardText.classList.remove('expanded');
cardText.classList.add('collapsed');
button.textContent = "Read More";
}
});
});
</script>
<script>
const login = document.getElementById("loginlist")
const profile = document.getElementById("profilelist")
if (localStorage.getItem("token")) {
console.log("user logged in")
login.style.display = "none"
profile.style.display="block"
}else{
console.log("user not logged in")
login.style.display = "block"
profile.style.display="none"
}
</script>
</body>
</html>