web3district commited on
Commit
cfaa9a7
·
verified ·
1 Parent(s): ee0ac44

can you make the video play in a dialog box inside the website instead of opening google drive? - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +135 -48
  2. prompts.txt +10 -1
index.html CHANGED
@@ -55,37 +55,42 @@
55
  transform-style: preserve-3d;
56
  }
57
  .speaker-card .relative {
58
- transition: transform 0.5s ease, box-shadow 0.5s ease;
59
  transform-style: preserve-3d;
 
60
  }
61
  .speaker-card:hover .relative {
62
  transform:
63
  perspective(1000px)
64
- rotateY(7.5deg)
65
  rotateX(5deg)
66
- translateY(-7px)
67
- translateZ(25px);
68
- box-shadow: 0 30px 50px rgba(179, 0, 255, 0.4);
69
- z-index: 10;
70
  }
71
  .speaker-card:hover::before {
72
  content: '';
73
  position: absolute;
74
- top: 0;
75
- left: 0;
76
- right: 0;
77
- bottom: 0;
78
  background: linear-gradient(45deg,
79
- rgba(0,245,255,0.1) 0%,
80
- rgba(179,0,255,0.1) 50%,
81
- rgba(255,0,179,0.2) 100%);
82
  z-index: -1;
83
- filter: blur(30px);
84
- animation: hologram 2s infinite alternate;
85
- transform: translateZ(-20px);
86
- border-radius: 1rem;
87
  overflow: hidden;
88
  }
 
 
 
 
