web3district commited on
Commit
14a21cd
·
verified ·
1 Parent(s): d7e7bf3

undefined - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +170 -30
index.html CHANGED
@@ -368,51 +368,191 @@
368
  </div>
369
  </section>
370
 
371
- <!-- Academy Topics Section -->
372
- <section id="academy-section" class="py-20 relative overflow-hidden bg-gray-900">
373
  <div class="container mx-auto px-4 relative z-10">
374
  <div class="text-center mb-16">
375
  <h2 class="text-3xl md:text-4xl font-bold mb-4">
376
- <span class="gradient-text">SBC Web3District Academy Topics</span>
377
  </h2>
378
  <p class="text-xl text-purple-200 max-w-2xl mx-auto">
379
- Cutting-edge Web3 topics to be covered in the co-branded academy
380
  </p>
381
  <div class="w-24 h-1 bg-gradient-to-r from-purple-start to-fuchsia-end mx-auto mt-4"></div>
382
  </div>
383
 
384
- <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 max-w-6xl mx-auto">
385
- <!-- Topic Cards -->
386
- <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 p-6 rounded-2xl hover:border-purple-400/70 transition-colors">
387
- <h3 class="text-xl font-bold text-white mb-3">Tokenized Loyalty 2.0</h3>
388
- <p class="text-purple-200">Build on-chain loyalty tiers that auto-adjust to player behavior—complete with vesting, decay curves and plug-and-play wallet UX.</p>
 
 
 
 
 
 
 
 
389
  </div>
390
-
391
- <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 p-6 rounded-2xl hover:border-purple-400/70 transition-colors">
392
- <h3 class="text-xl font-bold text-white mb-3">Smart Contracts for Affiliates</h3>
393
- <p class="text-purple-200">Hands-on deploy of an affiliate-tracking contract with real-world oracles, auto-payout logic and tamper-proof reporting.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
  </div>
395
-
396
- <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 p-6 rounded-2xl hover:border-purple-400/70 transition-colors">
397
- <h3 class="text-xl font-bold text-white mb-3">Decentralized Identity & KYC</h3>
398
- <p class="text-purple-200">Live demo: issue verifiable credentials (EIP-725), let users share zero-knowledge attestations, and revoke on self-exclusion.</p>
 
 
399
  </div>
400
-
401
- <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 p-6 rounded-2xl hover:border-purple-400/70 transition-colors">
402
- <h3 class="text-xl font-bold text-white mb-3">NFT VIP Passports</h3>
403
- <p class="text-purple-200">Mint tiered NFT passes that gate meetups, lounges and side-events—complete with QR-scan check-ins and on-chain metadata.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
404
  </div>
405
-
406
- <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 p-6 rounded-2xl hover:border-purple-400/70 transition-colors">
407
- <h3 class="text-xl font-bold text-white mb-3">DeFi Pools for Prize Payouts</h3>
408
- <p class="text-purple-200">Design a pooled staking mechanism that funds progressive prizes—simulate yield strategies and immutable jackpot reserves.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
409
  </div>
410
-
411
- <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 p-6 rounded-2xl hover:border-purple-400/70 transition-colors">
412
- <h3 class="text-xl font-bold text-white mb-3">AI Meets Blockchain</h3>
413
- <p class="text-purple-200">Prototype an off-chain ML service ingesting on-chain data, flagging anomalies and triggering automated freezes or alerts.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  </div>
415
-
416
  </div>
417
  </div>
418
  </section>
 
368
  </div>
369
  </section>
370
 
371
+ <!-- Academy Topics Section -->
372
+ <section id="academy" class="py-20 relative overflow-hidden bg-gray-900">
373
  <div class="container mx-auto px-4 relative z-10">
374
  <div class="text-center mb-16">
375
  <h2 class="text-3xl md:text-4xl font-bold mb-4">
376
+ <span class="gradient-text">SBC Web3District Academy Schedule</span>
377
  </h2>
378
  <p class="text-xl text-purple-200 max-w-2xl mx-auto">
379
+ Interactive workshops & sessions exploring Web3 innovation
380
  </p>
