too-bright / index.html
Diogog's picture
Make It a little less Bright. - Follow Up Deployment
8c17517 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechVision | Modern Technology Solutions</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<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>
<style>
body {
overflow-x: hidden;
cursor: none;
}
.custom-cursor {
position: fixed;
width: 20px;
height: 20px;
border-radius: 50%;
background: rgba(124, 58, 237, 0.4);
transform: translate(-50%, -50%);
pointer-events: none;
z-index: 9999;
transition: transform 0.1s ease;
}
.cursor-trail {
position: fixed;
width: 6px;
height: 6px;
border-radius: 50%;
background: rgba(91, 33, 182, 0.25);
transform: translate(-50%, -50%);
pointer-events: none;
z-index: 9998;
transition: all 0.3s ease;
}
.gradient-bg {
position: fixed;
top: -10%;
left: -10%;
width: 120%;
height: 120%;
background: linear-gradient(135deg, #3b0764 0%, #5b21b6 25%, #7c3aed 50%, #8b5cf6 75%, #a78bfa 100%);
transition: transform 0.3s ease-out;
transform-origin: center;
z-index: -1;
}
.glass-effect {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.hover-scale {
transition: transform 0.3s ease;
}
.hover-scale:hover {
transform: translateY(-5px);
}
</style>
</head>
<body class="min-h-screen text-white">
<div class="gradient-bg" id="animatedBg"></div>
<div class="custom-cursor" id="cursor"></div>
<nav class="fixed w-full z-50 glass-effect py-4 px-6">
<div class="container mx-auto flex justify-between items-center">
<div class="flex items-center space-x-2">
<i data-feather="cpu" class="text-purple-200"></i>
<span class="text-xl font-bold bg-gradient-to-r from-purple-200 to-purple-100 bg-clip-text text-transparent">TechVision</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#solutions" class="hover:text-purple-200 transition-colors">Solutions</a>
<a href="#features" class="hover:text-purple-200 transition-colors">Features</a>
<a href="#pricing" class="hover:text-purple-200 transition-colors">Pricing</a>
<a href="#contact" class="hover:text-purple-200 transition-colors">Contact</a>
</div>
<button class="bg-gradient-to-r from-purple-700 to-purple-500 text-white px-6 py-2 rounded-full hover:from-purple-800 hover:to-purple-600 transition-all">
Get Started
</button>
</div>
</nav>
<main class="relative z-10">
<!-- Hero Section -->
<section class="min-h-screen flex items-center justify-center px-6 pt-20">
<div class="container mx-auto text-center" data-aos="fade-up">
<h1 class="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-white to-purple-100 bg-clip-text text-transparent">
Transform Your Digital Experience
</h1>
<p class="text-xl md:text-2xl text-purple-50 mb-8 max-w-3xl mx-auto">
Cutting-edge technology solutions that elevate your business to new heights with AI-powered innovation and seamless integration.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<button class="bg-gradient-to-r from-purple-700 to-purple-500 text-white px-8 py-4 rounded-full text-lg font-semibold hover:from-purple-800 hover:to-purple-600 transition-all hover-scale">
Start Free Trial
</button>
<button class="glass-effect text-white px-8 py-4 rounded-full text-lg font-semibold hover:bg-white hover:bg-opacity-20 transition-all hover-scale">
<i data-feather="play" class="inline mr-2"></i>
Watch Demo
</button>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 px-6">
<div class="container mx-auto">
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16" data-aos="fade-up">Powerful Features</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="glass-effect p-8 rounded-2xl hover-scale" data-aos="fade-up" data-aos-delay="100">
<i data-feather="zap" class="text-4xl text-purple-200 mb-4"></i>
<h3 class="text-xl font-semibold mb-4">Lightning Fast</h3>
<p class="text-purple-50">Optimized performance with instant load times and seamless user experiences.</p>
</div>
<div class="glass-effect p-8 rounded-2xl hover-scale" data-aos="fade-up" data-aos-delay="200">
<i data-feather="shield" class="text-4xl text-purple-200 mb-4"></i>
<h3 class="text-xl font-semibold mb-4">Enterprise Security</h3>
<p class="text-purple-50">Military-grade encryption and advanced security protocols to protect your data.</p>
</div>
<div class="glass-effect p-8 rounded-2xl hover-scale" data-aos="fade-up" data-aos-delay="300">
<i data-feather="trending-up" class="text-4xl text-purple-200 mb-4"></i>
<h3 class="text-xl font-semibold mb-4">AI Powered</h3>
<p class="text-purple-50">Intelligent automation and predictive analytics to drive your business growth.</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 px-6">
<div class="container mx-auto text-center glass-effect rounded-3xl p-12" data-aos="zoom-in">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Business?</h2>
<p class="text-xl text-purple-50 mb-8 max-w-2xl mx-auto">
Join thousands of companies that trust our technology solutions to drive their success.
</p>
<button class="bg-gradient-to-r from-purple-700 to-purple-500 text-white px-12 py-4 rounded-full text-lg font-semibold hover:from-purple-800 hover:to-purple-600 transition-all hover-scale">
Get Started Now
</button>
</div>
</section>
</main>
<footer class="glass-effect py-12 px-6 mt-20">
<div class="container mx-auto text-center">
<div class="flex justify-center space-x-6 mb-8">
<a href="#" class="text-purple-100 hover:text-white transition-colors"><i data-feather="twitter"></i></a>
<a href="#" class="text-purple-100 hover:text-white transition-colors"><i data-feather="linkedin"></i></a>
<a href="#" class="text-purple-100 hover:text-white transition-colors"><i data-feather="github"></i></a>
</div>
<p class="text-purple-100">© 2024 TechVision. All rights reserved.</p>
</div>
</footer>
<script>
// Initialize AOS
AOS.init({
duration: 800,
once: true
});
// Initialize Feather Icons
feather.replace();
// Custom cursor and background animation
document.addEventListener('mousemove', (e) => {
const cursor = document.getElementById('cursor');
const bg = document.getElementById('animatedBg');
// Update cursor position
cursor.style.left = e.clientX + 'px';
cursor.style.top = e.clientY + 'px';
// Calculate background tilt (subtle effect)
const tiltX = (e.clientX / window.innerWidth - 0.5) * 10;
const tiltY = (e.clientY / window.innerHeight - 0.5) * 10;
// Apply subtle transform to background
bg.style.transform = `rotate3d(${tiltY}, ${-tiltX}, 0, 5deg) scale(1.05)`;
// Create trail effect
const trail = document.createElement('div');
trail.className = 'cursor-trail';
trail.style.left = e.clientX + 'px';
trail.style.top = e.clientY + 'px';
document.body.appendChild(trail);
// Remove trail after animation
setTimeout(() => {
trail.remove();
}, 300);
});
// Hide cursor when not moving
let timeout;
document.addEventListener('mousemove', () => {
const cursor = document.getElementById('cursor');
cursor.style.opacity = '1';
clearTimeout(timeout);
timeout = setTimeout(() => {
cursor.style.opacity = '0';
}, 1000);
});
// Smooth scroll for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
});
});
</script>
</body>
</html>