web3district commited on
Commit
324ed79
ยท
verified ยท
1 Parent(s): da45463

theres some boxes with gray colour please fix, make those follow the look and feel of the May first box from road map section - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +117 -55
  2. prompts.txt +22 -1
index.html CHANGED
@@ -61,19 +61,20 @@
61
  .speaker-card:hover .relative {
62
  transform:
63
  perspective(1000px)
64
- rotateY(10deg)
65
  rotateX(5deg)
66
- translateY(-10px)
67
- translateZ(20px);
68
  box-shadow: 0 30px 50px rgba(179, 0, 255, 0.4);
 
69
  }
70
  .speaker-card:hover::before {
71
  content: '';
72
  position: absolute;
73
- top: -10%;
74
- left: -10%;
75
- right: -10%;
76
- bottom: -10%;
77
  background: linear-gradient(45deg,
78
  rgba(0,245,255,0.1) 0%,
79
  rgba(179,0,255,0.1) 50%,
@@ -82,6 +83,8 @@
82
  filter: blur(30px);
83
  animation: hologram 2s infinite alternate;
84
  transform: translateZ(-20px);
 
 
85
  }
86
  @keyframes hologram {
87
  0% { opacity: 0.3; }
@@ -97,6 +100,51 @@
97
  .text-3d {
98
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
99
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  }
101
  </style>
102
  </head>
@@ -268,7 +316,7 @@
268
  </section>
269
 
270
  <!-- Roadmap Section -->
271
- <section class="py-20 relative overflow-hidden bg-transparent">
272
  <div class="container mx-auto px-4 relative z-10">
273
  <div class="text-center mb-16">
274
  <h2 class="text-3xl md:text-4xl font-bold mb-4 text-gray-900">
@@ -281,14 +329,13 @@
281
  <div class="max-w-4xl mx-auto relative">
282
  <div class="relative">
283
  <!-- May 2025 -->
284
- <div class="mb-16 relative flex">
285
- <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">
286
- </div>
287
- <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full" data-aos="fade-up">
288
  <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">
289
  MAY 2025 โ€” FOUNDATION PHASE
290
  </div>
291
- <ul class="list-disc pl-5 space-y-2 mt-8 text-purple-100">
292
  <li>โœ… TON FEST Activation Completed</li>
293
  <li>โœ… SBC brand seeded across Telegram & Lisbon Web3</li>
294
  <li>โœ… Telegram Quest Bot & Strategy Blueprint completed</li>
@@ -304,39 +351,37 @@
304
  </div>
305
 
306
  <!-- June 2025 -->
307
- <div class="mb-16 relative flex">
308
- <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">
309
- <div class="w-3 h-3 bg-gray-900 rounded-full"></div>
310
- </div>
311
- <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full" data-aos="fade-up">
312
- <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full">
313
  JUNE 2025 โ€” LAUNCH PHASE
314
  </div>
315
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
316
  <div>
317
  <h3 class="font-bold text-purple-300">๐Ÿ”ฅ PR & Media</h3>
318
- <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100">
319
  <li>๐Ÿš€ Gary Vee Keynote Announcement</li>
320
  <li>Published across 15+ Top Web3/AI Media</li>
321
  </ul>
322
  </div>
323
  <div>
324
  <h3 class="font-bold text-purple-300">๐ŸŽฎ Quest Campaign</h3>
325
- <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100">
326
  <li>๐Ÿ› ๏ธ Soft Launch of Quest Game</li>
327
  <li>๐Ÿงญ Finalize phygital rollout plan</li>
328
  </ul>
329
  </div>
330
  <div>
331
  <h3 class="font-bold text-purple-300">๐Ÿ“ฃ Community Engagement</h3>
332
- <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100">
333
  <li>๐ŸŽ Distribute 30% Discount Codes</li>
334
  <li>๐Ÿš€ Launch 360ยบ Social Media Campaign</li>
335
  </ul>
336
  </div>
337
  <div>
338
  <h3 class="font-bold text-purple-300">๐ŸŽฅ Content</h3>
339
- <ul class="list-disc pl-5 space-y-1 mt-2 text-white">
340
  <li>๐ŸŽ™๏ธ Quantum Post Interview #1 goes live</li>
341
  </ul>
342
  </div>
@@ -345,18 +390,16 @@
345
  </div>
346
 
347
  <!-- July 2025 -->
348
- <div class="mb-16 relative flex">
349
- <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">
350
- <div class="w-3 h-3 bg-gray-900 rounded-full"></div>
351
- </div>
352
- <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full" data-aos="fade-up">
353
- <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full">
354
  JULY 2025 โ€” GROWTH PHASE
355
  </div>
356
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
357
  <div>
358
  <h3 class="font-bold text-purple-300">๐Ÿง  Thought Leadership</h3>
359
- <ul class="list-disc pl-5 space-y-1 mt-2 text-white">
360
  <li>๐ŸŽค Finalize & announce KOL Speaker Lineup</li>
361
  <li>Promote Web3District @ SBC Track</li>
362
  </ul>
@@ -370,7 +413,7 @@
370
  </div>
371
  <div class="md:col-span-2">
372
  <h3 class="font-bold text-purple-300">๐Ÿ“ฃ Media & Reporting</h3>
373
- <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100">
374
  <li>๐Ÿ“ข 2nd PR Wave โ€“ highlight speakers + prizes</li>
375
  <li>๐ŸŽฅ Quantum Post Interview #2 drops</li>
376
  <li>๐Ÿ“Š Begin weekly reporting to SBC</li>
@@ -381,18 +424,16 @@
381
  </div>
382
 
383
  <!-- August 2025 -->
384
- <div class="mb-16 relative flex">
385
- <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">
386
- <div class="w-3 h-3 bg-gray-900 rounded-full"></div>
387
- </div>
388
- <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full" data-aos="fade-up">
389
- <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full">
390
  AUGUST 2025 โ€” INTENSIFICATION PHASE
391
  </div>
392
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
393
  <div>
394
  <h3 class="font-bold text-purple-300">๐Ÿ’ฅ Quest Expansion</h3>
395
- <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100">
396
  <li>๐Ÿงญ Launch Lisboa DeFi Dash teaser quests</li>
397
  <li>๐Ÿงต Integrate partner-sponsored quests</li>
398
  <li>๐Ÿ› ๏ธ Print & deploy NFC tag stickers IRL</li>
@@ -400,7 +441,7 @@
400
  </div>
401
  <div>
402
  <h3 class="font-bold text-purple-300">๐Ÿ“ฃ Final Campaign Push</h3>
403
- <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100">
404
  <li>๐Ÿ“บ Quantum Post Interview #3</li>
405
  <li>๐Ÿงพ "Last 200 VIP entries" campaign</li>
406
  <li>๐Ÿ“ฐ Final PR burst to 15+ media outlets</li>
@@ -414,15 +455,13 @@
414
  </div>
415
 
416
  <!-- September 1-15 -->
417
- <div class="mb-16 relative flex">
418
- <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">
419
- <div class="w-3 h-3 bg-gray-900 rounded-full"></div>
420
- </div>
421
- <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full" data-aos="fade-up">
422
- <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full">
423
  SEPTEMBER 1-15 โ€” ACTIVATION PHASE
424
  </div>
425
- <ul class="list-disc pl-5 space-y-2 mt-8 text-purple-100">
426
  <li>๐Ÿง  Drop exclusive quests (meet Gary Vee backstage)</li>
427
  <li>๐Ÿšช Launch DeFi Dash full citywide experience</li>
428
  <li>๐Ÿ“ฒ Deploy mobile leaderboard & TG share UI</li>
@@ -434,12 +473,12 @@
434
  </div>
435
 
436
  <!-- SBC Summit -->
437
- <div class="mb-16 relative flex">
438
  <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">
439
  <div class="w-3 h-3 bg-gray-900 rounded-full"></div>
440
  </div>
441
- <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full" data-aos="fade-up">
442
- <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full">
443
  SEPTEMBER 16-18 โ€” SBC SUMMIT LIVE
444
  </div>
445
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
@@ -453,7 +492,7 @@
453
  </div>
454
  <div class="bg-purple-900/50 p-4 rounded-lg md:col-span-2">
455
  <h3 class="font-bold text-purple-300">๐ŸŽ™๏ธ Featured Speakers</h3>
456
- <ul class="list-disc pl-5 space-y-1 mt-2">
457
  <li>Gary Vee Keynote</li>
458
  <li>Lisbon Web3 x Culture x Future Speakers</li>
459
  <li>๐ŸŽ‰ Prize Ceremony + Final Leaderboard</li>
@@ -465,18 +504,18 @@
465
  </div>
466
 
467
  <!-- Post-Event -->
468
- <div class="relative flex">
469
  <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">
470
  <div class="w-3 h-3 bg-gray-900 rounded-full"></div>
471
  </div>
472
- <div class="bg-gradient-to-br from-purple-900/80 to-fuchsia-900/80 backdrop-blur-sm border border-purple-700/50 p-6 rounded-2xl shadow-2xl w-full">
473
- <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full">
474
  OCTOBER 2025 โ€” POST EVENT
475
  </div>
476
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
477
  <div>
478
  <h3 class="font-bold text-purple-300">๐ŸŒ Rewards & Content</h3>
479
- <ul class="list-disc pl-5 space-y-1 mt-2">
480
  <li>Distribute NFT Certificates</li>
481
  <li>๐ŸŽฅ Publish Behind-the-Scenes Video</li>
482
  <li>๐Ÿ“ฐ Summit Edition Quantum Post</li>
@@ -552,11 +591,25 @@
552
  // Initialize AOS for scroll animations
553
  AOS.init({
554
  duration: 800,
555
- once: true
 
556
  });
557
 
 
 
 
 
558
  // Enhanced parallax effect
559
  document.addEventListener('scroll', function() {
 
 
 
 
 
 
 
 
 
560
  const scrollY = window.scrollY;
561
  const parallaxElements = document.querySelectorAll('.parallax-bg');
562
 
@@ -582,6 +635,15 @@
582
  });
583
  });
