Home
About Us
Courses
Check Certificate
Article
Contact Us
Login/Register
Home
About Us
Courses
Check Certificate
Article
Contact Us
Our Course
Home
All Course
Search
Category
Web Designing
Web Development
Full Stack Developer
Data science
Frontend Developer
Backend Developer
Automation Testing
Reach Us
Your Name*
Your Email*
Your Mobile*
Your Subject*
Message*
Send Message
Sort By
All Category
Web Designing
Web Development
Full Stack Developer
Data science
Frontend Developer
Backend Developer
Automation Testing
Showing 15 Courses Available
Web Designing
2 Days Months
0 Students
React.Js
(4.9 /2 Rating)
₹14999.00
₹9999.00
Frontend Developer
6 months Months
0 Students
Node Js
(4.9 /8 Rating)
₹6000.00
₹4000.00
Automation Testing
3 Months Months
0 Students
Selenium
(4.9 /14 Rating)
₹2300.00
₹999.00
Full Stack Developer
7 Months
0 Students
DATA BASE MANAGEMENT
(4.9 /13 Rating)
₹4000.00
₹2000.00
‹
1
2
›
Get in Touch & Advertisement
Send Message
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"); } }); });