File size: 41,781 Bytes
e69cbb1 8d255c3 e69cbb1 8d255c3 e69cbb1 2ae988e 16374d8 050b0c7 e69cbb1 6f67978 e69cbb1 6f67978 2b03985 e69cbb1 2b03985 322d0d0 e69cbb1 8b842d9 e69cbb1 9f13606 4dc07da e69cbb1 2b03985 e69cbb1 2b03985 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Swimming - 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;
}
.swimmer-card:hover {
transform: translateY(-5px);
transition: all 0.3s ease;
}
.schedule-item:hover {
background-color: #1e1e1e;
}
.gallery-item:hover {
transform: scale(1.05);
transition: all 0.3s ease;
}
.stat-card {
transition: all 0.3s ease;
}
.stat-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(94, 192, 204, 0.2);
}
.filter-active {
background-color: #5ec0cc;
color: #0a0a0a;
}
.stroke-filter {
background-color: #1e1e1e;
border: 1px solid #5ec0cc;
}
.stroke-filter:focus {
outline: none;
border-color: #5ECCA2;
}
</style>
</head>
<body class="bg-dark text-white">
<!-- Navigation -->
<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="about.html" class="hover:text-primary">About</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>
<!-- Mobile Menu -->
<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>
<!-- Breadcrumb -->
<div class="pt-20 pb-4 bg-darker border-b border-[#2e2e2e]">
<div class="container mx-auto px-4">
<nav class="text-sm">
<a href="index.html" class="text-primary hover:underline">Home</a> >
<a href="teams.html" class="text-primary hover:underline">Teams</a> >
<span class="text-white">Swimming</span>
</nav>
</div>
</div>
<!-- Hero Section -->
<section class="relative h-96 flex items-center justify-center overflow-hidden">
<img src="http://static.photos/sport/1200x630/7" alt="NAGAS Swimming Action" 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">NAGAS SWIMMING</h1>
<p class="text-xl mb-4">Gold Squad • Development • Biathlon</p>
<div class="flex flex-wrap justify-center gap-2">
<div class="bg-secondary text-dark py-1 px-4 rounded-full text-sm">2025-2026 Season</div>
<div class="bg-primary text-dark py-1 px-4 rounded-full text-sm">FINA Standard Pool</div>
</div>
</div>
</section>
<!-- Team Introduction -->
<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">ABOUT OUR PROGRAM</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 items-center">
<div>
<p class="mb-4">Our swimmers compete in ISSAPP meets and train in our FINA-standard 25m pool. We develop technique, endurance, and race strategy for all levels of swimmers.</p>
<p class="mb-6">Programs for all levels from beginners to competitive swimmers. Our focus is on personal development, teamwork, and achieving personal bests.</p>
<p class="text-secondary font-bold">2024 ISSAPP Medalists - 5 Individual Medals</p>
</div>
<div class="bg-[#1e1e1e] p-6 rounded-lg">
<div class="flex items-center">
<img src="http://static.photos/people/100x100/80" alt="Swimming Coach" class="w-16 h-16 rounded-full mr-4">
<div>
<h3 class="text-xl font-bold">Sokha Mey</h3>
<p class="text-secondary">Head Swimming Coach</p>
</div>
</div>
<p class="mt-4">Former national team swimmer with 15 years coaching experience. Specializes in stroke technique and race strategy.</p>
</div>
</div>
</div>
</section>
<!-- Team Structure 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 SWIMMERS</h2>
<!-- Stroke Filters -->
<div class="flex flex-wrap gap-2 mb-8">
<select id="strokeFilter" class="stroke-filter py-2 px-4 rounded">
<option value="all">All Strokes</option>
<option value="freestyle">Freestyle</option>
<option value="backstroke">Backstroke</option>
<option value="breaststroke">Breaststroke</option>
<option value="butterfly">Butterfly</option>
<option value="im">Individual Medley</option>
</select>
</div>
<!-- Training Groups -->
<div class="mb-12">
<h3 class="text-2xl font-bold mb-6 text-secondary">Gold Squad (Competitive)</h3>
<div class="mb-8">
<h4 class="text-xl font-bold mb-4">Juniors (Grades 6-8)</h4>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Swimmer 1 -->
<div class="swimmer-card bg-[#1e1e1e] rounded-lg overflow-hidden" data-stroke="freestyle butterfly">
<img src="http://static.photos/people/320x240/81" alt="Junior Swimmer" class="w-full h-48 object-cover">
<div class="p-4">
<h4 class="font-bold text-lg">Sok Visal</h4>
<p class="text-secondary">Freestyle, Butterfly</p>
<p>50m Free PB: 28.4s</p>
<p>100m Fly PB: 1:05.2</p>
</div>
</div>
<!-- Swimmer 2 -->
<div class="swimmer-card bg-[#1e1e1e] rounded-lg overflow-hidden" data-stroke="backstroke">
<img src="http://static.photos/people/320x240/82" alt="Junior Swimmer" class="w-full h-48 object-cover">
<div class="p-4">
<h4 class="font-bold text-lg">Chea Sopheak</h4>
<p class="text-secondary">Backstroke Specialist</p>
<p>100m Back PB: 1:08.7</p>
<p>200m Back PB: 2:25.3</p>
</div>
</div>
<!-- Swimmer 3 -->
<div class="swimmer-card bg-[#1e1e1e] rounded-lg overflow-hidden" data-stroke="breaststroke im">
<img src="http://static.photos/people/320x240/83" alt="Junior Swimmer" class="w-full h-48 object-cover">
<div class="p-4">
<h4 class="font-bold text-lg">Lyhour Meng</h4>
<p class="text-secondary">Breaststroke, IM</p>
<p>100m Breast PB: 1:15.4</p>
<p>200m IM PB: 2:38.9</p>
</div>
</div>
</div>
</div>
<div>
<h4 class="text-xl font-bold mb-4">Seniors (Grades 9-12)</h4>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Swimmer 1 -->
<div class="swimmer-card bg-[#1e1e1e] rounded-lg overflow-hidden" data-stroke="freestyle">
<img src="http://static.photos/people/320x240/84" alt="Senior Swimmer" class="w-full h-48 object-cover">
<div class="p-4">
<h4 class="font-bold text-lg">Thay Sethean</h4>
<p class="text-secondary">Distance Freestyle</p>
<p>200m Free PB: 2:01.3</p>
<p>400m Free PB: 4:18.7</p>
</div>
</div>
<!-- Swimmer 2 -->
<div class="swimmer-card bg-[#1e1e1e] rounded-lg overflow-hidden" data-stroke="butterfly">
<img src="http://static.photos/people/320x240/85" alt="Senior Swimmer" class="w-full h-48 object-cover">
<div class="p-4">
<h4 class="font-bold text-lg">Sokhim Chhun</h4>
<p class="text-secondary">Butterfly Specialist</p>
<p>100m Fly PB: 58.3</p>
<p>200m Fly PB: 2:12.4</p>
</div>
</div>
<!-- Swimmer 3 -->
<div class="swimmer-card bg-[#1e1e1e] rounded-lg overflow-hidden" data-stroke="im">
<img src="http://static.photos/people/320x240/86" alt="Senior Swimmer" class="w-full h-48 object-cover">
<div class="p-4">
<h4 class="font-bold text-lg">Kosal Khemarak</h4>
<p class="text-secondary">Individual Medley</p>
<p>200m IM PB: 2:18.7</p>
<p>400m IM PB: 4:52.3</p>
</div>
</div>
</div>
</div>
</div>
<div class="mb-12">
<h3 class="text-2xl font-bold mb-6 text-secondary">Development Squad</h3>
<div class="mb-8">
<h4 class="text-xl font-bold mb-4">Juniors</h4>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-[#1e1e1e] rounded-lg p-8 text-center">
<i data-feather="users" class="text-primary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<p>Development swimmers roster coming soon</p>
</div>
</div>
</div>
<div>
<h4 class="text-xl font-bold mb-4">Seniors</h4>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-[#1e1e1e] rounded-lg p-8 text-center">
<i data-feather="users" class="text-primary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<p>Development swimmers roster coming soon</p>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-2xl font-bold mb-6 text-secondary">Biathlon Program</h3>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-[#1e1e1e] rounded-lg p-8 text-center">
<i data-feather="users" class="text-primary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<p>Biathlon participants roster coming soon</p>
</div>
</div>
</div>
</div>
</section>
<!-- Schedule 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">2025-2026 MEET SCHEDULE</h2>
<div class="mb-12">
<h3 class="text-2xl font-bold mb-6 text-secondary">Upcoming Meets</h3>
<div class="space-y-4">
<div class="schedule-item bg-[#1e1e1e] p-4 rounded-lg flex flex-col md:flex-row justify-between items-start md:items-center">
<div>
<p class="text-secondary">July 15, 2025 - 9:00 AM</p>
<p class="font-bold">NAGAS vs. ISSPP All-Stars</p>
<p>NISC Aquatics Centre</p>
<p>Events: All Strokes, All Distances</p>
</div>
<button class="mt-2 md:mt-0 bg-primary text-dark font-bold py-2 px-4 rounded hover:bg-[#4ab3c6] transition">Add to Calendar</button>
</div>
<div class="schedule-item bg-[#1e1e1e] p-4 rounded-lg flex flex-col md:flex-row justify-between items-start md:items-center">
<div>
<p class="text-secondary">July 22, 2025 - 2:00 PM</p>
<p class="font-bold">NAGAS vs. NIST Thunder</p>
<p>Away - NIST Pool</p>
<p>Events: Freestyle, Backstroke</p>
</div>
<button class="mt-2 md:mt-0 bg-primary text-dark font-bold py-2 px-4 rounded hover:bg-[#4ab3c6] transition">Add to Calendar</button>
</div>
<div class="schedule-item bg-[#1e1e1e] p-4 rounded-lg flex flex-col md:flex-row justify-between items-start md:items-center">
<div>
<p class="text-secondary">July 29, 2025 - 10:00 AM</p>
<p class="font-bold">NAGAS vs. NISB Eagles</p>
<p>NISC Aquatics Centre</p>
<p>Events: Breaststroke, Butterfly, IM</p>
</div>
<button class="mt-2 md:mt-0 bg-primary text-dark font-bold py-2 px-4 rounded hover:bg-[#4ab3c6] transition">Add to Calendar</button>
</div>
</div>
</div>
<div>
<h3 class="text-2xl font-bold mb-6 text-secondary">Recent Results</h3>
<div class="space-y-4">
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="font-bold">ISSAPP Mid-Season Meet</p>
<p>Team Score: 2nd Place (142 Points)</p>
</div>
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="font-bold">ASAC Regional Championships</p>
<p>Team Score: 3rd Place (118 Points)</p>
</div>
</div>
</div>
<div class="mt-8 text-center">
<a href="schedule.html#swimming" class="inline-block bg-primary text-dark font-bold py-2 px-6 rounded hover:bg-[#4ab3c6] transition">Full Schedule</a>
</div>
</div>
</section>
<!-- Coaching Staff -->
<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">MEET THE COACHES</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-[#1e1e1e] rounded-lg overflow-hidden">
<div class="md:flex">
<img src="http://static.photos/people/200x200/80" alt="Sokha Mey" class="w-full md:w-32 h-32 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold">Sokha Mey</h3>
<p class="text-secondary mb-2">Head Swimming Coach</p>
<p>Former national team swimmer with 15 years coaching experience.</p>
</div>
</div>
</div>
<div class="bg-[#1e1e1e] rounded-lg overflow-hidden">
<div class="md:flex">
<img src="http://static.photos/people/200x200/87" alt="Assistant Coach" class="w-full md:w-32 h-32 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold">Visal Sreytouch</h3>
<p class="text-secondary mb-2">Assistant Coach</p>
<p>Specializes in stroke technique and race preparation.</p>
</div>
</div>
</div>
<div class="bg-[#1e1e1e] rounded-lg overflow-hidden">
<div class="md:flex">
<img src="http://static.photos/people/200x200/88" alt="Michelle Dean" class="w-full md:w-32 h-32 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold">Michelle Dean</h3>
<p class="text-secondary mb-2">Swim Coordinator</p>
<p>Manages training schedules and competition logistics.</p>
</div>
</div>
</div>
</div>
<div class="mt-8 text-center">
<a href="mailto:swimming-coaches@nagas.edu.kh" class="inline-block bg-primary text-dark font-bold py-2 px-6 rounded hover:bg-[#4ab3c6] transition">Contact Coaches</a>
</div>
</div>
</section>
<!-- Records Board -->
<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">TEAM RECORDS</h2>
<div class="overflow-x-auto">
<table class="w-full bg-[#1e1e1e] rounded-lg overflow-hidden">
<thead>
<tr class="bg-[#2e2e2e]">
<th class="text-left py-3 px-4">Event</th>
<th class="text-left py-3 px-4">Swimmer</th>
<th class="text-left py-3 px-4">Time</th>
<th class="text-left py-3 px-4">Year</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-[#2e2e2e] hover:bg-[#2a2a2a]">
<td class="py-3 px-4">50m Freestyle</td>
<td class="py-3 px-4">Thay Sethean</td>
<td class="py-3 px-4">23.8s</td>
<td class="py-3 px-4">2024</td>
</tr>
<tr class="border-b border-[#2e2e2e] hover:bg-[#2a2a2a]">
<td class="py-3 px-4">100m Butterfly</td>
<td class="py-3 px-4">Sokhim Chhun</td>
<td class="py-3 px-4">58.3</td>
<td class="py-3 px-4">2023</td>
</tr>
<tr class="border-b border-[#2e2e2e] hover:bg-[#2a2a2a]">
<td class="py-3 px-4">200m Individual Medley</td>
<td class="py-3 px-4">Kosal Khemarak</td>
<td class="py-3 px-4">2:18.7</td>
<td class="py-3 px-4">2024</td>
</tr>
<tr class="border-b border-[#2e2e2e] hover:bg-[#2a2a2a]">
<td class="py-3 px-4">400m Freestyle</td>
<td class="py-3 px-4">Thay Sethean</td>
<td class="py-3 px-4">4:18.7</td>
<td class="py-3 px-4">2024</td>
</tr>
<tr class="border-b border-[#2e2e2e] hover:bg-[#2a2a2a]">
<td class="py-3 px-4">100m Backstroke</td>
<td class="py-3 px-4">Chea Sopheak</td>
<td class="py-3 px-4">1:05.2</td>
<td class="py-3 px-4">2023</td>
</tr>
<tr class="border-b border-[#2e2e2e] hover:bg-[#2a2a2a]">
<td class="py-3 px-4">200m Breaststroke</td>
<td class="py-3 px-4">Lyhour Meng</td>
<td class="py-3 px-4">2:38.9</td>
<td class="py-3 px-4">2024</td>
</tr>
</tbody>
</table>
</div>
<div class="mt-8 text-center">
<button class="bg-primary text-dark font-bold py-2 px-6 rounded hover:bg-[#4ab3c6] transition">View Full Records</button>
</div>
</div>
</section>
<!-- Training Groups -->
<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 PROGRAMS</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-[#1e1e1e] p-6 rounded-lg">
<h3 class="text-xl font-bold mb-4 text-secondary">Gold Squad</h3>
<p class="mb-4">For competitive swimmers training 5+ times per week</p>
<ul class="space-y-2 mb-4">
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Advanced technique training</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Race strategy development</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>ISSAPP competition preparation</span>
</li>
</ul>
<p class="text-sm"><span class="font-bold">Schedule:</span> Mon/Wed/Fri 6:00-7:30 AM, Tue/Thu 3:30-5:00 PM</p>
</div>
<div class="bg-[#1e1e1e] p-6 rounded-lg">
<h3 class="text-xl font-bold mb-4 text-secondary">Development Squad</h3>
<p class="mb-4">For swimmers improving technique and fitness</p>
<ul class="space-y-2 mb-4">
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Stroke correction focus</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Endurance building</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Fun, supportive environment</span>
</li>
</ul>
<p class="text-sm"><span class="font-bold">Schedule:</span> Mon/Wed/Fri 3:30-4:30 PM</p>
</div>
<div class="bg-[#1e1e1e] p-6 rounded-lg">
<h3 class="text-xl font-bold mb-4 text-secondary">Biathlon Program</h3>
<p class="mb-4">Combined swimming and running for all fitness levels</p>
<ul class="space-y-2 mb-4">
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Goal setting and achievement</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Personal best focus</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Flexible training plans</span>
</li>
</ul>
<p class="text-sm"><span class="font-bold">Schedule:</span> Tue/Thu 4:30-5:30 PM</p>
</div>
</div>
</div>
</section>
<!-- Photo Gallery -->
<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">POOL ACTION</h2>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
<div class="gallery-item">
<img src="http://static.photos/sport/640x360/7" alt="Race Start" class="w-full h-48 object-cover rounded">
</div>
<div class="gallery-item">
<img src="http://static.photos/sport/640x360/19" alt="Butterfly Stroke" class="w-full h-48 object-cover rounded">
</div>
<div class="gallery-item">
<img src="http://static.photos/sport/640x360/20" alt="Relay Exchange" class="w-full h-48 object-cover rounded">
</div>
<div class="gallery-item">
<img src="http://static.photos/sport/640x360/21" alt="Backstroke" class="w-full h-48 object-cover rounded">
</div>
<div class="gallery-item">
<img src="http://static.photos/sport/640x360/22" alt="Freestyle Finish" class="w-full h-48 object-cover rounded">
</div>
<div class="gallery-item">
<img src="http://static.photos/sport/640x360/23" alt="Technique Training" class="w-full h-48 object-cover rounded">
</div>
<div class="gallery-item">
<img src="http://static.photos/sport/640x360/24" alt="Award Ceremony" class="w-full h-48 object-cover rounded">
</div>
<div class="gallery-item">
<img src="http://static.photos/sport/640x360/25" alt="Team Photo" class="w-full h-48 object-cover rounded">
</div>
</div>
<div class="mt-8 text-center">
<button class="bg-primary text-dark font-bold py-2 px-6 rounded hover:bg-[#4ab3c6] transition">View All Photos</button>
</div>
</div>
</section>
<!-- Achievements -->
<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">TEAM HONORS</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-[#1e1e1e] p-6 rounded-lg text-center">
<i data-feather="award" class="text-secondary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<h3 class="text-xl font-bold mb-2">2024 ISSAPP Medalists</h3>
<p>5 Individual Medals Won</p>
</div>
<div class="bg-[#1e1e1e] p-6 rounded-lg text-center">
<i data-feather="award" class="text-secondary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<h3 class="text-xl font-bold mb-2">2023 ASAC Finalists</h3>
<p>Reached regional championship finals</p>
</div>
<div class="bg-[#1e1e1e] p-6 rounded-lg text-center">
<i data-feather="user" class="text-secondary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<h3 class="text-xl font-bold mb-2">Swimmer of the Month</h3>
<p>Featured athlete program</p>
</div>
</div>
</div>
</section>
<!-- Facilities -->
<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 POOL</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 items-center">
<div>
<img src="http://static.photos/indoor/640x360/9" alt="NAGAS Aquatics Centre" class="w-full rounded-lg">
</div>
<div>
<h3 class="text-2xl font-bold mb-4">25m FINA Standard Pool</h3>
<ul class="space-y-3 mb-6">
<li class="flex items-start">
<i data-feather="check-circle" class="text-secondary mr-2 mt-1"></i>
<span>8 competition lanes with international timing system</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-secondary mr-2 mt-1"></i>
<span>Heated to 27°C for optimal performance</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-secondary mr-2 mt-1"></i>
<span>Diving blocks and backstroke flags</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-secondary mr-2 mt-1"></i>
<span>Spectator seating for 200</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-secondary mr-2 mt-1"></i>
<span>Separate warm-up/warm-down pool</span>
</li>
</ul>
<button class="bg-primary text-dark font-bold py-2 px-6 rounded hover:bg-[#4ab3c6] transition">Virtual Tour</button>
</div>
</div>
</div>
</section>
<!-- Tryout Information -->
<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">JOIN THE TEAM</h2>
<div class="bg-[#1e1e1e] rounded-lg p-8 max-w-3xl mx-auto text-center">
<p class="text-xl mb-4">All levels welcome - from beginners to competitive swimmers</p>
<p class="mb-6">First practice: <span class="text-secondary">September 8, 2025</span></p>
<p class="mb-4">Equipment needed:</p>
<ul class="mb-6 text-left max-w-xs mx-auto">
<li class="flex items-center mb-2">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Swimsuit</span>
</li>
<li class="flex items-center mb-2">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Goggles</span>
</li>
<li class="flex items-center mb-2">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Swim cap (optional)</span>
</li>
<li class="flex items-center mb-2">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Water bottle</span>
</li>
</ul>
<a href="get-involved.html#tryouts" class="inline-block bg-primary text-dark font-bold py-3 px-8 rounded hover:bg-[#4ab3c6] transition">Register Now</a>
</div>
</div>
</section>
<!-- Lifeguard Team -->
<section class="py-16">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-primary mb-8">SAFETY FIRST</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-[#1e1e1e] rounded-lg overflow-hidden">
<div class="md:flex">
<img src="http://static.photos/people/200x200/89" alt="Buntheng Chhou" class="w-full md:w-32 h-32 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold">Buntheng Chhou</h3>
<p class="text-secondary mb-2">Head Lifeguard</p>
<p>Certified lifeguard with 8 years experience. Specializes in emergency response.</p>
</div>
</div>
</div>
<div class="bg-[#1e1e1e] rounded-lg overflow-hidden">
<div class="md:flex">
<img src="http://static.photos/people/200x200/90" alt="Narong Snguon" class="w-full md:w-32 h-32 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold">Narong Snguon</h3>
<p class="text-secondary mb-2">Assistant Lifeguard</p>
<p>Certified lifeguard with focus on prevention and safety protocols.</p>
</div>
</div>
</div>
</div>
<div class="mt-8 bg-[#1e1e1e] rounded-lg p-6 max-w-3xl mx-auto">
<h3 class="text-xl font-bold mb-4 text-center">Safety Protocols</h3>
<ul class="space-y-2">
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>All sessions supervised by certified lifeguards</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Emergency action plans in place</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Regular safety equipment inspections</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-secondary mr-2"></i>
<span>Swimmer safety education program</span>
</li>
</ul>
</div>
</div>
</section>
<!-- Footer -->
<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();
// Stroke filtering functionality
document.getElementById('strokeFilter').addEventListener('change', function() {
const selectedStroke = this.value;
const swimmers = document.querySelectorAll('.swimmer-card');
swimmers.forEach(swimmer => {
if (selectedStroke === 'all') {
swimmer.style.display = 'block';
} else {
const swimmerStrokes = swimmer.getAttribute('data-stroke');
if (swimmerStrokes.includes(selectedStroke)) {
swimmer.style.display = 'block';
} else {
swimmer.style.display = 'none';
}
}
});
});
// Mobile menu toggle
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>
|