584
 
 
 
 
 
 
 
 
 
 
585
  // Initialize with scroll
586
  window.dispatchEvent(new Event('scroll'));
587
  </script>
 
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%,
 
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; }
 
100
  .text-3d {
101
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
102
  }
103
+ .hover\:translate-z-50:hover {
104
+ transform: translateZ(50px);
105
+ }
106
+ .hover\:rotate-x-5:hover {
107
+ transform: rotateX(5deg);
108
+ }
109
+ .hover\:rotate-y-5:hover {
110
+ transform: rotateY(5deg);
111
+ }
112
+ .timeline-item {
113
+ perspective: 1000px;
114
+ transform-style: preserve-3d;
115
+ }
116
+ .timeline-item .relative {
117
+ transition: transform 0.5s ease, box-shadow 0.5s ease;
118
+ transform-style: preserve-3d;
119
+ }
120
+ .timeline-item:hover .relative {
121
+ transform:
122
+ perspective(1000px)
123
+ rotateY(7.5deg)
124
+ rotateX(5deg)
125
+ translateY(-7px)
126
+ translateZ(25px);
127
+ box-shadow: 0 30px 50px rgba(179, 0, 255, 0.4);
128
+ z-index: 10;
129
+ }
130
+ .timeline-item:hover::before {
131
+ content: '';
132
+ position: absolute;
133
+ top: 0;
134
+ left: 0;
135
+ right: 0;
136
+ bottom: 0;
137
+ background: linear-gradient(45deg,
138
+ rgba(0,245,255,0.1) 0%,
139
+ rgba(179,0,255,0.1) 50%,
140
+ rgba(255,0,179,0.2) 100%);
141
+ z-index: -1;
142
+ filter: blur(30px);
143
+ animation: hologram 2s infinite alternate;
144
+ transform: translateZ(-20px);
145
+ border-radius: 1rem;
146
+ overflow: hidden;
147
+ }
148
  }
