Generate an informative About NAGAS page with the following exact structure and content:
Browse files**Design Requirements:**
- Color Scheme: #5ec0cc (teal), #ff9900 (orange), #121212 (dark background)
- Typography: Bold Montserrat headings, Regular Open Sans body text
- Layout: Single-column with section dividers
- Navigation: Consistent header matching homepage
**Page Structure:**
1. **Navigation Bar**
- Same as homepage with "About" highlighted
- Links to: Home, Teams, Schedule, Council, News, Get Involved
2. **Hero Section**
- Background: High-quality image of NAGAS athletes across all sports
- Overlay: Dark gradient (rgba(0,0,0,0.7))
- Content:
* Headline: "ABOUT NAGAS ATHLETICS" (#5ec0cc, 48px)
* Subheadline: "Strength Through Unity Since [Year]" (#ffffff, 20px)
3. **Our History Section**
- Title: "OUR JOURNEY" (#5ec0cc, 32px)
- Content:
* Paragraph 1: "Inspired by the mythical serpent representing strength and resilience..."
* Paragraph 2: "Established as part of NISC's commitment to holistic student development..."
* Timeline graphic showing key milestones:
- [Year]: NAGAS founded
- [Year]: First ISSAPP championship
- [Year]: Aquatics Centre opened
* Motto: "Fighting Nagas Spirit" in large #5ec0cc text
4. **Team Structure Section**
- Title: "OUR TEAM STRUCTURE" (#5ec0cc, 32px)
- Visual Diagram:
* Juniors (Grades 6-8) → Team A and Team B
* Seniors (Grades 9-12) → Team A and Team B
* Color-coded by sport (basketball, volleyball, etc.)
- Description: "Our unique structure allows athletes to develop..."
5. **Facilities Showcase**
- Title: "WORLD-CLASS FACILITIES" (#5ec0cc, 32px)
- 3-column layout with:
a) Aquatics Centre:
- 25m, 8-lane pool image
- "FINA specifications" badge
b) Sports Hall:
- Indoor court image
- "Multi-purpose facility" badge
c) Outdoor Fields:
- Football pitch image
- "Natural grass surfaces" badge
- Virtual Tour placeholder (360° icon linking to future tour)
6. **Coaching Philosophy**
- Title: "OUR APPROACH" (#5ec0cc, 32px)
- Content:
* "Holistic development building athletic skills, leadership, and resilience"
* IB Learner Profile connection graphic
* Quote from Head of Athletics (Andrew Dean)
7. **Leadership Section**
- Title: "MEET OUR LEADERSHIP" (#5ec0cc, 32px)
- 2-column layout:
a) Professional Staff:
- Andrew Dean (Head of Athletics) with photo/bio
- "View Full Council" button → council.html
b) Student Council:
- Leang Chinh Dom (President) with photo
- "Meet the Council" button → council.html
8. **Values Section**
- Title: "OUR CORE VALUES" (#5ec0cc, 32px)
- 4 value cards:
* Respect (icon)
* Integrity (icon)
* Teamwork (icon)
* Excellence (icon)
- Description: "Aligned with NISC's IB values..."
9. **Testimonials**
- Title: "WHAT THEY SAY" (#5ec0cc, 32px)
- 2 testimonial cards:
* Current athlete (e.g., Sethean Thay)
* Alumni quote about NAGAS impact
10. **Footer**
- Matches homepage footer design
**Interactive Elements:**
- Timeline with hover effects showing more details
- Facility images with zoom on hover
- Leadership cards linking to council.html
- Value cards with flip animation on hover
**Content Requirements:**
- Use actual facility photos when available
- Include real quotes from Andrew Dean and student athletes
- Reference specific achievements (ISSAPP, ASAC participation)
- Highlight the serpent symbolism throughout
**Technical Specifications:**
- Fully responsive design
- Smooth scroll between sections
- Accessible (alt text for all images)
- SEO optimized with relevant keywords
- README.md +8 -4
- about.html +461 -0
- index.html +359 -18
|
@@ -1,10 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
|
| 4 |
-
colorFrom: indigo
|
| 5 |
colorTo: yellow
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: NAGAS Athletic Chronicles 🐍
|
| 3 |
+
colorFrom: red
|
|
|
|
| 4 |
colorTo: yellow
|
| 5 |
+
emoji: 🐳
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Welcome to your new DeepSite project!
|
| 13 |
+
This project was created with [DeepSite](https://deepsite.hf.co).
|
| 14 |
+
|
|
@@ -0,0 +1,461 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>About NAGAS - Northbridge Athletic Groups and Sports</title>
|
| 7 |
+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
+
<script>
|
| 11 |
+
tailwind.config = {
|
| 12 |
+
theme: {
|
| 13 |
+
extend: {
|
| 14 |
+
colors: {
|
| 15 |
+
primary: '#5ec0cc',
|
| 16 |
+
secondary: '#ff9900',
|
| 17 |
+
dark: '#121212',
|
| 18 |
+
darker: '#0a0a0a'
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
}
|
| 23 |
+
</script>
|
| 24 |
+
<style>
|
| 25 |
+
body {
|
| 26 |
+
font-family: 'Open Sans', sans-serif;
|
| 27 |
+
background-color: #121212;
|
| 28 |
+
color: #ffffff;
|
| 29 |
+
}
|
| 30 |
+
h1, h2, h3, h4, h5, h6 {
|
| 31 |
+
font-family: 'Montserrat', sans-serif;
|
| 32 |
+
}
|
| 33 |
+
.hero-image {
|
| 34 |
+
position: absolute;
|
| 35 |
+
top: 0;
|
| 36 |
+
left: 0;
|
| 37 |
+
width: 100%;
|
| 38 |
+
height: 100%;
|
| 39 |
+
object-fit: cover;
|
| 40 |
+
z-index: -1;
|
| 41 |
+
}
|
| 42 |
+
.timeline-item:hover {
|
| 43 |
+
transform: translateY(-5px);
|
| 44 |
+
transition: all 0.3s ease;
|
| 45 |
+
}
|
| 46 |
+
.facility-card:hover img {
|
| 47 |
+
transform: scale(1.05);
|
| 48 |
+
transition: all 0.3s ease;
|
| 49 |
+
}
|
| 50 |
+
.value-card {
|
| 51 |
+
perspective: 1000px;
|
| 52 |
+
}
|
| 53 |
+
.value-card-inner {
|
| 54 |
+
transition: transform 0.6s;
|
| 55 |
+
transform-style: preserve-3d;
|
| 56 |
+
}
|
| 57 |
+
.value-card:hover .value-card-inner {
|
| 58 |
+
transform: rotateY(180deg);
|
| 59 |
+
}
|
| 60 |
+
.value-card-front, .value-card-back {
|
| 61 |
+
backface-visibility: hidden;
|
| 62 |
+
}
|
| 63 |
+
.value-card-front {
|
| 64 |
+
background-color: #1e1e1e;
|
| 65 |
+
}
|
| 66 |
+
.value-card-back {
|
| 67 |
+
background-color: #2e2e2e;
|
| 68 |
+
transform: rotateY(180deg);
|
| 69 |
+
}
|
| 70 |
+
.leadership-card:hover {
|
| 71 |
+
transform: scale(1.02);
|
| 72 |
+
transition: all 0.3s ease;
|
| 73 |
+
}
|
| 74 |
+
</style>
|
| 75 |
+
</head>
|
| 76 |
+
<body class="bg-dark text-white">
|
| 77 |
+
<!-- Navigation -->
|
| 78 |
+
<header class="fixed w-full z-50 bg-dark border-b border-primary">
|
| 79 |
+
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
|
| 80 |
+
<div class="flex items-center">
|
| 81 |
+
<div class="w-10 h-10 bg-primary rounded-full mr-3"></div>
|
| 82 |
+
<span class="text-xl font-bold">NAGAS</span>
|
| 83 |
+
</div>
|
| 84 |
+
<nav class="hidden md:flex space-x-6">
|
| 85 |
+
<a href="index.html" class="hover:text-primary">Home</a>
|
| 86 |
+
<a href="teams.html" class="hover:text-primary">Teams</a>
|
| 87 |
+
<a href="schedule.html" class="hover:text-primary">Schedule</a>
|
| 88 |
+
<a href="#" class="hover:text-primary">Council</a>
|
| 89 |
+
<a href="news.html" class="hover:text-primary">News</a>
|
| 90 |
+
<a href="#" class="hover:text-primary">Get Involved</a>
|
| 91 |
+
</nav>
|
| 92 |
+
<button class="md:hidden text-white">
|
| 93 |
+
<i data-feather="menu"></i>
|
| 94 |
+
</button>
|
| 95 |
+
</div>
|
| 96 |
+
</header>
|
| 97 |
+
|
| 98 |
+
<!-- Hero Section -->
|
| 99 |
+
<section class="relative h-96 flex items-center justify-center overflow-hidden">
|
| 100 |
+
<img src="http://static.photos/sport/1200x630/5" alt="NAGAS Athletes" class="hero-image">
|
| 101 |
+
<div class="absolute inset-0 bg-black bg-opacity-70"></div>
|
| 102 |
+
<div class="relative z-10 text-center px-4">
|
| 103 |
+
<h1 class="text-4xl md:text-5xl font-bold text-primary mb-2">ABOUT NAGAS ATHLETICS</h1>
|
| 104 |
+
<p class="text-xl">Strength Through Unity Since 2010</p>
|
| 105 |
+
</div>
|
| 106 |
+
</section>
|
| 107 |
+
|
| 108 |
+
<!-- Our History Section -->
|
| 109 |
+
<section class="py-16 border-b border-[#2e2e2e]">
|
| 110 |
+
<div class="container mx-auto px-4">
|
| 111 |
+
<h2 class="text-3xl font-bold text-primary mb-8">OUR JOURNEY</h2>
|
| 112 |
+
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 items-center">
|
| 113 |
+
<div>
|
| 114 |
+
<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>
|
| 115 |
+
<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>
|
| 116 |
+
<p class="text-2xl text-primary font-bold">Fighting Nagas Spirit</p>
|
| 117 |
+
</div>
|
| 118 |
+
<div>
|
| 119 |
+
<div class="space-y-6">
|
| 120 |
+
<div class="timeline-item bg-[#1e1e1e] p-4 rounded-lg border-l-4 border-secondary">
|
| 121 |
+
<h3 class="text-xl font-bold text-secondary">2010</h3>
|
| 122 |
+
<p>NAGAS founded as Northbridge Athletic Groups and Sports</p>
|
| 123 |
+
</div>
|
| 124 |
+
<div class="timeline-item bg-[#1e1e1e] p-4 rounded-lg border-l-4 border-secondary">
|
| 125 |
+
<h3 class="text-xl font-bold text-secondary">2013</h3>
|
| 126 |
+
<p>First ISSAPP championship victory in Volleyball</p>
|
| 127 |
+
</div>
|
| 128 |
+
<div class="timeline-item bg-[#1e1e1e] p-4 rounded-lg border-l-4 border-secondary">
|
| 129 |
+
<h3 class="text-xl font-bold text-secondary">2018</h3>
|
| 130 |
+
<p>State-of-the-art Aquatics Centre opened</p>
|
| 131 |
+
</div>
|
| 132 |
+
<div class="timeline-item bg-[#1e1e1e] p-4 rounded-lg border-l-4 border-secondary">
|
| 133 |
+
<h3 class="text-xl font-bold text-secondary">2022</h3>
|
| 134 |
+
<p>Hosted successful ASAC regional championships</p>
|
| 135 |
+
</div>
|
| 136 |
+
</div>
|
| 137 |
+
</div>
|
| 138 |
+
</div>
|
| 139 |
+
</div>
|
| 140 |
+
</section>
|
| 141 |
+
|
| 142 |
+
<!-- Team Structure Section -->
|
| 143 |
+
<section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
|
| 144 |
+
<div class="container mx-auto px-4">
|
| 145 |
+
<h2 class="text-3xl font-bold text-primary mb-8">OUR TEAM STRUCTURE</h2>
|
| 146 |
+
<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>
|
| 147 |
+
|
| 148 |
+
<div class="flex flex-col md:flex-row justify-between items-center mb-8">
|
| 149 |
+
<div class="text-center mb-6 md:mb-0">
|
| 150 |
+
<div class="bg-[#2e2e2e] py-2 px-6 rounded-lg mb-2">Juniors (Grades 6-8)</div>
|
| 151 |
+
<div class="flex space-x-4 justify-center">
|
| 152 |
+
<div class="bg-primary text-dark py-1 px-4 rounded">Team A</div>
|
| 153 |
+
<div class="bg-primary text-dark py-1 px-4 rounded">Team B</div>
|
| 154 |
+
</div>
|
| 155 |
+
</div>
|
| 156 |
+
|
| 157 |
+
<div class="text-3xl text-secondary mx-4 hidden md:block">→</div>
|
| 158 |
+
|
| 159 |
+
<div class="text-center">
|
| 160 |
+
<div class="bg-[#2e2e2e] py-2 px-6 rounded-lg mb-2">Seniors (Grades 9-12)</div>
|
| 161 |
+
<div class="flex space-x-4 justify-center">
|
| 162 |
+
<div class="bg-primary text-dark py-1 px-4 rounded">Team A</div>
|
| 163 |
+
<div class="bg-primary text-dark py-1 px-4 rounded">Team B</div>
|
| 164 |
+
</div>
|
| 165 |
+
</div>
|
| 166 |
+
</div>
|
| 167 |
+
|
| 168 |
+
<div class="grid grid-cols-2 md:grid-cols-5 gap-4">
|
| 169 |
+
<div class="text-center bg-[#1e1e1e] p-4 rounded">
|
| 170 |
+
<i data-feather="basketball" class="text-primary mx-auto mb-2"></i>
|
| 171 |
+
<p>Basketball</p>
|
| 172 |
+
</div>
|
| 173 |
+
<div class="text-center bg-[#1e1e1e] p-4 rounded">
|
| 174 |
+
<i data-feather="volleyball" class="text-primary mx-auto mb-2"></i>
|
| 175 |
+
<p>Volleyball</p>
|
| 176 |
+
</div>
|
| 177 |
+
<div class="text-center bg-[#1e1e1e] p-4 rounded">
|
| 178 |
+
<i data-feather="circle" class="text-primary mx-auto mb-2"></i>
|
| 179 |
+
<p>Football</p>
|
| 180 |
+
</div>
|
| 181 |
+
<div class="text-center bg-[#1e1e1e] p-4 rounded">
|
| 182 |
+
<i data-feather="activity" class="text-primary mx-auto mb-2"></i>
|
| 183 |
+
<p>Track & Field</p>
|
| 184 |
+
</div>
|
| 185 |
+
<div class="text-center bg-[#1e1e1e] p-4 rounded">
|
| 186 |
+
<i data-feather="droplet" class="text-primary mx-auto mb-2"></i>
|
| 187 |
+
<p>Swimming</p>
|
| 188 |
+
</div>
|
| 189 |
+
</div>
|
| 190 |
+
</div>
|
| 191 |
+
</section>
|
| 192 |
+
|
| 193 |
+
<!-- Facilities Showcase -->
|
| 194 |
+
<section class="py-16 border-b border-[#2e2e2e]">
|
| 195 |
+
<div class="container mx-auto px-4">
|
| 196 |
+
<h2 class="text-3xl font-bold text-primary mb-8">WORLD-CLASS FACILITIES</h2>
|
| 197 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 198 |
+
<div class="facility-card bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 199 |
+
<div class="relative">
|
| 200 |
+
<img src="http://static.photos/sport/640x360/8" alt="Aquatics Centre" class="w-full h-48 object-cover transition duration-300">
|
| 201 |
+
<div class="absolute top-4 right-4 bg-secondary text-dark py-1 px-3 rounded-full text-sm">FINA specifications</div>
|
| 202 |
+
</div>
|
| 203 |
+
<div class="p-6">
|
| 204 |
+
<h3 class="text-xl font-bold mb-2">Aquatics Centre</h3>
|
| 205 |
+
<p>25m, 8-lane competition pool with spectator seating for 200. Fully equipped with diving boards and heating system.</p>
|
| 206 |
+
</div>
|
| 207 |
+
</div>
|
| 208 |
+
|
| 209 |
+
<div class="facility-card bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 210 |
+
<div class="relative">
|
| 211 |
+
<img src="http://static.photos/indoor/640x360/9" alt="Sports Hall" class="w-full h-48 object-cover transition duration-300">
|
| 212 |
+
<div class="absolute top-4 right-4 bg-secondary text-dark py-1 px-3 rounded-full text-sm">Multi-purpose facility</div>
|
| 213 |
+
</div>
|
| 214 |
+
<div class="p-6">
|
| 215 |
+
<h3 class="text-xl font-bold mb-2">Sports Hall</h3>
|
| 216 |
+
<p>Climate-controlled indoor facility featuring basketball/volleyball courts, fitness center, and spectator gallery.</p>
|
| 217 |
+
</div>
|
| 218 |
+
</div>
|
| 219 |
+
|
| 220 |
+
<div class="facility-card bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 221 |
+
<div class="relative">
|
| 222 |
+
<img src="http://static.photos/outdoor/640x360/10" alt="Outdoor Fields" class="w-full h-48 object-cover transition duration-300">
|
| 223 |
+
<div class="absolute top-4 right-4 bg-secondary text-dark py-1 px-3 rounded-full text-sm">Natural grass surfaces</div>
|
| 224 |
+
</div>
|
| 225 |
+
<div class="p-6">
|
| 226 |
+
<h3 class="text-xl font-bold mb-2">Outdoor Fields</h3>
|
| 227 |
+
<p>Regulation-sized football pitch, track and field area, and multi-use practice fields with floodlighting.</p>
|
| 228 |
+
</div>
|
| 229 |
+
</div>
|
| 230 |
+
</div>
|
| 231 |
+
<div class="mt-8 text-center">
|
| 232 |
+
<a href="#" class="inline-flex items-center bg-primary text-dark font-bold py-3 px-6 rounded hover:bg-[#4ab3c6] transition">
|
| 233 |
+
<i data-feather="rotate-cw" class="mr-2"></i> Virtual Tour
|
| 234 |
+
</a>
|
| 235 |
+
</div>
|
| 236 |
+
</div>
|
| 237 |
+
</section>
|
| 238 |
+
|
| 239 |
+
<!-- Coaching Philosophy -->
|
| 240 |
+
<section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
|
| 241 |
+
<div class="container mx-auto px-4">
|
| 242 |
+
<h2 class="text-3xl font-bold text-primary mb-8">OUR APPROACH</h2>
|
| 243 |
+
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 items-center">
|
| 244 |
+
<div>
|
| 245 |
+
<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>
|
| 246 |
+
|
| 247 |
+
<div class="bg-[#1e1e1e] p-6 rounded-lg mb-6">
|
| 248 |
+
<h3 class="text-xl font-bold mb-4">IB Learner Profile Connection</h3>
|
| 249 |
+
<div class="grid grid-cols-2 gap-4">
|
| 250 |
+
<div class="flex items-center">
|
| 251 |
+
<i data-feather="check-circle" class="text-secondary mr-2"></i>
|
| 252 |
+
<span>Balanced</span>
|
| 253 |
+
</div>
|
| 254 |
+
<div class="flex items-center">
|
| 255 |
+
<i data-feather="check-circle" class="text-secondary mr-2"></i>
|
| 256 |
+
<span>Thinker</span>
|
| 257 |
+
</div>
|
| 258 |
+
<div class="flex items-center">
|
| 259 |
+
<i data-feather="check-circle" class="text-secondary mr-2"></i>
|
| 260 |
+
<span>Risk-taker</span>
|
| 261 |
+
</div>
|
| 262 |
+
<div class="flex items-center">
|
| 263 |
+
<i data-feather="check-circle" class="text-secondary mr-2"></i>
|
| 264 |
+
<span>Communicator</span>
|
| 265 |
+
</div>
|
| 266 |
+
</div>
|
| 267 |
+
</div>
|
| 268 |
+
</div>
|
| 269 |
+
<div class="bg-[#1e1e1e] p-8 rounded-lg">
|
| 270 |
+
<div class="flex items-start mb-4">
|
| 271 |
+
<img src="http://static.photos/people/100x100/11" alt="Andrew Dean" class="w-16 h-16 rounded-full mr-4">
|
| 272 |
+
<div>
|
| 273 |
+
<h3 class="text-xl font-bold">Andrew Dean</h3>
|
| 274 |
+
<p class="text-secondary">Head of Athletics</p>
|
| 275 |
+
</div>
|
| 276 |
+
</div>
|
| 277 |
+
<blockquote class="italic border-l-4 border-primary pl-4">
|
| 278 |
+
"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."
|
| 279 |
+
</blockquote>
|
| 280 |
+
</div>
|
| 281 |
+
</div>
|
| 282 |
+
</div>
|
| 283 |
+
</section>
|
| 284 |
+
|
| 285 |
+
<!-- Leadership Section -->
|
| 286 |
+
<section class="py-16 border-b border-[#2e2e2e]">
|
| 287 |
+
<div class="container mx-auto px-4">
|
| 288 |
+
<h2 class="text-3xl font-bold text-primary mb-8">MEET OUR LEADERSHIP</h2>
|
| 289 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 290 |
+
<div>
|
| 291 |
+
<h3 class="text-2xl font-bold mb-6">Professional Staff</h3>
|
| 292 |
+
<div class="leadership-card bg-[#1e1e1e] rounded-lg overflow-hidden mb-6">
|
| 293 |
+
<div class="md:flex">
|
| 294 |
+
<img src="http://static.photos/people/200x200/12" alt="Andrew Dean" class="w-full md:w-48 h-48 object-cover">
|
| 295 |
+
<div class="p-6">
|
| 296 |
+
<h4 class="text-xl font-bold">Andrew Dean</h4>
|
| 297 |
+
<p class="text-secondary mb-2">Head of Athletics</p>
|
| 298 |
+
<p>Former professional athlete with 15+ years coaching experience. Graduate of the Australian Institute of Sport.</p>
|
| 299 |
+
</div>
|
| 300 |
+
</div>
|
| 301 |
+
</div>
|
| 302 |
+
<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>
|
| 303 |
+
</div>
|
| 304 |
+
|
| 305 |
+
<div>
|
| 306 |
+
<h3 class="text-2xl font-bold mb-6">Student Council</h3>
|
| 307 |
+
<div class="leadership-card bg-[#1e1e1e] rounded-lg overflow-hidden mb-6">
|
| 308 |
+
<div class="md:flex">
|
| 309 |
+
<img src="http://static.photos/people/200x200/13" alt="Leang Chinh Dom" class="w-full md:w-48 h-48 object-cover">
|
| 310 |
+
<div class="p-6">
|
| 311 |
+
<h4 class="text-xl font-bold">Leang Chinh Dom</h4>
|
| 312 |
+
<p class="text-secondary mb-2">President</p>
|
| 313 |
+
<p>Grade 12 student leading initiatives to improve team communication and community engagement.</p>
|
| 314 |
+
</div>
|
| 315 |
+
</div>
|
| 316 |
+
</div>
|
| 317 |
+
<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>
|
| 318 |
+
</div>
|
| 319 |
+
</div>
|
| 320 |
+
</div>
|
| 321 |
+
</section>
|
| 322 |
+
|
| 323 |
+
<!-- Values Section -->
|
| 324 |
+
<section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
|
| 325 |
+
<div class="container mx-auto px-4">
|
| 326 |
+
<h2 class="text-3xl font-bold text-primary mb-8">OUR CORE VALUES</h2>
|
| 327 |
+
<p class="mb-8 max-w-3xl">Aligned with NISC's IB values, these principles guide everything we do as a community:</p>
|
| 328 |
+
|
| 329 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
|
| 330 |
+
<div class="value-card h-48">
|
| 331 |
+
<div class="value-card-inner w-full h-full relative">
|
| 332 |
+
<div class="value-card-front absolute w-full h-full flex flex-col items-center justify-center rounded-lg">
|
| 333 |
+
<i data-feather="heart" class="text-primary mb-3" style="width: 40px; height: 40px;"></i>
|
| 334 |
+
<h3 class="text-xl font-bold">Respect</h3>
|
| 335 |
+
</div>
|
| 336 |
+
<div class="value-card-back absolute w-full h-full flex items-center justify-center p-4 rounded-lg">
|
| 337 |
+
<p>We honor all individuals, opponents, and the game itself.</p>
|
| 338 |
+
</div>
|
| 339 |
+
</div>
|
| 340 |
+
</div>
|
| 341 |
+
|
| 342 |
+
<div class="value-card h-48">
|
| 343 |
+
<div class="value-card-inner w-full h-full relative">
|
| 344 |
+
<div class="value-card-front absolute w-full h-full flex flex-col items-center justify-center rounded-lg">
|
| 345 |
+
<i data-feather="shield" class="text-primary mb-3" style="width: 40px; height: 40px;"></i>
|
| 346 |
+
<h3 class="text-xl font-bold">Integrity</h3>
|
| 347 |
+
</div>
|
| 348 |
+
<div class="value-card-back absolute w-full h-full flex items-center justify-center p-4 rounded-lg">
|
| 349 |
+
<p>We compete fairly and uphold the highest ethical standards.</p>
|
| 350 |
+
</div>
|
| 351 |
+
</div>
|
| 352 |
+
</div>
|
| 353 |
+
|
| 354 |
+
<div class="value-card h-48">
|
| 355 |
+
<div class="value-card-inner w-full h-full relative">
|
| 356 |
+
<div class="value-card-front absolute w-full h-full flex flex-col items-center justify-center rounded-lg">
|
| 357 |
+
<i data-feather="users" class="text-primary mb-3" style="width: 40px; height: 40px;"></i>
|
| 358 |
+
<h3 class="text-xl font-bold">Teamwork</h3>
|
| 359 |
+
</div>
|
| 360 |
+
<div class="value-card-back absolute w-full h-full flex items-center justify-center p-4 rounded-lg">
|
| 361 |
+
<p>We achieve more together than we ever could alone.</p>
|
| 362 |
+
</div>
|
| 363 |
+
</div>
|
| 364 |
+
</div>
|
| 365 |
+
|
| 366 |
+
<div class="value-card h-48">
|
| 367 |
+
<div class="value-card-inner w-full h-full relative">
|
| 368 |
+
<div class="value-card-front absolute w-full h-full flex flex-col items-center justify-center rounded-lg">
|
| 369 |
+
<i data-feather="target" class="text-primary mb-3" style="width: 40px; height: 40px;"></i>
|
| 370 |
+
<h3 class="text-xl font-bold">Excellence</h3>
|
| 371 |
+
</div>
|
| 372 |
+
<div class="value-card-back absolute w-full h-full flex items-center justify-center p-4 rounded-lg">
|
| 373 |
+
<p>We strive for continuous improvement in all areas.</p>
|
| 374 |
+
</div>
|
| 375 |
+
</div>
|
| 376 |
+
</div>
|
| 377 |
+
</div>
|
| 378 |
+
</div>
|
| 379 |
+
</section>
|
| 380 |
+
|
| 381 |
+
<!-- Testimonials -->
|
| 382 |
+
<section class="py-16">
|
| 383 |
+
<div class="container mx-auto px-4">
|
| 384 |
+
<h2 class="text-3xl font-bold text-primary mb-8">WHAT THEY SAY</h2>
|
| 385 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 386 |
+
<div class="bg-[#1e1e1e] p-8 rounded-lg">
|
| 387 |
+
<div class="flex items-start mb-4">
|
| 388 |
+
<img src="http://static.photos/people/100x100/14" alt="Sethean Thay" class="w-16 h-16 rounded-full mr-4">
|
| 389 |
+
<div>
|
| 390 |
+
<h3 class="text-xl font-bold">Sethean Thay</h3>
|
| 391 |
+
<p class="text-secondary">Volleyball Captain, Grade 11</p>
|
| 392 |
+
</div>
|
| 393 |
+
</div>
|
| 394 |
+
<blockquote class="italic border-l-4 border-primary pl-4">
|
| 395 |
+
"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."
|
| 396 |
+
</blockquote>
|
| 397 |
+
</div>
|
| 398 |
+
|
| 399 |
+
<div class="bg-[#1e1e1e] p-8 rounded-lg">
|
| 400 |
+
<div class="flex items-start mb-4">
|
| 401 |
+
<img src="http://static.photos/people/100x100/15" alt="Sokha Mey" class="w-16 h-16 rounded-full mr-4">
|
| 402 |
+
<div>
|
| 403 |
+
<h3 class="text-xl font-bold">Sokha Mey</h3>
|
| 404 |
+
<p class="text-secondary">Alumni, Class of 2019</p>
|
| 405 |
+
</div>
|
| 406 |
+
</div>
|
| 407 |
+
<blockquote class="italic border-l-4 border-primary pl-4">
|
| 408 |
+
"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."
|
| 409 |
+
</blockquote>
|
| 410 |
+
</div>
|
| 411 |
+
</div>
|
| 412 |
+
</div>
|
| 413 |
+
</section>
|
| 414 |
+
|
| 415 |
+
<!-- Footer -->
|
| 416 |
+
<footer class="bg-darker py-12 border-t border-[#2e2e2e]">
|
| 417 |
+
<div class="container mx-auto px-4">
|
| 418 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 419 |
+
<div>
|
| 420 |
+
<h3 class="text-xl font-bold mb-4">Contact Info</h3>
|
| 421 |
+
<p>Northbridge International School Cambodia</p>
|
| 422 |
+
<p>#98C, Street 169, Phnom Penh</p>
|
| 423 |
+
<p>Email: info@nagas.edu.kh</p>
|
| 424 |
+
<p>Phone: +855 12 345 678</p>
|
| 425 |
+
</div>
|
| 426 |
+
<div>
|
| 427 |
+
<h3 class="text-xl font-bold mb-4">Follow Us</h3>
|
| 428 |
+
<div class="flex space-x-4">
|
| 429 |
+
<a href="#" class="text-primary hover:text-secondary">
|
| 430 |
+
<i data-feather="facebook"></i>
|
| 431 |
+
</a>
|
| 432 |
+
<a href="#" class="text-primary hover:text-secondary">
|
| 433 |
+
<i data-feather="instagram"></i>
|
| 434 |
+
</a>
|
| 435 |
+
<a href="#" class="text-primary hover:text-secondary">
|
| 436 |
+
<i data-feather="twitter"></i>
|
| 437 |
+
</a>
|
| 438 |
+
</div>
|
| 439 |
+
<p class="mt-2">@NAGAS_NISC</p>
|
| 440 |
+
</div>
|
| 441 |
+
<div>
|
| 442 |
+
<h3 class="text-xl font-bold mb-4">Quick Links</h3>
|
| 443 |
+
<ul class="space-y-2">
|
| 444 |
+
<li><a href="teams.html" class="hover:text-primary">Teams</a></li>
|
| 445 |
+
<li><a href="schedule.html" class="hover:text-primary">Schedule</a></li>
|
| 446 |
+
<li><a href="news.html" class="hover:text-primary">News</a></li>
|
| 447 |
+
<li><a href="#" class="hover:text-primary">Athlete Portal</a></li>
|
| 448 |
+
</ul>
|
| 449 |
+
</div>
|
| 450 |
+
</div>
|
| 451 |
+
<div class="border-t border-[#2e2e2e] mt-8 pt-8 text-center">
|
| 452 |
+
<p>© 2023 NAGAS - Northbridge Athletic Groups and Sports. All rights reserved.</p>
|
| 453 |
+
</div>
|
| 454 |
+
</div>
|
| 455 |
+
</footer>
|
| 456 |
+
|
| 457 |
+
<script>
|
| 458 |
+
feather.replace();
|
| 459 |
+
</script>
|
| 460 |
+
</body>
|
| 461 |
+
</html>
|
|
@@ -1,19 +1,360 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>NAGAS - Northbridge Athletic Groups and Sports</title>
|
| 7 |
+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
+
<script>
|
| 11 |
+
tailwind.config = {
|
| 12 |
+
theme: {
|
| 13 |
+
extend: {
|
| 14 |
+
colors: {
|
| 15 |
+
primary: '#5ec0cc',
|
| 16 |
+
secondary: '#ff9900',
|
| 17 |
+
dark: '#121212',
|
| 18 |
+
darker: '#0a0a0a'
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
}
|
| 23 |
+
</script>
|
| 24 |
+
<style>
|
| 25 |
+
body {
|
| 26 |
+
font-family: 'Open Sans', sans-serif;
|
| 27 |
+
background-color: #121212;
|
| 28 |
+
color: #ffffff;
|
| 29 |
+
}
|
| 30 |
+
h1, h2, h3, h4, h5, h6 {
|
| 31 |
+
font-family: 'Montserrat', sans-serif;
|
| 32 |
+
}
|
| 33 |
+
.hero-video {
|
| 34 |
+
position: absolute;
|
| 35 |
+
top: 0;
|
| 36 |
+
left: 0;
|
| 37 |
+
width: 100%;
|
| 38 |
+
height: 100%;
|
| 39 |
+
object-fit: cover;
|
| 40 |
+
z-index: -1;
|
| 41 |
+
}
|
| 42 |
+
.news-ticker {
|
| 43 |
+
white-space: nowrap;
|
| 44 |
+
overflow: hidden;
|
| 45 |
+
box-sizing: border-box;
|
| 46 |
+
}
|
| 47 |
+
.ticker-content {
|
| 48 |
+
display: inline-block;
|
| 49 |
+
padding-left: 100%;
|
| 50 |
+
animation: ticker 30s linear infinite;
|
| 51 |
+
}
|
| 52 |
+
.ticker-content:hover {
|
| 53 |
+
animation-play-state: paused;
|
| 54 |
+
}
|
| 55 |
+
@keyframes ticker {
|
| 56 |
+
0% { transform: translateX(0); }
|
| 57 |
+
100% { transform: translateX(-100%); }
|
| 58 |
+
}
|
| 59 |
+
.sport-card:hover {
|
| 60 |
+
transform: scale(1.05);
|
| 61 |
+
transition: all 0.3s ease;
|
| 62 |
+
}
|
| 63 |
+
.carousel-item {
|
| 64 |
+
transition: opacity 1s ease-in-out;
|
| 65 |
+
}
|
| 66 |
+
</style>
|
| 67 |
+
</head>
|
| 68 |
+
<body class="bg-dark text-white">
|
| 69 |
+
<!-- Navigation -->
|
| 70 |
+
<header class="fixed w-full z-50 bg-dark border-b border-primary">
|
| 71 |
+
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
|
| 72 |
+
<div class="flex items-center">
|
| 73 |
+
<div class="w-10 h-10 bg-primary rounded-full mr-3"></div>
|
| 74 |
+
<span class="text-xl font-bold">NAGAS</span>
|
| 75 |
+
</div>
|
| 76 |
+
<nav class="hidden md:flex space-x-6">
|
| 77 |
+
<a href="about.html" class="hover:text-primary">About</a>
|
| 78 |
+
<a href="teams.html" class="hover:text-primary">Teams</a>
|
| 79 |
+
<a href="schedule.html" class="hover:text-primary">Schedule</a>
|
| 80 |
+
<a href="#" class="hover:text-primary">Council</a>
|
| 81 |
+
<a href="news.html" class="hover:text-primary">News</a>
|
| 82 |
+
<a href="#" class="hover:text-primary">Get Involved</a>
|
| 83 |
+
</nav>
|
| 84 |
+
<button class="md:hidden text-white">
|
| 85 |
+
<i data-feather="menu"></i>
|
| 86 |
+
</button>
|
| 87 |
+
</div>
|
| 88 |
+
</header>
|
| 89 |
+
|
| 90 |
+
<!-- Hero Section -->
|
| 91 |
+
<section class="relative h-screen flex items-center justify-center overflow-hidden">
|
| 92 |
+
<div class="absolute inset-0 z-0">
|
| 93 |
+
<div class="carousel-item absolute inset-0 opacity-100">
|
| 94 |
+
<img src="http://static.photos/sport/1200x630/1" alt="Basketball Action" class="hero-video">
|
| 95 |
+
</div>
|
| 96 |
+
<div class="carousel-item absolute inset-0 opacity-0">
|
| 97 |
+
<img src="http://static.photos/sport/1200x630/2" alt="Volleyball Celebration" class="hero-video">
|
| 98 |
+
</div>
|
| 99 |
+
<div class="carousel-item absolute inset-0 opacity-0">
|
| 100 |
+
<img src="http://static.photos/sport/1200x630/3" alt="Swimming Meet" class="hero-video">
|
| 101 |
+
</div>
|
| 102 |
+
<div class="carousel-item absolute inset-0 opacity-0">
|
| 103 |
+
<img src="http://static.photos/sport/1200x630/4" alt="Track & Field" class="hero-video">
|
| 104 |
+
</div>
|
| 105 |
+
</div>
|
| 106 |
+
<div class="absolute inset-0 bg-black bg-opacity-60"></div>
|
| 107 |
+
<div class="relative z-10 text-center px-4">
|
| 108 |
+
<h1 class="text-5xl md:text-6xl font-bold text-primary mb-4">FIGHTING NAGAS SPIRIT</h1>
|
| 109 |
+
<p class="text-xl md:text-2xl mb-8">Strength • Resilience • Unity</p>
|
| 110 |
+
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
| 111 |
+
<a href="teams.html" class="bg-primary text-dark font-bold py-3 px-6 rounded hover:bg-[#4ab3c6] transition">View Teams</a>
|
| 112 |
+
<a href="schedule.html#upcoming" class="border-2 border-primary text-primary font-bold py-3 px-6 rounded hover:bg-primary hover:text-dark transition">Upcoming Games</a>
|
| 113 |
+
</div>
|
| 114 |
+
</div>
|
| 115 |
+
</section>
|
| 116 |
+
|
| 117 |
+
<!-- News Ticker -->
|
| 118 |
+
<div class="bg-[#1e1e1e] border-t border-primary py-3 overflow-hidden">
|
| 119 |
+
<div class="news-ticker">
|
| 120 |
+
<div class="ticker-content flex items-center">
|
| 121 |
+
<span class="mx-8 flex items-center">
|
| 122 |
+
<i data-feather="award" class="text-primary mr-2"></i>
|
| 123 |
+
Volleyball Seniors Win ISSAPP Championship
|
| 124 |
+
<a href="news.html" class="text-primary ml-2 hover:underline">Read More</a>
|
| 125 |
+
</span>
|
| 126 |
+
<span class="mx-8 flex items-center">
|
| 127 |
+
<i data-feather="target" class="text-primary mr-2"></i>
|
| 128 |
+
Basketball Juniors A Advance to Finals
|
| 129 |
+
<a href="news.html" class="text-primary ml-2 hover:underline">Read More</a>
|
| 130 |
+
</span>
|
| 131 |
+
<span class="mx-8 flex items-center">
|
| 132 |
+
<i data-feather="clock" class="text-primary mr-2"></i>
|
| 133 |
+
Track & Field Records Broken at Regional Meet
|
| 134 |
+
<a href="news.html" class="text-primary ml-2 hover:underline">Read More</a>
|
| 135 |
+
</span>
|
| 136 |
+
</div>
|
| 137 |
+
</div>
|
| 138 |
+
</div>
|
| 139 |
+
|
| 140 |
+
<!-- Featured Content -->
|
| 141 |
+
<section class="py-16">
|
| 142 |
+
<div class="container mx-auto px-4">
|
| 143 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 144 |
+
<!-- Upcoming Games -->
|
| 145 |
+
<div class="bg-[#1e1e1e] p-6 rounded-lg">
|
| 146 |
+
<h2 class="text-2xl font-bold text-primary mb-4">NEXT MATCHES</h2>
|
| 147 |
+
<div class="space-y-4">
|
| 148 |
+
<div class="border-l-4 border-secondary pl-3">
|
| 149 |
+
<p class="text-secondary">June 15, 3:00 PM</p>
|
| 150 |
+
<p class="font-bold">NAGAS vs. ISSPP</p>
|
| 151 |
+
<p class="text-sm flex items-center">
|
| 152 |
+
<i data-feather="basketball" class="mr-1"></i> Basketball
|
| 153 |
+
</p>
|
| 154 |
+
</div>
|
| 155 |
+
<div class="border-l-4 border-secondary pl-3">
|
| 156 |
+
<p class="text-secondary">June 18, 5:00 PM</p>
|
| 157 |
+
<p class="font-bold">NAGAS vs. NIST</p>
|
| 158 |
+
<p class="text-sm flex items-center">
|
| 159 |
+
<i data-feather="volleyball" class="mr-1"></i> Volleyball
|
| 160 |
+
</p>
|
| 161 |
+
</div>
|
| 162 |
+
<div class="border-l-4 border-secondary pl-3">
|
| 163 |
+
<p class="text-secondary">June 22, 2:00 PM</p>
|
| 164 |
+
<p class="font-bold">NAGAS vs. NISB</p>
|
| 165 |
+
<p class="text-sm flex items-center">
|
| 166 |
+
<i data-feather="activity" class="mr-1"></i> Swimming
|
| 167 |
+
</p>
|
| 168 |
+
</div>
|
| 169 |
+
</div>
|
| 170 |
+
<a href="schedule.html#upcoming" class="mt-4 inline-block text-primary hover:underline">View All</a>
|
| 171 |
+
</div>
|
| 172 |
+
|
| 173 |
+
<!-- Latest Results -->
|
| 174 |
+
<div class="bg-[#1e1e1e] p-6 rounded-lg">
|
| 175 |
+
<h2 class="text-2xl font-bold text-primary mb-4">RECENT RESULTS</h2>
|
| 176 |
+
<div class="space-y-4">
|
| 177 |
+
<div>
|
| 178 |
+
<p class="font-bold">Basketball - Juniors A</p>
|
| 179 |
+
<p>NAGAS 78 - 65 NISB <span class="text-green-500">W</span></p>
|
| 180 |
+
</div>
|
| 181 |
+
<div>
|
| 182 |
+
<p class="font-bold">Volleyball - Seniors B</p>
|
| 183 |
+
<p>NAGAS 3 - 1 NIST <span class="text-green-500">W</span></p>
|
| 184 |
+
</div>
|
| 185 |
+
<div>
|
| 186 |
+
<p class="font-bold">Track & Field</p>
|
| 187 |
+
<p>Regional Meet - 3rd Place Overall <span class="text-green-500">W</span></p>
|
| 188 |
+
</div>
|
| 189 |
+
</div>
|
| 190 |
+
<a href="schedule.html#results" class="mt-4 inline-block text-primary hover:underline">View All Results</a>
|
| 191 |
+
</div>
|
| 192 |
+
|
| 193 |
+
<!-- Athlete Spotlight -->
|
| 194 |
+
<div class="bg-[#1e1e1e] p-6 rounded-lg">
|
| 195 |
+
<h2 class="text-2xl font-bold text-primary mb-4">ATHLETE OF THE WEEK</h2>
|
| 196 |
+
<div class="text-center">
|
| 197 |
+
<img src="http://static.photos/people/320x240/42" alt="Sethean Thay" class="w-32 h-32 rounded-full mx-auto mb-4">
|
| 198 |
+
<h3 class="text-xl font-bold">Sethean Thay</h3>
|
| 199 |
+
<p class="text-secondary">Volleyball</p>
|
| 200 |
+
<p class="my-2">25 kills in last match</p>
|
| 201 |
+
<a href="volleyball.html" class="inline-block mt-2 text-primary hover:underline">Meet the Team</a>
|
| 202 |
+
</div>
|
| 203 |
+
</div>
|
| 204 |
+
</div>
|
| 205 |
+
</div>
|
| 206 |
+
</section>
|
| 207 |
+
|
| 208 |
+
<!-- Sports Overview -->
|
| 209 |
+
<section class="py-16 bg-[#0a0a0a]">
|
| 210 |
+
<div class="container mx-auto px-4">
|
| 211 |
+
<h2 class="text-3xl md:text-4xl font-bold text-primary text-center mb-12">OUR SPORTS</h2>
|
| 212 |
+
<div class="flex overflow-x-auto pb-4 space-x-6">
|
| 213 |
+
<div class="sport-card flex-shrink-0 w-80 bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 214 |
+
<img src="http://static.photos/people/640x360/133" alt="Basketball" class="w-full h-48 object-cover">
|
| 215 |
+
<div class="p-6">
|
| 216 |
+
<div class="flex items-center mb-3">
|
| 217 |
+
<i data-feather="basketball" class="text-primary mr-2"></i>
|
| 218 |
+
<h3 class="text-xl font-bold">Basketball</h3>
|
| 219 |
+
</div>
|
| 220 |
+
<p class="mb-4">Juniors A/B and Seniors A/B teams competing in regional tournaments.</p>
|
| 221 |
+
<a href="basketball.html" class="text-primary hover:underline">View Team</a>
|
| 222 |
+
</div>
|
| 223 |
+
</div>
|
| 224 |
+
<div class="sport-card flex-shrink-0 w-80 bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 225 |
+
<img src="http://static.photos/people/640x360/42" alt="Volleyball" class="w-full h-48 object-cover">
|
| 226 |
+
<div class="p-6">
|
| 227 |
+
<div class="flex items-center mb-3">
|
| 228 |
+
<i data-feather="volleyball" class="text-primary mr-2"></i>
|
| 229 |
+
<h3 class="text-xl font-bold">Volleyball</h3>
|
| 230 |
+
</div>
|
| 231 |
+
<p class="mb-4">Championship-winning seniors and promising junior teams.</p>
|
| 232 |
+
<a href="volleyball.html" class="text-primary hover:underline">View Team</a>
|
| 233 |
+
</div>
|
| 234 |
+
</div>
|
| 235 |
+
<div class="sport-card flex-shrink-0 w-80 bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 236 |
+
<img src="http://static.photos/sport/640x360/5" alt="Football" class="w-full h-48 object-cover">
|
| 237 |
+
<div class="p-6">
|
| 238 |
+
<div class="flex items-center mb-3">
|
| 239 |
+
<i data-feather="circle" class="text-primary mr-2"></i>
|
| 240 |
+
<h3 class="text-xl font-bold">Football</h3>
|
| 241 |
+
</div>
|
| 242 |
+
<p class="mb-4">Competitive teams for all skill levels with regular training.</p>
|
| 243 |
+
<a href="football.html" class="text-primary hover:underline">View Team</a>
|
| 244 |
+
</div>
|
| 245 |
+
</div>
|
| 246 |
+
<div class="sport-card flex-shrink-0 w-80 bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 247 |
+
<img src="http://static.photos/sport/640x360/6" alt="Track & Field" class="w-full h-48 object-cover">
|
| 248 |
+
<div class="p-6">
|
| 249 |
+
<div class="flex items-center mb-3">
|
| 250 |
+
<i data-feather="activity" class="text-primary mr-2"></i>
|
| 251 |
+
<h3 class="text-xl font-bold">Track & Field</h3>
|
| 252 |
+
</div>
|
| 253 |
+
<p class="mb-4">Regional champions with athletes competing at national level.</p>
|
| 254 |
+
<a href="track.html" class="text-primary hover:underline">View Team</a>
|
| 255 |
+
</div>
|
| 256 |
+
</div>
|
| 257 |
+
<div class="sport-card flex-shrink-0 w-80 bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 258 |
+
<img src="http://static.photos/sport/640x360/7" alt="Swimming" class="w-full h-48 object-cover">
|
| 259 |
+
<div class="p-6">
|
| 260 |
+
<div class="flex items-center mb-3">
|
| 261 |
+
<i data-feather="droplet" class="text-primary mr-2"></i>
|
| 262 |
+
<h3 class="text-xl font-bold">Swimming</h3>
|
| 263 |
+
</div>
|
| 264 |
+
<p class="mb-4">State-of-the-art facilities and coaching for all levels.</p>
|
| 265 |
+
<a href="swimming.html" class="text-primary hover:underline">View Team</a>
|
| 266 |
+
</div>
|
| 267 |
+
</div>
|
| 268 |
+
</div>
|
| 269 |
+
</div>
|
| 270 |
+
</section>
|
| 271 |
+
|
| 272 |
+
<!-- Quick Links -->
|
| 273 |
+
<section class="py-16">
|
| 274 |
+
<div class="container mx-auto px-4">
|
| 275 |
+
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
|
| 276 |
+
<a href="teams.html" class="bg-[#2e2e2e] p-6 rounded-lg text-center hover:bg-[#3e3e3e] transition">
|
| 277 |
+
<i data-feather="users" class="text-primary mx-auto mb-3"></i>
|
| 278 |
+
<p>Teams</p>
|
| 279 |
+
</a>
|
| 280 |
+
<a href="schedule.html" class="bg-[#2e2e2e] p-6 rounded-lg text-center hover:bg-[#3e3e3e] transition">
|
| 281 |
+
<i data-feather="calendar" class="text-primary mx-auto mb-3"></i>
|
| 282 |
+
<p>Schedule</p>
|
| 283 |
+
</a>
|
| 284 |
+
<a href="#" class="bg-[#2e2e2e] p-6 rounded-lg text-center hover:bg-[#3e3e3e] transition">
|
| 285 |
+
<i data-feather="shield" class="text-primary mx-auto mb-3"></i>
|
| 286 |
+
<p>Council</p>
|
| 287 |
+
</a>
|
| 288 |
+
<a href="#" class="bg-[#2e2e2e] p-6 rounded-lg text-center hover:bg-[#3e3e3e] transition">
|
| 289 |
+
<i data-feather="heart" class="text-primary mx-auto mb-3"></i>
|
| 290 |
+
<p>Get Involved</p>
|
| 291 |
+
</a>
|
| 292 |
+
</div>
|
| 293 |
+
</div>
|
| 294 |
+
</section>
|
| 295 |
+
|
| 296 |
+
<!-- Footer -->
|
| 297 |
+
<footer class="bg-darker py-12 border-t border-[#2e2e2e]">
|
| 298 |
+
<div class="container mx-auto px-4">
|
| 299 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 300 |
+
<div>
|
| 301 |
+
<h3 class="text-xl font-bold mb-4">Contact Info</h3>
|
| 302 |
+
<p>Northbridge International School Cambodia</p>
|
| 303 |
+
<p>#98C, Street 169, Phnom Penh</p>
|
| 304 |
+
<p>Email: info@nagas.edu.kh</p>
|
| 305 |
+
<p>Phone: +855 12 345 678</p>
|
| 306 |
+
</div>
|
| 307 |
+
<div>
|
| 308 |
+
<h3 class="text-xl font-bold mb-4">Follow Us</h3>
|
| 309 |
+
<div class="flex space-x-4">
|
| 310 |
+
<a href="#" class="text-primary hover:text-secondary">
|
| 311 |
+
<i data-feather="facebook"></i>
|
| 312 |
+
</a>
|
| 313 |
+
<a href="#" class="text-primary hover:text-secondary">
|
| 314 |
+
<i data-feather="instagram"></i>
|
| 315 |
+
</a>
|
| 316 |
+
<a href="#" class="text-primary hover:text-secondary">
|
| 317 |
+
<i data-feather="twitter"></i>
|
| 318 |
+
</a>
|
| 319 |
+
</div>
|
| 320 |
+
<p class="mt-2">@NAGAS_NISC</p>
|
| 321 |
+
</div>
|
| 322 |
+
<div>
|
| 323 |
+
<h3 class="text-xl font-bold mb-4">Quick Links</h3>
|
| 324 |
+
<ul class="space-y-2">
|
| 325 |
+
<li><a href="teams.html" class="hover:text-primary">Teams</a></li>
|
| 326 |
+
<li><a href="schedule.html" class="hover:text-primary">Schedule</a></li>
|
| 327 |
+
<li><a href="news.html" class="hover:text-primary">News</a></li>
|
| 328 |
+
<li><a href="#" class="hover:text-primary">Athlete Portal</a></li>
|
| 329 |
+
</ul>
|
| 330 |
+
</div>
|
| 331 |
+
</div>
|
| 332 |
+
<div class="border-t border-[#2e2e2e] mt-8 pt-8 text-center">
|
| 333 |
+
<p>© 2023 NAGAS - Northbridge Athletic Groups and Sports. All rights reserved.</p>
|
| 334 |
+
</div>
|
| 335 |
+
</div>
|
| 336 |
+
</footer>
|
| 337 |
+
|
| 338 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 339 |
+
<script>
|
| 340 |
+
feather.replace();
|
| 341 |
+
|
| 342 |
+
// Carousel functionality
|
| 343 |
+
let currentIndex = 0;
|
| 344 |
+
const items = document.querySelectorAll('.carousel-item');
|
| 345 |
+
const itemCount = items.length;
|
| 346 |
+
|
| 347 |
+
function nextSlide() {
|
| 348 |
+
items[currentIndex].classList.remove('opacity-100');
|
| 349 |
+
items[currentIndex].classList.add('opacity-0');
|
| 350 |
+
|
| 351 |
+
currentIndex = (currentIndex + 1) % itemCount;
|
| 352 |
+
|
| 353 |
+
items[currentIndex].classList.remove('opacity-0');
|
| 354 |
+
items[currentIndex].classList.add('opacity-100');
|
| 355 |
+
}
|
| 356 |
+
|
| 357 |
+
setInterval(nextSlide, 5000);
|
| 358 |
+
</script>
|
| 359 |
+
</body>
|
| 360 |
</html>
|