ghostai1 commited on
Commit
803579a
·
verified ·
1 Parent(s): f19db1f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +39 -1
index.html CHANGED
@@ -540,7 +540,45 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
540
  </div>
541
  </div>
542
  </section>
543
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
544
 
545
  <!-- Footer with Dynamic Glow -->
546
  <footer class="bg-ghost-black text-white text-center py-3">
 
540
  </div>
541
  </div>
542
  </section>
543
+ <!-- Ads & Offers Section with Flashy Promotions for Your Stuff -->
544
+ <section id="ads" class="py-5 bg-dark text-white">
545
+ <div class="container">
546
+ <h2 class="text-center mb-5 animate__animated animate__fadeInUp">💰 Ads & Exclusive Offers</h2>
547
+ <p class="lead lead-text mb-4">Level up your spectral journey with these epic deals!</p>
548
+ <div class="row row-cols-1 row-cols-md-2 g-4">
549
+ <div class="col">
550
+ <div class="card bg-ghost-card h-100">
551
+ <div class="card-body text-center">
552
+ <h3>🎮 GhostPack Pro Pack</h3>
553
+ <p class="lead-text">Unlock exclusive templates, advanced tutorials, and priority support for your GhostPack projects! Visit <a href="https://huggingface.co/spaces/ghostai1/GhostPack-Pro" target="_blank">GhostPack Pro</a> to grab this limited-time offer.</p>
554
+ <a href="https://huggingface.co/spaces/ghostai1/GhostPack-Pro" class="btn btn-ghost animate__animated animate__bounce" target="_blank">Get Pro Pack Now!</a>
555
+ </div>
556
+ </div>
557
+ </div>
558
+ <div class="col">
559
+ <div class="card bg-ghost-card h-100">
560
+ <div class="card-body text-center">
561
+ <h3>🌐 GhostAI Marketplace</h3>
562
+ <p class="lead-text">Sell your spectral creations or buy unique assets on the GhostAI Marketplace! Check out <a href="https://ghostai-marketplace.com" target="_blank">ghostai-marketplace.com</a> for a thriving community hub.</p>
563
+ <a href="https://ghostai-marketplace.com" class="btn btn-ghost animate__animated animate__bounce" target="_blank">Join Marketplace</a>
564
+ </div>
565
+ </div>
566
+ </div>
567
+ </div>
568
+ <div class="row mt-4">
569
+ <div class="col">
570
+ <div class="card bg-ghost-card h-100">
571
+ <div class="card-body text-center">
572
+ <h3>📚 GhostPack Masterclass</h3>
573
+ <p class="lead-text">Enroll in the GhostPack Masterclass for in-depth video sorcery training! Learn advanced techniques at <a href="https://ghostai1.teachable.com" target="_blank">ghostai1.teachable.com</a> and become a pro creator.</p>
574
+ <a href="https://ghostai1.teachable.com" class="btn btn-ghost animate__animated animate__bounce" target="_blank">Enroll Today!</a>
575
+ </div>
576
+ </div>
577
+ </div>
578
+ </div>
579
+ <p class="text-center mt-4 lead-text animate__animated animate__flash">More exclusive drops coming soon—stay spectral! 🚀👻</p>
580
+ </div>
581
+ </section>
582
 
583
  <!-- Footer with Dynamic Glow -->
584
  <footer class="bg-ghost-black text-white text-center py-3">