ssergorp commited on
Commit
7cbbf1b
·
verified ·
1 Parent(s): 91dfd73

add functionalityhttps://i.iheart.com/v3/re/new_assets/62e940364ce9eac698d022f0?ops=contain(1480,0) - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +28 -0
index.html CHANGED
@@ -506,6 +506,34 @@
506
  </div>
507
  </section>
508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
509
  <!-- Footer -->
510
  <footer class="bg-black bg-opacity-90 py-8 border-t border-green-900">
511
  <div class="container mx-auto px-4">
 
506
  </div>
507
  </section>
508
 
509
+ <!-- Image Modal Section -->
510
+ <section class="py-16 bg-gray-800">
511
+ <div class="container mx-auto px-4">
512
+ <h2 class="title-font text-3xl md:text-4xl text-center mb-12 glow">GAMEPLAY PREVIEW</h2>
513
+ <div class="flex justify-center">
514
+ <div class="relative group">
515
+ <img src="https://i.iheart.com/v3/re/new_assets/62e940364ce9eac698d022f0?ops=contain(1480,0)"
516
+ alt="Gameplay Preview"
517
+ class="rounded-lg border-2 border-green-500 max-w-full h-auto cursor-pointer transition-opacity group-hover:opacity-80"
518
+ id="preview-image">
519
+ <div class="absolute inset-0 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity">
520
+ <i class="fas fa-search-plus text-4xl text-white"></i>
521
+ </div>
522
+ </div>
523
+ </div>
524
+ </div>
525
+ </section>
526
+
527
+ <!-- Image Modal -->
528
+ <div id="image-modal" class="fixed inset-0 bg-black bg-opacity-90 z-50 hidden flex items-center justify-center p-4">
529
+ <div class="relative max-w-6xl max-h-full">
530
+ <button id="close-modal" class="absolute -top-10 right-0 text-white text-3xl hover:text-green-400">
531
+ <i class="fas fa-times"></i>
532
+ </button>
533
+ <img id="modal-image" src="" alt="Gameplay Preview" class="max-h-screen max-w-full">
534
+ </div>
535
+ </div>
536
+
537
  <!-- Footer -->
538
  <footer class="bg-black bg-opacity-90 py-8 border-t border-green-900">
539
  <div class="container mx-auto px-4">