X7ROOT File Manager
Current Path:
/home/u126090504/domains/chanakyahss.org.in/public_html
home
/
u126090504
/
domains
/
chanakyahss.org.in
/
public_html
/
📄
+2science.php
(6.75 KB)
📁
..
📄
about.php
(11.62 KB)
📄
achievers.php
(5.62 KB)
📁
admin
📄
application-form.php
(9.65 KB)
📁
assets
📁
chanayak
📄
config.php
(1.16 KB)
📄
contact.php
(8.18 KB)
📄
contactdb.php
(796 B)
📄
course.php
(43.71 KB)
📄
dmlt.php
(5.61 KB)
📄
downloads.php
(2.94 KB)
📄
facilities.php
(5.33 KB)
📄
faculty.php
(4.09 KB)
📄
footer.php
(8.19 KB)
📄
future (2).zip
(59.78 MB)
📄
gallery.php
(4.25 KB)
📄
gnm.php
(6.5 KB)
📄
header.php
(11.33 KB)
📄
index.php
(47.35 KB)
📁
lib
📄
peret.php
(266.87 KB)
📄
principal's-message.php
(3.11 KB)
📄
public-disclosure.php
(3.53 KB)
📁
qrcodes
📄
syllabus.php
(2.7 KB)
📄
thank-you.php
(1.28 KB)
📄
time-table.php
(2.25 KB)
📄
u126090504_future (2).sql
(29.78 KB)
📄
u126090504_future.sql
(29.78 KB)
📁
uploads
Editing: header.php
<!DOCTYPE html> <html lang="en"> <head> <!-- ====================== --> <!-- HOME PAGE SEO META --> <!-- ====================== --> <!-- Basic Meta --> <title>Best +2 Science Residential College in Balasore | Chanakya Higher Secondary School</title> <meta name="description" content="Chanakya Higher Secondary School is the best +2 Science residential college in Balasore offering CHSE Odisha curriculum with integrated JEE & NEET coaching, expert faculty, modern facilities, and hostel. Apply now for admission."> <meta name="keywords" content="+2 Science College in Balasore, Residential Science College Odisha, Best NEET Coaching Balasore, JEE Coaching with +2 Science, CHSE Odisha Science College, Chanakya Higher Secondary School"> <!-- Open Graph / Facebook --> <meta property="og:title" content="Best +2 Science Residential College in Balasore | Chanakya Higher Secondary School"> <meta property="og:description" content="Join Chanakya Higher Secondary School for +2 Science with integrated JEE & NEET coaching, expert faculty, and residential facilities."> <meta property="og:image" content="https://chanakyahss.org.in/assets/img/logo/logo.png"> <meta property="og:url" content="https://chanakyahss.org.in/"> <meta property="og:type" content="website"> <!-- Canonical URL --> <link rel="canonical" href="https://chanakyahss.org.in/"> <!-- Schema Markup --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Residential +2 Science College", "name": "Chanakya Higher Secondary School", "address": { "@type": "PostalAddress", "streetAddress": "Azimabad", "addressLocality": "Balasore", "addressRegion": "Odisha", "postalCode": "756001", "addressCountry": "India" }, "telephone": "+91-9124565521", "url": "https://chanakyahss.org.in/", "image": "https://chanakyahss.org.in/assets/img/logo/logo.png", "description": "Join Chanakya Higher Secondary School for +2 Science with integrated JEE & NEET coaching, expert faculty, and residential facilities.", "sameAs": [ "https://facebook.com/", "https://instagram.com/", "https://youtube.com/" ] } </script> <!-- favicon --> <link rel="icon" type="image/x-icon" href="assets/img/logo/favicon.png"> <!-- css --> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/css/all-fontawesome.min.css"> <link rel="stylesheet" href="assets/css/animate.min.css"> <link rel="stylesheet" href="assets/css/magnific-popup.min.css"> <link rel="stylesheet" href="assets/css/owl.carousel.min.css"> <link rel="stylesheet" href="assets/css/style.css"> <style> /* Make sure this loads after theme CSS so it overrides defaults */ /* full-bleed hero — works even if inside container: */ .hero-section{ position: relative; width: 100vw; /* full viewport width */ left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; overflow: hidden; z-index: 1; } /* slider basic */ .hero-slider { position: relative; } /* each slide */ .hero-single{ min-height: 600px; /* desktop height */ display: flex; align-items: center; justify-content: center; background-size: cover; /* important! makes image cover area */ background-position: center center; background-repeat: no-repeat; position: relative; } /* optional dark overlay to make foreground text/icons visible */ .hero-single::before{ display: none; } /* If you want content above overlay, place in a child with z-index > 1 */ .hero-single > * { position: relative; z-index: 2; } /* Owl nav styling (circular grey buttons like your screenshot) */ .hero-section .owl-nav .owl-prev, .hero-section .owl-nav .owl-next { position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; background: rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.25); z-index: 5; transition: background .2s, transform .15s; } .hero-section .owl-nav .owl-prev:hover, .hero-section .owl-nav .owl-next:hover{ background: rgba(0,0,0,0.5); transform: translateY(-50%) scale(1.03); } .hero-section .owl-nav .owl-prev { left: 24px; } .hero-section .owl-nav .owl-next { right: 24px; } /* hide default text of nav if using icons */ .hero-section .owl-nav .owl-prev span, .hero-section .owl-nav .owl-next span { display: none; } /* Responsive heights */ @media (max-width: 1199px) { .hero-single { min-height: 520px; } } @media (max-width: 991px) { .hero-single { min-height: 420px; } } @media (max-width: 767px) { .hero-single { min-height: 320px; } /* mobile: nav buttons inside slide to avoid overlapping header */ .hero-section .owl-nav .owl-prev { left: 12px; } .hero-section .owl-nav .owl-next { right: 12px; } } /* If your header is fixed and overlapping, make sure header z-index is higher than slider elements or add top padding to body equal to header height as necessary. Example: */ .site-header { z-index: 1000; } /* adjust selector to match your header */ </style> <script> $(document).ready(function(){ $('.hero-slider').owlCarousel({ items: 1, loop: true, margin: 0, nav: true, dots: false, autoplay: true, autoplayTimeout: 6000, autoplayHoverPause: true, smartSpeed: 700, navText: [ '<i class="fa fa-arrow-left" aria-hidden="true"></i>', '<i class="fa fa-arrow-right" aria-hidden="true"></i>' ], responsive: { 0: { items: 1 }, 768: { items: 1 }, 992: { items: 1 } } }); }); </script> </head> <body> <!-- preloader --> <div class="preloader"> <div class="loader-book"> <div class="loader-book-page"></div> <div class="loader-book-page"></div> <div class="loader-book-page"></div> </div> </div> <!-- preloader end --> <!-- header area --> <header class="header"> <!-- header top --> <div class="header-top"> <div class="container"> <div class="header-top-wrap"> <div class="header-top-left"> <div class="header-top-social"> <span>Follow Us: </span> <a href="#"><i class="fab fa-facebook-f"></i></a> <a href="#"><i class="fab fa-instagram"></i></a> <a href="#"><i class="fab fa-youtube"></i></a> <a href="#"><i class="fab fa-whatsapp"></i></a> </div> </div> <div class="header-top-right"> <div class="header-top-contact"> <ul> <li> <a href="#"><i class="far fa-location-dot"></i>Azimabad, Balasore – 756001, Odisha</a> </li> <li> <a href="https://live.themewild.com/cdn-cgi/l/email-protection#660f08000926031e070b160a034805090b"><i class="far fa-envelopes"></i> <span class="__cf_email__" data-cfemail="e980878f86a98c91888499858cc78a8684">chssbalasore@gmail.com</span></a> </li> <li> <a href="tel:9124565521"><i class="far fa-phone-volume"></i> 9124565521 | 9124565522</a> </li> </ul> </div> </div> </div> </div> </div> <div class="main-navigation"> <nav class="navbar navbar-expand-lg"> <div class="container position-relative"> <a class="navbar-brand" href="index.php"> <img src="assets/img/logo/logo.png" alt="logo" style="width: 280px;"> </a> <div class="mobile-menu-right"> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main_nav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-mobile-icon"><i class="far fa-bars"></i></span> </button> </div> <div class="collapse navbar-collapse" id="main_nav"> <ul class="navbar-nav"> <li class="nav-item"><a class="nav-link" href="index.php">Home</a></li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Profile</a> <ul class="dropdown-menu fade-down"> <li><a class="dropdown-item" href="about.php">About us</a></li> <li><a class="dropdown-item" href="principal's-message.php">Principal's Message</a></li> </ul> </li> <li class="nav-item"><a class="nav-link" href="+2science.php">+2 Science</a></li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Academic</a> <ul class="dropdown-menu fade-down"> <li><a class="dropdown-item" href="faculty.php">Faculty</a></li> <li><a class="dropdown-item" href="achievers.php">Achievers</a></li> <li><a class="dropdown-item" href="syllabus.php">Syllabus</a></li> <li><a class="dropdown-item" href="time-table.php">Time Table</a></li> <li><a class="dropdown-item" href="public-disclosure.php">Public Disclosure</a></li> <li><a class="dropdown-item" href="downloads.php">Downloads</a></li> </ul> </li> <li class="nav-item"><a class="nav-link" href="facilities.php">Facilities</a></li> <li class="nav-item"><a class="nav-link" href="gallery.php">Gallery</a></li> <li class="nav-item"><a class="nav-link" href="contact.php">Contact</a></li> <li class="nav-item" style="margin-top:2%;"> <a href="application-form.php" class="theme-btn"><span class="fal fa-pencil"></span>Apply Now</a></li> </ul> </div> </div> </nav> </div> </header> <!-- header area end -->
Upload File
Create Folder