Ai-modelling / index.html
ceeeth's picture
Generate a website which can generate sexy Ai models for creating cool sexy Ai video - Initial Deployment
c212bfd verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NexaAI | Next-Gen AI Model Generation</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.net.min.js"></script>
<style>
.gradient-text {
background: linear-gradient(45deg, #f43f5e, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.model-card {
transition: all 0.3s ease;
transform-style: preserve-3d;
}
.model-card:hover {
transform: translateY(-10px) scale(1.02);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.video-preview {
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body class="bg-gray-900 text-gray-100 font-sans">
<div id="vanta-bg" class="fixed inset-0 -z-10"></div>
<!-- Navigation -->
<nav class="bg-gray-900/80 backdrop-blur-md border-b border-gray-800 fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<span class="text-2xl font-bold gradient-text">NexaAI</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-white bg-pink-600">Home</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Models</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Features</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Pricing</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">About</a>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<button class="p-1 rounded-full text-gray-400 hover:text-white focus:outline-none">
<i data-feather="search"></i>
</button>
<button class="ml-4 px-4 py-2 rounded-md bg-gradient-to-r from-pink-600 to-purple-600 text-sm font-medium text-white hover:from-pink-700 hover:to-purple-700 transition-all">
Get Started
</button>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="pt-32 pb-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center" data-aos="fade-up">
<h1 class="text-4xl md:text-6xl font-extrabold mb-6">
Create Stunning <span class="gradient-text">AI Models</span> <br>For Your Next Project
</h1>
<p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto mb-10">
NexaAI's advanced neural networks generate photorealistic models with customizable features for videos, games, and digital content.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="px-8 py-4 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 text-lg font-semibold text-white hover:from-pink-700 hover:to-purple-700 transition-all shadow-lg">
Generate Your Model Now
</button>
<button class="px-8 py-4 rounded-lg border border-gray-700 text-lg font-semibold text-white hover:bg-gray-800/50 transition-all">
<div class="flex items-center justify-center gap-2">
<i data-feather="play-circle"></i>
Watch Demo
</div>
</button>
</div>
</div>
</section>
<!-- Featured Models -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Featured AI Models</h2>
<p class="text-gray-400 max-w-2xl mx-auto">Our most popular generated models used by top creators worldwide</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Model 1 -->
<div class="model-card bg-gray-800/50 backdrop-blur-sm rounded-xl overflow-hidden border border-gray-700" data-aos="fade-up" data-aos-delay="100">
<div class="relative overflow-hidden h-80">
<img src="http://static.photos/people/640x360/101" alt="AI Model" class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent flex items-end p-6">
<div>
<h3 class="text-xl font-bold text-white">Sophia</h3>
<p class="text-pink-400">Fashion Model</p>
</div>
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-center mb-4">
<span class="text-sm text-gray-400">#Fashion #Elegant</span>
<div class="flex gap-2">
<button class="p-2 rounded-full bg-gray-700 hover:bg-pink-600 transition-all">
<i data-feather="heart" class="w-4 h-4"></i>
</button>
<button class="p-2 rounded-full bg-gray-700 hover:bg-purple-600 transition-all">
<i data-feather="download" class="w-4 h-4"></i>
</button>
</div>
</div>
<button class="w-full py-3 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 text-white font-medium hover:from-pink-700 hover:to-purple-700 transition-all">
Customize This Model
</button>
</div>
</div>
<!-- Model 2 -->
<div class="model-card bg-gray-800/50 backdrop-blur-sm rounded-xl overflow-hidden border border-gray-700" data-aos="fade-up" data-aos-delay="200">
<div class="relative overflow-hidden h-80">
<img src="http://static.photos/people/640x360/102" alt="AI Model" class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent flex items-end p-6">
<div>
<h3 class="text-xl font-bold text-white">Luna</h3>
<p class="text-pink-400">Fitness Model</p>
</div>
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-center mb-4">
<span class="text-sm text-gray-400">#Fitness #Athletic</span>
<div class="flex gap-2">
<button class="p-2 rounded-full bg-gray-700 hover:bg-pink-600 transition-all">
<i data-feather="heart" class="w-4 h-4"></i>
</button>
<button class="p-2 rounded-full bg-gray-700 hover:bg-purple-600 transition-all">
<i data-feather="download" class="w-4 h-4"></i>
</button>
</div>
</div>
<button class="w-full py-3 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 text-white font-medium hover:from-pink-700 hover:to-purple-700 transition-all">
Customize This Model
</button>
</div>
</div>
<!-- Model 3 -->
<div class="model-card bg-gray-800/50 backdrop-blur-sm rounded-xl overflow-hidden border border-gray-700" data-aos="fade-up" data-aos-delay="300">
<div class="relative overflow-hidden h-80">
<img src="http://static.photos/people/640x360/103" alt="AI Model" class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent flex items-end p-6">
<div>
<h3 class="text-xl font-bold text-white">Ava</h3>
<p class="text-pink-400">Commercial Model</p>
</div>
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-center mb-4">
<span class="text-sm text-gray-400">#Commercial #Versatile</span>
<div class="flex gap-2">
<button class="p-2 rounded-full bg-gray-700 hover:bg-pink-600 transition-all">
<i data-feather="heart" class="w-4 h-4"></i>
</button>
<button class="p-2 rounded-full bg-gray-700 hover:bg-purple-600 transition-all">
<i data-feather="download" class="w-4 h-4"></i>
</button>
</div>
</div>
<button class="w-full py-3 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 text-white font-medium hover:from-pink-700 hover:to-purple-700 transition-all">
Customize This Model
</button>
</div>
</div>
</div>
<div class="text-center mt-16" data-aos="fade-up">
<button class="px-8 py-3 rounded-lg border border-gray-700 text-white font-medium hover:bg-gray-800/50 transition-all flex items-center gap-2 mx-auto">
<i data-feather="grid"></i>
Browse All Models
</button>
</div>
</section>
<!-- Video Generation Demo -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto bg-gray-800/30 rounded-3xl my-16 backdrop-blur-sm">
<div class="flex flex-col lg:flex-row items-center gap-12">
<div class="lg:w-1/2" data-aos="fade-right">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Bring Your AI Models to Life</h2>
<p class="text-gray-300 mb-8">
Our advanced animation system transforms your generated models into realistic video content.
Choose from hundreds of motion presets or create custom animations for your projects.
</p>
<ul class="space-y-4 mb-8">
<li class="flex items-start gap-3">
<i data-feather="check-circle" class="text-pink-500 mt-1 flex-shrink-0"></i>
<span class="text-gray-300">Natural facial expressions and body movements</span>
</li>
<li class="flex items-start gap-3">
<i data-feather="check-circle" class="text-pink-500 mt-1 flex-shrink-0"></i>
<span class="text-gray-300">Voice synthesis with emotion control</span>
</li>
<li class="flex items-start gap-3">
<i data-feather="check-circle" class="text-pink-500 mt-1 flex-shrink-0"></i>
<span class="text-gray-300">Customizable lighting and environments</span>
</li>
</ul>
<button class="px-8 py-3 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 text-white font-medium hover:from-pink-700 hover:to-purple-700 transition-all shadow-lg">
Start Animating
</button>
</div>
<div class="lg:w-1/2 video-preview" data-aos="fade-left">
<div class="relative aspect-video bg-black rounded-xl overflow-hidden">
<img src="http://static.photos/technology/1024x576/201" alt="Video Preview" class="w-full h-full object-cover">
<div class="absolute inset-0 flex items-center justify-center">
<button class="p-4 rounded-full bg-white/20 backdrop-blur-md hover:bg-white/30 transition-all">
<i data-feather="play" class="text-white w-8 h-8"></i>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Powerful Features</h2>
<p class="text-gray-400 max-w-2xl mx-auto">Everything you need to create professional AI models and videos</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="100">
<div class="w-14 h-14 rounded-lg bg-pink-600/20 flex items-center justify-center mb-6">
<i data-feather="sliders" class="text-pink-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Customization</h3>
<p class="text-gray-400">
Fine-tune every aspect of your model's appearance with our intuitive controls and sliders.
</p>
</div>
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="200">
<div class="w-14 h-14 rounded-lg bg-purple-600/20 flex items-center justify-center mb-6">
<i data-feather="film" class="text-purple-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Animation</h3>
<p class="text-gray-400">
Bring your models to life with realistic movements, expressions, and lip-syncing.
</p>
</div>
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="300">
<div class="w-14 h-14 rounded-lg bg-blue-600/20 flex items-center justify-center mb-6">
<i data-feather="cpu" class="text-blue-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">AI Upscaling</h3>
<p class="text-gray-400">
Enhance your models and videos to 4K resolution with our neural network technology.
</p>
</div>
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="100">
<div class="w-14 h-14 rounded-lg bg-green-600/20 flex items-center justify-center mb-6">
<i data-feather="database" class="text-green-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Style Library</h3>
<p class="text-gray-400">
Choose from thousands of pre-made styles or create and save your own unique looks.
</p>
</div>
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="200">
<div class="w-14 h-14 rounded-lg bg-yellow-600/20 flex items-center justify-center mb-6">
<i data-feather="cloud" class="text-yellow-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Cloud Rendering</h3>
<p class="text-gray-400">
Render complex scenes quickly using our powerful cloud infrastructure.
</p>
</div>
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="300">
<div class="w-14 h-14 rounded-lg bg-red-600/20 flex items-center justify-center mb-6">
<i data-feather="users" class="text-red-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Collaboration</h3>
<p class="text-gray-400">
Work with team members in real-time on the same project from anywhere.
</p>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="bg-gradient-to-r from-pink-600/20 to-purple-600/20 rounded-3xl p-12 text-center backdrop-blur-sm border border-gray-700" data-aos="fade-up">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Create Your Perfect AI Model?</h2>
<p class="text-gray-300 max-w-2xl mx-auto mb-8">
Join thousands of creators using NexaAI to generate stunning models and videos for their projects.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="px-8 py-4 rounded-lg bg-white text-gray-900 text-lg font-semibold hover:bg-gray-100 transition-all shadow-lg">
Start Free Trial
</button>
<button class="px-8 py-4 rounded-lg border border-gray-700 text-lg font-semibold text-white hover:bg-gray-800/50 transition-all">
Schedule Demo
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900/80 backdrop-blur-md border-t border-gray-800 py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12">
<div>
<h3 class="text-lg font-semibold mb-4">Product</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Features</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Templates</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">API</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Documentation</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Tutorials</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Community</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Company</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">About</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Press</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Legal</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Privacy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Terms</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Content Policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Ethics</a></li>
</ul>
</div>
</div>
<div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center mb-4 md:mb-0">
<span class="text-2xl font-bold gradient-text">NexaAI</span>
<span class="text-gray-400 ml-4 text-sm">© 2023 NexaAI Technologies. All rights reserved.</span>
</div>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="youtube"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="github"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js background
VANTA.NET({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x8b5cf6,
backgroundColor: 0x111827,
points: 10.00,
maxDistance: 22.00,
spacing: 18.00
});
// Initialize AOS and Feather Icons
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
</script>
</body>
</html>