File: /home/klungadmin/domains/klungbaan.com/private_html/index.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Baan Ruam Silp School - Home</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Header -->
<header>
<div class="container">
<div class="logo">
<h1>Baan Ruam Silp School</h1>
<p>นวัตกรรมการศึกษาเพื่ออนาคต</p> <!-- Thai tagline: "Educational Innovation for the Future" -->
</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#programs">Programs</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section (Home) -->
<section id="home" class="hero">
<div class="container">
<h2>Welcome to Baan Ruam Silp</h2>
<p>A nurturing environment for young minds to grow and learn through innovative education.</p>
<img src="https://via.placeholder.com/800x400?text=School+Campus" alt="School Campus" class="hero-image">
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<h2>About Us</h2>
<p>Baan Ruam Silp School is a leading educational institution in Thailand, dedicated to providing high-quality early childhood education. Founded in [Year], we focus on holistic development, combining Thai traditions with modern teaching methods.</p>
<div class="features">
<div class="feature">
<h3>Experienced Teachers</h3>
<p>Our team of certified educators brings passion and expertise to every classroom.</p>
</div>
<div class="feature">
<h3>Modern Facilities</h3>
<p>State-of-the-art playgrounds, libraries, and tech labs for interactive learning.</p>
</div>
<div class="feature">
<h3>Holistic Curriculum</h3>
<p>Programs that nurture creativity, social skills, and academic foundations.</p>
</div>
</div>
</div>
</section>
<!-- Programs Section -->
<section id="programs" class="programs">
<div class="container">
<h2>Our Programs</h2>
<div class="program-grid">
<div class="program">
<h3>Kindergarten</h3>
<p>Ages 3-6: Fun-based learning with play, arts, and basic academics.</p>
</div>
<div class="program">
<h3>Primary School</h3>
<p>Ages 7-12: Building strong foundations in math, science, and languages.</p>
</div>
<div class="program">
<h3>After-School Activities</h3>
<p>Extracurriculars like music, sports, and coding to foster talents.</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<h2>Contact Us</h2>
<p>Get in touch for admissions, inquiries, or visits.</p>
<div class="contact-info">
<div>
<h3>Address</h3>
<p>123 Education Street, Bangkok, Thailand 10100</p>
</div>
<div>
<h3>Phone</h3>
<p>+66 2 123 4567</p>
</div>
<div>
<h3>Email</h3>
<p>info@klungbaan</p>
</div>
</div>
<form id="contactForm">
<input type="text" placeholder="Your Name" required>
<input type="email" placeholder="Your Email" required>
<textarea placeholder="Your Message" required></textarea>
<button type="submit">Send Message</button>
</form>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<p>© 2023 Baan Ruam Silp School. All rights reserved.</p>
<p>Follow us: <a href="#">Facebook</a> | <a href="#">Instagram</a></p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>