Koperization commited on
Commit
b3d8f01
·
verified ·
1 Parent(s): 495d446

Promote version 8e50e1f to main

Browse files

Promoted commit 8e50e1f474a02aafd05f9af99b0f740e527dce7e to main branch

Files changed (2) hide show
  1. basketball.html +173 -1107
  2. volleyball.html +0 -0
basketball.html CHANGED
@@ -54,23 +54,6 @@
54
  transform: scale(1.05);
55
  transition: all 0.3s ease;
56
  }
57
- .filter-dropdown {
58
- background-color: #1e1e1e;
59
- border: 1px solid #5ec0cc;
60
- color: white;
61
- padding: 0.5rem;
62
- border-radius: 0.25rem;
63
- }
64
- .starter {
65
- border-left: 4px solid #5ECCA2;
66
- }
67
- .substitute {
68
- border-left: 4px solid #5ec0cc;
69
- }
70
- .team-column {
71
- break-inside: avoid;
72
- margin-bottom: 2rem;
73
- }
74
  </style>
75
  </head>
76
  <body class="bg-dark text-white">
@@ -161,41 +144,12 @@
161
  </div>
162
  </div>
163
  </section>
 
164
  <!-- Team Structure Section -->
165
  <section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
166
  <div class="container mx-auto px-4">
167
  <h2 class="text-3xl font-bold text-primary mb-8">OUR TEAMS</h2>
168
 
169
- <!-- Filter Controls -->
170
- <div class="mb-8 flex flex-wrap gap-4">
171
- <div>
172
- <label class="block mb-2">Gender</label>
173
- <select id="genderFilter" class="filter-dropdown">
174
- <option value="all">All</option>
175
- <option value="male">Male</option>
176
- <option value="female">Female</option>
177
- </select>
178
- </div>
179
- <div>
180
- <label class="block mb-2">Team</label>
181
- <select id="teamFilter" class="filter-dropdown">
182
- <option value="all">All Teams</option>
183
- <option value="juniors-a">Juniors A</option>
184
- <option value="juniors-b">Juniors B</option>
185
- <option value="seniors-a">Seniors A</option>
186
- <option value="seniors-b">Seniors B</option>
187
- </select>
188
- </div>
189
- <div>
190
- <label class="block mb-2">Status</label>
191
- <select id="statusFilter" class="filter-dropdown">
192
- <option value="all">All Players</option>
193
- <option value="starter">Starters</option>
194
- <option value="substitute">Substitutes</option>
195
- </select>
196
- </div>
197
- </div>
198
-
199
  <!-- Tabs -->
200
  <div class="flex mb-8 border-b border-[#2e2e2e]">
201
  <button id="juniorsTab" class="tab-active py-2 px-6 font-bold rounded-t">Juniors (Grades 6-8)</button>
@@ -204,511 +158,181 @@
204
 
205
  <!-- Juniors Content -->
206
  <div id="juniorsContent">
207
- <div class="columns-1 md:columns-2 gap-8">
208
- <!-- Junior Male A Team -->
209
- <div class="team-column bg-[#1e1e1e] rounded-lg p-6 mb-6">
210
- <h3 class="text-2xl font-bold mb-6 text-secondary">Junior Male A Team</h3>
211
- <div class="space-y-4">
212
- <!-- Starter Players -->
213
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
214
- <div class="flex justify-between items-start">
215
- <div>
216
- <h4 class="font-bold text-lg">CHING, Pisey</h4>
217
- <p class="text-secondary">PG | #1 | G8 | 165cm</p>
218
- </div>
219
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
220
- </div>
221
- </div>
222
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
223
- <div class="flex justify-between items-start">
224
- <div>
225
- <h4 class="font-bold text-lg">PLAYER, First</h4>
226
- <p class="text-secondary">SG | #2 | G8 | 170cm</p>
227
- </div>
228
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
229
- </div>
230
- </div>
231
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
232
- <div class="flex justify-between items-start">
233
- <div>
234
- <h4 class="font-bold text-lg">PLAYER, First</h4>
235
- <p class="text-secondary">SF | #3 | G7 | 175cm</p>
236
- </div>
237
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
238
- </div>
239
- </div>
240
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
241
- <div class="flex justify-between items-start">
242
- <div>
243
- <h4 class="font-bold text-lg">PLAYER, First</h4>
244
- <p class="text-secondary">PF | #4 | G8 | 180cm</p>
245
- </div>
246
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
247
- </div>
248
- </div>
249
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
250
- <div class="flex justify-between items-start">
251
- <div>
252
- <h4 class="font-bold text-lg">PLAYER, First</h4>
253
- <p class="text-secondary">C | #5 | G7 | 185cm</p>
254
- </div>
255
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
256
- </div>
257
- </div>
258
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
259
- <div class="flex justify-between items-start">
260
- <div>
261
- <h4 class="font-bold text-lg">PLAYER, First</h4>
262
- <p class="text-secondary">SG | #6 | G8 | 172cm</p>
263
- </div>
264
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
265
- </div>
266
- </div>
267
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
268
- <div class="flex justify-between items-start">
269
- <div>
270
- <h4 class="font-bold text-lg">PLAYER, First</h4>
271
- <p class="text-secondary">SF | #7 | G7 | 178cm</p>
272
- </div>
273
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
274
- </div>
275
- </div>
276
-
277
- <!-- Substitute Players -->
278
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
279
- <div class="flex justify-between items-start">
280
- <div>
281
- <h4 class="font-bold text-lg">PLAYER, First</h4>
282
- <p class="text-secondary">PG | #8 | G8 | 168cm</p>
283
- </div>
284
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
285
- </div>
286
- </div>
287
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
288
- <div class="flex justify-between items-start">
289
- <div>
290
- <h4 class="font-bold text-lg">PLAYER, First</h4>
291
- <p class="text-secondary">PF | #9 | G7 | 177cm</p>
292
- </div>
293
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
294
- </div>
295
- </div>
296
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
297
- <div class="flex justify-between items-start">
298
- <div>
299
- <h4 class="font-bold text-lg">PLAYER, First</h4>
300
- <p class="text-secondary">C | #10 | G8 | 182cm</p>
301
- </div>
302
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
303
- </div>
304
- </div>
305
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
306
- <div class="flex justify-between items-start">
307
- <div>
308
- <h4 class="font-bold text-lg">PLAYER, First</h4>
309
- <p class="text-secondary">SG | #11 | G7 | 173cm</p>
310
- </div>
311
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
312
- </div>
313
- </div>
314
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
315
- <div class="flex justify-between items-start">
316
- <div>
317
- <h4 class="font-bold text-lg">PLAYER, First</h4>
318
- <p class="text-secondary">SF | #12 | G8 | 176cm</p>
319
- </div>
320
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
321
- </div>
322
- </div>
323
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
324
- <div class="flex justify-between items-start">
325
- <div>
326
- <h4 class="font-bold text-lg">PLAYER, First</h4>
327
- <p class="text-secondary">PG | #13 | G7 | 167cm</p>
328
- </div>
329
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
330
- </div>
331
  </div>
