whitepaper / whitepaper.html
Scorpiotur's picture
can you improve this whitepaper to get the most fund - Initial Deployment
17aa46f verified
Raw
History Blame Contribute Delete
32.6 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KaisVault Whitepaper</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></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/vanta@latest/dist/vanta.globe.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Space Grotesk', sans-serif;
background-color: #0a0a0a;
color: #e5e5e5;
}
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.section-divider {
border: none;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
margin: 3rem 0;
}
.card-hover {
transition: all 0.3s ease;
border: 1px solid rgba(59, 130, 246, 0.2);
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.4);
border-color: rgba(59, 130, 246, 0.5);
}
.glow {
text-shadow: 0 0 10px rgba(59, 130, 246, 0.7);
}
</style>
</head>
<body class="min-h-screen">
<!-- Animated Background -->
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full -z-10"></div>
<!-- Main Container -->
<div class="container mx-auto px-4 py-12 max-w-5xl relative z-10">
<!-- Header -->
<header class="text-center mb-16" data-aos="fade-down">
<h1 class="text-5xl md:text-6xl font-bold mb-4 gradient-text">KaisVault</h1>
<h2 class="text-2xl md:text-3xl font-semibold text-blue-400 mb-6">Whitepaper</h2>
<div class="flex justify-center items-center space-x-4 text-blue-300">
<span>16 September 2025</span>
<i data-feather="clock"></i>
</div>
</header>
<!-- Founder Section -->
<section class="mb-16" data-aos="fade-up">
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/4 mb-6 md:mb-0 flex justify-center">
<div class="w-32 h-32 rounded-full bg-gradient-to-br from-blue-500 to-purple-600 flex items-center justify-center">
<i data-feather="user" class="text-white w-16 h-16"></i>
</div>
</div>
<div class="md:w-3/4 md:pl-8">
<h3 class="text-2xl font-bold text-blue-400 mb-2">Founder</h3>
<p class="text-xl font-semibold mb-2">Sanem Avcil</p>
<p class="text-blue-300 mb-4">Serial Entrepreneur, AI/Blockchain Leader, Global Influencer</p>
<div class="flex space-x-4">
<a href="#" class="text-blue-400 hover:text-blue-300 transition"><i data-feather="linkedin"></i></a>
<a href="#" class="text-blue-400 hover:text-blue-300 transition"><i data-feather="twitter"></i></a>
<a href="#" class="text-blue-400 hover:text-blue-300 transition"><i data-feather="mail"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Divider -->
<div class="section-divider" data-aos="fade"></div>
<!-- Executive Summary -->
<section class="mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-blue-400 mb-6 flex items-center">
<i data-feather="bar-chart-2" class="mr-3"></i>
Executive Summary
</h2>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<p class="mb-4 text-lg">KaisVault is the first production-ready AI agent–driven auto-trading platform, designed to bring institutional-grade trading power to every user.</p>
<p class="mb-4 text-lg">Unlike MVPs or demo systems, KaisVault is already fully developed — bots are live locally, SQL structure is being finalized, and backend-to-bot integration is the last step before full-scale launch.</p>
<p class="text-lg">Our vision: empower millions of traders with autonomous AI trading empires that scale from retail to institutional levels. With investor support, we will extend our infrastructure into quantum-level trading, affiliate-driven global adoption, and multi-chain expansion.</p>
</div>
</section>
<!-- Problem & Opportunity -->
<section class="mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-blue-400 mb-6 flex items-center">
<i data-feather="alert-triangle" class="mr-3"></i>
Problem & Opportunity
</h2>
<div class="grid md:grid-cols-2 gap-6">
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<h3 class="text-xl font-bold text-purple-400 mb-4">Current Market Gap</h3>
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="x" class="text-red-400 mr-2 mt-1"></i>
<span>Most bots are centralized, risky, or unfinished demos.</span>
</li>
<li class="flex items-start">
<i data-feather="x" class="text-red-400 mr-2 mt-1"></i>
<span>They lack risk management and scalability.</span>
</li>
<li class="flex items-start">
<i data-feather="x" class="text-red-400 mr-2 mt-1"></i>
<span>No existing product combines multi-coin support, AI-driven execution, and affiliate-powered growth.</span>
</li>
</ul>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<h3 class="text-xl font-bold text-green-400 mb-4">Our Opportunity</h3>
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="dollar-sign" class="text-green-400 mr-2 mt-1"></i>
<span>$50B+ DeFi market growing rapidly.</span>
</li>
<li class="flex items-start">
<i data-feather="trending-up" class="text-green-400 mr-2 mt-1"></i>
<span>Explosive demand for non-custodial, AI-powered financial automation.</span>
</li>
<li class="flex items-start">
<i data-feather="crosshair" class="text-green-400 mr-2 mt-1"></i>
<span>KaisVault sits at the intersection of AI agents, DeFi, and affiliate networks.</span>
</li>
</ul>
</div>
</div>
</section>
<!-- Technology -->
<section class="mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-blue-400 mb-6 flex items-center">
<i data-feather="cpu" class="mr-3"></i>
Technology
</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="text-blue-400 mb-3">
<i data-feather="database" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2">Backend</h3>
<p>Production-grade with SQL-based architecture (fix in progress).</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="text-purple-400 mb-3">
<i data-feather="activity" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2">Bots</h3>
<p>All AI trading bots operational locally; backend integration is next.</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="text-green-400 mb-3">
<i data-feather="shield" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2">Non-Custodial Design</h3>
<p>Phantom Wallet integration, user keeps full control.</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="text-yellow-400 mb-3">
<i data-feather="radio" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2">Signal Engine</h3>
<p>Real-time signal generation with AI confidence scoring.</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="text-pink-400 mb-3">
<i data-feather="layers" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2">Scalability</h3>
<p>Supabase for multi-tenant, secure, live dashboards.</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="text-indigo-400 mb-3">
<i data-feather="atom" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2">Quantum Roadmap</h3>
<p>Quantum-ready structure — after funding, quantum algorithms will be tested and deployed.</p>
</div>
</div>
</section>
<!-- Tokenomics -->
<section class="mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-blue-400 mb-6 flex items-center">
<i data-feather="dollar-sign" class="mr-3"></i>
Tokenomics
</h2>
<div class="grid md:grid-cols-2 gap-6">
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-blue-500 to-indigo-600 flex items-center justify-center mr-4">
<i data-feather="star" class="text-white"></i>
</div>
<h3 class="text-xl font-bold">$KAIS (Main Token)</h3>
</div>
<ul class="space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-400 mr-2 mt-1"></i>
<span>Governance + ecosystem utility.</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-400 mr-2 mt-1"></i>
<span>Future multi-chain adoption.</span>
</li>
</ul>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-purple-500 to-pink-600 flex items-center justify-center mr-4">
<i data-feather="zap" class="text-white"></i>
</div>
<h3 class="text-xl font-bold">$KAISIG (Utility Token)</h3>
</div>
<ul class="space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-400 mr-2 mt-1"></i>
<span>Already launched on Bags platform.</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-400 mr-2 mt-1"></i>
<span>Initial role: utility & reward token for KaisVault and Signal App.</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-400 mr-2 mt-1"></i>
<span>Used in mining/affiliate incentives.</span>
</li>
</ul>
</div>
</div>
</section>
<!-- Revenue Model -->
<section class="mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-blue-400 mb-6 flex items-center">
<i data-feather="credit-card" class="mr-3"></i>
Revenue Model & Subscription Tiers
</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<h3 class="text-xl font-bold text-blue-400 mb-2">Signals Tier</h3>
<p class="text-2xl font-bold mb-3">$49<span class="text-sm font-normal">/month</span></p>
<p class="text-sm">(alerts only)</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<h3 class="text-xl font-bold text-purple-400 mb-2">Basic</h3>
<p class="text-2xl font-bold mb-3">$99<span class="text-sm font-normal">/month</span></p>
<p class="text-sm">(SOL + BONK bots)</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<h3 class="text-xl font-bold text-pink-400 mb-2">Pro</h3>
<p class="text-2xl font-bold mb-3">$299<span class="text-sm font-normal">/month</span></p>
<p class="text-sm">(multi-coin, advanced trading)</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<h3 class="text-xl font-bold text-indigo-400 mb-2">Enterprise</h3>
<p class="text-2xl font-bold mb-3">$999<span class="text-sm font-normal">/month</span></p>
<p class="text-sm">(custom bots, API)</p>
</div>
</div>
<div class="mt-6 bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="flex items-center">
<div class="w-12 h-12 rounded-full bg-gradient-to-br from-yellow-500 to-orange-600 flex items-center justify-center mr-4">
<i data-feather="globe" class="text-white"></i>
</div>
<div>
<h3 class="text-xl font-bold text-yellow-400">Quantum</h3>
<p class="text-2xl font-bold">$50,000<span class="text-sm font-normal">/month</span> <span class="text-xs bg-pink-500 text-white px-2 py-1 rounded-md ml-2">Quantum Edge</span></p>
<p class="text-sm">(post-funding, quantum-tested AI)</p>
</div>
</div>
</div>
<div class="mt-6 bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<h3 class="text-xl font-bold text-green-400 mb-2 flex items-center">
<i data-feather="users" class="mr-2"></i>
Affiliate System
</h3>
<p class="text-lg">50% revenue share, driving viral growth.</p>
</div>
</section>
<!-- Roadmap -->
<section class="mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-blue-400 mb-6 flex items-center">
<i data-feather="map" class="mr-3"></i>
Roadmap
</h2>
<div class="space-y-8">
<div class="relative pl-12">
<div class="absolute left-0 top-0 h-full w-0.5 bg-gradient-to-b from-blue-500 to-purple-600"></div>
<div class="absolute left-0 top-0 w-6 h-6 rounded-full bg-blue-500 flex items-center justify-center">
<i data-feather="clock" class="text-white w-4 h-4"></i>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<h3 class="text-xl font-bold text-blue-400 mb-2">6 Months</h3>
<ul class="space-y-2">
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-400 mr-2 mt-1"></i>
<span>Fix SQL + backend integration.</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-400 mr-2 mt-1"></i>
<span>Launch affiliate + subscription sales.</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-400 mr-2 mt-1"></i>
<span>10,000+ users onboarded.</span>
</li>
</ul>
</div>
</div>
<div class="relative pl-12">
<div class="absolute left-0 top-0 h-full w-0.5 bg-gradient-to-b from-purple-500 to-pink-600"></div>
<div class="absolute left-0 top-0 w-6 h-6 rounded-full bg-purple-500 flex items-center justify-center">
<i data-feather="calendar" class="text-white w-4 h-4"></i>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<h3 class="text-xl font-bold text-purple-400 mb-2">12 Months</h3>
<ul class="space-y-2">
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-400 mr-2 mt-1"></i>
<span>$5M+ ARR revenue.</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-400 mr-2 mt-1"></i>
<span>Quantum pilot testing begins.</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-400 mr-2 mt-1"></i>
<span>Institutional clients onboard.</span>
</li>
</ul>
</div>
</div>
<div class="relative pl-12">
<div class="absolute left-0 top-0 h-full w-0.5 bg-gradient-to-b from-pink-500 to-indigo-600"></div>
<div class="absolute left-0 top-0 w-6 h-6 rounded-full bg-pink-500 flex items-center justify-center">
<i data-feather="target" class="text-white w-4 h-4"></i>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<h3 class="text-xl font-bold text-pink-400 mb-2">18 Months</h3>
<ul class="space-y-2">
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-400 mr-2 mt-1"></i>
<span>Multi-chain support (BNB, ETH).</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-400 mr-2 mt-1"></i>
<span>AI Agent Marketplace.</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-400 mr-2 mt-1"></i>
<span>Global expansion.</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Team & Founder -->
<section class="mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-blue-400 mb-6 flex items-center">
<i data-feather="users" class="mr-3"></i>
Team & Founder
</h2>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/3 mb-6 md:mb-0">
<div class="w-32 h-32 rounded-full bg-gradient-to-br from-blue-500 to-purple-600 flex items-center justify-center mx-auto mb-4">
<i data-feather="user" class="text-white w-16 h-16"></i>
</div>
<h3 class="text-xl font-bold text-center">Sanem Avcil</h3>
<p class="text-blue-300 text-center">Founder</p>
</div>
<div class="md:w-2/3 md:pl-8">
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="award" class="text-yellow-400 mr-2 mt-1"></i>
<span>Serial entrepreneur & coder.</span>
</li>
<li class="flex items-start">
<i data-feather="globe" class="text-blue-400 mr-2 mt-1"></i>
<span>Global AI & blockchain influencer.</span>
</li>
<li class="flex items-start">
<i data-feather="dollar-sign" class="text-green-400 mr-2 mt-1"></i>
<span>Delivered $55M+ in funding for past blockchain companies.</span>
</li>
<li class="flex items-start">
<i data-feather="book" class="text-purple-400 mr-2 mt-1"></i>
<span>Recognized thought leader with international reach.</span>
</li>
<li class="flex items-start">
<i data-feather="cpu" class="text-pink-400 mr-2 mt-1"></i>
<span>AI Agents – KaisVault's unique approach uses AI agents across development, operations, and automation, making the system fully scalable beyond human limits.</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Why Invest -->
<section class="mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-blue-400 mb-6 flex items-center">
<i data-feather="trending-up" class="mr-3"></i>
Why Invest
</h2>
<div class="grid md:grid-cols-2 gap-6">
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-green-500 to-teal-600 flex items-center justify-center mr-4">
<i data-feather="check" class="text-white"></i>
</div>
<h3 class="text-xl font-bold">Production-Ready</h3>
</div>
<p>Unlike most projects, KaisVault is already functional.</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-purple-500 to-indigo-600 flex items-center justify-center mr-4">
<i data-feather="atom" class="text-white"></i>
</div>
<h3 class="text-xl font-bold">Quantum-Prepared</h3>
</div>
<p>First-mover advantage into quantum DeFi.</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-pink-500 to-red-600 flex items-center justify-center mr-4">
<i data-feather="share-2" class="text-white"></i>
</div>
<h3 class="text-xl font-bold">Affiliate Growth Engine</h3>
</div>
<p>Built-in viral distribution model.</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-yellow-500 to-orange-600 flex items-center justify-center mr-4">
<i data-feather="award" class="text-white"></i>
</div>
<h3 class="text-xl font-bold">Proven Leadership</h3>
</div>
<p>Founder with global credibility and funding track record.</p>
</div>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover md:col-span-2">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-blue-500 to-cyan-600 flex items-center justify-center mr-4">
<i data-feather="dollar-sign" class="text-white"></i>
</div>
<h3 class="text-xl font-bold">Massive Market</h3>
</div>
<p>Tapping into the explosive $50B+ DeFi and AI convergence.</p>
</div>
</div>
<div class="mt-6 bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<p class="text-xl text-center font-semibold">KaisVault is not an idea — it is ready to launch, scale, and dominate. With your support, we'll take DeFi trading into the quantum era.</p>
</div>
</section>
<!-- Contact -->
<section class="mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-blue-400 mb-6 flex items-center">
<i data-feather="mail" class="mr-3"></i>
Contact
</h2>
<div class="bg-black bg-opacity-50 backdrop-blur-sm rounded-xl p-6 border border-blue-900 border-opacity-50 card-hover">
<div class="grid md:grid-cols-2 gap-6">
<div>
<h3 class="text-xl font-bold text-blue-400 mb-4">Founder</h3>
<p class="mb-2">Sanem Avcil</p>
<div class="flex space-x-4 mt-4">
<a href="#" class="text-blue-400 hover:text-blue-300 transition flex items-center">
<i data-feather="mail" class="mr-2"></i> Email
</a>
<a href="#" class="text-blue-400 hover:text-blue-300 transition flex items-center">
<i data-feather="linkedin" class="mr-2"></i> LinkedIn
</a>
<a href="#" class="text-blue-400 hover:text-blue-300 transition flex items-center">
<i data-feather="twitter" class="mr-2"></i> Twitter
</a>
</div>
</div>
<div>
<h3 class="text-xl font-bold text-blue-400 mb-4">Project</h3>
<p class="mb-2 flex items-center">
<i data-feather="globe" class="mr-2"></i> Website: www.kaisvault.com
</p>
<p class="mb-2 flex items-center">
<i data-feather="mail" class="mr-2"></i> Email: hello@kaisvault.com
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center py-8 border-t border-blue-900 border-opacity-50">
<p class="text-blue-300">© 2025 KaisVault. All rights reserved.</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="#" class="text-blue-400 hover:text-blue-300 transition"><i data-feather="github"></i></a>
<a href="#" class="text-blue-400 hover:text-blue-300 transition"><i data-feather="twitter"></i></a>
<a href="#" class="text-blue-400 hover:text-blue-300 transition"><i data-feather="linkedin"></i></a>
<a href="#" class="text-blue-400 hover:text-blue-300 transition"><i data-feather="discord"></i></a>
<a href="#" class="text-blue-400 hover:text-blue-300 transition"><i data-feather="telegram"></i></a>
</div>
</footer>
</div>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
VANTA.GLOBE({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x3b82f6,
backgroundColor: 0x0,
size: 0.8
});
feather.replace();
</script>
</body>
</html>