Reach Us
Sort By
Showing 15 Courses Available
course
3 Months
17 Students
HTML
(4.9 /16 Rating)
₹599.00 ₹299.00
course
1 Months
17 Students
CSS
(4.9 /3 Rating)
₹5999.00 ₹2999.00
course
3 Months
16 Students
Frontend Development
(4.9 /9 Rating)
₹18000.00
course
3 Months
8 Students
Node.Js
(4.9 /18 Rating)
₹7999.00 ₹6999.00
course
2 Months
4 Students
JavaScript
(4.9 /12 Rating)
₹7999.00 ₹5999.00
course
12 Months
3 Students
DATA STRUCTURE ALGO
(4.9 /6 Rating)
₹8000.00 ₹7000.00
course
6 Months
2 Students
MERN
(4.9 /11 Rating)
₹59999.00 ₹34999.00
course
12 months Months
1 Students
Data Visualization
(4.9 /10 Rating)
₹9000.00 ₹7000.00
course
12 months Months
1 Students
Java
(4.9 /6 Rating)
₹8900.00 ₹5600.00
document.addEventListener("DOMContentLoaded", function() { const menuBtn = document.getElementById("menu-btn"); const offcanvasArea = document.querySelector(".bd-offcanvas-area"); const closeBtn = document.querySelector(".bd-offcanvas-close-icon"); // Toggle menu open menuBtn.addEventListener("click", function() { offcanvasArea.classList.toggle("info-open"); document.body.classList.toggle("offcanvas-open"); // optional body lock }); // Close menu when clicking the X button closeBtn.addEventListener("click", function() { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); }); // Optional: Close when clicking outside offcanvasArea.addEventListener("click", function(e) { if (e.target === offcanvasArea) { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); } }); });