332
  </div>
333
- </div>
334
-
335
- <!-- Junior Male B Team -->
336
- <div class="team-column bg-[#1e1e1e] rounded-lg p-6 mb-6">
337
- <h3 class="text-2xl font-bold mb-6 text-secondary">Junior Male B Team</h3>
338
- <div class="space-y-4">
339
- <!-- Starter Players -->
340
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
341
- <div class="flex justify-between items-start">
342
- <div>
343
- <h4 class="font-bold text-lg">PLAYER, First</h4>
344
- <p class="text-secondary">PG | #1 | G8 | 164cm</p>
345
- </div>
346
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
347
- </div>
348
- </div>
349
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
350
- <div class="flex justify-between items-start">
351
- <div>
352
- <h4 class="font-bold text-lg">PLAYER, First</h4>
353
- <p class="text-secondary">SG | #2 | G7 | 169cm</p>
354
- </div>
355
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
356
- </div>
357
- </div>
358
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
359
- <div class="flex justify-between items-start">
360
- <div>
361
- <h4 class="font-bold text-lg">PLAYER, First</h4>
362
- <p class="text-secondary">SF | #3 | G8 | 174cm</p>
363
- </div>
364
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
365
- </div>
366
- </div>
367
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
368
- <div class="flex justify-between items-start">
369
- <div>
370
- <h4 class="font-bold text-lg">PLAYER, First</h4>
371
- <p class="text-secondary">PF | #4 | G7 | 179cm</p>
372
- </div>
373
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
374
- </div>
375
- </div>
376
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
377
- <div class="flex justify-between items-start">
378
- <div>
379
- <h4 class="font-bold text-lg">PLAYER, First</h4>
380
- <p class="text-secondary">C | #5 | G8 | 184cm</p>
381
- </div>
382
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
383
- </div>
384
- </div>
385
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
386
- <div class="flex justify-between items-start">
387
- <div>
388
- <h4 class="font-bold text-lg">PLAYER, First</h4>
389
- <p class="text-secondary">SG | #6 | G7 | 171cm</p>
390
- </div>
391
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
392
- </div>
393
- </div>
394
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
395
- <div class="flex justify-between items-start">
396
- <div>
397
- <h4 class="font-bold text-lg">PLAYER, First</h4>
398
- <p class="text-secondary">SF | #7 | G8 | 176cm</p>
399
- </div>
400
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
401
- </div>
402
- </div>
403
-
404
- <!-- Substitute Players -->
405
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
406
- <div class="flex justify-between items-start">
407
- <div>
408
- <h4 class="font-bold text-lg">PLAYER, First</h4>
409
- <p class="text-secondary">PG | #8 | G7 | 166cm</p>
410
- </div>
411
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
412
- </div>
413
- </div>
414
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
415
- <div class="flex justify-between items-start">
416
- <div>
417
- <h4 class="font-bold text-lg">PLAYER, First</h4>
418
- <p class="text-secondary">PF | #9 | G8 | 178cm</p>
419
- </div>
420
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
421
- </div>
422
- </div>
423
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
424
- <div class="flex justify-between items-start">
425
- <div>
426
- <h4 class="font-bold text-lg">PLAYER, First</h4>
427
- <p class="text-secondary">C | #10 | G7 | 183cm</p>
428
- </div>
429
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
430
- </div>
431
- </div>
432
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
433
- <div class="flex justify-between items-start">
434
- <div>
435
- <h4 class="font-bold text-lg">PLAYER, First</h4>
436
- <p class="text-secondary">SG | #11 | G8 | 172cm</p>
437
- </div>
438
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
439
- </div>
440
- </div>
441
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
442
- <div class="flex justify-between items-start">
443
- <div>
444
- <h4 class="font-bold text-lg">PLAYER, First</h4>
445
- <p class="text-secondary">SF | #12 | G7 | 175cm</p>
446
- </div>
447
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
448
- </div>
449
- </div>
450
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
451
- <div class="flex justify-between items-start">
452
- <div>
453
- <h4 class="font-bold text-lg">PLAYER, First</h4>
454
- <p class="text-secondary">PG | #13 | G8 | 168cm</p>
455
- </div>
456
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
457
- </div>
458
  </div>
459
  </div>
460
- </div>
461
-
462
- <!-- Junior Female A Team -->
463
- <div class="team-column bg-[#1e1e1e] rounded-lg p-6 mb-6">
464
- <h3 class="text-2xl font-bold mb-6 text-secondary">Junior Female A Team</h3>
465
- <div class="space-y-4">
466
- <!-- Starter Players -->
467
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
468
- <div class="flex justify-between items-start">
469
- <div>
470
- <h4 class="font-bold text-lg">PLAYER, First</h4>
471
- <p class="text-secondary">PG | #1 | G8 | 160cm</p>
472
- </div>
473
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
474
- </div>
475
- </div>
476
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
477
- <div class="flex justify-between items-start">
478
- <div>
479
- <h4 class="font-bold text-lg">PLAYER, First</h4>
480
- <p class="text-secondary">SG | #2 | G7 | 165cm</p>
481
- </div>
482
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
483
- </div>
484
- </div>
485
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
486
- <div class="flex justify-between items-start">
487
- <div>
488
- <h4 class="font-bold text-lg">PLAYER, First</h4>
489
- <p class="text-secondary">SF | #3 | G8 | 170cm</p>
490
- </div>
491
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
492
- </div>
493
- </div>
494
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
495
- <div class="flex justify-between items-start">
496
- <div>
497
- <h4 class="font-bold text-lg">PLAYER, First</h4>
498
- <p class="text-secondary">PF | #4 | G7 | 175cm</p>
499
- </div>
500
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
501
- </div>
502
- </div>
503
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
504
- <div class="flex justify-between items-start">
505
- <div>
506
- <h4 class="font-bold text-lg">PLAYER, First</h4>
507
- <p class="text-secondary">C | #5 | G8 | 180cm</p>
508
- </div>
509
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
510
- </div>
511
- </div>
512
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
513
- <div class="flex justify-between items-start">
514
- <div>
515
- <h4 class="font-bold text-lg">PLAYER, First</h4>
516
- <p class="text-secondary">SG | #6 | G7 | 167cm</p>
517
- </div>
518
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
519
- </div>
520
- </div>
521
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
522
- <div class="flex justify-between items-start">
523
- <div>
524
- <h4 class="font-bold text-lg">PLAYER, First</h4>
525
- <p class="text-secondary">SF | #7 | G8 | 172cm</p>
526
- </div>
527
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
528
- </div>
529
  </div>