381
  <div class="w-24 h-1 bg-gradient-to-r from-purple-start to-fuchsia-end mx-auto mt-4"></div>
382
  </div>
383
 
384
+ <div class="max-w-4xl mx-auto space-y-8">
385
+ <!-- Panel -->
386
+ <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 hover:border-purple-400/70 transition-colors">
387
+ <div class="flex justify-between items-start">
388
+ <div>
389
+ <div class="text-xs font-bold px-3 py-1 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end inline-block text-white">
390
+ 12:15 - 13:00
391
+ </div>
392
+ <h3 class="text-xl font-bold text-white mt-3">Panel: Web 3.0 & Blockchain in Context</h3>
393
+ <p class="text-purple-300 mt-1">Web 3.0 & Blockchain Academy</p>
394
+ </div>
395
+ <button class="bg-gradient-to-r from-purple-start to-fuchsia-end text-white py-2 px-4 rounded-full text-sm hover:from-purple-600 hover:to-fuchsia-600 transition-colors">Add to Calendar</button>
396
+ </div>
397
  </div>
398
+
399
+ <!-- AMA -->
400
+ <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 hover:border-purple-400/70 transition-colors">
401
+ <div class="flex justify-between items-start">
402
+ <div>
403
+ <div class="text-xs font-bold px-3 py-1 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end inline-block text-white">
404
+ 13:00 - 13:40
405
+ </div>
406
+ <h3 class="text-xl font-bold text-white mt-3">AMA: NFTs - Beyond the Hype</h3>
407
+ <p class="text-purple-300 mt-1">Web 3.0 & Blockchain Academy</p>
408
+ </div>
409
+ <button class="bg-gradient-to-r from-purple-start to-fuchsia-end text-white py-2 px-4 rounded-full text-sm hover:from-purple-600 hover:to-fuchsia-600 transition-colors">Add to Calendar</button>
410
+ </div>
411
+
412
+ <!-- Speaker -->
413
+ <div class="mt-4 flex items-center p-3 bg-purple-900/30 rounded-xl border border-purple-700/50">
414
+ <div class="w-12 h-12 rounded-full bg-gradient-to-r from-purple-900 via-purple-700 to-fuchsia-900 animate-gradient flex items-center justify-center">
415
+ <span class="text-white font-bold">GV</span>
416
+ </div>
417
+ <div class="ml-4">
418
+ <h4 class="font-bold text-white">Gary Vaynerchuk</h4>
419
+ <p class="text-sm text-purple-400">Chairman of VaynerX, CEO of VaynerMedia</p>
420
+ </div>
421
+ </div>
422
  </div>
423
+
424
+ <!-- Workshop Group Title -->
425
+ <div class="mb-2 mt-12">
426
+ <div class="w-full h-0.5 bg-purple-800/50 rounded-full mb-4"></div>
427
+ <h3 class="text-2xl font-bold gradient-text text-center">Hands-On Workshops</h3>
428
+ <div class="w-full h-0.5 bg-purple-800/50 rounded-full mt-4"></div>
429
  </div>
430
+
431
+ <!-- Workshop 1 -->
432
+ <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 hover:border-purple-400/70 transition-colors">
433
+ <div class="flex justify-between items-start">
434
+ <div>
435
+ <div class="text-xs font-bold px-3 py-1 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end inline-block text-white">
436
+ 14:15 - 14:35
437
+ </div>
438
+ <h3 class="text-xl font-bold text-white mt-3">Workshop: Ask & Activate - One Command to Create AI Apps, Games & Websites</h3>
439
+ <p class="text-purple-300 mt-1">Web 3.0 & Blockchain Academy</p>
440
+ </div>
441
+ <button class="bg-gradient-to-r from-purple-start to-fuchsia-end text-white py-2 px-4 rounded-full text-sm hover:from-purple-600 hover:to-fuchsia-600 transition-colors">Add to Calendar</button>
442
+ </div>
443
+ <div class="mt-4 text-purple-200">
444
+ <p class="italic font-medium">How many killer ideas died without a dev or designer?</p>
445
+ <p class="mt-2">In this workshop, we'll share the secret tools to speak your vision-and build it instantly. Zero code. Zero stress. Only vibes.</p>
446
+ </div>
447
  </div>
