Danny2014 commited on
Commit
8c57bb7
·
verified ·
1 Parent(s): e83d449

can you create a training session for me and a section for registrations - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +125 -0
index.html CHANGED
@@ -103,6 +103,7 @@
103
  <a href="#home" class="hover:text-yellow-400 transition">Home</a>
104
  <a href="#team" class="hover:text-yellow-400 transition">Team</a>
105
  <a href="#matches" class="hover:text-yellow-400 transition">Matches</a>
 
106
  <a href="#gallery" class="hover:text-yellow-400 transition">Gallery</a>
107
  <a href="#contact" class="hover:text-yellow-400 transition">Contact</a>
108
  </div>
@@ -117,6 +118,7 @@
117
  <a href="#home" class="block py-2 hover:text-yellow-400 transition">Home</a>
118
  <a href="#team" class="block py-2 hover:text-yellow-400 transition">Team</a>
119
  <a href="#matches" class="block py-2 hover:text-yellow-400 transition">Matches</a>
 
120
  <a href="#gallery" class="block py-2 hover:text-yellow-400 transition">Gallery</a>
121
  <a href="#contact" class="block py-2 hover:text-yellow-400 transition">Contact</a>
122
  </div>
@@ -376,6 +378,129 @@
376
  </div>
377
  </section>
378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  <!-- Gallery Section -->
380
  <section id="gallery" class="py-16 bg-gray-100">
381
  <div class="container mx-auto px-6">
 
103
  <a href="#home" class="hover:text-yellow-400 transition">Home</a>
104
  <a href="#team" class="hover:text-yellow-400 transition">Team</a>
105
  <a href="#matches" class="hover:text-yellow-400 transition">Matches</a>
106
+ <a href="#training" class="hover:text-yellow-400 transition">Training</a>
107
  <a href="#gallery" class="hover:text-yellow-400 transition">Gallery</a>
108
  <a href="#contact" class="hover:text-yellow-400 transition">Contact</a>
109
  </div>
 
118
  <a href="#home" class="block py-2 hover:text-yellow-400 transition">Home</a>
119
  <a href="#team" class="block py-2 hover:text-yellow-400 transition">Team</a>
120
  <a href="#matches" class="block py-2 hover:text-yellow-400 transition">Matches</a>
121
+ <a href="#training" class="block py-2 hover:text-yellow-400 transition">Training</a>
122
  <a href="#gallery" class="block py-2 hover:text-yellow-400 transition">Gallery</a>
123
  <a href="#contact" class="block py-2 hover:text-yellow-400 transition">Contact</a>
124
  </div>
 
378
  </div>
379
  </section>
380
 