530
-
531
- <!-- Substitute Players -->
532
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
533
- <div class="flex justify-between items-start">
534
- <div>
535
- <h4 class="font-bold text-lg">PLAYER, First</h4>
536
- <p class="text-secondary">PG | #8 | G7 | 162cm</p>
537
- </div>
538
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
539
- </div>
540
- </div>
541
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
542
- <div class="flex justify-between items-start">
543
- <div>
544
- <h4 class="font-bold text-lg">PLAYER, First</h4>
545
- <p class="text-secondary">PF | #9 | G8 | 174cm</p>
546
- </div>
547
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
548
- </div>
549
- </div>
550
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
551
- <div class="flex justify-between items-start">
552
- <div>
553
- <h4 class="font-bold text-lg">PLAYER, First</h4>
554
- <p class="text-secondary">C | #10 | G7 | 179cm</p>
555
- </div>
556
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
557
- </div>
558
  </div>
559
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
560
- <div class="flex justify-between items-start">
561
- <div>
562
- <h4 class="font-bold text-lg">PLAYER, First</h4>
563
- <p class="text-secondary">SG | #11 | G8 | 168cm</p>
564
- </div>
565
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
566
- </div>
 
567
  </div>
568
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
569
- <div class="flex justify-between items-start">
570
- <div>
571
- <h4 class="font-bold text-lg">PLAYER, First</h4>
572
- <p class="text-secondary">SF | #12 | G7 | 171cm</p>
573
- </div>
574
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
575
- </div>
 
576
  </div>
577
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
578
- <div class="flex justify-between items-start">
579
- <div>
580
- <h4 class="font-bold text-lg">PLAYER, First</h4>
581
- <p class="text-secondary">PG | #13 | G8 | 164cm</p>
582
- </div>
583
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
584
- </div>
 
585
  </div>
586
  </div>
587
  </div>
588
-
589
- <!-- Junior Female B Team -->
590
- <div class="team-column bg-[#1e1e1e] rounded-lg p-6 mb-6">
591
- <h3 class="text-2xl font-bold mb-6 text-secondary">Junior Female B Team</h3>
592
- <div class="space-y-4">
593
- <!-- Starter Players -->
594
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
595
- <div class="flex justify-between items-start">
596
- <div>
597
- <h4 class="font-bold text-lg">PLAYER, First</h4>
598
- <p class="text-secondary">PG | #1 | G8 | 159cm</p>
599
- </div>
600
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
601
- </div>
602
- </div>
603
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
604
- <div class="flex justify-between items-start">
605
- <div>
606
- <h4 class="font-bold text-lg">PLAYER, First</h4>
607
- <p class="text-secondary">SG | #2 | G7 | 164cm</p>
608
- </div>
609
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
610
- </div>
611
- </div>
612
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
613
- <div class="flex justify-between items-start">
614
- <div>
615
- <h4 class="font-bold text-lg">PLAYER, First</h4>
616
- <p class="text-secondary">SF | #3 | G8 | 169cm</p>
617
- </div>
618
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
619
- </div>
620
- </div>
621
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
622
- <div class="flex justify-between items-start">
623
- <div>
624
- <h4 class="font-bold text-lg">PLAYER, First</h4>
625
- <p class="text-secondary">PF | #4 | G7 | 174cm</p>
626
- </div>
627
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
628
- </div>
629
  </div>
630
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
631
- <div class="flex justify-between items-start">
632
- <div>
633
- <h4 class="font-bold text-lg">PLAYER, First</h4>
634
- <p class="text-secondary">C | #5 | G8 | 179cm</p>
635
- </div>
636
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
637
- </div>
 
638
  </div>
639
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
640
- <div class="flex justify-between items-start">
641
- <div>
642
- <h4 class="font-bold text-lg">PLAYER, First</h4>
643
- <p class="text-secondary">SG | #6 | G7 | 166cm</p>
644
- </div>
645
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
646
- </div>
 
647
  </div>
648
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
649
- <div class="flex justify-between items-start">
650
- <div>
651
- <h4 class="font-bold text-lg">PLAYER, First</h4>
652
- <p class="text-secondary">SF | #7 | G8 | 171cm</p>
653
- </div>
654
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
655
- </div>
 
656
  </div>
657
-
658
- <!-- Substitute Players -->
659
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
660
- <div class="flex justify-between items-start">
661
- <div>
662
- <h4 class="font-bold text-lg">PLAYER, First</h4>
663
- <p class="text-secondary">PG | #8 | G7 | 161cm</p>
664
- </div>
665
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
666
- </div>
667
  </div>
668
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
669
- <div class="flex justify-between items-start">
670
- <div>
671
- <h4 class="font-bold text-lg">PLAYER, First</h4>
672
- <p class="text-secondary">PF | #9 | G8 | 173cm</p>
673
- </div>
674
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
675
- </div>
 
676
  </div>
677
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
678
- <div class="flex justify-between items-start">
679
- <div>
680
- <h4 class="font-bold text-lg">PLAYER, First</h4>
681
- <p class="text-secondary">C | #10 | G7 | 178cm</p>
682
- </div>
683
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
684
- </div>
 
685
  </div>