149
  </style>
150
  </head>
 
316
  </section>
317
 
318
  <!-- Roadmap Section -->
319
+ <section class="py-20 relative overflow-hidden bg-white">
320
  <div class="container mx-auto px-4 relative z-10">
321
  <div class="text-center mb-16">
322
  <h2 class="text-3xl md:text-4xl font-bold mb-4 text-gray-900">
 
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>
 
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">
 
 
358
  JUNE 2025 โ€” LAUNCH PHASE
359
  </div>
360
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
361
  <div>
362
  <h3 class="font-bold text-purple-300">๐Ÿ”ฅ PR & Media</h3>
363
+ <ul class="list-none pl-0 space-y-1 mt-2 text-purple-100">
364
  <li>๐Ÿš€ Gary Vee Keynote Announcement</li>
365
  <li>Published across 15+ Top Web3/AI Media</li>
366
  </ul>
367
  </div>
368
  <div>
369
  <h3 class="font-bold text-purple-300">๐ŸŽฎ Quest Campaign</h3>
370
+ <ul class="list-none pl-0 space-y-1 mt-2 text-purple-100">
371
  <li>๐Ÿ› ๏ธ Soft Launch of Quest Game</li>
372
  <li>๐Ÿงญ Finalize phygital rollout plan</li>
