File size: 48,381 Bytes
657a826 8d255c3 657a826 8d255c3 657a826 2ae988e 16374d8 050b0c7 657a826 6f67978 657a826 6f67978 0b8b25a 657a826 2b03985 322d0d0 657a826 f7adefc 657a826 77da22a 657a826 77da22a caf2696 77da22a 657a826 77da22a 657a826 08eb78a 657a826 08eb78a 657a826 08eb78a 657a826 08eb78a 657a826 08eb78a 657a826 08eb78a 657a826 08eb78a 657a826 08eb78a 657a826 08eb78a 657a826 88cebe7 657a826 9f13606 657a826 9f13606 4dc07da 657a826 f7adefc 657a826 | 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 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Schedule & Results - 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 src="https://cdn.jsdelivr.net/npm/chart.js"></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;
}
.calendar-day {
transition: all 0.3s ease;
}
.calendar-day:hover {
background-color: #1e1e1e;
cursor: pointer;
}
.calendar-day.has-event {
background-color: rgba(94, 192, 204, 0.2);
border: 1px solid #5ec0cc;
}
.calendar-day.has-event:hover {
background-color: rgba(94, 192, 204, 0.3);
}
.filter-dropdown {
background-color: #1e1e1e;
border: 1px solid #5ec0cc;
}
.filter-dropdown:focus {
outline: none;
border-color: #5ECCA2;
}
.event-card:hover {
transform: translateY(-3px);
transition: all 0.3s ease;
}
.tab-active {
background-color: #5ec0cc;
color: #0a0a0a;
}
.athlete-card:hover {
transform: translateY(-5px);
transition: all 0.3s ease;
}
.record-card {
transition: all 0.3s ease;
}
.record-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(94, 192, 204, 0.2);
}
</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="text-primary font-bold">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> >
<span class="text-white">Schedule & Results</span>
</nav>
</div>
</div>
<!-- Hero Section -->
<section class="relative h-96 flex items-center justify-center overflow-hidden">
<div class="grid grid-cols-2 md:grid-cols-4 w-full h-full">
<div class="relative">
<img src="http://static.photos/sport/640x360/1" alt="Basketball Action" class="w-full h-full object-cover">
</div>
<div class="relative">
<img src="http://static.photos/sport/640x360/2" alt="Volleyball Match" class="w-full h-full object-cover">
</div>
<div class="relative">
<img src="http://static.photos/sport/640x360/3" alt="Football Game" class="w-full h-full object-cover">
</div>
<div class="relative">
<img src="http://static.photos/sport/640x360/4" alt="Track & Field" class="w-full h-full object-cover">
</div>
</div>
<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">SCHEDULE & RESULTS</h1>
<p class="text-xl">Follow Our Teams</p>
</div>
</section>
<!-- Upcoming Events Section -->
<section class="py-16 border-b border-[#2e2e2e]">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center mb-8">
<h2 class="text-2xl md:text-3xl font-bold text-primary">UPCOMING GAMES/MEETS</h2>
</div>
<!-- Embedded Calendar -->
<div class="bg-[#1e1e1e] rounded-lg p-6 mb-8">
<div class="aspect-w-16 aspect-h-9">
<!-- Replace with actual embedded calendar code -->
<iframe src="https://calendar.google.com/calendar/embed?src=243108f7dc1bad3e754e4e852ce926c423e98732724f2cd25dc30c6e6dfee546%40group.calendar.google.com&ctz=UTC"
style="border: 0"
width="100%"
height="600"
frameborder="0"
scrolling="no">
</iframe>
</div>
</div>
<!-- Upcoming Events List -->
<div class="mb-8">
<h3 class="text-xl font-bold mb-4 text-secondary">NEXT 7 EVENTS</h3>
<div class="space-y-4">
<div class="event-card bg-[#1e1e1e] p-4 rounded-lg flex flex-col md:flex-row justify-between items-start md:items-center">
<div>
<p class="text-secondary">June 15, 2025 - 3:00 PM</p>
<div class="flex items-center mt-1">
<i data-feather="basketball" class="text-primary mr-2"></i>
<p class="font-bold">Basketball - Seniors A vs. ISSPP Dragons</p>
</div>
<p class="text-sm">NAGAS Sports Hall</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="event-card bg-[#1e1e1e] p-4 rounded-lg flex flex-col md:flex-row justify-between items-start md:items-center">
<div>
<p class="text-secondary">June 18, 2025 - 5:00 PM</p>
<div class="flex items-center mt-1">
<i data-feather="volleyball" class="text-primary mr-2"></i>
<p class="font-bold">Volleyball - Juniors B vs. NIST Thunder</p>
</div>
<p class="text-sm">Away - NIST Gymnasium</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="event-card bg-[#1e1e1e] p-4 rounded-lg flex flex-col md:flex-row justify-between items-start md:items-center">
<div>
<p class="text-secondary">June 22, 2025 - 2:00 PM</p>
<div class="flex items-center mt-1">
<i data-feather="droplet" class="text-primary mr-2"></i>
<p class="font-bold">Swimming - All-Stars vs. NISB Eagles</p>
</div>
<p class="text-sm">NAGAS Aquatics Centre</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="event-card bg-[#1e1e1e] p-4 rounded-lg flex flex-col md:flex-row justify-between items-start md:items-center">
<div>
<p class="text-secondary">June 25, 2025 - 4:00 PM</p>
<div class="flex items-center mt-1">
<i data-feather="circle" class="text-primary mr-2"></i>
<p class="font-bold">Football - Seniors B vs. ISSPP Dragons</p>
</div>
<p class="text-sm">NISC Field</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="event-card bg-[#1e1e1e] p-4 rounded-lg flex flex-col md:flex-row justify-between items-start md:items-center">
<div>
<p class="text-secondary">June 28, 2025 - 9:00 AM</p>
<div class="flex items-center mt-1">
<i data-feather="activity" class="text-primary mr-2"></i>
<p class="font-bold">Track & Field - Mid-Season Meet</p>
</div>
<p class="text-sm">NISC Track & Field Complex</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 class="mt-6 text-center">
<button class="bg-primary text-dark font-bold py-2 px-6 rounded hover:bg-[#4ab3c6] transition">View All Events</button>
</div>
</div>
</div>
</section>
<!-- Live Scoreboard -->
<section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
<div class="container mx-auto px-4">
<h2 class="text-2xl md:text-3xl font-bold text-primary mb-8">LIVE NOW</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-[#1e1e1e] rounded-lg p-6">
<div class="flex justify-between items-center mb-4">
<h3 class="text-xl font-bold">Basketball - Juniors A vs. NIST Thunder</h3>
<span class="bg-secondary text-dark py-1 px-3 rounded text-sm">LIVE</span>
</div>
<div class="flex justify-between items-center mb-6">
<div class="text-center">
<p class="text-2xl font-bold">NAGAS</p>
<p class="text-4xl font-bold text-primary">42</p>
</div>
<div class="text-center">
<p class="text-2xl font-bold">NIST</p>
<p class="text-4xl font-bold">38</p>
</div>
</div>
<div class="flex justify-between items-center">
<p>Q2 - 3:45 remaining</p>
<button class="bg-primary text-dark font-bold py-2 px-4 rounded hover:bg-[#4ab3c6] transition">Watch Live</button>
</div>
</div>
<div class="bg-[#1e1e1e] rounded-lg p-6">
<div class="flex justify-between items-center mb-4">
<h3 class="text-xl font-bold">Swimming - 100m Freestyle Finals</h3>
<span class="bg-secondary text-dark py-1 px-3 rounded text-sm">LIVE</span>
</div>
<div class="space-y-3 mb-6">
<div class="flex justify-between">
<span>1. Sok Visal (NAGAS)</span>
<span class="font-bold">52.3s</span>
</div>
<div class="flex justify-between">
<span>2. Chea Sopheak (NIST)</span>
<span>53.1s</span>
</div>
<div class="flex justify-between">
<span>3. Lyhour Meng (NAGAS)</span>
<span>53.8s</span>
</div>
</div>
<div class="flex justify-between items-center">
<p>Race in progress</p>
<button class="bg-primary text-dark font-bold py-2 px-4 rounded hover:bg-[#4ab3c6] transition">Watch Live</button>
</div>
</div>
</div>
</div>
</section>
<!-- Recent Results Section -->
<section class="py-16 border-b border-[#2e2e2e]">
<div class="container mx-auto px-4">
<h2 class="text-2xl md:text-3xl font-bold text-primary mb-8">RECENT RESULTS</h2>
<div class="space-y-4">
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<div class="flex items-center mb-2">
<i data-feather="basketball" class="text-primary mr-2"></i>
<p class="font-bold">Basketball - Juniors A</p>
</div>
<p>NAGAS 78 - 65 NISB <span class="text-green-500 font-bold">W</span></p>
<p class="text-sm text-secondary">June 10, 2025</p>
</div>
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<div class="flex items-center mb-2">
<i data-feather="volleyball" class="text-primary mr-2"></i>
<p class="font-bold">Volleyball - Seniors B</p>
</div>
<p>NAGAS 3 - 1 NIST <span class="text-green-500 font-bold">W</span></p>
<p class="text-sm text-secondary">June 8, 2025</p>
</div>
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<div class="flex items-center mb-2">
<i data-feather="activity" class="text-primary mr-2"></i>
<p class="font-bold">Track & Field</p>
</div>
<p>Regional Meet - 3rd Place Overall <span class="text-green-500 font-bold">W</span></p>
<p class="text-sm text-secondary">June 5, 2025</p>
</div>
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<div class="flex items-center mb-2">
<i data-feather="circle" class="text-primary mr-2"></i>
<p class="font-bold">Football - Seniors A</p>
</div>
<p>NAGAS 2 - 1 ISSPP <span class="text-green-500 font-bold">W</span></p>
<p class="text-sm text-secondary">June 3, 2025</p>
</div>
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<div class="flex items-center mb-2">
<i data-feather="droplet" class="text-primary mr-2"></i>
<p class="font-bold">Swimming - 4x100m Freestyle Relay</p>
</div>
<p>NAGAS 1st Place - 3:28.4 <span class="text-green-500 font-bold">W</span></p>
<p class="text-sm text-secondary">June 1, 2025</p>
</div>
</div>
<div class="mt-6 text-center">
<button class="bg-primary text-dark font-bold py-2 px-6 rounded hover:bg-[#4ab3c6] transition">View All Results</button>
</div>
</div>
</section>
<!-- Sport-Specific Tabs -->
<section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
<div class="container mx-auto px-4">
<h2 class="text-2xl md:text-3xl font-bold text-primary mb-8">SPORT DETAILS</h2>
<!-- Tabs -->
<div class="flex flex-wrap mb-8 border-b border-[#2e2e2e]">
<button id="basketballTab" class="tab-active py-2 px-6 font-bold rounded-t">Basketball</button>
<button id="volleyballTab" class="py-2 px-6 font-bold rounded-t">Volleyball</button>
<button id="footballTab" class="py-2 px-6 font-bold rounded-t">Football</button>
<button id="trackTab" class="py-2 px-6 font-bold rounded-t">Cross Country</button>
<button id="swimmingTab" class="py-2 px-6 font-bold rounded-t">Swimming</button>
</div>
<!-- Basketball Content -->
<div id="basketballContent">
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
<div class="lg:col-span-2">
<h3 class="text-xl font-bold mb-4 text-secondary">UPCOMING GAMES</h3>
<div class="space-y-4">
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="text-secondary">June 15, 2025 - 3:00 PM</p>
<p class="font-bold">Seniors A vs. ISSPP Dragons</p>
<p>NAGAS Sports Hall</p>
</div>
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="text-secondary">June 22, 2025 - 4:00 PM</p>
<p class="font-bold">Juniors B vs. NISB Eagles</p>
<p>Away - NISB Gymnasium</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-bold mb-4 text-secondary">SEASON RECORD</h3>
<div class="bg-[#1e1e1e] rounded-lg p-6 mb-6">
<div class="grid grid-cols-2 gap-4 text-center">
<div>
<p class="text-3xl font-bold text-primary">8</p>
<p>Wins</p>
</div>
<div>
<p class="text-3xl font-bold text-secondary">3</p>
<p>Losses</p>
</div>
<div>
<p class="text-3xl font-bold text-primary">78.2</p>
<p>PPG</p>
</div>
<div>
<p class="text-3xl font-bold text-secondary">72.1</p>
<p>OPP PPG</p>
</div>
</div>
</div>
<h3 class="text-xl font-bold mb-4 text-secondary">TOP PERFORMERS</h3>
<div class="space-y-4">
<div class="flex items-center bg-[#1e1e1e] p-3 rounded-lg">
<img src="http://static.photos/people/100x100/42" alt="Sethean Thay" class="w-12 h-12 rounded-full mr-3">
<div>
<p class="font-bold">Sethean Thay</p>
<p class="text-sm">25.4 PPG, 7.2 RPG</p>
</div>
</div>
<div class="flex items-center bg-[#1e1e1e] p-3 rounded-lg">
<img src="http://static.photos/people/100x100/5" alt="Sopharoth Chea" class="w-12 h-12 rounded-full mr-3">
<div>
<p class="font-bold">Sopharoth Chea</p>
<p class="text-sm">18.7 PPG, 5.1 APG</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Volleyball Content -->
<div id="volleyballContent" class="hidden">
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
<div class="lg:col-span-2">
<h3 class="text-xl font-bold mb-4 text-secondary">UPCOMING MATCHES</h3>
<div class="space-y-4">
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="text-secondary">June 18, 2025 - 5:00 PM</p>
<p class="font-bold">Seniors vs. NIST Thunder</p>
<p>NAGAS Sports Hall</p>
</div>
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="text-secondary">June 25, 2025 - 3:00 PM</p>
<p class="font-bold">Juniors vs. ISSPP Dragons</p>
<p>Away - ISSPP Gymnasium</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-bold mb-4 text-secondary">SET SCORES</h3>
<div class="bg-[#1e1e1e] rounded-lg p-6 mb-6">
<div class="space-y-3">
<div class="flex justify-between">
<span>Last Match: NAGAS 3-1 NIST</span>
</div>
<div class="flex justify-between">
<span>Set 1:</span>
<span>25-22</span>
</div>
<div class="flex justify-between">
<span>Set 2:</span>
<span>23-25</span>
</div>
<div class="flex justify-between">
<span>Set 3:</span>
<span>25-20</span>
</div>
<div class="flex justify-between">
<span>Set 4:</span>
<span>25-18</span>
</div>
</div>
</div>
<h3 class="text-xl font-bold mb-4 text-secondary">TEAM STATS</h3>
<div class="space-y-3">
<div class="bg-[#1e1e1e] p-3 rounded-lg">
<div class="flex justify-between">
<span>Kills</span>
<span class="font-bold">1247</span>
</div>
</div>
<div class="bg-[#1e1e1e] p-3 rounded-lg">
<div class="flex justify-between">
<span>Blocks</span>
<span class="font-bold">287</span>
</div>
</div>
<div class="bg-[#1e1e1e] p-3 rounded-lg">
<div class="flex justify-between">
<span>Aces</span>
<span class="font-bold">156</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Football Content -->
<div id="footballContent" class="hidden">
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
<div class="lg:col-span-2">
<h3 class="text-xl font-bold mb-4 text-secondary">FIXTURES</h3>
<div class="space-y-4">
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="text-secondary">June 25, 2025 - 4:00 PM</p>
<p class="font-bold">Seniors B vs. ISSPP Dragons</p>
<p>NISC Field</p>
</div>
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="text-secondary">July 2, 2025 - 3:00 PM</p>
<p class="font-bold">Juniors A vs. NIST Thunder</p>
<p>Away - NIST Field</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-bold mb-4 text-secondary">LEAGUE STANDINGS</h3>
<div class="bg-[#1e1e1e] rounded-lg p-6 mb-6">
<div class="space-y-3">
<div class="flex justify-between font-bold border-b border-[#2e2e2e] pb-2">
<span>Team</span>
<span>P W D L GF GA PTS</span>
</div>
<div class="flex justify-between">
<span>NAGAS Seniors A</span>
<span>12 8 2 2 24 12 26</span>
</div>
<div class="flex justify-between">
<span>NAGAS Seniors B</span>
<span>12 6 3 3 20 15 21</span>
</div>
<div class="flex justify-between">
<span>NAGAS Juniors A</span>
<span>12 5 4 3 18 14 19</span>
</div>
</div>
</div>
<h3 class="text-xl font-bold mb-4 text-secondary">GOAL SCORERS</h3>
<div class="space-y-3">
<div class="flex justify-between bg-[#1e1e1e] p-3 rounded-lg">
<span>Sok Visal</span>
<span class="font-bold">12 goals</span>
</div>
<div class="flex justify-between bg-[#1e1e1e] p-3 rounded-lg">
<span>Chea Sopheak</span>
<span class="font-bold">9 goals</span>
</div>
<div class="flex justify-between bg-[#1e1e1e] p-3 rounded-lg">
<span>Lyhour Meng</span>
<span class="font-bold">7 goals</span>
</div>
</div>
</div>
</div>
</div>
<!-- Track & Field Content -->
<div id="trackContent" class="hidden">
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
<div class="lg:col-span-2">
<h3 class="text-xl font-bold mb-4 text-secondary">RACE SCHEDULE</h3>
<div class="space-y-4">
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="text-secondary">June 28, 2025 - 9:00 AM</p>
<p class="font-bold">Mid-Season Meet</p>
<p>NISC Cross Country Course</p>
</div>
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="text-secondary">July 12, 2025 - 2:00 PM</p>
<p class="font-bold">Regional Championships</p>
<p>Away - NIST Cross Country Course</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-bold mb-4 text-secondary">RECENT RACE RESULTS</h3>
<div class="bg-[#1e1e1e] rounded-lg p-6 mb-6">
<p class="font-bold mb-2">Regional Meet</p>
<p>Team Score: 1st Place (185 Points)</p>
<p class="text-sm text-secondary mt-2">June 5, 2025</p>
</div>
<h3 class="text-xl font-bold mb-4 text-secondary">RECORD PERFORMANCES</h3>
<div class="space-y-3">
<div class="bg-[#1e1e1e] p-3 rounded-lg">
<p class="font-bold">5K Run</p>
<p>Sok Visal - 16:22 (2024)</p>
</div>
<div class="bg-[#1e1e1e] p-3 rounded-lg">
<p class="font-bold">3K Run</p>
<p>Thay Sethean - 9:45 (2024)</p>
</div>
</div>
</div>
</div>
</div>
<!-- Swimming Content -->
<div id="swimmingContent" class="hidden">
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
<div class="lg:col-span-2">
<h3 class="text-xl font-bold mb-4 text-secondary">MEET SCHEDULE</h3>
<div class="space-y-4">
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="text-secondary">July 5, 2025 - 9:00 AM</p>
<p class="font-bold">Mid-Season Meet</p>
<p>NISC Aquatics Centre</p>
</div>
<div class="bg-[#1e1e1e] p-4 rounded-lg">
<p class="text-secondary">July 19, 2025 - 2:00 PM</p>
<p class="font-bold">Regional Championships</p>
<p>Away - NIST Pool</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-bold mb-4 text-secondary">TIME IMPROVEMENTS</h3>
<div class="bg-[#1e1e1e] rounded-lg p-6 mb-6">
<div class="space-y-3">
<div class="flex justify-between">
<span>50m Free</span>
<span class="text-green-500">-0.8s</span>
</div>
<div class="flex justify-between">
<span>100m Back</span>
<span class="text-green-500">-1.2s</span>
</div>
<div class="flex justify-between">
<span>200m IM</span>
<span class="text-green-500">-2.1s</span>
</div>
</div>
</div>
<h3 class="text-xl font-bold mb-4 text-secondary">QUALIFIERS</h3>
<div class="space-y-3">
<div class="flex items-center bg-[#1e1e1e] p-3 rounded-lg">
<img src="http://static.photos/people/100x100/84" alt="Thay Sethean" class="w-12 h-12 rounded-full mr-3">
<div>
<p class="font-bold">Thay Sethean</p>
<p class="text-sm">400m Free - 4:18.7</p>
</div>
</div>
<div class="flex items-center bg-[#1e1e1e] p-3 rounded-lg">
<img src="http://static.photos/people/100x100/85" alt="Sokhim Chhun" class="w-12 h-12 rounded-full mr-3">
<div>
<p class="font-bold">Sokhim Chhun</p>
<p class="text-sm">100m Fly - 58.3</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team Records Section -->
<section class="py-16 border-b border-[#2e2e2e]">
<div class="container mx-auto px-4">
<h2 class="text-2xl md:text-3xl font-bold text-primary mb-8">SEASON RECORDS</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-6">
<div class="record-card bg-[#1e1e1e] p-6 rounded-lg text-center">
<i data-feather="basketball" class="text-primary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<h3 class="text-xl font-bold mb-2">Basketball</h3>
<p class="text-2xl font-bold text-primary">8-3</p>
<p>Wins-Losses</p>
</div>
<div class="record-card bg-[#1e1e1e] p-6 rounded-lg text-center">
<i data-feather="volleyball" class="text-primary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<h3 class="text-xl font-bold mb-2">Volleyball</h3>
<p class="text-2xl font-bold text-primary">22-2</p>
<p>Matches Won</p>
</div>
<div class="record-card bg-[#1e1e1e] p-6 rounded-lg text-center">
<i data-feather="circle" class="text-primary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<h3 class="text-xl font-bold mb-2">Football</h3>
<p class="text-2xl font-bold text-primary">24-12</p>
<p>Goals For-Against</p>
</div>
<div class="record-card bg-[#1e1e1e] p-6 rounded-lg text-center">
<i data-feather="activity" class="text-primary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<h3 class="text-xl font-bold mb-2">Track & Field</h3>
<p class="text-2xl font-bold text-primary">1st</p>
<p>Regional Standings</p>
</div>
<div class="record-card bg-[#1e1e1e] p-6 rounded-lg text-center">
<i data-feather="droplet" class="text-primary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
<h3 class="text-xl font-bold mb-2">Swimming</h3>
<p class="text-2xl font-bold text-primary">2nd</p>
<p>ISSAPP Standings</p>
</div>
</div>
</div>
</section>
<!-- Athlete Spotlight -->
<section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
<div class="container mx-auto px-4">
<h2 class="text-2xl md:text-3xl font-bold text-primary mb-8">TOP PERFORMERS</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="athlete-card bg-[#1e1e1e] rounded-lg overflow-hidden">
<img src="http://static.photos/people/320x240/42" alt="Sethean Thay" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold">Sethean Thay</h3>
<p class="text-secondary mb-2">Volleyball</p>
<p class="mb-4">25 kills in last match vs. NIST</p>
<button class="w-full bg-primary text-dark font-bold py-2 px-4 rounded hover:bg-[#4ab3c6] transition">View Profile</button>
</div>
</div>
<div class="athlete-card bg-[#1e1e1e] rounded-lg overflow-hidden">
<img src="http://static.photos/people/320x240/84" alt="Thay Sethean" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold">Thay Sethean</h3>
<p class="text-secondary mb-2">Swimming</p>
<p class="mb-4">400m Free - 4:18.7 (School Record)</p>
<button class="w-full bg-primary text-dark font-bold py-2 px-4 rounded hover:bg-[#4ab3c6] transition">View Profile</button>
</div>
</div>
<div class="athlete-card bg-[#1e1e1e] rounded-lg overflow-hidden">
<img src="http://static.photos/people/320x240/5" alt="Sopharoth Chea" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold">Sopharoth Chea</h3>
<p class="text-secondary mb-2">Basketball</p>
<p class="mb-4">38 points in championship game</p>
<button class="w-full bg-primary text-dark font-bold py-2 px-4 rounded hover:bg-[#4ab3c6] transition">View Profile</button>
</div>
</div>
</div>
</div>
</section>
<!-- Season Archives -->
<section class="py-16 border-b border-[#2e2e2e]">
<div class="container mx-auto px-4">
<h2 class="text-2xl md:text-3xl font-bold text-primary mb-8">PAST SEASONS</h2>
<div class="bg-[#1e1e1e] rounded-lg p-8 max-w-3xl mx-auto">
<div class="mb-6">
<label class="block mb-2">Select Season</label>
<select class="filter-dropdown w-full py-2 px-3 rounded">
<option>2024-2025</option>
<option>2023-2024</option>
<option>2022-2023</option>
<option>2021-2022</option>
</select>
</div>
<div class="space-y-6">
<div>
<h3 class="text-xl font-bold mb-4 text-secondary">Basketball</h3>
<div class="grid grid-cols-2 gap-4">
<div class="bg-[#2e2e2e] p-4 rounded-lg">
<p class="font-bold">Seniors A</p>
<p>22-4 Record</p>
<p>ISSAPP Champions</p>
</div>
<div class="bg-[#2e2e2e] p-4 rounded-lg">
<p class="font-bold">Juniors B</p>
<p>15-11 Record</p>
<p>Quarterfinals</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-bold mb-4 text-secondary">Volleyball</h3>
<div class="grid grid-cols-2 gap-4">
<div class="bg-[#2e2e2e] p-4 rounded-lg">
<p class="font-bold">Seniors</p>
<p>24-2 Record</p>
<p>ISSAPP Champions</p>
</div>
<div class="bg-[#2e2e2e] p-4 rounded-lg">
<p class="font-bold">Juniors</p>
<p>18-8 Record</p>
<p>Semifinals</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Subscription Section -->
<section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
<div class="container mx-auto px-4">
<h2 class="text-2xl md:text-3xl font-bold text-primary mb-8">STAY UPDATED</h2>
<div class="bg-[#1e1e1e] rounded-lg p-8 max-w-3xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">Game Notifications</h3>
<form>
<div class="mb-4">
<input type="email" placeholder="Your email address" class="w-full bg-[#2e2e2e] border border-[#5ec0cc] rounded py-2 px-3 text-white">
</div>
<button type="submit" class="w-full bg-primary text-dark font-bold py-2 px-4 rounded hover:bg-[#4ab3c6] transition">Subscribe</button>
</form>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Calendar Options</h3>
<div class="space-y-3">
<button class="w-full bg-[#2e2e2e] py-2 px-4 rounded flex items-center justify-center hover:bg-[#3e3e3e] transition">
<i data-feather="calendar" class="mr-2"></i>
Add to Google Calendar
</button>
<button class="w-full bg-[#2e2e2e] py-2 px-4 rounded flex items-center justify-center hover:bg-[#3e3e3e] transition">
<i data-feather="download" class="mr-2"></i>
Download iCal
</button>
</div>
</div>
</div>
<div class="mt-8 pt-8 border-t border-[#2e2e2e]">
<h3 class="text-xl font-bold mb-4">Follow Us</h3>
<div class="flex justify-center space-x-6">
<a href="#" class="text-primary hover:text-secondary">
<i data-feather="facebook" style="width: 32px; height: 32px;"></i>
</a>
<a href="#" class="text-primary hover:text-secondary">
<i data-feather="instagram" style="width: 32px; height: 32px;"></i>
</a>
</div>
</div>
</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();
// Tab functionality
const tabs = ['basketball', 'volleyball', 'football', 'track', 'swimming'];
tabs.forEach(tab => {
document.getElementById(`${tab}Tab`).addEventListener('click', function() {
// Remove active class from all tabs
tabs.forEach(t => {
document.getElementById(`${t}Tab`).classList.remove('tab-active');
document.getElementById(`${t}Content`).classList.add('hidden');
});
// Add active class to clicked tab
this.classList.add('tab-active');
document.getElementById(`${tab}Content`).classList.remove('hidden');
});
});
</script>
</body>
</html> |