686
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
687
- <div class="flex justify-between items-start">
688
- <div>
689
- <h4 class="font-bold text-lg">PLAYER, First</h4>
690
- <p class="text-secondary">SG | #11 | G8 | 167cm</p>
691
- </div>
692
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
693
- </div>
 
694
  </div>
695
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
696
- <div class="flex justify-between items-start">
697
- <div>
698
- <h4 class="font-bold text-lg">PLAYER, First</h4>
699
- <p class="text-secondary">SF | #12 | G7 | 170cm</p>
700
- </div>
701
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
702
- </div>
 
703
  </div>
704
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
705
- <div class="flex justify-between items-start">
706
- <div>
707
- <h4 class="font-bold text-lg">PLAYER, First</h4>
708
- <p class="text-secondary">PG | #13 | G8 | 163cm</p>
709
- </div>
710
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
711
- </div>
 
712
  </div>
713
  </div>
714
  </div>
@@ -717,519 +341,30 @@
717
 
718
  <!-- Seniors Content -->
719
  <div id="seniorsContent" class="hidden">
720
- <div class="columns-1 md:columns-2 gap-8">
721
- <!-- Senior Male A Team -->
722
- <div class="team-column bg-[#1e1e1e] rounded-lg p-6 mb-6">
723
- <h3 class="text-2xl font-bold mb-6 text-secondary">Senior Male A Team</h3>
724
- <div class="space-y-4">
725
- <!-- Starter Players -->
726
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
727
- <div class="flex justify-between items-start">
728
- <div>
729
- <h4 class="font-bold text-lg">PLAYER, First</h4>
730
- <p class="text-secondary">PG | #1 | G12 | 175cm</p>
731
- </div>
732
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
733
- </div>
734
- </div>
735
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
736
- <div class="flex justify-between items-start">
737
- <div>
738
- <h4 class="font-bold text-lg">PLAYER, First</h4>
739
- <p class="text-secondary">SG | #2 | G11 | 180cm</p>
740
- </div>
741
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
742
- </div>
743
- </div>
744
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
745
- <div class="flex justify-between items-start">
746
- <div>
747
- <h4 class="font-bold text-lg">PLAYER, First</h4>
748
- <p class="text-secondary">SF | #3 | G12 | 185cm</p>
749
- </div>
750
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
751
- </div>
752
- </div>
753
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
754
- <div class="flex justify-between items-start">
755
- <div>
756
- <h4 class="font-bold text-lg">PLAYER, First</h4>
757
- <p class="text-secondary">PF | #4 | G11 | 190cm</p>
758
- </div>
759
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
760
- </div>
761
- </div>
762
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
763
- <div class="flex justify-between items-start">
764
- <div>
765
- <h4 class="font-bold text-lg">PLAYER, First</h4>
766
- <p class="text-secondary">C | #5 | G12 | 195cm</p>
767
- </div>
768
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
769
- </div>
770
- </div>
771
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
772
- <div class="flex justify-between items-start">
773
- <div>
774
- <h4 class="font-bold text-lg">PLAYER, First</h4>
775
- <p class="text-secondary">SG | #6 | G11 | 182cm</p>
776
- </div>
777
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
778
- </div>
779
- </div>
780
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
781
- <div class="flex justify-between items-start">
782
- <div>
783
- <h4 class="font-bold text-lg">PLAYER, First</h4>
784
- <p class="text-secondary">SF | #7 | G12 | 187cm</p>
785
- </div>
786
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
787
- </div>
788
- </div>
789
-
790
- <!-- Substitute Players -->
791
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
792
- <div class="flex justify-between items-start">
793
- <div>
794
- <h4 class="font-bold text-lg">PLAYER, First</h4>
795
- <p class="text-secondary">PG | #8 | G11 | 177cm</p>
796
- </div>
797
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
798
- </div>
799
- </div>
800
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
801
- <div class="flex justify-between items-start">
802
- <div>
803
- <h4 class="font-bold text-lg">PLAYER, First</h4>
804
- <p class="text-secondary">PF | #9 | G12 | 189cm</p>
805
- </div>
806
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
807
- </div>
808
- </div>
809
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
810
- <div class="flex justify-between items-start">
811
- <div>
812
- <h4 class="font-bold text-lg">PLAYER, First</h4>
813
- <p class="text-secondary">C | #10 | G11 | 194cm</p>
814
- </div>
815
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
816
- </div>
817
- </div>
818
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
819
- <div class="flex justify-between items-start">
820
- <div>
821
- <h4 class="font-bold text-lg">PLAYER, First</h4>
822
- <p class="text-secondary">SG | #11 | G12 | 183cm</p>
823
- </div>
824
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
825
- </div>
826
- </div>
827
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
828
- <div class="flex justify-between items-start">
829
- <div>
830
- <h4 class="font-bold text-lg">PLAYER, First</h4>
831
- <p class="text-secondary">SF | #12 | G11 | 186cm</p>
832
- </div>
833
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
834
- </div>
835
- </div>
836
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
837
- <div class="flex justify-between items-start">
838
- <div>
839
- <h4 class="font-bold text-lg">PLAYER, First</h4>
840
- <p class="text-secondary">PG | #13 | G12 | 176cm</p>
841
- </div>
842
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
843
- </div>
844
- </div>
845
- </div>
846
- </div>
847
-
848
- <!-- Senior Male B Team -->
849
- <div class="team-column bg-[#1e1e1e] rounded-lg p-6 mb-6">
850
- <h3 class="text-2xl font-bold mb-6 text-secondary">Senior Male B Team</h3>
851
- <div class="space-y-4">
852
- <!-- Starter Players -->
853
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
854
- <div class="flex justify-between items-start">
855
- <div>
856
- <h4 class="font-bold text-lg">PLAYER, First</h4>
857
- <p class="text-secondary">PG | #1 | G12 | 174cm</p>
858
- </div>
859
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
860
- </div>
861
- </div>
862
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
863
- <div class="flex justify-between items-start">
864
- <div>
865
- <h4 class="font-bold text-lg">PLAYER, First</h4>
866
- <p class="text-secondary">SG | #2 | G11 | 179cm</p>
867
- </div>
868
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
869
- </div>
870
- </div>
871
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
872
- <div class="flex justify-between items-start">
873
- <div>
874
- <h4 class="font-bold text-lg">PLAYER, First</h4>
875
- <p class="text-secondary">SF | #3 | G12 | 184cm</p>
876
- </div>
877
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
878
- </div>
879
- </div>
880
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
881
- <div class="flex justify-between items-start">
882
- <div>
883
- <h4 class="font-bold text-lg">PLAYER, First</h4>
884
- <p class="text-secondary">PF | #4 | G11 | 189cm</p>
885
- </div>
886
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
887
- </div>
888
- </div>
889
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
890
- <div class="flex justify-between items-start">
891
- <div>
892
- <h4 class="font-bold text-lg">PLAYER, First</h4>
893
- <p class="text-secondary">C | #5 | G12 | 194cm</p>
894
- </div>
895
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
896
- </div>
897
- </div>
898
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
899
- <div class="flex justify-between items-start">
900
- <div>
901
- <h4 class="font-bold text-lg">PLAYER, First</h4>
902
- <p class="text-secondary">SG | #6 | G11 | 181cm</p>
903
- </div>
904
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
905
- </div>
906
- </div>
907
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
908
- <div class="flex justify-between items-start">
909
- <div>
910
- <h4 class="font-bold text-lg">PLAYER, First</h4>
911
- <p class="text-secondary">SF | #7 | G12 | 186cm</p>
912
- </div>
913
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
914
- </div>
915
- </div>
916
-
917
- <!-- Substitute Players -->
918
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
919
- <div class="flex justify-between items-start">
920
- <div>
921
- <h4 class="font-bold text-lg">PLAYER, First</h4>
922
- <p class="text-secondary">PG | #8 | G11 | 176cm</p>
923
- </div>
924
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
925
- </div>
926
- </div>
927
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
928
- <div class="flex justify-between items-start">
929
- <div>
930
- <h4 class="font-bold text-lg">PLAYER, First</h4>
931
- <p class="text-secondary">PF | #9 | G12 | 188cm</p>
932
- </div>
933
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
934
- </div>
935
- </div>
936
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
937
- <div class="flex justify-between items-start">
938
- <div>
939
- <h4 class="font-bold text-lg">PLAYER, First</h4>
940
- <p class="text-secondary">C | #10 | G11 | 193cm</p>
941
- </div>
942
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
943
- </div>
944
- </div>
945
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
946
- <div class="flex justify-between items-start">
947
- <div>
948
- <h4 class="font-bold text-lg">PLAYER, First</h4>
949
- <p class="text-secondary">SG | #11 | G12 | 182cm</p>
950
- </div>
951
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
952
- </div>
953
- </div>
954
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
955
- <div class="flex justify-between items-start">
956
- <div>
957
- <h4 class="font-bold text-lg">PLAYER, First</h4>
958
- <p class="text-secondary">SF | #12 | G11 | 185cm</p>
959
- </div>
960
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
961
- </div>
962
- </div>
963
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
964
- <div class="flex justify-between items-start">
965
- <div>
966
- <h4 class="font-bold text-lg">PLAYER, First</h4>
967
- <p class="text-secondary">PG | #13 | G12 | 175cm</p>
968
- </div>
969
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
970
- </div>
971
- </div>
972
- </div>
973
- </div>
974
-
975
- <!-- Senior Female A Team -->
976
- <div class="team-column bg-[#1e1e1e] rounded-lg p-6 mb-6">
977
- <h3 class="text-2xl font-bold mb-6 text-secondary">Senior Female A Team</h3>
978
- <div class="space-y-4">
979
- <!-- Starter Players -->
980
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
981
- <div class="flex justify-between items-start">
982
- <div>
983
- <h4 class="font-bold text-lg">PLAYER, First</h4>
984
- <p class="text-secondary">PG | #1 | G12 | 165cm</p>
985
- </div>
986
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
987
- </div>
988
- </div>
989
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
990
- <div class="flex justify-between items-start">
991
- <div>
992
- <h4 class="font-bold text-lg">PLAYER, First</h4>
993
- <p class="text-secondary">SG | #2 | G11 | 170cm</p>
994
- </div>
995
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
996
- </div>
997
- </div>
998
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
999
- <div class="flex justify-between items-start">
1000
- <div>
1001
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1002
- <p class="text-secondary">SF | #3 | G12 | 175cm</p>
1003
- </div>
1004
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1005
- </div>
1006
- </div>
1007
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1008
- <div class="flex justify-between items-start">
1009
- <div>
1010
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1011
- <p class="text-secondary">PF | #4 | G11 | 180cm</p>
1012
- </div>
1013
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1014
- </div>
1015
- </div>
1016
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1017
- <div class="flex justify-between items-start">
1018
- <div>
1019
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1020
- <p class="text-secondary">C | #5 | G12 | 185cm</p>
1021
- </div>
1022
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1023
- </div>
1024
- </div>
1025
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1026
- <div class="flex justify-between items-start">
1027
- <div>
1028
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1029
- <p class="text-secondary">SG | #6 | G11 | 172cm</p>
1030
- </div>
1031
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1032
- </div>
1033
- </div>
1034
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1035
- <div class="flex justify-between items-start">
1036
- <div>
1037
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1038
- <p class="text-secondary">SF | #7 | G12 | 177cm</p>
1039
- </div>
1040
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1041
- </div>
1042
- </div>
1043
-
1044
- <!-- Substitute Players -->
1045
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1046
- <div class="flex justify-between items-start">
1047
- <div>
1048
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1049
- <p class="text-secondary">PG | #8 | G11 | 167cm</p>
1050
- </div>
1051
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1052
- </div>
1053
- </div>
1054
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1055
- <div class="flex justify-between items-start">
1056
- <div>
1057
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1058
- <p class="text-secondary">PF | #9 | G12 | 179cm</p>
1059
- </div>
1060
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1061
- </div>
1062
- </div>
1063
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1064
- <div class="flex justify-between items-start">
1065
- <div>
1066
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1067
- <p class="text-secondary">C | #10 | G11 | 184cm</p>
1068
- </div>
1069
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1070
- </div>
1071
- </div>
1072
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1073
- <div class="flex justify-between items-start">
1074
- <div>
1075
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1076
- <p class="text-secondary">SG | #11 | G12 | 173cm</p>
1077
- </div>
1078
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1079
- </div>
1080
- </div>
1081
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1082
- <div class="flex justify-between items-start">
1083
- <div>
1084
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1085
- <p class="text-secondary">SF | #12 | G11 | 176cm</p>
1086
- </div>
1087
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1088
- </div>
1089
- </div>
1090
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1091
- <div class="flex justify-between items-start">
1092
- <div>
1093
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1094
- <p class="text-secondary">PG | #13 | G12 | 169cm</p>
1095
- </div>
1096
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1097
- </div>
1098
- </div>
1099
  </div>