373
  </ul>
374
  </div>
375
  <div>
376
  <h3 class="font-bold text-purple-300">๐Ÿ“ฃ Community Engagement</h3>
377
+ <ul class="list-none pl-0 space-y-1 mt-2 text-purple-100">
378
  <li>๐ŸŽ Distribute 30% Discount Codes</li>
379
  <li>๐Ÿš€ Launch 360ยบ Social Media Campaign</li>
380
  </ul>
381
  </div>
382
  <div>
383
  <h3 class="font-bold text-purple-300">๐ŸŽฅ Content</h3>
384
+ <ul class="list-none pl-0 space-y-1 mt-2 text-white">
385
  <li>๐ŸŽ™๏ธ Quantum Post Interview #1 goes live</li>
386
  </ul>
387
  </div>
 
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">
 
 
397
  JULY 2025 โ€” GROWTH PHASE
398
  </div>
399
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
400
  <div>
401
  <h3 class="font-bold text-purple-300">๐Ÿง  Thought Leadership</h3>
402
+ <ul class="list-none pl-0 space-y-1 mt-2 text-white">
403
  <li>๐ŸŽค Finalize & announce KOL Speaker Lineup</li>
404
  <li>Promote Web3District @ SBC Track</li>
405
  </ul>
 
413
  </div>
414
  <div class="md:col-span-2">
415
  <h3 class="font-bold text-purple-300">๐Ÿ“ฃ Media & Reporting</h3>
416
+ <ul class="list-none pl-0 space-y-1 mt-2 text-purple-100">
417
  <li>๐Ÿ“ข 2nd PR Wave โ€“ highlight speakers + prizes</li>
418
  <li>๐ŸŽฅ Quantum Post Interview #2 drops</li>
419
  <li>๐Ÿ“Š Begin weekly reporting to SBC</li>
 
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">
 
 
431
  AUGUST 2025 โ€” INTENSIFICATION PHASE
432
  </div>
433
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
434
  <div>
435
  <h3 class="font-bold text-purple-300">๐Ÿ’ฅ Quest Expansion</h3>
436
+ <ul class="list-none pl-0 space-y-1 mt-2 text-purple-100">
437
  <li>๐Ÿงญ Launch Lisboa DeFi Dash teaser quests</li>
438
  <li>๐Ÿงต Integrate partner-sponsored quests</li>
439
  <li>๐Ÿ› ๏ธ Print & deploy NFC tag stickers IRL</li>
 
441
  </div>
442
  <div>
443
  <h3 class="font-bold text-purple-300">๐Ÿ“ฃ Final Campaign Push</h3>
444
+ <ul class="list-none pl-0 space-y-1 mt-2 text-purple-100">
445
  <li>๐Ÿ“บ Quantum Post Interview #3</li>
446
  <li>๐Ÿงพ "Last 200 VIP entries" campaign</li>