89
  @keyframes hologram {
90
  0% { opacity: 0.3; }
91
  100% { opacity: 0.7; }
@@ -152,8 +157,8 @@
152
  <!-- Hero Section -->
153
  <section class="min-h-screen flex items-center relative">
154
  <!-- Parallax Background Layers -->
155
- <div class="parallax-bg" style="background: url('https://images.unsplash.com/photo-1639762681057-408e52192e55?q=80&w=2232&auto=format&fit=crop') center/cover; transform: translateZ(-1px) scale(2); z-index: -2;"></div>
156
- <div class="parallax-bg" style="background: linear-gradient(45deg, rgba(0,245,255,0.7), rgba(179,0,255,0.7), rgba(255,0,179,0.7)); transform: translateZ(-0.5px) scale(1.5); z-index: -1;"></div>
157
  <div class="parallax-bg" style="background: radial-gradient(circle, transparent 20%, rgba(0,0,0,0.8) 100%); z-index: -1;"></div>
158
 
159
  <!-- Hero Content -->
@@ -186,7 +191,7 @@
186
  <button class="bg-gradient-to-r from-purple-start to-fuchsia-end hover:from-purple-600 hover:to-pink-600 text-white font-bold py-3 px-8 rounded-full transition-all transform hover:scale-105">
187
  Join the Quest
188
  </button>
189
- <button class="bg-transparent border-2 border-purple-500 hover:border-purple-300 text-purple-300 hover:text-white font-bold py-3 px-8 rounded-full transition-colors">
190
  <i class="ph ph-play-circle mr-2"></i> Watch Trailer
191
  </button>
192
  </div>
@@ -234,8 +239,8 @@
234
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 max-w-6xl mx-auto">
235
  <!-- Speaker 1 -->
236
  <div class="speaker-card group relative h-full">
237
- <div class="absolute inset-0 bg-gradient-to-br from-purple-900/30 to-fuchsia-900/30 rounded-2xl shadow-2xl transform transition-all duration-300 group-hover:rotate-1 group-hover:scale-105 group-hover:shadow-[0_20px_50px_rgba(179,0,255,0.3)]"></div>
238
- <div class="relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 h-full flex flex-col items-center text-center transform transition-all duration-300 group-hover:-translate-y-2">
239
  <div class="w-[calc(100%+48px)] h-48 -mx-6 -mt-6 overflow-hidden rounded-t-2xl">
240
  <img src="https://images.unsplash.com/photo-1573497620053-ea5300f94f21?q=80&w=2560&auto=format&fit=crop" alt="Gary Vee" class="w-full h-full object-cover object-center">
241
  </div>
@@ -254,8 +259,8 @@
254
 
255
  <!-- Speaker 2 -->
256
  <div class="speaker-card group relative h-full">
257
- <div class="absolute inset-0 bg-gradient-to-br from-purple-900/30 to-fuchsia-900/30 rounded-2xl shadow-2xl transform transition-all duration-300 group-hover:rotate-1 group-hover:scale-105 group-hover:shadow-[0_20px_50px_rgba(179,0,255,0.3)]"></div>
258
- <div class="relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 h-full flex flex-col items-center text-center transform transition-all duration-300 group-hover:-translate-y-2">
259
  <div class="w-[calc(100%+48px)] h-48 -mx-6 -mt-6 overflow-hidden rounded-t-2xl">
260
  <img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=2560&auto=format&fit=crop" alt="Speaker" class="w-full h-full object-cover object-center">
261
  </div>
@@ -274,8 +279,8 @@
274
 
275
  <!-- Speaker 3 -->
276
  <div class="speaker-card group relative h-full">
277
- <div class="absolute inset-0 bg-gradient-to-br from-purple-900/30 to-fuchsia-900/30 rounded-2xl shadow-2xl transform transition-all duration-300 group-hover:rotate-1 group-hover:scale-105 group-hover:shadow-[0_20px_50px_rgba(179,0,255,0.3)]"></div>
278
- <div class="relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 h-full flex flex-col items-center text-center transform transition-all duration-300 group-hover:-translate-y-2">
279
  <div class="w-[calc(100%+48px)] h-48 -mx-6 -mt-6 overflow-hidden rounded-t-2xl">
280
  <img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=2560&auto=format&fit=crop" alt="Speaker" class="w-full h-full object-cover object-center">
281
  </div>
@@ -294,8 +299,8 @@
294
 
295
  <!-- Speaker 4 -->
296
  <div class="speaker-card group relative h-full">
297
- <div class="absolute inset-0 bg-gradient-to-br from-purple-900/30 to-fuchsia-900/30 rounded-2xl shadow-2xl transform transition-all duration-300 group-hover:rotate-1 group-hover:scale-105 group-hover:shadow-[0_20px_50px_rgba(179,0,255,0.3)]"></div>
298
- <div class="relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 h-full flex flex-col items-center text-center transform transition-all duration-300 group-hover:-translate-y-2">
299
  <div class="w-[calc(100%+48px)] h-48 -mx-6 -mt-6 overflow-hidden rounded-t-2xl">
300
  <img src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=2560&auto=format&fit=crop" alt="Speaker" class="w-full h-full object-cover object-center">
301
  </div>
@@ -329,29 +334,64 @@
329
  <div class="max-w-4xl mx-auto relative">
330
  <div class="relative">
331
  <!-- May 2025 -->
332
- <div class="mb-16 relative flex speaker-card">
333
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
334
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
335
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
336
  MAY 2025 — FOUNDATION PHASE
337
  </div>
338
- <ul class="list-none pl-0 space-y-2 mt-8 text-purple-100">
339
- <li> TON FEST Activation Completed</li>
340
- <li>✅ SBC brand seeded across Telegram & Lisbon Web3</li>
341
- <li>✅ Telegram Quest Bot & Strategy Blueprint completed</li>
342
- <li>✅ VIP HQ secured at Avenida da Liberdade</li>
343
- <li>✅ Initial Quest narrative, XP logic, and sponsor prize tiers structured</li>
344
- </ul>
345
  <div class="flex flex-wrap gap-2 mt-4">
346
- <span class="bg-purple-800 text-purple-200 text-xs px-2 py-1 rounded">Telegram</span>
347
- <span class="bg-purple-800 text-purple-200 text-xs px-2 py-1 rounded">VIP HQ</span>
348
- <span class="bg-purple-800 text-purple-200 text-xs px-2 py-1 rounded">Narrative Design</span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
349
  </div>
350
  </div>
351
  </div>
352
 
353
  <!-- June 2025 -->
354
- <div class="mb-16 relative flex speaker-card">
355
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
356
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
357
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
@@ -390,7 +430,7 @@
390
  </div>
391
 
392
  <!-- July 2025 -->
393
- <div class="mb-16 relative flex speaker-card">
394
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
395
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
396
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
@@ -424,7 +464,7 @@
424
  </div>
425
 
426
  <!-- August 2025 -->
427
- <div class="mb-16 relative flex speaker-card">
428
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
429
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
430
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
@@ -455,7 +495,7 @@
455
  </div>
456
 
457
  <!-- September 1-15 -->
458
- <div class="mb-16 relative flex speaker-card">
459
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
460
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
461
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
@@ -473,7 +513,7 @@
473
  </div>
474
 
475
  <!-- SBC Summit -->
476
- <div class="mb-16 relative flex speaker-card">
477
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
478
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
479
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
@@ -502,7 +542,7 @@
502
  </div>
503
 
504
  <!-- Post-Event -->
505
- <div class="relative flex speaker-card">
506
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
507
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50">
508
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
@@ -577,6 +617,18 @@
577
  </div>
578
  </footer>
579
 
 
 
 
 
 
 
 
 
 
 
 
 
580
  <!-- Floating Quest Button -->
581
  <button class="fixed bottom-6 right-6 bg-gradient-to-r from-purple-start to-fuchsia-end text-white w-14 h-14 rounded-full shadow-2xl flex items-center justify-center hover:scale-110 transition-all z-50">
582
  <i class="ph ph-flag text-2xl"></i>
@@ -610,9 +662,17 @@
610
  const parallaxElements = document.querySelectorAll('.parallax-bg');
611
 
612
  parallaxElements.forEach(element => {
613
- const depth = element.style.transform.includes('-1px') ? 0.5 : 0.2;
614
- const offset = scrollY * depth;
615
- element.style.transform = `translate3d(0, ${offset}px, 0)`;
 
 
 
 
 
 
 
 
616
  });
617
 
618
  // Fade in effect for sections
@@ -642,6 +702,33 @@
642
 
643
  // Initialize with scroll
644
  window.dispatchEvent(new Event('scroll'));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
645
  </script>
646
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://deepsite.hf.co/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://deepsite.hf.co" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://deepsite.hf.co?remix=web3district/sbcxweb3dstrict" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
647
  </html>
 
55
  transform-style: preserve-3d;
56
  }
