Manual changes saved
Browse files- index.html +23 -23
index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
| 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-
|
| 75 |
</div>
|
| 76 |
<nav class="hidden md:flex space-x-6">
|
| 77 |
<a href="about.html" class="hover:text-primary">About</a>
|
|
@@ -105,11 +105,11 @@
|
|
| 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-
|
| 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-
|
| 112 |
-
<a href="schedule.html#upcoming" class="border-2 border-primary text-primary font-
|
| 113 |
</div>
|
| 114 |
</div>
|
| 115 |
</section>
|
|
@@ -143,25 +143,25 @@
|
|
| 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-
|
| 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-
|
| 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-
|
| 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-
|
| 165 |
<p class="text-sm flex items-center">
|
| 166 |
<i data-feather="activity" class="mr-1"></i> Swimming
|
| 167 |
</p>
|
|
@@ -172,18 +172,18 @@
|
|
| 172 |
|
| 173 |
<!-- Latest Results -->
|
| 174 |
<div class="bg-[#1e1e1e] p-6 rounded-lg">
|
| 175 |
-
<h2 class="text-2xl font-
|
| 176 |
<div class="space-y-4">
|
| 177 |
<div>
|
| 178 |
-
<p class="font-
|
| 179 |
<p>NAGAS 78 - 65 NISB <span class="text-green-500">W</span></p>
|
| 180 |
</div>
|
| 181 |
<div>
|
| 182 |
-
<p class="font-
|
| 183 |
<p>NAGAS 3 - 1 NIST <span class="text-green-500">W</span></p>
|
| 184 |
</div>
|
| 185 |
<div>
|
| 186 |
-
<p class="font-
|
| 187 |
<p>Regional Meet - 3rd Place Overall <span class="text-green-500">W</span></p>
|
| 188 |
</div>
|
| 189 |
</div>
|
|
@@ -192,10 +192,10 @@
|
|
| 192 |
|
| 193 |
<!-- Athlete Spotlight -->
|
| 194 |
<div class="bg-[#1e1e1e] p-6 rounded-lg">
|
| 195 |
-
<h2 class="text-2xl font-
|
| 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-
|
| 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>
|
|
@@ -208,14 +208,14 @@
|
|
| 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-
|
| 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-
|
| 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>
|
|
@@ -226,7 +226,7 @@
|
|
| 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-
|
| 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>
|
|
@@ -237,7 +237,7 @@
|
|
| 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-
|
| 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>
|
|
@@ -248,7 +248,7 @@
|
|
| 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-
|
| 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>
|
|
@@ -259,7 +259,7 @@
|
|
| 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-
|
| 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>
|
|
@@ -298,14 +298,14 @@
|
|
| 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-
|
| 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-
|
| 309 |
<div class="flex space-x-4">
|
| 310 |
<a href="#" class="text-primary hover:text-secondary">
|
| 311 |
<i data-feather="facebook"></i>
|
|
@@ -320,7 +320,7 @@
|
|
| 320 |
<p class="mt-2">@NAGAS_NISC</p>
|
| 321 |
</div>
|
| 322 |
<div>
|
| 323 |
-
<h3 class="text-xl font-
|
| 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>
|
|
|
|
| 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-extrabold"><span class="text-primary">NAGAS</span><span class="text-white">ATHLETICS</span></span>
|
| 75 |
</div>
|
| 76 |
<nav class="hidden md:flex space-x-6">
|
| 77 |
<a href="about.html" class="hover:text-primary">About</a>
|
|
|
|
| 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-extrabold 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-extrabold 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-extrabold py-3 px-6 rounded hover:bg-primary hover:text-dark transition">Upcoming Games</a>
|
| 113 |
</div>
|
| 114 |
</div>
|
| 115 |
</section>
|
|
|
|
| 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-extrabold 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-extrabold">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-extrabold">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-extrabold">NAGAS vs. NISB</p>
|
| 165 |
<p class="text-sm flex items-center">
|
| 166 |
<i data-feather="activity" class="mr-1"></i> Swimming
|
| 167 |
</p>
|
|
|
|
| 172 |
|
| 173 |
<!-- Latest Results -->
|
| 174 |
<div class="bg-[#1e1e1e] p-6 rounded-lg">
|
| 175 |
+
<h2 class="text-2xl font-extrabold text-primary mb-4">RECENT RESULTS</h2>
|
| 176 |
<div class="space-y-4">
|
| 177 |
<div>
|
| 178 |
+
<p class="font-extrabold">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-extrabold">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-extrabold">Track & Field</p>
|
| 187 |
<p>Regional Meet - 3rd Place Overall <span class="text-green-500">W</span></p>
|
| 188 |
</div>
|
| 189 |
</div>
|
|
|
|
| 192 |
|
| 193 |
<!-- Athlete Spotlight -->
|
| 194 |
<div class="bg-[#1e1e1e] p-6 rounded-lg">
|
| 195 |
+
<h2 class="text-2xl font-extrabold 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-extrabold">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>
|
|
|
|
| 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-extrabold 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-extrabold">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>
|
|
|
|
| 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-extrabold">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>
|
|
|
|
| 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-extrabold">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>
|
|
|
|
| 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-extrabold">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>
|
|
|
|
| 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-extrabold">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>
|
|
|
|
| 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-extrabold 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-extrabold 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>
|
|
|
|
| 320 |
<p class="mt-2">@NAGAS_NISC</p>
|
| 321 |
</div>
|
| 322 |
<div>
|
| 323 |
+
<h3 class="text-xl font-extrabold 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>
|