447
  <li>๐Ÿ“ฐ Final PR burst to 15+ media outlets</li>
 
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">
 
 
462
  SEPTEMBER 1-15 โ€” ACTIVATION PHASE
463
  </div>
464
+ <ul class="list-none pl-0 space-y-2 mt-8 text-purple-100">
465
  <li>๐Ÿง  Drop exclusive quests (meet Gary Vee backstage)</li>
466
  <li>๐Ÿšช Launch DeFi Dash full citywide experience</li>
467
  <li>๐Ÿ“ฒ Deploy mobile leaderboard & TG share UI</li>
 
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">
478
  <div class="w-3 h-3 bg-gray-900 rounded-full"></div>
479
  </div>
480
+ <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">
481
+ <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">
482
  SEPTEMBER 16-18 โ€” SBC SUMMIT LIVE
483
  </div>
484
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
 
492
  </div>
493
  <div class="bg-purple-900/50 p-4 rounded-lg md:col-span-2">
494
  <h3 class="font-bold text-purple-300">๐ŸŽ™๏ธ Featured Speakers</h3>
495
+ <ul class="list-none pl-0 space-y-1 mt-2">
496
  <li>Gary Vee Keynote</li>
497
  <li>Lisbon Web3 x Culture x Future Speakers</li>
498
  <li>๐ŸŽ‰ Prize Ceremony + Final Leaderboard</li>
 
504
  </div>
505
 
506
  <!-- Post-Event -->
507
+ <div class="relative flex speaker-card">
508
  <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">
509
  <div class="w-3 h-3 bg-gray-900 rounded-full"></div>
510
  </div>
511
+ <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">
512
+ <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
  OCTOBER 2025 โ€” POST EVENT
514
  </div>
515
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8">
516
  <div>
517
  <h3 class="font-bold text-purple-300">๐ŸŒ Rewards & Content</h3>
518
+ <ul class="list-none pl-0 space-y-1 mt-2">
519
  <li>Distribute NFT Certificates</li>
520
  <li>๐ŸŽฅ Publish Behind-the-Scenes Video</li>
521
  <li>๐Ÿ“ฐ Summit Edition Quantum Post</li>
 
591
  // Initialize AOS for scroll animations
592
  AOS.init({
593
  duration: 800,
594
+ once: false,
595
+ mirror: true
596
  });
597
 
598
+ // Custom roadmap scroll handling
599
+ let lastScrollTop = 0;
600
+ const roadmapItems = document.querySelectorAll('.relative.flex.mb-16');
601
+
602
  // Enhanced parallax effect
603
  document.addEventListener('scroll', function() {
604
+ // Handle roadmap items visibility
605
+ roadmapItems.forEach(item => {
606
+ if (isElementInViewport(item)) {
607
+ item.style.opacity = '1';
608
+ item.style.transform = 'translateY(0)';
609
+ item.style.transition = 'all 0.3s ease-out';
610
+ }
611
+ });
612
+ lastScrollTop = st <= 0 ? 0 : st;
613
  const scrollY = window.scrollY;
614
  const parallaxElements = document.querySelectorAll('.parallax-bg');
615
 
 
635
  });
636
  });
637
 
638
+ // Helper function to check if element is in viewport
639
+ function isElementInViewport(el) {
640
+ const rect = el.getBoundingClientRect();
641
+ return (
642
+ rect.top <= (window.innerHeight || document.documentElement.clientHeight) &&
643
+ rect.bottom >= 0
644
+ );
645
+ }
646
+
647
  // Initialize with scroll
648
  window.dispatchEvent(new Event('scroll'));
649
  </script>
prompts.txt CHANGED
@@ -21,4 +21,25 @@ please centralize the road map boxes and make them appear on scroll, and lets tr
21
  plese remove the lost bullet points outside the boxes of roadmap, fix the colour background of all boxes.
22
  the boxes of the road map must be purple with white text, as it was, the bullet points outside the boxes arent fixed
23
  the back ground of the boxes are still white and they are suppose to be the purple
24
- please remove this element: <div class="w-3 h-3 bg-white rounded-full"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  plese remove the lost bullet points outside the boxes of roadmap, fix the colour background of all boxes.
22
  the boxes of the road map must be purple with white text, as it was, the bullet points outside the boxes arent fixed