1100
  </div>
1101
-
1102
- <!-- Senior Female B Team -->
1103
- <div class="team-column bg-[#1e1e1e] rounded-lg p-6 mb-6">
1104
- <h3 class="text-2xl font-bold mb-6 text-secondary">Senior Female B Team</h3>
1105
- <div class="space-y-4">
1106
- <!-- Starter Players -->
1107
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1108
- <div class="flex justify-between items-start">
1109
- <div>
1110
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1111
- <p class="text-secondary">PG | #1 | G12 | 164cm</p>
1112
- </div>
1113
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1114
- </div>
1115
- </div>
1116
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1117
- <div class="flex justify-between items-start">
1118
- <div>
1119
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1120
- <p class="text-secondary">SG | #2 | G11 | 169cm</p>
1121
- </div>
1122
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1123
- </div>
1124
- </div>
1125
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1126
- <div class="flex justify-between items-start">
1127
- <div>
1128
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1129
- <p class="text-secondary">SF | #3 | G12 | 174cm</p>
1130
- </div>
1131
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1132
- </div>
1133
- </div>
1134
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1135
- <div class="flex justify-between items-start">
1136
- <div>
1137
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1138
- <p class="text-secondary">PF | #4 | G11 | 179cm</p>
1139
- </div>
1140
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1141
- </div>
1142
- </div>
1143
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1144
- <div class="flex justify-between items-start">
1145
- <div>
1146
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1147
- <p class="text-secondary">C | #5 | G12 | 184cm</p>
1148
- </div>
1149
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1150
- </div>
1151
- </div>
1152
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1153
- <div class="flex justify-between items-start">
1154
- <div>
1155
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1156
- <p class="text-secondary">SG | #6 | G11 | 171cm</p>
1157
- </div>
1158
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1159
- </div>
1160
- </div>
1161
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 starter">
1162
- <div class="flex justify-between items-start">
1163
- <div>
1164
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1165
- <p class="text-secondary">SF | #7 | G12 | 176cm</p>
1166
- </div>
1167
- <div class="bg-[#5ECCA2] text-dark px-2 py-1 rounded text-xs font-bold">Starter</div>
1168
- </div>
1169
- </div>
1170
-
1171
- <!-- Substitute Players -->
1172
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1173
- <div class="flex justify-between items-start">
1174
- <div>
1175
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1176
- <p class="text-secondary">PG | #8 | G11 | 166cm</p>
1177
- </div>
1178
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1179
- </div>
1180
- </div>
1181
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1182
- <div class="flex justify-between items-start">
1183
- <div>
1184
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1185
- <p class="text-secondary">PF | #9 | G12 | 178cm</p>
1186
- </div>
1187
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1188
- </div>
1189
- </div>
1190
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1191
- <div class="flex justify-between items-start">
1192
- <div>
1193
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1194
- <p class="text-secondary">C | #10 | G11 | 183cm</p>
1195
- </div>
1196
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1197
- </div>
1198
- </div>
1199
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1200
- <div class="flex justify-between items-start">
1201
- <div>
1202
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1203
- <p class="text-secondary">SG | #11 | G12 | 172cm</p>
1204
- </div>
1205
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1206
- </div>
1207
- </div>
1208
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1209
- <div class="flex justify-between items-start">
1210
- <div>
1211
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1212
- <p class="text-secondary">SF | #12 | G11 | 175cm</p>
1213
- </div>
1214
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1215
- </div>
1216
- </div>
1217
- <div class="player-card bg-[#2a2a2a] rounded-lg p-4 substitute">
1218
- <div class="flex justify-between items-start">
1219
- <div>
1220
- <h4 class="font-bold text-lg">PLAYER, First</h4>
1221
- <p class="text-secondary">PG | #13 | G12 | 168cm</p>
1222
- </div>
1223
- <div class="bg-[#5ec0cc] text-dark px-2 py-1 rounded text-xs font-bold">Substitute</div>
1224
- </div>
1225
- </div>
1226
  </div>