448
+
449
+ <!-- Workshop 2 -->
450
+ <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 hover:border-purple-400/70 transition-colors">
451
+ <div class="flex justify-between items-start">
452
+ <div>
453
+ <div class="text-xs font-bold px-3 py-1 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end inline-block text-white">
454
+ 14:35 - 14:55
455
+ </div>
456
+ <h3 class="text-xl font-bold text-white mt-3">Workshop: Automation in Full Cycle-AI Agents, Smart Funnels & Instant Payments</h3>
457
+ <p class="text-purple-300 mt-1">Web 3.0 & Blockchain Academy</p>
458
+ </div>
459
+ <button class="bg-gradient-to-r from-purple-start to-fuchsia-end text-white py-2 px-4 rounded-full text-sm hover:from-purple-600 hover:to-fuchsia-600 transition-colors">Add to Calendar</button>
460
+ </div>
461
+ <div class="mt-4 text-purple-200">
462
+ <p class="italic font-medium">How many deals died while you chased invoices?</p>
463
+ <p class="mt-2">In this workshop, we'll drop plug-and-play templates for landing pages, email flows, lead scoring, and auto-payments-so your AI agents hunt, close, and cash out for you. You chill. They kill it.</p>
464
+ </div>
465
  </div>
466
+
467
+ <!-- Workshop 3 -->
468
+ <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 hover:border-purple-400/70 transition-colors">
469
+ <div class="flex justify-between items-start">
470
+ <div>
471
+ <div class="text-xs font-bold px-3 py-1 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end inline-block text-white">
472
+ 14:55 - 15:15
473
+ </div>
474
+ <h3 class="text-xl font-bold text-white mt-3">Workshop: The Ultimate Digital You - Control Your ID, IP & Data Like a Boss</h3>
475
+ <p class="text-purple-300 mt-1">Web 3.0 & Blockchain Academy</p>
476
+ </div>
477
+ <button class="bg-gradient-to-r from-purple-start to-fuchsia-end text-white py-2 px-4 rounded-full text-sm hover:from-purple-600 hover:to-fuchsia-600 transition-colors">Add to Calendar</button>
478
+ </div>
479
+ <div class="mt-4 text-purple-200">
480
+ <p class="italic font-medium">Still sending screenshots of your bank account to prove you're legit? Giving up personal info for access you should own?</p>
481
+ <p class="mt-2">In this workshop, we'll show you how to prove who you are and what you hold-without ever showing your balance. Full control of your ID, IP, and data. You decide who sees what, when, and why. Verify without oversharing. Profit from your identity. Stay fully in control.</p>
482
+ </div>
483
+ </div>
484
+
485
+ <!-- Workshop 4 -->
486
+ <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 hover:border-purple-400/70 transition-colors">
487
+ <div class="flex justify-between items-start">
488
+ <div>
489
+ <div class="text-xs font-bold px-3 py-1 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end inline-block text-white">
490
+ 15:15 - 15:35
491
+ </div>
492
+ <h3 class="text-xl font-bold text-white mt-3">Workshop: Real Money = Real Traffic. No Bots Allowed.</h3>
493
+ <p class="text-purple-300 mt-1">Web 3.0 & Blockchain Academy</p>
494
+ </div>
495
+ <button class="bg-gradient-to-r from-purple-start to-fuchsia-end text-white py-2 px-4 rounded-full text-sm hover:from-purple-600 hover:to-fuchsia-600 transition-colors">Add to Calendar</button>
496
+ </div>
497
+ <div class="mt-4 text-purple-200">
498
+ <p class="italic font-medium">You've got traffic. You've got leads. But are they real?</p>
499
+ <p class="mt-2">In this workshop, you'll learn the best tools of blockchain, gamification, and AI to fuel real business, boost community engagement, and filter the noise when bots don't belong. Real people. Real rewards. Real trust.</p>
500
+ </div>
501
+ </div>
502
+
503
+ <!-- Workshop 5 -->
504
+ <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 hover:border-purple-400/70 transition-colors">
505
+ <div class="flex justify-between items-start">
506
+ <div>
507
+ <div class="text-xs font-bold px-3 py-1 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end inline-block text-white">
508
+ 15:35 - 15:55
509
+ </div>
510
+ <h3 class="text-xl font-bold text-white mt-3">Workshop: Really Smart Contracts - On-Chain Bureaucracy, Upgraded</h3>
511
+ <p class="text-purple-300 mt-1">Web 3.0 & Blockchain Academy</p>
512
+ </div>
513
+ <button class="bg-gradient-to-r from-purple-start to-fuchsia-end text-white py-2 px-4 rounded-full text-sm hover:from-purple-600 hover:to-fuchsia-600 transition-colors">Add to Calendar</button>
514
+ </div>
515
+ <div class="mt-4 text-purple-200">
516
+ <p class="italic font-medium">How many deals died in endless payment requests, legal docs, or someone "getting back to you"?</p>
517
+ <p class="mt-2">In this workshop, you'll master the tools to turn business terms into unstoppable code-smart contracts that trigger payments, enforce deliveries, and kill the back-and-forth. No lawyers. No waiting. Just AI, blockchain, and you.</p>
518
+ </div>
519
+ </div>
520
+
521
+ <!-- Workshop 6 -->
522
+ <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 hover:border-purple-400/70 transition-colors">
523
+ <div class="flex justify-between items-start">
524
+ <div>
525
+ <div class="text-xs font-bold px-3 py-1 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end inline-block text-white">
526
+ 15:55 - 16:15
527
+ </div>
528
+ <h3 class="text-xl font-bold text-white mt-3">Workshop: Crypto → FLASH → Cash - Amazing Solutions, Best Practices, Instant Liquidity NBS!</h3>
529
+ <p class="text-purple-300 mt-1">Web 3.0 & Blockchain Academy</p>
530
+ </div>
531
+ <button class="bg-gradient-to-r from-purple-start to-fuchsia-end text-white py-2 px-4 rounded-full text-sm hover:from-purple-600 hover:to-fuchsia-600 transition-colors">Add to Calendar</button>
532
+ </div>
533
+ <div class="mt-4 text-purple-200">
534
+ <p class="italic font-medium">Still waiting days to touch your own money? Lost in fees?</p>
535
+ <p class="mt-2">In this workshop, you'll master the slickest on/off-ramp tools to move from crypto to fiat (and back) in minutes-no banks, no delays, no stress. Your gains. Your time. Your flow.</p>
536
+ </div>
537
+ </div>
538
+
539
+ <!-- Workshop 7 -->
540
+ <div class="bg-gray-800/50 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 hover:border-purple-400/70 transition-colors">
541
+ <div class="flex justify-between items-start">
542
+ <div>
543
+ <div class="text-xs font-bold px-3 py-1 rounded-full bg-gradient-to-r from-purple-start to-fuchsia-end inline-block text-white">
544
+ 16:15 - 16:35
545
+ </div>
546
+ <h3 class="text-xl font-bold text-white mt-3">Workshop: Tax Smart - Master MiCA, VASP & The Final Crypto Boss</h3>
547
+ <p class="text-purple-300 mt-1">Web 3.0 & Blockchain Academy</p>
548
+ </div>
549
+ <button class="bg-gradient-to-r from-purple-start to-fuchsia-end text-white py-2 px-4 rounded-full text-sm hover:from-purple-600 hover:to-fuchsia-600 transition-colors">Add to Calendar</button>
550
+ </div>
551
+ <div class="mt-4 text-purple-200">
552
+ <p class="italic font-medium">Nailed the tech? Crushed the launch? Doesn't matter if tax kills the whole thing.</p>
553
+ <p class="mt-2">This workshop is your shield. You'll learn the best tools to auto-track, classify, and report every crypto move-compliant with MiCA, VASP, and regulators breathing down your neck. In the land of Smart Contracts, Taxes have to be Genius.</p>
554
+ </div>
555
  </div>
 
556
  </div>
557
  </div>
558
  </section>