Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DJM Convent School | Quality Education by Expert Teachers</title>
<style>
:root { --navy: #003399; --gold: #ffd700; --accent: #d9534f; --white: #ffffff; }
body { font-family: 'Segoe UI', Arial, sans-serif; margin: 0; background: #fdfdfd; color: #333; line-height: 1.6; }
header { background: var(--navy); color: white; padding: 40px 20px; text-align: center; border-bottom: 5px solid var(--gold); }
nav { background: #111; padding: 15px; text-align: center; position: sticky; top: 0; z-index: 1000; }
nav a { color: white; margin: 0 15px; text-decoration: none; font-weight: bold; font-size: 0.9rem; letter-spacing: 1px; }
.container { max-width: 1100px; margin: auto; padding: 20px; }
.feature-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.07); margin-bottom: 30px; border-top: 5px solid var(--navy); }
h2 { color: var(--navy); margin-top: 0; }
/* Faculty Section */
.faculty-highlight { background: #eef2f7; border-left: 6px solid var(--navy); padding: 20px; border-radius: 8px; margin-bottom: 20px; }
.transport-box { background: #fff9e6; border: 2px solid var(--gold); padding: 20px; border-radius: 10px; display: flex; align-items: center; gap: 20px; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; }
.gallery img { width: 100%; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.15); transition: 0.3s; }
footer { background: var(--navy); color: white; text-align: center; padding: 40px 20px; margin-top: 50px; }
.btn-call { display: inline-block; background: var(--accent); color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 10px; }
</style>
</head>
<body>
<header>
<h1>DJM CONVENT SCHOOL</h1>
<p>Chakharivansh Pasiyankala, Nallupur</p>
<a href="tel:8299003523" class="btn-call">Admission: 8299003523</a>
</header>
<nav>
<a href="#home">HOME</a>
<a href="#faculty">FACULTY</a>
<a href="#transport">TRANSPORT</a>
<a href="#gallery">GALLERY</a>
</nav>
<div class="container">
<section id="faculty" class="feature-card">
<h2>π¨βπ« Well Experienced Teachers</h2>
<div class="faculty-highlight">
<p>Our school is proud to have a team of highly qualified and <b>well-experienced teachers</b>. They are dedicated to providing personalized attention to every student, ensuring a strong academic foundation and character development.</p>
</div>
<p><b>Subjects Taught:</b> Math, English, Hindi, Science, Social Science, G.K., Computer, and Drawing.</p>
</section>
<section id="transport" class="feature-card">
<h2>π Door-to-Door Van Facility</h2>
<div class="transport-box">
<p>We offer safe and punctual <b>Van Facility</b> providing <b>Door-to-Door service</b> for students in nearby areas. Your child's safety is our priority.</p>
</div>
</section>
<section id="sports" class="feature-card">
<h2>π Weekly Game Period</h2>
<p>Physical fitness is a priority at DJM Convent School. We provide weekly game periods for <b>Volleyball, Archery, and Kabaddi</b>.</p>
</section>
<section id="gallery">
<h2>Our Campus & Students</h2>
<div class="gallery">
<img src="9990.jpg" alt="Students in front of school bus mural">
<img src="9969.jpg" alt="Smiling DJM students">
<img src="9968.jpg" alt="Students in school uniform">
</div>
</section>
</div>
<footer>
<p><b>DJM CONVENT SCHOOL</b><br>
Chakharivansh Pasiyankala, Nallupur, Uttar Pradesh<br>
CBSE Affiliated | π 8299003523</p>
<p style="font-size: 0.8rem; opacity: 0.7; margin-top: 20px;">© 2026 DJM Convent School. Best for kids future.</p>
</footer>
</body>
</html>
4
1
4KB
5KB
128.0ms
212.0ms
129.0ms