381
+ <!-- Training Sessions Section -->
382
+ <section id="training" class="py-16 bg-white">
383
+ <div class="container mx-auto px-6">
384
+ <h2 class="logo-font text-4xl mb-12 text-center text-blue-900">Training Sessions</h2>
385
+
386
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">
387
+ <div class="bg-gray-100 p-8 rounded-lg">
388
+ <h3 class="text-2xl font-bold mb-4 text-blue-900">Youth Academy</h3>
389
+ <p class="mb-4 text-gray-700">Our youth program focuses on developing fundamental skills for players aged 6-16.</p>
390
+ <ul class="space-y-2 mb-6">
391
+ <li class="flex items-start">
392
+ <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i>
393
+ <span>Monday & Wednesday: 4-6 PM</span>
394
+ </li>
395
+ <li class="flex items-start">
396
+ <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i>
397
+ <span>Saturday: 9-11 AM</span>
398
+ </li>
399
+ <li class="flex items-start">
400
+ <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i>
401
+ <span>Professional coaching staff</span>
402
+ </li>
403
+ </ul>
404
+ <a href="#register" class="inline-block bg-blue-900 hover:bg-blue-800 text-white px-6 py-2 rounded-lg transition">
405
+ Register Now
406
+ </a>
407
+ </div>
408
+
409
+ <div class="bg-gray-100 p-8 rounded-lg">
410
+ <h3 class="text-2xl font-bold mb-4 text-blue-900">Adult Training</h3>
411
+ <p class="mb-4 text-gray-700">For players 17+ looking to improve their skills and fitness.</p>
412
+ <ul class="space-y-2 mb-6">
413
+ <li class="flex items-start">
414
+ <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i>
415
+ <span>Tuesday & Thursday: 7-9 PM</span>
416
+ </li>
417
+ <li class="flex items-start">
418
+ <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i>
419
+ <span>Sunday: 10 AM-12 PM</span>
420
+ </li>
421
+ <li class="flex items-start">
422
+ <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i>
423
+ <span>Competitive and recreational options</span>
424
+ </li>
425
+ </ul>
426
+ <a href="#register" class="inline-block bg-blue-900 hover:bg-blue-800 text-white px-6 py-2 rounded-lg transition">
427
+ Register Now
428
+ </a>
429
+ </div>
430
+ </div>
431
+
432
+ <div class="bg-blue-900 text-white p-8 rounded-lg">
433
+ <h3 class="text-2xl font-bold mb-4">Private Coaching</h3>
434
+ <p class="mb-6 max-w-2xl">Book one-on-one sessions with our professional coaches to focus on specific skills and development areas.</p>
435
+ <a href="#register" class="inline-block bg-yellow-500 hover:bg-yellow-600 text-blue-900 px-6 py-2 rounded-lg font-semibold transition">
436
+ Request Private Session
437
+ </a>
438
+ </div>
439
+ </div>
440
+ </section>
441
+
442
+ <!-- Registration Section -->
443
+ <section id="register" class="py-16 bg-gray-100">
444
+ <div class="container mx-auto px-6 max-w-4xl">
445
+ <h2 class="logo-font text-4xl mb-12 text-center text-blue-900">Registration Form</h2>
446
+
447
+ <form class="bg-white p-8 rounded-lg shadow-md">
448
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
449
+ <div>
450
+ <label for="first-name" class="block mb-2 font-medium">First Name*</label>
451
+ <input type="text" id="first-name" required class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
452
+ </div>
453
+ <div>
454
+ <label for="last-name" class="block mb-2 font-medium">Last Name*</label>
455
+ <input type="text" id="last-name" required class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
456
+ </div>
457
+ <div>
458
+ <label for="email" class="block mb-2 font-medium">Email*</label>
459
+ <input type="email" id="email" required class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
460
+ </div>
461
+ <div>
462
+ <label for="phone" class="block mb-2 font-medium">Phone*</label>
463
+ <input type="tel" id="phone" required class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
464
+ </div>
465
+ </div>
466
+
467
+ <div class="mb-6">
468
+ <label class="block mb-2 font-medium">Program*</label>
469
+ <div class="space-y-2">
470
+ <div class="flex items-center">
471
+ <input type="radio" id="youth" name="program" value="youth" class="mr-2" checked>
472
+ <label for="youth">Youth Academy (6-16 years)</label>
473
+ </div>
474
+ <div class="flex items-center">
475
+ <input type="radio" id="adult" name="program" value="adult" class="mr-2">
476
+ <label for="adult">Adult Training (17+ years)</label>
477
+ </div>
478
+ <div class="flex items-center">
479
+ <input type="radio" id="private" name="program" value="private" class="mr-2">
480
+ <label for="private">Private Coaching</label>
481
+ </div>
482
+ </div>
483
+ </div>
484
+
485
+ <div class="mb-6">
486
+ <label for="experience" class="block mb-2 font-medium">Football Experience</label>
487
+ <textarea id="experience" rows="3" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500" placeholder="Tell us about your football background..."></textarea>
488
+ </div>
489
+
490
+ <div class="mb-6">
491
+ <div class="flex items-start">
492
+ <input type="checkbox" id="terms" required class="mt-1 mr-2">
493
+ <label for="terms">I agree to the <a href="#" class="text-blue-600 hover:underline">terms and conditions</a> and understand the <a href="#" class="text-blue-600 hover:underline">privacy policy</a>*</label>
494
+ </div>
495
+ </div>
496
+
497
+ <button type="submit" class="w-full bg-red-600 hover:bg-red-700 text-white py-3 px-6 rounded-lg font-semibold transition">
498
+ Submit Registration
499
+ </button>
500
+ </form>
501
+ </div>
502
+ </section>
503
+
504
  <!-- Gallery Section -->
505
  <section id="gallery" class="py-16 bg-gray-100">
506
  <div class="container mx-auto px-6">