57
  .speaker-card .relative {
58
+ transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
59
  transform-style: preserve-3d;
60
+ transform: translateZ(0);
61
  }
62
  .speaker-card:hover .relative {
63
  transform:
64
  perspective(1000px)
65
+ rotateY(10deg)
66
  rotateX(5deg)
67
+ translateY(-10px)
68
+ translateZ(50px);
69
+ box-shadow: 0 35px 60px rgba(179, 0, 255, 0.5);
70
+ z-index: 20;
71
  }
72
  .speaker-card:hover::before {
73
  content: '';
74
  position: absolute;
75
+ top: -10px;
76
+ left: -10px;
77
+ right: -10px;
78
+ bottom: -10px;
79
  background: linear-gradient(45deg,
80
+ rgba(0,245,255,0.2) 0%,
81
+ rgba(179,0,255,0.2) 50%,
82
+ rgba(255,0,179,0.3) 100%);
83
  z-index: -1;
84
+ filter: blur(40px);
85
+ animation: hologram 1.5s infinite alternate;
86
+ transform: translateZ(-30px);
87
+ border-radius: 1.5rem;
88
  overflow: hidden;
89
  }
90
+ .speaker-card:hover .absolute {
91
+ transform: rotate(3deg) scale(1.05);
92
+ box-shadow: 0 25px 50px rgba(179, 0, 255, 0.5);
93
+ }
94
  @keyframes hologram {
95
  0% { opacity: 0.3; }
96
  100% { opacity: 0.7; }
 
157
  <!-- Hero Section -->
158
  <section class="min-h-screen flex items-center relative">
159
  <!-- Parallax Background Layers -->
160
+ <div class="parallax-bg" style="background: url('https://images.unsplash.com/photo-1639762681057-408e52192e55?q=80&w=2232&auto=format&fit=crop') center/cover; transform: translate3d(0, 0, -1px) scale(2); z-index: -2;"></div>
161
+ <div class="parallax-bg" style="background: linear-gradient(45deg, rgba(0,245,255,0.7), rgba(179,0,255,0.7), rgba(255,0,179,0.7)); transform: translate3d(0, 0, -0.5px) scale(1.5); z-index: -1;"></div>
162
  <div class="parallax-bg" style="background: radial-gradient(circle, transparent 20%, rgba(0,0,0,0.8) 100%); z-index: -1;"></div>
163
 
164
  <!-- Hero Content -->
 
191
  <button class="bg-gradient-to-r from-purple-start to-fuchsia-end hover:from-purple-600 hover:to-pink-600 text-white font-bold py-3 px-8 rounded-full transition-all transform hover:scale-105">
192
  Join the Quest
193
  </button>
194
+ <button id="watchTrailer" class="bg-transparent border-2 border-purple-500 hover:border-purple-300 text-purple-300 hover:text-white font-bold py-3 px-8 rounded-full transition-colors">
195
  <i class="ph ph-play-circle mr-2"></i> Watch Trailer
196
  </button>
197
  </div>
 
239
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 max-w-6xl mx-auto">
240
  <!-- Speaker 1 -->
241
  <div class="speaker-card group relative h-full">
242
+ <div class="absolute inset-0 bg-gradient-to-br from-purple-900/30 to-fuchsia-900/30 rounded-2xl shadow-2xl"></div>
243
+ <div class="relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 h-full flex flex-col items-center text-center">
244
  <div class="w-[calc(100%+48px)] h-48 -mx-6 -mt-6 overflow-hidden rounded-t-2xl">
245
  <img src="https://images.unsplash.com/photo-1573497620053-ea5300f94f21?q=80&w=2560&auto=format&fit=crop" alt="Gary Vee" class="w-full h-full object-cover object-center">
246
  </div>
 
259
 
260
  <!-- Speaker 2 -->
261
  <div class="speaker-card group relative h-full">
262
+ <div class="absolute inset-0 bg-gradient-to-br from-purple-900/30 to-fuchsia-900/30 rounded-2xl shadow-2xl"></div>
263
+ <div class="relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 h-full flex flex-col items-center text-center">
264
  <div class="w-[calc(100%+48px)] h-48 -mx-6 -mt-6 overflow-hidden rounded-t-2xl">
265
  <img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=2560&auto=format&fit=crop" alt="Speaker" class="w-full h-full object-cover object-center">
266
  </div>
 
279
 
280
  <!-- Speaker 3 -->
281
  <div class="speaker-card group relative h-full">
282
+ <div class="absolute inset-0 bg-gradient-to-br from-purple-900/30 to-fuchsia-900/30 rounded-2xl shadow-2xl"></div>
283
+ <div class="relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 h-full flex flex-col items-center text-center">
284
  <div class="w-[calc(100%+48px)] h-48 -mx-6 -mt-6 overflow-hidden rounded-t-2xl">
285
  <img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=2560&auto=format&fit=crop" alt="Speaker" class="w-full h-full object-cover object-center">
286
  </div>
 
299
 
300
  <!-- Speaker 4 -->
301
  <div class="speaker-card group relative h-full">
302
+ <div class="absolute inset-0 bg-gradient-to-br from-purple-900/30 to-fuchsia-900/30 rounded-2xl shadow-2xl"></div>
303
+ <div class="relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 h-full flex flex-col items-center text-center">
304
  <div class="w-[calc(100%+48px)] h-48 -mx-6 -mt-6 overflow-hidden rounded-t-2xl">
305
  <img src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=2560&auto=format&fit=crop" alt="Speaker" class="w-full h-full object-cover object-center">
306
  </div>
 
334
  <div class="max-w-4xl mx-auto relative">
335
  <div class="relative">
336
  <!-- May 2025 -->
337
+ <div class="mb-16 relative flex">
338
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
339
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
340
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
341
  MAY 2025 — FOUNDATION PHASE
342
  </div>
343
+ <h3 class="text-xl font-bold mb-3 text-white mt-8">Initial Activation</h3>
344
+ <p class="text-purple-100 mb-4">Our TON FEST quest with the SBC brand crushed it—putting SBC in front of 29k+ verified users worldwide (exposed to 29k verified users), adding 700+ fresh members to the SBC Summit Telegram channel, and pumping SBC Gaming's X (Twitter) followership by 10%.</p>
345
+
 
 
 
 
346
  <div class="flex flex-wrap gap-2 mt-4">
347
+ <span class="bg-purple-800 text-purple-200 text-xs px-2 py-1 rounded">Telegram 700+</span>
348
+ <span class="bg-purple-800 text-purple-200 text-xs px-2 py-1 rounded">Twitter +10%</span>
349
+ <span class="bg-purple-800 text-purple-200 text-xs px-2 py-1 rounded">Exposed to 29k Users</span>
350
+ </div>
351
+
352
+ <div class="bg-gray-900/50 p-4 rounded-xl shadow-sm mt-6 border border-purple-700/30">
353
+ <div class="grid grid-cols-2 gap-4">
354
+ <div class="bg-gray-800/50 p-2 rounded-lg">
355
+ <img src="https://drive.google.com/thumbnail?id=1PMmkbc5gGBGd_hSlV-EuGfJn6oAzdgl9&sz=w1000" alt="TON FEST Activation" class="rounded-lg w-full h-auto">
356
+ </div>
357
+ <div class="bg-gray-800/50 p-2 rounded-lg">
358
+ <img src="https://drive.google.com/thumbnail?id=1UtRHiou6MiI7Ty5GFPKrS1S0KG5wCap2&sz=w1000" alt="TON FEST Activation" class="rounded-lg w-full h-auto">
359
+ </div>
360
+ <div class="bg-gray-800/50 p-2 rounded-lg">
361
+ <img src="https://drive.google.com/thumbnail?id=1Dofmf0Xgh3NAXfKa44mMaN-dEc1qZnSa&sz=w1000" alt="TON FEST Activation" class="rounded-lg w-full h-auto">
362
+ </div>
363
+ <div class="bg-gray-800/50 p-2 rounded-lg">
364
+ <img src="https://drive.google.com/thumbnail?id=1bd2Gbb09zGjEMb5jmGRiTdfjwpSJKgNX&sz=w1000" alt="TON FEST Activation" class="rounded-lg w-full h-auto">
365
+ </div>
366
+ </div>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- May 2025 - Second Box -->
372
+ <div class="mb-16 relative flex">
373
+ <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
374
+ <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
375
+ <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
376
+ MAY 2025 — PORTUGAL ACTIVATION
377
+ </div>
378
+ <h3 class="text-xl font-bold mb-3 text-white mt-8">Web3/AI Portugal Activation</h3>
379
+ <p class="text-purple-100 mb-4">The kickoff TON activation got an extra boost—our event post was shared across Portugal's top-tier Web3 Telegram groups, reaching 8 000+ highly engaged members.</p>
380
+
381
+ <div class="flex flex-wrap gap-2 mt-4">
382
+ <span class="bg-purple-800 text-purple-200 text-xs px-2 py-1 rounded">Exposed to 8K Web3/AI Portuguese</span>
383
+ </div>
384
+
385
+ <div class="bg-gray-900/50 p-4 rounded-xl shadow-sm mt-6 border border-purple-700/30 w-1/2">
386
+ <div class="bg-gray-800/50 p-2 rounded-lg">
387
+ <img src="https://drive.google.com/thumbnail?id=1qoNoY_hNEqRgqwrYJgBeHpD4ha4UpZrL&sz=w1000" alt="Planning Strategy" class="rounded-lg w-full h-auto">
388
+ </div>
389
  </div>
390
  </div>
391
  </div>
392
 
393
  <!-- June 2025 -->
394
+ <div class="mb-16 relative flex">
395
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
396
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
397
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
 
430
  </div>
431
 
432
  <!-- July 2025 -->
433
+ <div class="mb-16 relative flex">
434
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
435
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
436
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
 
464
  </div>
465
 
466
  <!-- August 2025 -->
467
+ <div class="mb-16 relative flex">
468
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
469
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
470
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
 
495
  </div>
496
 
497
  <!-- September 1-15 -->
498
+ <div class="mb-16 relative flex">
499
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
500
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
501
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
 
513
  </div>
514
 
515
  <!-- SBC Summit -->
516
+ <div class="mb-16 relative flex">
517
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
518
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50" data-aos="fade-up">
519
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
 
542
  </div>
543
 
544
  <!-- Post-Event -->
545
+ <div class="relative flex">
546
  <div class="hidden md:block absolute -left-4 top-4 w-8 h-8 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end flex items-center justify-center z-10"></div>
547
  <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full relative bg-gray-900/80 backdrop-blur-sm border border-purple-700/50">
548
  <div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full whitespace-nowrap">
 
617
  </div>
618
  </footer>
619
 
620
+ <!-- Video Modal -->
621
+ <div id="videoModal" class="fixed inset-0 z-50 flex items-center justify-center bg-black bg-opacity-80 hidden">
622
+ <div class="relative w-full max-w-4xl mx-4">
623
+ <button id="closeModal" class="absolute -top-10 right-0 text-white hover:text-purple-300 text-2xl">
624
+ <i class="ph ph-x"></i>
625
+ </button>
626
+ <div class="aspect-w-16 aspect-h-9">
627
+ <iframe id="videoFrame" class="w-full h-96 md:h-[32rem] rounded-lg" src="https://drive.google.com/file/d/1nVi1lALKDSSFVNFlYUrw56b4iK2EwSd7/preview" frameborder="0" allowfullscreen></iframe>
628
+ </div>
629
+ </div>
630
+ </div>
631
+
632
  <!-- Floating Quest Button -->
633
  <button class="fixed bottom-6 right-6 bg-gradient-to-r from-purple-start to-fuchsia-end text-white w-14 h-14 rounded-full shadow-2xl flex items-center justify-center hover:scale-110 transition-all z-50">
634
  <i class="ph ph-flag text-2xl"></i>
 
662
  const parallaxElements = document.querySelectorAll('.parallax-bg');
663
 
664
  parallaxElements.forEach(element => {
665
+ let depth = 0;
666
+ if (element.style.transform.includes('-1px')) {
667
+ depth = 0.5;
668
+ element.style.transform = `translate3d(0, ${scrollY * depth}px, -1px) scale(2)`;
669
+ } else if (element.style.transform.includes('-0.5px')) {
670
+ depth = 0.3;
671
+ element.style.transform = `translate3d(0, ${scrollY * depth}px, -0.5px) scale(1.5)`;
672
+ } else {
673
+ depth = 0.1;
674
+ element.style.transform = `translate3d(0, ${scrollY * depth}px, 0)`;
675
+ }
676
  });
677
 
678
  // Fade in effect for sections
 
702
 
703
  // Initialize with scroll
704
  window.dispatchEvent(new Event('scroll'));
705
+
706
+ // Video Modal Handling
707
+ const videoModal = document.getElementById('videoModal');
708
+ const watchTrailerBtn = document.getElementById('watchTrailer');
709
+ const closeModalBtn = document.getElementById('closeModal');
710
+ const videoFrame = document.getElementById('videoFrame');
711
+
712
+ watchTrailerBtn.addEventListener('click', () => {
713
+ videoModal.classList.remove('hidden');
714
+ document.body.style.overflow = 'hidden';
715
+ });
716
+
717
+ closeModalBtn.addEventListener('click', () => {
718
+ videoModal.classList.add('hidden');
719
+ document.body.style.overflow = '';
720
+ // Reset video when closing
721
+ videoFrame.src = videoFrame.src;
722
+ });
723
+
724
+ // Close modal when clicking outside
725
+ videoModal.addEventListener('click', (e) => {
726
+ if (e.target === videoModal) {
727
+ videoModal.classList.add('hidden');
728
+ document.body.style.overflow = '';
729
+ videoFrame.src = videoFrame.src;
730
+ }
731
+ });
732
  </script>
733
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://deepsite.hf.co/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://deepsite.hf.co" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://deepsite.hf.co?remix=web3district/sbcxweb3dstrict" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
734
  </html>
prompts.txt CHANGED
@@ -43,4 +43,13 @@ please copy to all other boxes from the road map the effect you used in the box
43
  please copy the same style CSS from May box to all others , fix the grey colour and pay attention in the last boxes theres still bullet points and a weird error on the effect
44
  please copy the same style CSS from May box to all others , fix the grey colour and pay attention in the last boxes theres still bullet points and a weird error on the effect
45
  theres some boxes with gray colour please fix, make those follow the look and feel of the May first box from road map section
46
- please remove the 2 black bullet points from the last 2 boxes from the roadmap
 
 
 
 
 
 
 
 
 
 
43
  please copy the same style CSS from May box to all others , fix the grey colour and pay attention in the last boxes theres still bullet points and a weird error on the effect
44
  please copy the same style CSS from May box to all others , fix the grey colour and pay attention in the last boxes theres still bullet points and a weird error on the effect
45
  theres some boxes with gray colour please fix, make those follow the look and feel of the May first box from road map section
46
+ please remove the 2 black bullet points from the last 2 boxes from the roadmap
47
+ can you bring back the parallax effect in the header background?
48
+ please remove the effect on mouse over and transfer the effect to the speakers card
49
+ please remove the effect on mouse over from the boxes of engagement roadmap and transfer the effect to the speakers card
50
+ please remove the 3d effect mouse over from all boxes form the Engagement Roadmap
51
+ now apply the 3D effect of perspective on mouse over on all Featured Speakers cards
52
+ please adapt this infos and photos from another code on this code in the box of May: <div class="timeline-item pl-12 sm:pl-0" style="opacity: 1; transform: translateY(0px); transition: 0.6s;"> <div class="bg-white p-6 rounded-xl shadow-lg"> <div class="text-sm font-semibold text-accent mb-2">MAY</div> <h3 class="text-xl font-bold mb-3">Initial Activation</h3> <p>Our TON FEST quest with the SBC brand crushed it—putting SBC in front of 29k+ verified users worldwide (exposed to 29k verified users), adding 700+ fresh members to the SBC Summit Telegram channel, and pumping SBC Gaming's X (Twitter) followership by 10%.</p> <div class="mt-4 flex flex-wrap gap-2 mb-4"> <span class="bg-primary/10 text-primary text-xs font-medium px-3 py-1 rounded-full">Telegram 700+</span> <span class="bg-secondary/10 text-secondary text-xs font-medium px-3 py-1 rounded-full">Twitter +10%</span> <span class="bg-accent/10 text-accent text-xs font-medium px-3 py-1 rounded-full">Exposed to 29k Verified Users</span> </div> <div class="bg-white p-4 rounded-xl shadow-sm"> <div class="grid grid-cols-2 gap-4"> <div class="bg-gray-50 p-2 rounded-lg"> <img src="https://drive.google.com/thumbnail?id=1PMmkbc5gGBGd_hSlV-EuGfJn6oAzdgl9&amp;sz=w1000" alt="TON FEST Activation" class="rounded-lg w-full h-auto"> </div> <div class="bg-gray-50 p-2 rounded-lg"> <img src="https://drive.google.com/thumbnail?id=1UtRHiou6MiI7Ty5GFPKrS1S0KG5wCap2&amp;sz=w1000" alt="TON FEST Activation" class="rounded-lg w-full h-auto"> </div> <div class="bg-gray-50 p-2 rounded-lg"> <img src="https://drive.google.com/thumbnail?id=1Dofmf0Xgh3NAXfKa44mMaN-dEc1qZnSa&amp;sz=w1000" alt="TON FEST Activation" class="rounded-lg w-full h-auto"> </div> <div class="bg-gray-50 p-2 rounded-lg"> <img src="https://drive.google.com/thumbnail?id=1bd2Gbb09zGjEMb5jmGRiTdfjwpSJKgNX&amp;sz=w1000" alt="TON FEST Activation" class="rounded-lg w-full h-auto"> </div> </div> </div> </div> </div>
53
+ lets do the same with this one creating another box of may bellow the first one: <div class="bg-white p-6 rounded-xl shadow-lg"> <div class="text-sm font-semibold text-accent mb-2">MAY</div> <h3 class="text-xl font-bold mb-3">Web3/Ai Portugal Activation</h3> <p>The kickoff TON activation got an extra boost—our event post was shared across Portugal's top-tier Web3 Telegram groups, reaching 8 000+ highly engaged members.</p> <div class="mt-4 flex flex-wrap gap-2"> <span class="bg-primary/10 text-primary text-xs font-medium px-3 py-1 rounded-full">Exposed to 8K Web3/AI Portuguese</span> </div> <div class="bg-white p-4 rounded-xl shadow-sm mt-4 w-1/2"> <div class="bg-gray-50 p-2 rounded-lg"> <img src="https://drive.google.com/thumbnail?id=1qoNoY_hNEqRgqwrYJgBeHpD4ha4UpZrL&amp;sz=w1000" alt="Planning Strategy" class="rounded-lg w-full h-auto"> </div> </div> </div>
54
+ when watch trailler is clcked, opens a video from the google drive link: https://drive.google.com/file/d/1nVi1lALKDSSFVNFlYUrw56b4iK2EwSd7/view?usp=sharing
55
+ can you make the video play in a dialog box inside the website instead of opening google drive?