| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>About NAGAS - Northbridge Athletic Groups and Sports</title> |
| <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script> |
| tailwind.config = { |
| theme: { |
| extend: { |
| colors: { |
| primary: '#5ec0cc', |
| secondary: '#5ECCA2', |
| dark: '#121212', |
| darker: '#0a0a0a' |
| } |
| } |
| } |
| } |
| </script> |
| <style> |
| body { |
| font-family: 'Open Sans', sans-serif; |
| background-color: #121212; |
| color: #ffffff; |
| } |
| h1, h2, h3, h4, h5, h6 { |
| font-family: 'Montserrat', sans-serif; |
| } |
| .hero-image { |
| position: absolute; |
| top: 0; |
| left: 0; |
| width: 100%; |
| height: 100%; |
| object-fit: cover; |
| z-index: -1; |
| } |
| .timeline-item:hover { |
| transform: translateY(-5px); |
| transition: all 0.3s ease; |
| } |
| .facility-card:hover img { |
| transform: scale(1.05); |
| transition: all 0.3s ease; |
| } |
| .value-card { |
| perspective: 1000px; |
| } |
| .value-card-inner { |
| transition: transform 0.6s; |
| transform-style: preserve-3d; |
| } |
| .value-card:hover .value-card-inner { |
| transform: rotateY(180deg); |
| } |
| .value-card-front, .value-card-back { |
| backface-visibility: hidden; |
| } |
| .value-card-front { |
| background-color: #1e1e1e; |
| } |
| .value-card-back { |
| background-color: #2e2e2e; |
| transform: rotateY(180deg); |
| } |
| .leadership-card:hover { |
| transform: scale(1.02); |
| transition: all 0.3s ease; |
| } |
| </style> |
| </head> |
| <body class="bg-dark text-white"> |
| |
| <header class="fixed w-full z-50 bg-dark border-b border-primary"> |
| <div class="container mx-auto px-4 py-3 flex justify-between items-center"> |
| <div class="flex items-center"> |
| <div class="w-10 h-10 bg-primary rounded-full mr-3"></div> |
| <a href="index.html" class="text-xl font-extrabold"><span class="text-[#5ec0cc]">NAGAS</span><span class="text-white">ATHLETICS</span></a> |
| </div> |
| <nav class="hidden md:flex space-x-6"> |
| <a href="index.html" class="hover:text-primary">Home</a> |
| <a href="teams.html" class="hover:text-primary">Teams</a> |
| <a href="schedule.html" class="hover:text-primary">Schedule</a> |
| <a href="council.html" class="hover:text-primary">Council</a> |
| <a href="news.html" class="hover:text-primary">News</a> |
| <a href="get-involved.html" class="hover:text-primary">Get Involved</a> |
| </nav> |
| <button id="menu-toggle" class="md:hidden text-white"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </header> |
|
|
| |
| <div id="mobile-menu" class="fixed inset-0 bg-dark z-50 hidden"> |
| <div class="flex justify-between items-center p-4 border-b border-primary"> |
| <div class="flex items-center"> |
| <div class="w-10 h-10 bg-primary rounded-full mr-3"></div> |
| <span class="text-xl font-extrabold"><span class="text-[#5ec0cc]">NAGAS</span><span class="text-white">ATHLETICS</span></span> |
| </div> |
| <button id="menu-close" class="text-white"> |
| <i data-feather="x"></i> |
| </button> |
| </div> |
| <nav class="p-4"> |
| <a href="index.html" class="block py-3 hover:text-primary border-b border-[#2e2e2e]">Home</a> |
| <a href="about.html" class="block py-3 hover:text-primary border-b border-[#2e2e2e]">About</a> |
| <a href="teams.html" class="block py-3 hover:text-primary border-b border-[#2e2e2e]">Teams</a> |
| <a href="schedule.html" class="block py-3 hover:text-primary border-b border-[#2e2e2e]">Schedule</a> |
| <a href="council.html" class="block py-3 hover:text-primary border-b border-[#2e2e2e]">Council</a> |
| <a href="news.html" class="block py-3 hover:text-primary border-b border-[#2e2e2e]">News</a> |
| <a href="get-involved.html" class="block py-3 hover:text-primary border-b border-[#2e2e2e]">Get Involved</a> |
| </nav> |
| </div> |
| |
| <section class="relative h-96 flex items-center justify-center overflow-hidden"> |
| <img src="http://static.photos/sport/1200x630/5" alt="NAGAS Athletes" class="hero-image"> |
| <div class="absolute inset-0 bg-black bg-opacity-70"></div> |
| <div class="relative z-10 text-center px-4"> |
| <h1 class="text-4xl md:text-5xl font-bold text-primary mb-2">ABOUT NAGAS ATHLETICS</h1> |
| <p class="text-xl">Strength Through Unity Since 2010</p> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 border-b border-[#2e2e2e]"> |
| <div class="container mx-auto px-4"> |
| <h2 class="text-3xl font-bold text-primary mb-8">OUR JOURNEY</h2> |
| <div class="grid grid-cols-1 lg:grid-cols-2 gap-8 items-center"> |
| <div> |
| <p class="mb-4">Inspired by the mythical serpent representing strength and resilience, NAGAS was established to embody the fighting spirit of our athletes. Like the nagas of Cambodian mythology, we believe in protection, wisdom, and the power to overcome challenges through unity.</p> |
| <p class="mb-6">Established as part of NISC's commitment to holistic student development, NAGAS has grown from a small group of enthusiasts to a premier athletic program recognized across Southeast Asia for excellence in both competition and character building.</p> |
| <p class="text-2xl text-primary font-bold">Fighting Nagas Spirit</p> |
| </div> |
| <div> |
| <div class="space-y-6"> |
| <div class="timeline-item bg-[#1e1e1e] p-4 rounded-lg border-l-4 border-secondary"> |
| <h3 class="text-xl font-bold text-secondary">2010</h3> |
| <p>NAGAS founded as Northbridge Athletic Groups and Sports</p> |
| </div> |
| <div class="timeline-item bg-[#1e1e1e] p-4 rounded-lg border-l-4 border-secondary"> |
| <h3 class="text-xl font-bold text-secondary">2013</h3> |
| <p>First ISSAPP championship victory in Volleyball</p> |
| </div> |
| <div class="timeline-item bg-[#1e1e1e] p-4 rounded-lg border-l-4 border-secondary"> |
| <h3 class="text-xl font-bold text-secondary">2018</h3> |
| <p>State-of-the-art Aquatics Centre opened</p> |
| </div> |
| <div class="timeline-item bg-[#1e1e1e] p-4 rounded-lg border-l-4 border-secondary"> |
| <h3 class="text-xl font-bold text-secondary">2022</h3> |
| <p>Hosted successful ASAC regional championships</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]"> |
| <div class="container mx-auto px-4"> |
| <h2 class="text-3xl font-bold text-primary mb-8">OUR TEAM STRUCTURE</h2> |
| <p class="mb-8 max-w-3xl">Our unique structure allows athletes to develop progressively through their school years while maintaining competitive excellence. Each sport offers pathways for both beginners and advanced athletes.</p> |
| |
| <div class="flex flex-col md:flex-row justify-between items-center mb-8"> |
| <div class="text-center mb-6 md:mb-0"> |
| <div class="bg-[#2e2e2e] py-2 px-6 rounded-lg mb-2">Juniors (Grades 6-8)</div> |
| <div class="flex space-x-4 justify-center"> |
| <div class="bg-primary text-dark py-1 px-4 rounded">Team A</div> |
| <div class="bg-primary text-dark py-1 px-4 rounded">Team B</div> |
| </div> |
| </div> |
| |
| <div class="text-3xl text-secondary mx-4 hidden md:block">→</div> |
| |
| <div class="text-center"> |
| <div class="bg-[#2e2e2e] py-2 px-6 rounded-lg mb-2">Seniors (Grades 9-12)</div> |
| <div class="flex space-x-4 justify-center"> |
| <div class="bg-primary text-dark py-1 px-4 rounded">Team A</div> |
| <div class="bg-primary text-dark py-1 px-4 rounded">Team B</div> |
| </div> |
| </div> |
| </div> |
| |
| <div class="grid grid-cols-2 md:grid-cols-5 gap-4"> |
| <div class="text-center bg-[#1e1e1e] p-4 rounded"> |
| <i data-feather="basketball" class="text-primary mx-auto mb-2"></i> |
| <p>Basketball</p> |
| </div> |
| <div class="text-center bg-[#1e1e1e] p-4 rounded"> |
| <i data-feather="volleyball" class="text-primary mx-auto mb-2"></i> |
| <p>Volleyball</p> |
| </div> |
| <div class="text-center bg-[#1e1e1e] p-4 rounded"> |
| <i data-feather="circle" class="text-primary mx-auto mb-2"></i> |
| <p>Football</p> |
| </div> |
| <div class="text-center bg-[#1e1e1e] p-4 rounded"> |
| <i data-feather="activity" class="text-primary mx-auto mb-2"></i> |
| <p>Track & Field</p> |
| </div> |
| <div class="text-center bg-[#1e1e1e] p-4 rounded"> |
| <i data-feather="droplet" class="text-primary mx-auto mb-2"></i> |
| <p>Swimming</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 border-b border-[#2e2e2e]"> |
| <div class="container mx-auto px-4"> |
| <h2 class="text-3xl font-bold text-primary mb-8">WORLD-CLASS FACILITIES</h2> |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| <div class="facility-card bg-[#1e1e1e] rounded-lg overflow-hidden"> |
| <div class="relative"> |
| <img src="http://static.photos/sport/640x360/8" alt="Aquatics Centre" class="w-full h-48 object-cover transition duration-300"> |
| <div class="absolute top-4 right-4 bg-secondary text-dark py-1 px-3 rounded-full text-sm">FINA specifications</div> |
| </div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold mb-2">Aquatics Centre</h3> |
| <p>25m, 8-lane competition pool with spectator seating for 200. Fully equipped with diving boards and heating system.</p> |
| </div> |
| </div> |
| |
| <div class="facility-card bg-[#1e1e1e] rounded-lg overflow-hidden"> |
| <div class="relative"> |
| <img src="http://static.photos/indoor/640x360/9" alt="Sports Hall" class="w-full h-48 object-cover transition duration-300"> |
| <div class="absolute top-4 right-4 bg-secondary text-dark py-1 px-3 rounded-full text-sm">Multi-purpose facility</div> |
| </div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold mb-2">Sports Hall</h3> |
| <p>Climate-controlled indoor facility featuring basketball/volleyball courts, fitness center, and spectator gallery.</p> |
| </div> |
| </div> |
| |
| <div class="facility-card bg-[#1e1e1e] rounded-lg overflow-hidden"> |
| <div class="relative"> |
| <img src="http://static.photos/outdoor/640x360/10" alt="Outdoor Fields" class="w-full h-48 object-cover transition duration-300"> |
| <div class="absolute top-4 right-4 bg-secondary text-dark py-1 px-3 rounded-full text-sm">Natural grass surfaces</div> |
| </div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold mb-2">Outdoor Fields</h3> |
| <p>Regulation-sized football pitch, track and field area, and multi-use practice fields with floodlighting.</p> |
| </div> |
| </div> |
| </div> |
| <div class="mt-8 text-center"> |
| <div class="w-full h-96 bg-[#1e1e1e] rounded-lg overflow-hidden"> |
| <img src="http://static.photos/indoor/1200x630/9" alt="Virtual Tour Placeholder" class="w-full h-full object-cover"> |
| </div> |
| </div> |
| </div> |
| </section> |
| |
| <section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]"> |
| <div class="container mx-auto px-4"> |
| <h2 class="text-3xl font-bold text-primary mb-8">OUR APPROACH</h2> |
| <div class="grid grid-cols-1 lg:grid-cols-2 gap-8 items-center"> |
| <div> |
| <p class="mb-6">We believe in holistic development that builds not just athletic skills, but leadership qualities, resilience, and a strong sense of community. Our programs are designed to challenge athletes physically and mentally while fostering the attributes of the IB Learner Profile.</p> |
| |
| <div class="bg-[#1e1e1e] p-6 rounded-lg mb-6"> |
| <h3 class="text-xl font-bold mb-4">IB Learner Profile Connection</h3> |
| <div class="grid grid-cols-2 gap-4"> |
| <div class="flex items-center"> |
| <i data-feather="check-circle" class="text-secondary mr-2"></i> |
| <span>Balanced</span> |
| </div> |
| <div class="flex items-center"> |
| <i data-feather="check-circle" class="text-secondary mr-2"></i> |
| <span>Thinker</span> |
| </div> |
| <div class="flex items-center"> |
| <i data-feather="check-circle" class="text-secondary mr-2"></i> |
| <span>Risk-taker</span> |
| </div> |
| <div class="flex items-center"> |
| <i data-feather="check-circle" class="text-secondary mr-2"></i> |
| <span>Communicator</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="bg-[#1e1e1e] p-8 rounded-lg"> |
| <div class="flex items-start mb-4"> |
| <img src="http://static.photos/people/100x100/11" alt="Andrew Dean" class="w-16 h-16 rounded-full mr-4"> |
| <div> |
| <h3 class="text-xl font-bold">Andrew Dean</h3> |
| <p class="text-secondary">Head of Athletics</p> |
| </div> |
| </div> |
| <blockquote class="italic border-l-4 border-primary pl-4"> |
| "At NAGAS, we don't just train athletes; we shape leaders. Every practice session is an opportunity to build character, and every competition teaches us something new about ourselves and our community." |
| </blockquote> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 border-b border-[#2e2e2e]"> |
| <div class="container mx-auto px-4"> |
| <h2 class="text-3xl font-bold text-primary mb-8">MEET OUR LEADERSHIP</h2> |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> |
| <div> |
| <h3 class="text-2xl font-bold mb-6">Professional Staff</h3> |
| <div class="leadership-card bg-[#1e1e1e] rounded-lg overflow-hidden mb-6"> |
| <div class="md:flex"> |
| <img src="http://static.photos/people/200x200/12" alt="Andrew Dean" class="w-full md:w-48 h-48 object-cover"> |
| <div class="p-6"> |
| <h4 class="text-xl font-bold">Andrew Dean</h4> |
| <p class="text-secondary mb-2">Head of Athletics</p> |
| <p>Former professional athlete with 15+ years coaching experience. Graduate of the Australian Institute of Sport.</p> |
| </div> |
| </div> |
| </div> |
| <a href="council.html" class="inline-block bg-primary text-dark font-bold py-2 px-6 rounded hover:bg-[#4ab3c6] transition">View Full Council</a> |
| </div> |
| |
| <div> |
| <h3 class="text-2xl font-bold mb-6">Student Council</h3> |
| <div class="leadership-card bg-[#1e1e1e] rounded-lg overflow-hidden mb-6"> |
| <div class="md:flex"> |
| <img src="http://static.photos/people/200x200/13" alt="Leang Chinh Dom" class="w-full md:w-48 h-48 object-cover"> |
| <div class="p-6"> |
| <h4 class="text-xl font-bold">Leang Chinh Dom</h4> |
| <p class="text-secondary mb-2">President</p> |
| <p>Grade 12 student leading initiatives to improve team communication and community engagement.</p> |
| </div> |
| </div> |
| </div> |
| <a href="council.html" class="inline-block bg-primary text-dark font-bold py-2 px-6 rounded hover:bg-[#4ab3c6] transition">Meet the Council</a> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]"> |
| <div class="container mx-auto px-4"> |
| <h2 class="text-3xl font-bold text-primary mb-8">OUR CORE VALUES</h2> |
| <p class="mb-8 max-w-3xl">Aligned with NISC's IB values, these principles guide everything we do as a community:</p> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"> |
| <div class="value-card h-48"> |
| <div class="value-card-inner w-full h-full relative"> |
| <div class="value-card-front absolute w-full h-full flex flex-col items-center justify-center rounded-lg"> |
| <i data-feather="heart" class="text-primary mb-3" style="width: 40px; height: 40px;"></i> |
| <h3 class="text-xl font-bold">Respect</h3> |
| </div> |
| <div class="value-card-back absolute w-full h-full flex items-center justify-center p-4 rounded-lg"> |
| <p>We honor all individuals, opponents, and the game itself.</p> |
| </div> |
| </div> |
| </div> |
| |
| <div class="value-card h-48"> |
| <div class="value-card-inner w-full h-full relative"> |
| <div class="value-card-front absolute w-full h-full flex flex-col items-center justify-center rounded-lg"> |
| <i data-feather="shield" class="text-primary mb-3" style="width: 40px; height: 40px;"></i> |
| <h3 class="text-xl font-bold">Integrity</h3> |
| </div> |
| <div class="value-card-back absolute w-full h-full flex items-center justify-center p-4 rounded-lg"> |
| <p>We compete fairly and uphold the highest ethical standards.</p> |
| </div> |
| </div> |
| </div> |
| |
| <div class="value-card h-48"> |
| <div class="value-card-inner w-full h-full relative"> |
| <div class="value-card-front absolute w-full h-full flex flex-col items-center justify-center rounded-lg"> |
| <i data-feather="users" class="text-primary mb-3" style="width: 40px; height: 40px;"></i> |
| <h3 class="text-xl font-bold">Teamwork</h3> |
| </div> |
| <div class="value-card-back absolute w-full h-full flex items-center justify-center p-4 rounded-lg"> |
| <p>We achieve more together than we ever could alone.</p> |
| </div> |
| </div> |
| </div> |
| |
| <div class="value-card h-48"> |
| <div class="value-card-inner w-full h-full relative"> |
| <div class="value-card-front absolute w-full h-full flex flex-col items-center justify-center rounded-lg"> |
| <i data-feather="target" class="text-primary mb-3" style="width: 40px; height: 40px;"></i> |
| <h3 class="text-xl font-bold">Excellence</h3> |
| </div> |
| <div class="value-card-back absolute w-full h-full flex items-center justify-center p-4 rounded-lg"> |
| <p>We strive for continuous improvement in all areas.</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16"> |
| <div class="container mx-auto px-4"> |
| <h2 class="text-3xl font-bold text-primary mb-8">WHAT THEY SAY</h2> |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> |
| <div class="bg-[#1e1e1e] p-8 rounded-lg"> |
| <div class="flex items-start mb-4"> |
| <img src="http://static.photos/people/100x100/14" alt="Sethean Thay" class="w-16 h-16 rounded-full mr-4"> |
| <div> |
| <h3 class="text-xl font-bold">Sethean Thay</h3> |
| <p class="text-secondary">Volleyball Captain, Grade 11</p> |
| </div> |
| </div> |
| <blockquote class="italic border-l-4 border-primary pl-4"> |
| "Being part of NAGAS has transformed me not just as a player, but as a person. The support from coaches and teammates pushes me to be better every day, both on and off the court." |
| </blockquote> |
| </div> |
| |
| <div class="bg-[#1e1e1e] p-8 rounded-lg"> |
| <div class="flex items-start mb-4"> |
| <img src="http://static.photos/people/100x100/15" alt="Sokha Mey" class="w-16 h-16 rounded-full mr-4"> |
| <div> |
| <h3 class="text-xl font-bold">Sokha Mey</h3> |
| <p class="text-secondary">Alumni, Class of 2019</p> |
| </div> |
| </div> |
| <blockquote class="italic border-l-4 border-primary pl-4"> |
| "The lessons I learned at NAGAS - perseverance, teamwork, and leadership - have been invaluable in university and my career. The Fighting Nagas Spirit stays with you forever." |
| </blockquote> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-darker py-12 border-t border-[#2e2e2e]"> |
| <div class="container mx-auto px-4"> |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| <div> |
| <h3 class="text-xl font-bold mb-4">Contact Info</h3> |
| <p>Northbridge International School Cambodia</p> |
| <p>#98C, Street 169, Phnom Penh</p> |
| <p>Email: info@nagas.edu.kh</p> |
| <p>Phone: +855 12 345 678</p> |
| </div> |
| <div> |
| <h3 class="text-xl font-bold mb-4">Follow Us</h3> |
| <div class="flex space-x-4"> |
| <a href="#" class="text-primary hover:text-secondary"> |
| <i data-feather="facebook"></i> |
| </a> |
| <a href="#" class="text-primary hover:text-secondary"> |
| <i data-feather="instagram"></i> |
| </a> |
| </div> |
| <p class="mt-2">@NAGAS_NISC</p> |
| </div> |
| <div> |
| <h3 class="text-xl font-bold mb-4">Quick Links</h3> |
| <ul class="space-y-2"> |
| <li><a href="teams.html" class="hover:text-primary">Teams</a></li> |
| <li><a href="schedule.html" class="hover:text-primary">Schedule</a></li> |
| <li><a href="news.html" class="hover:text-primary">News</a></li> |
| <li><a href="#" class="hover:text-primary">Athlete Portal</a></li> |
| </ul> |
| </div> |
| </div> |
| <div class="border-t border-[#2e2e2e] mt-8 pt-8 text-center"> |
| <p>© 2023 NAGAS - Northbridge Athletic Groups and Sports. All rights reserved.</p> |
| </div> |
| </div> |
| </footer> |
| <script> |
| feather.replace(); |
| |
| |
| document.getElementById('menu-toggle').addEventListener('click', function() { |
| document.getElementById('mobile-menu').classList.remove('hidden'); |
| }); |
| |
| document.getElementById('menu-close').addEventListener('click', function() { |
| document.getElementById('mobile-menu').classList.add('hidden'); |
| }); |
| </script> |
| </body> |
| </html> |
|
|