nmdx-portfolio / token-promotion.html
dodey917's picture
Need you to debug the website code and create more html page for click and fix live chat to work
3206283 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Token Promotion Services - NMDX</title>
<meta name="description" content="Expert token promotion and crypto marketing services. Launch your token successfully with our proven strategies.">
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>๐Ÿš€</text></svg>">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js" defer></script>
<link rel="stylesheet" href="style.css">
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
</head>
<body class="bg-slate-900 text-white overflow-x-hidden">
<!-- Animated Background -->
<div class="fixed inset-0 z-0">
<div class="absolute inset-0 bg-gradient-to-br from-emerald-900/20 via-slate-900 to-cyan-900/20"></div>
<canvas id="shockwaveCanvas" class="absolute inset-0"></canvas>
<div class="absolute inset-0 bg-black/50"></div>
</div>
<!-- Navigation -->
<custom-navbar></custom-navbar>
<!-- Main Content -->
<main class="relative z-10">
<!-- Hero Section -->
<section class="min-h-screen flex items-center justify-center relative">
<div class="container mx-auto px-6 text-center">
<h1 class="text-6xl md:text-8xl font-bold mb-6 bg-gradient-to-r from-emerald-400 via-teal-500 to-cyan-500 bg-clip-text text-transparent animate-pulse">
Token Promotion
</h1>
<p class="text-2xl md:text-4xl mb-4 text-gray-300">Launch Your Token to Success</p>
<p class="text-lg md:text-xl mb-8 text-gray-400 max-w-3xl mx-auto">
Comprehensive token promotion strategies designed to maximize visibility, build investor confidence, and drive successful token launches. From presale to exchange listing, we've got you covered.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="contact.html" class="px-8 py-4 bg-gradient-to-r from-emerald-600 to-cyan-600 rounded-full font-semibold text-lg hover:scale-105 transition-transform">
Launch Your Token
</a>
<a href="#services" class="px-8 py-4 border-2 border-emerald-500 rounded-full font-semibold text-lg hover:bg-emerald-500/20 transition-all">
Our Services
</a>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20">
<div class="container mx-auto px-6">
<h2 class="text-4xl md:text-5xl font-bold text-center mb-16 bg-gradient-to-r from-emerald-400 to-cyan-400 bg-clip-text text-transparent">
Token Promotion Services
</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-gradient-to-br from-emerald-900/30 to-cyan-900/30 rounded-2xl p-8 border border-emerald-500/30 hover:border-emerald-500/60 transition-all">
<div class="text-emerald-400 mb-4">
<i data-feather="rocket" class="w-12 h-12"></i>
</div>
<h3 class="text-2xl font-bold mb-3">ICO/IDO/IEO Marketing</h3>
<p class="text-gray-400">Complete marketing solutions for token sales events across all platforms.</p>
</div>
<div class="bg-gradient-to-br from-cyan-900/30 to-emerald-900/30 rounded-2xl p-8 border border-cyan-500/30 hover:border-cyan-500/60 transition-all">
<div class="text-cyan-400 mb-4">
<i data-feather="globe" class="w-12 h-12"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Exchange Listings</h3>
<p class="text-gray-400">Strategic partnerships with top exchanges for successful listings.</p>
</div>
<div class="bg-gradient-to-br from-emerald-900/30 to-cyan-900/30 rounded-2xl p-8 border border-emerald-500/30 hover:border-emerald-500/60 transition-all">
<div class="text-emerald-400 mb-4">
<i data-feather="users" class="w-12 h-12"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Investor Community</h3>
<p class="text-gray-400">Build and nurture a strong community of token holders and supporters.</p>
</div>
<div class="bg-gradient-to-br from-cyan-900/30 to-emerald-900/30 rounded-2xl p-8 border border-cyan-500/30 hover:border-cyan-500/60 transition-all">
<div class="text-cyan-400 mb-4">
<i data-feather="trending-up" class="w-12 h-12"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Market Making</h3>
<p class="text-gray-400">Professional market making services to ensure token liquidity.</p>
</div>
<div class="bg-gradient-to-br from-emerald-900/30 to-cyan-900/30 rounded-2xl p-8 border border-emerald-500/30 hover:border-emerald-500/60 transition-all">
<div class="text-emerald-400 mb-4">
<i data-feather="file-text" class="w-12 h-12"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Whitepaper & Docs</h3>
<p class="text-gray-400">Professional whitepaper creation and documentation services.</p>
</div>
<div class="bg-gradient-to-br from-cyan-900/30 to-emerald-900/30 rounded-2xl p-8 border border-cyan-500/30 hover:border-cyan-500/60 transition-all">
<div class="text-cyan-400 mb-4">
<i data-feather="shield" class="w-12 h-12"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Security Audit</h3>
<p class="text-gray-400">Smart contract audits and security certification for investor trust.</p>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section class="py-20 bg-black/30">
<div class="container mx-auto px-6">
<h2 class="text-4xl md:text-5xl font-bold text-center mb-16 bg-gradient-to-r from-emerald-400 to-cyan-400 bg-clip-text text-transparent">
Our Token Launch Process
</h2>
<div class="max-w-4xl mx-auto">
<div class="relative">
<div class="absolute left-1/2 transform -translate-x-1/2 h-full w-1 bg-gradient-to-b from-emerald-500 to-cyan-500"></div>
<div class="space-y-12">
<div class="flex items-center justify-end md:justify-center">
<div class="bg-gradient-to-r from-emerald-900/50 to-transparent p-8 rounded-lg max-w-md ml-auto md:ml-0 md:text-right">
<div class="absolute left-1/2 transform -translate-x-1/2 w-8 h-8 bg-emerald-500 rounded-full border-4 border-gray-950"></div>
<h3 class="text-2xl font-bold mb-2">Project Analysis</h3>
<p class="text-gray-400">Deep dive into your tokenomics, use case, and target market.</p>
</div>
</div>
<div class="flex items-center justify-start md:justify-center">
<div class="bg-gradient-to-l from-cyan-900/50 to-transparent p-8 rounded-lg max-w-md mr-auto md:mr-0 md:text-left">
<div class="absolute left-1/2 transform -translate-x-1/2 w-8 h-8 bg-cyan-500 rounded-full border-4 border-gray-950"></div>
<h3 class="text-2xl font-bold mb-2">Strategy Development</h3>
<p class="text-gray-400">Create a comprehensive marketing and launch strategy.</p>
</div>
</div>
<div class="flex items-center justify-end md:justify-center">
<div class="bg-gradient-to-r from-emerald-900/50 to-transparent p-8 rounded-lg max-w-md ml-auto md:ml-0 md:text-right">
<div class="absolute left-1/2 transform -translate-x-1/2 w-8 h-8 bg-emerald-500 rounded-full border-4 border-gray-950"></div>
<h3 class="text-2xl font-bold mb-2">Pre-Launch Campaign</h3>
<p class="text-gray-400">Build hype and community before the official launch.</p>
</div>
</div>
<div class="flex items-center justify-start md:justify-center">
<div class="bg-gradient-to-l from-cyan-900/50 to-transparent p-8 rounded-lg max-w-md mr-auto md:mr-0 md:text-left">
<div class="absolute left-1/2 transform -translate-x-1/2 w-8 h-8 bg-cyan-500 rounded-full border-4 border-gray-950"></div>
<h3 class="text-2xl font-bold mb-2">Launch & Post-Launch</h3>
<p class="text-gray-400">Execute the launch and maintain momentum with ongoing marketing.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Results Section -->
<section class="py-20">
<div class="container mx-auto px-6">
<h2 class="text-4xl md:text-5xl font-bold text-center mb-16 bg-gradient-to-r from-emerald-400 to-cyan-400 bg-clip-text text-transparent">
Proven Results
</h2>
<div class="grid md:grid-cols-3 gap-8 max-w-4xl mx-auto">
<div class="text-center">
<div class="text-5xl font-bold text-emerald-400 mb-2">$500M+</div>
<p class="text-gray-400">Funds Raised for Clients</p>
</div>
<div class="text-center">
<div class="text-5xl font-bold text-cyan-400 mb-2">200+</div>
<p class="text-gray-400">Successful Token Launches</p>
</div>
<div class="text-center">
<div class="text-5xl font-bold text-emerald-400 mb-2">10M+</div>
<p class="text-gray-400">Community Members Built</p>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<custom-footer></custom-footer>
<script src="script.js"></script>
<script>feather.replace();</script>
</body>
</html>