NA
1 views
Narayana School - Asansol
Pathak Bari, Asansol, West Bengal 713305
1–12
Classes
1.0
2 reviews
CBSE School
Board
Co-ed
Type
About Narayana School - Asansol
QUICK ENQUIRY Blog News & Events About Us Vision & Mission Why Narayana Accolades & Awards Our Management Academics eKidz eChamps eTechno Sr.Secondary Pedagogy future Edge Layout Uniforms Admission Admission Enquiry Form Online Admissions Fee Payment Digital Initiatives N-Learn N-Connect Robotics Digital Classroom Media nsports More Disha Contact Anthem // Other important pens. // Map: https://codepen.io/themustafaomar/pen/ZEGJeZq // Dashboard: https://codepen.io/themustafaomar/pen/jLMPKm let dropdowns = document.querySelectorAll(".navbar .dropdown-toggler"); let dropdownIsOpen = false; // Handle dropdown menues if (dropdowns.length) { // Usually I don't recommend doing this (adding many event listeners to elements have the same handler) // Instead use event delegation: https://javascript.info/event-delegation // Why: https://gomakethings.com/why-event-delegation-is-a-better-way-to-listen-for-events-in-vanilla-js // But since we only have two dropdowns, no problem with that. dropdowns.forEach((dropdown) => { dropdown.addEventListener("click", (event) => { let target = document.querySelector(`#${event.target.dataset.dropdown}`); if (target) { if (target.classList.contains("show")) { target.classList.remove("show"); dropdownIsOpen = false; } else { target.classList.add("show"); dropdownIsOpen = true; } } }); }); } // Handle closing dropdowns if a user clicked the body window.addEventListener("mouseup", (event) => { if (dropdownIsOpen) { dropdowns.forEach((dropdownButton) => { let dropdown = document.querySelector( `#${dropdownButton.dataset.dropdown}` ); let targetIsDropdown = dropdown == event.target; if (dropdownButton == event.target) { return; } if (!targetIsDropdown && !dropdown.contains(event.target)) { dropdown.classList.remove("show"); } }); } }); // Open links in mobiles function handleSmallScreens() { document.querySelector(".navbar-toggler").addEventListener("click", () => { let navbarMenu = document.querySelector(".navbar-menu"); if (!navbarMenu.classList.contains("active")) { navbarMenu.classList.add("active"); } else { navbarMenu.classList.remove("active"); } }); } handleSmallScreens(); let academic_ticker_speed = 1; // auto generated side menu from top header menu start var topHeaderMenu = $('header nav > ul').clone(); var sideMenu = $('.side-menu-wrap nav'); sideMenu.append(topHeaderMenu); if ($(sideMenu).find('.sub-menu').length != 0) { $(sideMenu).find('.sub-menu').parent().append(''); } // auto generated side menu from top header menu end // close menu when clicked on menu link start // $('.side-menu-wrap nav > ul > li > a').on('click', function () { // sideMenuCloseAction(); // }); // close menu when clicked on menu link end // open close sub menu of side menu start var sideMenuList = $('.side-menu-wrap nav > ul > li > i'); $(sideMenuList).on('click', function() { if (!($(this).siblings('.sub-menu').hasClass('d-block'))) { $(this).siblings('.sub-menu').addClass('d-block'); $(this).addClass("fa-angle-up"); $(this).removeClass("fa-angle-down"); } else { $(this).siblings('.sub-menu').removeClass('d-block'); $(this).addClass("fa-angle-down"); $(this).removeClass("fa-angle-up"); } }); // open close sub menu of side menu end // side menu close start $('.side-menu-close').on('click', function() { if (!($('.side-menu-close').hasClass('closed'))) { $('.side-menu-close').addClass('closed'); } else { $('.side-menu-close').removeClass('closed'); } }); // side menu close end // auto append overlay to body start $('.wrapper').append(''); // auto append overlay to body end // open side menu when clicked on menu button start $('.side-menu-close').on('click', function() { if (!($('.side-menu-wrap').hasClass('opened')) && !($('.custom-overlay').hasClass('show'))) { $('.side-menu-wrap').addClass('opened'); $('.custom-overlay').addClass('show'); } else { $('.side-menu-wrap').removeClass('opened'); $('.custom-overlay').removeClass('show'); } }) // open side menu when clicked on menu button end // close side menu when clicked on overlay start $('.custom-overlay').on('click', function() { sideMenuCloseAction(); }); // close side menu when clicked on overlay end // close side menu when swiped start var isDragging = false, initialOffset = 0, finalOffset = 0; $(".side-menu-wrap") .mousedown(function(e) { isDragging = false; initialOffset = e.offsetX; }) .mousemove(function() { isDragging = true; }) .mouseup(function(e) { var wasDragging = isDragging; isDragging = false; finalOffset = e.offsetX; if (wasDragging) { if (initialOffset > finalOffset) { sideMenuCloseAction(); } } }); // close side menu when swiped end function sideMenuCloseAction() { $('.side-menu-wrap').addClass('open'); $('.wrapper').addClass('freeze'); $('.custom-overlay').removeClass('show'); $('.side-menu-wrap').removeClass('opened'); $('.side-menu-close').removeClass('closed'); $(sideMenuList).siblings('.sub-menu').removeClass('d-block'); } // close side menu when clicked on overlay end // close side menu over 992px start $(window).on('resize', fun
BoardCBSE School
TypeCo-ed
Facilities
Playground
Library
Laboratory
Auditorium
Smart Classrooms
Sports Facilities
Hostel
Transport
Cafeteria
Location Map
Reviews & Ratings
Help parents choose — share your experience
Your honest review helps thousands of families pick the right school. Takes only 1 minute.
1.0
Community Guidelines
- Share your honest, first-hand experience — specifics help more than generalities.
- Be respectful. No abusive language, personal attacks, or unverified claims.
- Avoid sharing private information (phone numbers, names of minors).
- Reviews are moderated before they appear publicly to protect the school's reputation.
Very bad behaviour of facilities. Totally froud school
Questions & Answers
Have a question about admissions, fees, transport, or anything else? Ask the community — parents, alumni, and school staff often reply.
Posting Guidelines
- Ask clearly and politely — respectful questions get helpful answers.
- Keep it relevant to this school. No promotions, spam, or links to unrelated sites.
- Do not post personal info (phone numbers, addresses, minor's full names).
- All posts are moderated. Rude or harmful content is removed to protect the school's reputation.
Ask a new question
No questions yet. Be the first to ask!
Contact Information
Phone+9118001023344
Phone 26302895434
EmailNarayana_logo@2x.png
Email 2info@narayanagroup.com
WebsiteVisit website
AddressPathak Bari, Asansol, West Bengal 713305
Quick Info
Classes1 to 12
LIMITED OFFER
Is this your school? Claim it now!
Get 1 month FREE of our complete school management software worth ₹9,999. No credit card required.
- Student Management & Attendance
- Fee Collection & Online Payments
- Exam, Results & Report Cards
- Parent Communication (SMS + WhatsApp)
- Own Branded Mobile App
- Free Website for Your School
Worth
₹9,999
FREE
for 1 month