23
  the back ground of the boxes are still white and they are suppose to be the purple
24
+ please remove this element: <div class="w-3 h-3 bg-white rounded-full"></div>
25
+ when scroll up the boxes of the road map must disappear as they apear on scrool down
26
+ please make all boxes react the same in the road map
27
+ please make all the boxes with the same scroll effect as the june box in the road map
28
+ box dont disappear when roll down
29
+ make this section with white background and the boxes also white background but with the thin line as you used in the speakers card, please also make the text with the colour that is the back ground of the speakers card, remove bullet points and leave the icons to keep the text format (bullet points but without the bullets)
30
+ make this element with the same style as before to create legibility: <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"> MAY 2025 โ€” FOUNDATION PHASE </div>
31
+ the title of the box MAY should have gradient background and white letters: <div class="relative"> <!-- May 2025 --> <div class="mb-16 relative flex" style="opacity: 1; transform: translateY(0px); transition: 0.3s ease-out;"> <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 class="w-3 h-3 bg-gray-900 rounded-full"></div> </div> <div class="bg-white border border-purple-700/50 p-6 rounded-2xl shadow-lg w-full aos-init aos-animate" data-aos="fade-up"> <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"> MAY 2025 โ€” FOUNDATION PHASE </div> <div class="space-y-2 mt-8 text-gray-900 pl-0"> <div class="flex items-start"><span class="mr-2">โœ…</span> TON FEST Activation Completed</div> <div class="flex items-start"><span class="mr-2">โœ…</span> SBC brand seeded across Telegram &amp; Lisbon Web3</div> <div class="flex items-start"><span class="mr-2">โœ…</span> Telegram Quest Bot &amp; Strategy Blueprint completed</div> <div class="flex items-start"><span class="mr-2">โœ…</span> VIP HQ secured at Avenida da Liberdade</div> <div class="flex items-start"><span class="mr-2">โœ…</span> Initial Quest narrative, XP logic, and sponsor prize tiers structured</div> </div> <div class="flex flex-wrap gap-2 mt-4"> <span class="bg-gray-100 text-gray-900 text-xs px-2 py-1 rounded border border-gray-300">Telegram</span> <span class="bg-gray-100 text-gray-900 text-xs px-2 py-1 rounded border border-gray-300">VIP HQ</span> <span class="bg-gray-100 text-gray-900 text-xs px-2 py-1 rounded border border-gray-300">Narrative Design</span> </div> </div> </div> <!-- June 2025 --> <div class="mb-16 relative flex" style="opacity: 1; transform: translateY(0px); transition: 0.3s ease-out;"> <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 class="w-3 h-3 bg-gray-900 rounded-full"></div> </div> <div class="bg-white border border-purple-700/50 p-6 rounded-2xl shadow-lg w-full aos-init aos-animate" data-aos="fade-up"> <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full"> JUNE 2025 โ€” LAUNCH PHASE </div> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8"> <div> <h3 class="font-bold text-gray-900">๐Ÿ”ฅ PR &amp; Media</h3> <div class="space-y-1 mt-2 text-gray-900 pl-0"> <div class="flex items-start"><span class="mr-2">๐Ÿš€</span> Gary Vee Keynote Announcement</div> <div class="flex items-start"><span class="mr-2">๐Ÿ“ฐ</span> Published across 15+ Top Web3/AI Media</div> </div> </div> <div> <h3 class="font-bold text-purple-300">๐ŸŽฎ Quest Campaign</h3> <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100"> <li>๐Ÿ› ๏ธ Soft Launch of Quest Game</li> <li>๐Ÿงญ Finalize phygital rollout plan</li> </ul> </div> <div> <h3 class="font-bold text-purple-300">๐Ÿ“ฃ Community Engagement</h3> <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100"> <li>๐ŸŽ Distribute 30% Discount Codes</li> <li>๐Ÿš€ Launch 360ยบ Social Media Campaign</li> </ul> </div> <div> <h3 class="font-bold text-purple-300">๐ŸŽฅ Content</h3> <ul class="list-disc pl-5 space-y-1 mt-2 text-white"> <li>๐ŸŽ™๏ธ Quantum Post Interview #1 goes live</li> </ul> </div> </div> </div> </div> <!-- July 2025 --> <div class="mb-16 relative flex" style="opacity: 1; transform: translateY(0px); transition: 0.3s ease-out;"> <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 class="w-3 h-3 bg-gray-900 rounded-full"></div> </div> <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full aos-init" data-aos="fade-up"> <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full"> JULY 2025 โ€” GROWTH PHASE </div> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8"> <div> <h3 class="font-bold text-purple-300">๐Ÿง  Thought Leadership</h3> <ul class="list-disc pl-5 space-y-1 mt-2 text-white"> <li>๐ŸŽค Finalize &amp; announce KOL Speaker Lineup</li> <li>Promote Web3District @ SBC Track</li> </ul> </div> <div> <h3 class="font-bold text-purple-300">๐Ÿ Quest Mechanics</h3> <ul class="list-disc pl-5 space-y-1 mt-2 text-white"> <li>โšก Weekly "boss quests" &amp; mid-season leaderboard</li> <li>๐Ÿ“ฆ Add SBC merch &amp; NFTs</li> </ul> </div> <div class="md:col-span-2"> <h3 class="font-bold text-purple-300">๐Ÿ“ฃ Media &amp; Reporting</h3> <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100"> <li>๐Ÿ“ข 2nd PR Wave โ€“ highlight speakers + prizes</li> <li>๐ŸŽฅ Quantum Post Interview #2 drops</li> <li>๐Ÿ“Š Begin weekly reporting to SBC</li> </ul> </div> </div> </div> </div> <!-- August 2025 --> <div class="mb-16 relative flex" style="opacity: 1; transform: translateY(0px); transition: 0.3s ease-out;"> <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 class="w-3 h-3 bg-gray-900 rounded-full"></div> </div> <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full aos-init" data-aos="fade-up"> <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full"> AUGUST 2025 โ€” INTENSIFICATION PHASE </div> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8"> <div> <h3 class="font-bold text-purple-300">๐Ÿ’ฅ Quest Expansion</h3> <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100"> <li>๐Ÿงญ Launch Lisboa DeFi Dash teaser quests</li> <li>๐Ÿงต Integrate partner-sponsored quests</li> <li>๐Ÿ› ๏ธ Print &amp; deploy NFC tag stickers IRL</li> </ul> </div> <div> <h3 class="font-bold text-purple-300">๐Ÿ“ฃ Final Campaign Push</h3> <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100"> <li>๐Ÿ“บ Quantum Post Interview #3</li> <li>๐Ÿงพ "Last 200 VIP entries" campaign</li> <li>๐Ÿ“ฐ Final PR burst to 15+ media outlets</li> </ul> </div> </div> <div class="mt-4 p-3 bg-purple-800/50 rounded-lg border border-purple-700/50"> <p class="text-xs text-purple-300">๐Ÿ“ฐ Featured Media: Decrypt, BeInCrypto, Cointelegraph, BSC News</p> </div> </div> </div> <!-- September 1-15 --> <div class="mb-16 relative flex" style="opacity: 1; transform: translateY(0px); transition: 0.3s ease-out;"> <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 class="w-3 h-3 bg-gray-900 rounded-full"></div> </div> <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full aos-init" data-aos="fade-up"> <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full"> SEPTEMBER 1-15 โ€” ACTIVATION PHASE </div> <ul class="list-disc pl-5 space-y-2 mt-8 text-purple-100"> <li>๐Ÿง  Drop exclusive quests (meet Gary Vee backstage)</li> <li>๐Ÿšช Launch DeFi Dash full citywide experience</li> <li>๐Ÿ“ฒ Deploy mobile leaderboard &amp; TG share UI</li> <li>๐Ÿ’ป Add "Meet at Web3District HQ" Quest</li> <li>๐Ÿ“ฆ Final merch kits prepared for winners</li> <li>๐Ÿ“Š Prep final reports &amp; community metrics</li> </ul> </div> </div> <!-- SBC Summit --> <div class="mb-16 relative flex" style="opacity: 1; transform: translateY(0px); transition: 0.3s ease-out;"> <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 class="w-3 h-3 bg-gray-900 rounded-full"></div> </div> <div class="bg-gradient-to-br from-purple-900 to-fuchsia-900 text-white p-6 rounded-2xl shadow-lg w-full aos-init" data-aos="fade-up"> <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full"> SEPTEMBER 16-18 โ€” SBC SUMMIT LIVE </div> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8"> <div> <h3 class="font-bold text-purple-300">๐Ÿ“ On-Site Activations</h3> <ul class="list-disc pl-5 space-y-1 mt-2 text-purple-100"> <li>๐Ÿงญ Quest Checkpoint Booth</li> <li>๐ŸŽ™๏ธ Web3District @ SBC Track</li> <li>๐Ÿฅ‚ VIP Office (Liberdade Ave)</li> </ul> </div> <div class="bg-purple-900/50 p-4 rounded-lg md:col-span-2"> <h3 class="font-bold text-purple-300">๐ŸŽ™๏ธ Featured Speakers</h3> <ul class="list-disc pl-5 space-y-1 mt-2"> <li>Gary Vee Keynote</li> <li>Lisbon Web3 x Culture x Future Speakers</li> <li>๐ŸŽ‰ Prize Ceremony + Final Leaderboard</li> <li>๐Ÿ“ธ Real-time capture for social</li> </ul> </div> </div> </div> </div> <!-- Post-Event --> <div class="relative flex"> <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 class="w-3 h-3 bg-gray-900 rounded-full"></div> </div> <div class="bg-white border border-purple-700/50 p-6 rounded-2xl shadow-2xl w-full"> <div class="absolute -top-3 right-4 bg-gradient-to-r from-purple-start to-fuchsia-end text-white text-sm font-bold px-4 py-1 rounded-full"> OCTOBER 2025 โ€” POST EVENT </div> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-8"> <div> <h3 class="font-bold text-purple-300">๐ŸŒ Rewards &amp; Content</h3> <ul class="list-disc pl-5 space-y-1 mt-2"> <li>Distribute NFT Certificates</li> <li>๐ŸŽฅ Publish Behind-the-Scenes Video</li> <li>๐Ÿ“ฐ Summit Edition Quantum Post</li> </ul> </div> <div> <h3 class="font-bold text-purple-300">๐Ÿ“ข Final Communication</h3> <ul class="list-disc pl-5 space-y-1 mt-2"> <li>Final push on Telegram, Twitter, IG</li> <li>๐Ÿ“ฌ Email newsletter blast</li> <li>๐Ÿ—“๏ธ Set stage for 2026 Quest</li> </ul> </div> </div> </div> </div> </div>
32
+ please remove the visible white bullet points from here: <ul class="list-disc pl-5 space-y-2 mt-8 text-purple-100"> <li>โœ… TON FEST Activation Completed</li> <li>โœ… SBC brand seeded across Telegram &amp; Lisbon Web3</li> <li>โœ… Telegram Quest Bot &amp; Strategy Blueprint completed</li> <li>โœ… VIP HQ secured at Avenida da Liberdade</li> <li>โœ… Initial Quest narrative, XP logic, and sponsor prize tiers structured</li> </ul>
33
+ please remove the white bullet points from all boxes from the road map
34
+ make the back gorund of engament roadmap white
35
+ please delete this bullet pint form all boxes from the road map: <div class="w-3 h-3 bg-gray-900 rounded-full"></div>
36
+ other boxes still have a black dot please remove all them
37
+ make the boxeslook like 3D on mouse over, like a button get out from the background
38
+ can you apply the 3d effect you used on speakers card on all boxes from timeline?
39
+ the 3D effect looks really great, make it 30% less perspective on mouse over
40
+ can you make less distorted the perspective on mouse over
41
+ theres some lines appearing on the top of the first box when gets 3D, can you fix it
42
+ please copy to all other boxes from the road map the effect you used in the box of MAY
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