1227
  </div>
1228
  </div>
1229
  </div>
1230
  </div>
1231
  </section>
1232
- <!-- Schedule Section -->
 
1233
  <section class="py-16 border-b border-[#2e2e2e]">
1234
  <div class="container mx-auto px-4">
1235
  <h2 class="text-3xl font-bold text-primary mb-8">2025-2026 SCHEDULE</h2>
@@ -1445,6 +580,7 @@
1445
  </div>
1446
  </div>
1447
  </footer>
 
1448
  <script>
1449
  feather.replace();
1450
 
@@ -1463,76 +599,6 @@
1463
  document.getElementById('juniorsContent').classList.add('hidden');
1464
  });
1465
 
1466
- // Filter functionality
1467
- function applyFilters() {
1468
- const genderFilter = document.getElementById('genderFilter').value;
1469
- const teamFilter = document.getElementById('teamFilter').value;
1470
- const statusFilter = document.getElementById('statusFilter').value;
1471
-
1472
- // Get all player cards
1473
- const playerCards = document.querySelectorAll('.player-card');
1474
-
1475
- playerCards.forEach(card => {
1476
- const playerName = card.querySelector('h4').textContent;
1477
- const playerInfo = card.querySelector('p').textContent;
1478
- const isStarter = card.classList.contains('starter');
1479
- const isSubstitute = card.classList.contains('substitute');
1480
-
1481
- // Extract team info from parent container
1482
- const teamColumn = card.closest('.team-column');
1483
- let teamInfo = '';
1484
- if (teamColumn) {
1485
- teamInfo = teamColumn.querySelector('h3').textContent.toLowerCase();
1486
- }
1487
-
1488
- // Gender check
1489
- let genderMatch = true;
1490
- if (genderFilter !== 'all') {
1491
- if (genderFilter === 'male' && teamInfo.includes('female')) {
1492
- genderMatch = false;
1493
- } else if (genderFilter === 'female' && !teamInfo.includes('female')) {
1494
- genderMatch = false;
1495
- }
1496
- }
1497
-
1498
- // Team check
1499
- let teamMatch = true;
1500
- if (teamFilter !== 'all') {
1501
- if (teamFilter === 'juniors-a' && !teamInfo.includes('junior') && !teamInfo.includes('a team')) {
1502
- teamMatch = false;
1503
- } else if (teamFilter === 'juniors-b' && !teamInfo.includes('junior') && !teamInfo.includes('b team')) {
1504
- teamMatch = false;
1505
- } else if (teamFilter === 'seniors-a' && !teamInfo.includes('senior') && !teamInfo.includes('a team')) {
1506
- teamMatch = false;
1507
- } else if (teamFilter === 'seniors-b' && !teamInfo.includes('senior') && !teamInfo.includes('b team')) {
1508
- teamMatch = false;
1509
- }
1510
- }
1511
-
1512
- // Status check
1513
- let statusMatch = true;
1514
- if (statusFilter !== 'all') {
1515
- if (statusFilter === 'starter' && !isStarter) {
1516
- statusMatch = false;
1517
- } else if (statusFilter === 'substitute' && !isSubstitute) {
1518
- statusMatch = false;
1519
- }
1520
- }
1521
-
1522
- // Apply filters
1523
- if (genderMatch && teamMatch && statusMatch) {
1524
- card.style.display = 'block';
1525
- } else {
1526
- card.style.display = 'none';
1527
- }
1528
- });
1529
- }
1530
-
1531
- // Add event listeners to filters
1532
- document.getElementById('genderFilter').addEventListener('change', applyFilters);
1533
- document.getElementById('teamFilter').addEventListener('change', applyFilters);
1534
- document.getElementById('statusFilter').addEventListener('change', applyFilters);
1535
-
1536
  // Mobile menu toggle
1537
  document.getElementById('menu-toggle').addEventListener('click', function() {
1538
  document.getElementById('mobile-menu').classList.remove('hidden');
 
54
  transform: scale(1.05);
55
  transition: all 0.3s ease;
56
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  </style>
58
  </head>
59
  <body class="bg-dark text-white">
 
144
  </div>
145
  </div>
146
  </section>
147
+
148
  <!-- Team Structure Section -->
149
  <section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
150
  <div class="container mx-auto px-4">
151
  <h2 class="text-3xl font-bold text-primary mb-8">OUR TEAMS</h2>
152
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  <!-- Tabs -->
154
  <div class="flex mb-8 border-b border-[#2e2e2e]">
155
  <button id="juniorsTab" class="tab-active py-2 px-6 font-bold rounded-t">Juniors (Grades 6-8)</button>
 
158
 
159
  <!-- Juniors Content -->
160
  <div id="juniorsContent">
161
+ <div class="mb-12">
162
+ <h3 class="text-2xl font-bold mb-6 text-secondary">Team A Roster</h3>
163
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
164
+ <!-- Player 1 -->
165
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
166
+ <img src="http://static.photos/people/320x240/1" alt="Pisey Ching" class="w-full h-48 object-cover">
167
+ <div class="p-4">
168
+ <h4 class="font-bold text-lg">Pisey Ching</h4>
169
+ <p class="text-secondary">Position: Guard</p>
170
+ <p>Height: 5'6"</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  </div>
172
  </div>
173
+
174
+ <!-- Player 2 -->
175
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
176
+ <img src="http://static.photos/people/320x240/2" alt="Eung Sen Samnorb (Somnorb)" class="w-full h-48 object-cover">
177
+ <div class="p-4">
178
+ <h4 class="font-bold text-lg">Eung Sen Samnorb (Somnorb)</h4>
179
+ <p class="text-secondary">Position: Forward</p>
180
+ <p>Height: 5'8"</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  </div>
182
  </div>
183
+
184
+ <!-- Player 3 -->
185
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
186
+ <img src="http://static.photos/people/320x240/3" alt="Yuan Yi-Hua (Allan)" class="w-full h-48 object-cover">
187
+ <div class="p-4">
188
+ <h4 class="font-bold text-lg">Yuan Yi-Hua (Allan)</h4>
189
+ <p class="text-secondary">Position: Center</p>
190
+ <p>Height: 5'10"</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  </div>
192
+ </div>
193
+
194
+ <!-- Player 4 -->
195
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
196
+ <img src="http://static.photos/people/320x240/4" alt="Nie Zifeng" class="w-full h-48 object-cover">
197
+ <div class="p-4">
198
+ <h4 class="font-bold text-lg">Nie Zifeng</h4>
199
+ <p class="text-secondary">Position: Guard</p>
200
+ <p>Height: 5'5"</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  </div>
202
+ </div>
203
+
204
+ <!-- Player 5 -->
205
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
206
+ <img src="http://static.photos/people/320x240/5" alt="Danh Konvisoth (Visoth)" class="w-full h-48 object-cover">
207
+ <div class="p-4">
208
+ <h4 class="font-bold text-lg">Danh Konvisoth (Visoth)</h4>
209
+ <p class="text-secondary">Position: Forward</p>
210
+ <p>Height: 5'7"</p>
211
  </div>
212
+ </div>
213
+
214
+ <!-- Player 6 -->
215
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
216
+ <img src="http://static.photos/people/320x240/6" alt="Prince" class="w-full h-48 object-cover">
217
+ <div class="p-4">
218
+ <h4 class="font-bold text-lg">Prince</h4>
219
+ <p class="text-secondary">Position: Guard</p>
220
+ <p>Height: 5'4"</p>
221
  </div>
222
+ </div>
223
+
224
+ <!-- Player 7 -->
225
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
226
+ <img src="http://static.photos/people/320x240/7" alt="Te Ronald Vattanac (Ronald)" class="w-full h-48 object-cover">
227
+ <div class="p-4">
228
+ <h4 class="font-bold text-lg">Te Ronald Vattanac (Ronald)</h4>
229
+ <p class="text-secondary">Position: Center</p>
230
+ <p>Height: 5'9"</p>
231
  </div>
232
  </div>
233
  </div>
234
+ </div>
235
+
236
+ <div>
237
+ <h3 class="text-2xl font-bold mb-6 text-secondary">Team B Roster</h3>
238
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
239
+ <!-- Player 1 -->
240
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
241
+ <img src="http://static.photos/people/320x240/8" alt="Pheng Aaron" class="w-full h-48 object-cover">
242
+ <div class="p-4">
243
+ <h4 class="font-bold text-lg">Pheng Aaron</h4>
244
+ <p class="text-secondary">Position: Guard</p>
245
+ <p>Height: 5'3"</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  </div>
247
+ </div>
248
+
249
+ <!-- Player 2 -->
250
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
251
+ <img src="http://static.photos/people/320x240/9" alt="Reth Rithisak" class="w-full h-48 object-cover">
252
+ <div class="p-4">
253
+ <h4 class="font-bold text-lg">Reth Rithisak</h4>
254
+ <p class="text-secondary">Position: Forward</p>
255
+ <p>Height: 5'6"</p>
256
  </div>
257
+ </div>
258
+
259
+ <!-- Player 3 -->
260
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
261
+ <img src="http://static.photos/people/320x240/10" alt="Hav Chansabrina (Sabrina)" class="w-full h-48 object-cover">
262
+ <div class="p-4">
263
+ <h4 class="font-bold text-lg">Hav Chansabrina (Sabrina)</h4>
264
+ <p class="text-secondary">Position: Guard</p>
265
+ <p>Height: 5'2"</p>
266
  </div>
267
+ </div>
268
+
269
+ <!-- Player 4 -->
270
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
271
+ <img src="http://static.photos/people/320x240/11" alt="Nlron" class="w-full h-48 object-cover">
272
+ <div class="p-4">
273
+ <h4 class="font-bold text-lg">Nlron</h4>
274
+ <p class="text-secondary">Position: Forward</p>
275
+ <p>Height: 5'5"</p>
276
  </div>
277
+ </div>
278
+
279
+ <!-- Player 5 -->
280
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
281
+ <img src="http://static.photos/people/320x240/12" alt="Ly Sovita" class="w-full h-48 object-cover">
282
+ <div class="p-4">
283
+ <h4 class="font-bold text-lg">Ly Sovita</h4>
284
+ <p class="text-secondary">Position: Center</p>
285
+ <p>Height: 5'7"</p>
 
286
  </div>
287
+ </div>
288
+
289
+ <!-- Player 6 -->
290
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
291
+ <img src="http://static.photos/people/320x240/13" alt="Zhang Zhiling (Zhilling)" class="w-full h-48 object-cover">
292
+ <div class="p-4">
293
+ <h4 class="font-bold text-lg">Zhang Zhiling (Zhilling)</h4>
294
+ <p class="text-secondary">Position: Guard</p>
295
+ <p>Height: 5'3"</p>
296
  </div>
297
+ </div>
298
+
299
+ <!-- Player 7 -->
300
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
301
+ <img src="http://static.photos/people/320x240/14" alt="Lina Jin Xi" class="w-full h-48 object-cover">
302
+ <div class="p-4">
303
+ <h4 class="font-bold text-lg">Lina Jin Xi</h4>
304
+ <p class="text-secondary">Position: Forward</p>
305
+ <p>Height: 5'4"</p>
306
  </div>
307
+ </div>
308
+
309
+ <!-- Player 8 -->
310
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
311
+ <img src="http://static.photos/people/320x240/15" alt="Jing Yuan (Xing Xing)" class="w-full h-48 object-cover">
312
+ <div class="p-4">
313
+ <h4 class="font-bold text-lg">Jing Yuan (Xing Xing)</h4>
314
+ <p class="text-secondary">Position: Guard</p>
315
+ <p>Height: 5'2"</p>
316
  </div>
317
+ </div>
318
+
319
+ <!-- Player 9 -->
320
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
321
+ <img src="http://static.photos/people/320x240/16" alt="Francesca Dean" class="w-full h-48 object-cover">
322
+ <div class="p-4">
323
+ <h4 class="font-bold text-lg">Francesca Dean</h4>
324
+ <p class="text-secondary">Position: Forward</p>
325
+ <p>Height: 5'5"</p>
326
  </div>
327
+ </div>
328
+
329
+ <!-- Player 10 -->
330
+ <div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
331
+ <img src="http://static.photos/people/320x240/17" alt="He Jiajing" class="w-full h-48 object-cover">
332
+ <div class="p-4">
333
+ <h4 class="font-bold text-lg">He Jiajing</h4>
334
+ <p class="text-secondary">Position: Center</p>
335
+ <p>Height: 5'6"</p>
336
  </div>
337
  </div>
338
  </div>
 
341
 
342
  <!-- Seniors Content -->
343
  <div id="seniorsContent" class="hidden">
344
+ <div class="mb-12">
345
+ <h3 class="text-2xl font-bold mb-6 text-secondary">Team A Roster</h3>
346
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
347
+ <div class="bg-[#1e1e1e] rounded-lg p-8 text-center">
348
+ <i data-feather="users" class="text-primary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
349
+ <p>Roster coming soon for 2025-2026 season</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
350
  </div>
351
  </div>
352
+ </div>
353
+
354
+ <div>
355
+ <h3 class="text-2xl font-bold mb-6 text-secondary">Team B Roster</h3>
356
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
357
+ <div class="bg-[#1e1e1e] rounded-lg p-8 text-center">
358
+ <i data-feather="users" class="text-primary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
359
+ <p>Roster coming soon for 2025-2026 season</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
360
  </div>
361
  </div>
362
  </div>
363
  </div>
364
  </div>
365
  </section>
366
+
367
+ <!-- Schedule Section -->
368
  <section class="py-16 border-b border-[#2e2e2e]">
369
  <div class="container mx-auto px-4">
370
  <h2 class="text-3xl font-bold text-primary mb-8">2025-2026 SCHEDULE</h2>
 
580
  </div>
581
  </div>
582
  </footer>
583
+
584
  <script>
585
  feather.replace();
586
 
 
599
  document.getElementById('juniorsContent').classList.add('hidden');
600
  });
601
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
602
  // Mobile menu toggle
603
  document.getElementById('menu-toggle').addEventListener('click', function() {
604
  document.getElementById('mobile-menu').classList.remove('hidden');
volleyball.html CHANGED
The diff for this file is too large to render. See raw diff