Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>JAMC | Visual Storytelling & Digital Alchemy</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap'); | |
| body { | |
| font-family: 'Montserrat', sans-serif; | |
| scroll-behavior: smooth; | |
| } | |
| .portfolio-item { | |
| transition: all 0.3s ease; | |
| } | |
| .portfolio-item:hover { | |
| transform: scale(1.03); | |
| box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); | |
| } | |
| .text-stroke { | |
| -webkit-text-stroke: 1px white; | |
| color: transparent; | |
| } | |
| .hero-video { | |
| mix-blend-mode: screen; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-black text-white overflow-x-hidden"> | |
| <!-- Vanta.js Background --> | |
| <div id="vanta-background" class="fixed top-0 left-0 w-full h-full -z-10"></div> | |
| <!-- Navigation --> | |
| <nav class="fixed w-full bg-black bg-opacity-80 backdrop-blur-md z-50 border-b border-gray-800"> | |
| <div class="container mx-auto px-6 py-4 flex justify-between items-center"> | |
| <a href="#" class="text-3xl font-black tracking-tighter"> | |
| <span class="bg-gradient-to-r from-purple-500 to-pink-500 bg-clip-text text-transparent">JAMC</span> | |
| </a> | |
| <div class="hidden md:flex space-x-10"> | |
| <a href="#work" class="hover:text-pink-500 transition">Work</a> | |
| <a href="#services" class="hover:text-purple-500 transition">Services</a> | |
| <a href="#about" class="hover:text-blue-400 transition">About</a> | |
| <a href="#contact" class="hover:text-green-400 transition">Contact</a> | |
| </div> | |
| <button class="md:hidden focus:outline-none"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="min-h-screen flex items-center justify-center relative overflow-hidden pt-20"> | |
| <!-- Full Screen Background Image --> | |
| <div class="absolute inset-0 w-full h-full z-0"> | |
| <img src="http://static.photos/abstract/1200x630/101" alt="Visual Alchemy Background" class="w-full h-full object-cover opacity-30"> | |
| <div class="absolute inset-0 bg-gradient-to-b from-black via-transparent to-black opacity-70"></div> | |
| </div> | |
| <div class="container mx-auto px-6 text-center z-20"> | |
| <div class="mb-12 relative z-20 px-4"> | |
| <h1 class="text-6xl md:text-8xl lg:text-9xl font-bold mb-6 text-stroke tracking-tighter"> | |
| VISUAL | |
| </h1> | |
| <h2 class="text-5xl md:text-7xl lg:text-8xl font-bold mb-12 bg-gradient-to-r from-purple-500 via-pink-500 to-blue-500 bg-clip-text text-transparent tracking-tight" style="text-shadow: 0 0 30px rgba(127, 0, 255, 0.6), 0 0 60px rgba(127, 0, 255, 0.3)"> | |
| ALCHEMY | |
| </h2> | |
| <p class="text-xl md:text-2xl max-w-2xl mx-auto text-gray-300"> | |
| Transforming ideas into unforgettable visual experiences through cutting-edge storytelling, AI-powered creativity, and spellbinding effects. | |
| </p> | |
| </div> | |
| <div class="mt-20"> | |
| <video autoplay loop muted playsinline class="hero-video w-full max-w-4xl mx-auto rounded-xl shadow-2xl"> | |
| <source src="https://assets.mixkit.co/videos/preview/mixkit-woman-dancing-under-neon-lights-1230-large.mp4" type="video/mp4"> | |
| </video> | |
| </div> | |
| <a href="#work" class="inline-block mt-20 animate-bounce"> | |
| <i data-feather="chevron-down" class="w-12 h-12 text-pink-500"></i> | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Services Section --> | |
| <section id="services" class="py-20 bg-gradient-to-b from-black via-gray-900 to-black"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-20"> | |
| <h2 class="text-4xl md:text-6xl font-bold mb-6">What We Create</h2> | |
| <p class="text-xl text-gray-400 max-w-3xl mx-auto"> | |
| A full spectrum of digital magic tailored for brands that demand the extraordinary | |
| </p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-12"> | |
| <div class="bg-gray-900 bg-opacity-70 rounded-2xl p-8 backdrop-blur-md border border-gray-800 transform transition hover:-translate-y-2"> | |
| <div class="text-pink-500 mb-6"> | |
| <i data-feather="film" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Cinematic Storytelling</h3> | |
| <p class="text-gray-400"> | |
| Hollywood-grade visual narratives that captivate audiences and elevate brands to legendary status. | |
| </p> | |
| </div> | |
| <div class="bg-gray-900 bg-opacity-70 rounded-2xl p-8 backdrop-blur-md border border-gray-800 transform transition hover:-translate-y-2"> | |
| <div class="text-purple-500 mb-6"> | |
| <i data-feather="cpu" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">AI-Powered Visuals</h3> | |
| <p class="text-gray-400"> | |
| Next-generation content creation enhanced by artificial intelligence for impossible imagery. | |
| </p> | |
| </div> | |
| <div class="bg-gray-900 bg-opacity-70 rounded-2xl p-8 backdrop-blur-md border border-gray-800 transform transition hover:-translate-y-2"> | |
| <div class="text-blue-400 mb-6"> | |
| <i data-feather="globe" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Immersive Web Experiences</h3> | |
| <p class="text-gray-400"> | |
| Digital worlds that engage, enchant and convert with bleeding-edge interactivity. | |
| </p> | |
| </div> | |
| <div class="bg-gray-900 bg-opacity-70 rounded-2xl p-8 backdrop-blur-md border border-gray-800 transform transition hover:-translate-y-2"> | |
| <div class="text-green-400 mb-6"> | |
| <i data-feather="wind" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Motion Graphics</h3> | |
| <p class="text-gray-400"> | |
| Fluid animation that brings brands to life with kinetic energy and hypnotic motion. | |
| </p> | |
| </div> | |
| <div class="bg-gray-900 bg-opacity-70 rounded-2xl p-8 backdrop-blur-md border border-gray-800 transform transition hover:-translate-y-2"> | |
| <div class="text-yellow-400 mb-6"> | |
| <i data-feather="eye" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Visual Effects</h3> | |
| <p class="text-gray-400"> | |
| Movie magic that transforms the ordinary into the extraordinary for film, TV and digital. | |
| </p> | |
| </div> | |
| <div class="bg-gray-900 bg-opacity-70 rounded-2xl p-8 backdrop-blur-md border border-gray-800 transform transition hover:-translate-y-2"> | |
| <div class="text-red-400 mb-6"> | |
| <i data-feather="box" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4">Brand Worlds</h3> | |
| <p class="text-gray-400"> | |
| Complete visual ecosystems that tell your brand story across every platform and medium. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Portfolio Section --> | |
| <section id="work" class="py-20"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-20"> | |
| <h2 class="text-4xl md:text-6xl font-bold mb-6">Recent Alchemy</h2> | |
| <p class="text-xl text-gray-400 max-w-3xl mx-auto"> | |
| A selection of our most potent visual spells and digital enchantments | |
| </p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Portfolio Item 1 --> | |
| <div class="portfolio-item group relative rounded-2xl overflow-hidden"> | |
| <img src="http://static.photos/technology/1200x630/1" alt="SFX Project" class="w-full h-full object-cover"> | |
| <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition-all duration-500 flex items-end p-8"> | |
| <div> | |
| <h3 class="text-2xl font-bold mb-2">Neon Dreamscape</h3> | |
| <p class="text-gray-300">Cinematic VFX for music video</p> | |
| <button class="mt-4 px-6 py-2 bg-pink-500 rounded-full hover:bg-pink-600 transition"> | |
| View Project | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Portfolio Item 2 --> | |
| <div class="portfolio-item group relative rounded-2xl overflow-hidden"> | |
| <img src="http://static.photos/abstract/1200x630/2" alt="AI Project" class="w-full h-full object-cover"> | |
| <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition-all duration-500 flex items-end p-8"> | |
| <div> | |
| <h3 class="text-2xl font-bold mb-2">Quantum Realms</h3> | |
| <p class="text-gray-300">AI-generated brand universe</p> | |
| <button class="mt-4 px-6 py-2 bg-purple-500 rounded-full hover:bg-purple-600 transition"> | |
| View Project | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Portfolio Item 3 --> | |
| <div class="portfolio-item group relative rounded-2xl overflow-hidden"> | |
| <img src="http://static.photos/minimal/1200x630/3" alt="Web Project" class="w-full h-full object-cover"> | |
| <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition-all duration-500 flex items-end p-8"> | |
| <div> | |
| <h3 class="text-2xl font-bold mb-2">Luminous Interface</h3> | |
| <p class="text-gray-300">Immersive web experience</p> | |
| <button class="mt-4 px-6 py-2 bg-blue-500 rounded-full hover:bg-blue-600 transition"> | |
| View Project | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Portfolio Item 4 --> | |
| <div class="portfolio-item group relative rounded-2xl overflow-hidden"> | |
| <img src="http://static.photos/people/1200x630/4" alt="Film Project" class="w-full h-full object-cover"> | |
| <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition-all duration-500 flex items-end p-8"> | |
| <div> | |
| <h3 class="text-2xl font-bold mb-2">Echoes of Eternity</h3> | |
| <p class="text-gray-300">Feature film visual effects</p> | |
| <button class="mt-4 px-6 py-2 bg-green-500 rounded-full hover:bg-green-600 transition"> | |
| View Project | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Portfolio Item 5 --> | |
| <div class="portfolio-item group relative rounded-2xl overflow-hidden"> | |
| <img src="http://static.photos/vintage/1200x630/5" alt="Motion Graphics" class="w-full h-full object-cover"> | |
| <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition-all duration-500 flex items-end p-8"> | |
| <div> | |
| <h3 class="text-2xl font-bold mb-2">Retro Future</h3> | |
| <p class="text-gray-300">Motion graphics series</p> | |
| <button class="mt-4 px-6 py-2 bg-yellow-500 rounded-full hover:bg-yellow-600 transition"> | |
| View Project | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Portfolio Item 6 --> | |
| <div class="portfolio-item group relative rounded-2xl overflow-hidden"> | |
| <img src="http://static.photos/cityscape/1200x630/6" alt="Brand Project" class="w-full h-full object-cover"> | |
| <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition-all duration-500 flex items-end p-8"> | |
| <div> | |
| <h3 class="text-2xl font-bold mb-2">Metropolis Reborn</h3> | |
| <p class="text-gray-300">Brand world development</p> | |
| <button class="mt-4 px-6 py-2 bg-red-500 rounded-full hover:bg-red-600 transition"> | |
| View Project | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-16"> | |
| <button class="px-8 py-4 bg-gradient-to-r from-purple-500 to-pink-500 rounded-full text-xl font-bold hover:shadow-xl transition-all"> | |
| Explore Full Portfolio | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="about" class="py-20 bg-black bg-opacity-90"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col lg:flex-row items-center"> | |
| <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12"> | |
| <img src="http://static.photos/studio/1200x630/7" alt="JAMC Founder" class="rounded-2xl shadow-2xl"> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <h2 class="text-4xl md:text-6xl font-bold mb-8">The Visionary Behind the Magic</h2> | |
| <p class="text-xl text-gray-300 mb-8"> | |
| With over 15 years of conjuring visual spectacles for brands, films and digital platforms, JAMC has mastered the alchemy of transforming raw ideas into mesmerizing experiences. | |
| </p> | |
| <p class="text-xl text-gray-300 mb-8"> | |
| Our founder's journey from VFX artist to digital shaman has included collaborations with major studios, tech giants and visionary brands hungry for the next dimension of visual storytelling. | |
| </p> | |
| <div class="flex flex-wrap gap-4"> | |
| <div class="flex items-center"> | |
| <i data-feather="award" class="text-pink-500 mr-2"></i> | |
| <span class="text-gray-300">27 Industry Awards</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="film" class="text-purple-500 mr-2"></i> | |
| <span class="text-gray-300">14 Feature Films</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="globe" class="text-blue-400 mr-2"></i> | |
| <span class="text-gray-300">86 Digital Projects</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="zap" class="text-yellow-400 mr-2"></i> | |
| <span class="text-gray-300">∞ Creative Sparks</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials --> | |
| <section class="py-20 bg-gradient-to-b from-black to-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-20"> | |
| <h2 class="text-4xl md:text-6xl font-bold mb-6">Spellbound Clients</h2> | |
| <p class="text-xl text-gray-400 max-w-3xl mx-auto"> | |
| The brands and visionaries who've experienced our magic | |
| </p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-12"> | |
| <div class="bg-gray-900 bg-opacity-70 rounded-2xl p-8 backdrop-blur-md border border-gray-800"> | |
| <div class="text-yellow-400 mb-4"> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| </div> | |
| <p class="text-gray-300 italic mb-6"> | |
| "JAMC transformed our brand into a visual legend. Their VFX work on our campaign was nothing short of cinematic magic." | |
| </p> | |
| <div class="flex items-center"> | |
| <img src="http://static.photos/people/200x200/8" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold">Sarah Chen</h4> | |
| <p class="text-gray-400 text-sm">Creative Director, Nexus Studios</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-900 bg-opacity-70 rounded-2xl p-8 backdrop-blur-md border border-gray-800"> | |
| <div class="text-yellow-400 mb-4"> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| </div> | |
| <p class="text-gray-300 italic mb-6"> | |
| "Working with JAMC is like having a team of digital wizards. They made the impossible visual concepts come to life." | |
| </p> | |
| <div class="flex items-center"> | |
| <img src="http://static.photos/people/200x200/9" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold">Marcus Johnson</h4> | |
| <p class="text-gray-400 text-sm">VP Marketing, Quantum Tech</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-900 bg-opacity-70 rounded-2xl p-8 backdrop-blur-md border border-gray-800"> | |
| <div class="text-yellow-400 mb-4"> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| <i data-feather="star" class="w-6 h-6"></i> | |
| </div> | |
| <p class="text-gray-300 italic mb-6"> | |
| "Their AI-enhanced visual storytelling gave our product launch an otherworldly quality that went viral globally." | |
| </p> | |
| <div class="flex items-center"> | |
| <img src="http://static.photos/people/200x200/10" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold">Elena Rodriguez</h4> | |
| <p class="text-gray-400 text-sm">CEO, Lumina Cosmetics</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-20 relative overflow-hidden"> | |
| <div class="absolute inset-0 bg-gradient-to-br from-purple-900 to-black opacity-80 -z-10"></div> | |
| <div class="absolute inset-0 -z-20"> | |
| <img src="http://static.photos/abstract/1920x1080/42" alt="Magic Background" class="w-full h-full object-cover opacity-30"> | |
| </div> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-20"> | |
| <h2 class="text-4xl md:text-6xl font-bold mb-6">Ready for Magic?</h2> | |
| <p class="text-xl text-gray-300 max-w-3xl mx-auto"> | |
| Let's create something extraordinary together. Tell us about your vision. | |
| </p> | |
| </div> | |
| <div class="max-w-4xl mx-auto bg-gray-900 bg-opacity-70 backdrop-blur-md rounded-2xl p-8 border border-gray-800"> | |
| <form> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> | |
| <div> | |
| <label class="block text-gray-400 mb-2">Your Name</label> | |
| <input type="text" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-pink-500"> | |
| </div> | |
| <div> | |
| <label class="block text-gray-400 mb-2">Email</label> | |
| <input type="email" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-purple-500"> | |
| </div> | |
| <div class="md:col-span-2"> | |
| <label class="block text-gray-400 mb-2">Project Type</label> | |
| <select class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
| <option>Film & TV VFX</option> | |
| <option>AI-Powered Content</option> | |
| <option>Immersive Web Experience</option> | |
| <option>Motion Graphics</option> | |
| <option>Brand World Development</option> | |
| <option>Other Digital Magic</option> | |
| </select> | |
| </div> | |
| <div class="md:col-span-2"> | |
| <label class="block text-gray-400 mb-2">Your Vision</label> | |
| <textarea rows="5" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-green-500"></textarea> | |
| </div> | |
| </div> | |
| <div class="mt-8 text-center"> | |
| <button type="submit" class="px-12 py-4 bg-gradient-to-r from-pink-500 to-purple-600 rounded-full text-xl font-bold hover:shadow-xl transition-all"> | |
| Cast the Spell | |
| </button> | |
| </div> | |
| </form> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="py-12 bg-black border-t border-gray-800"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="mb-6 md:mb-0"> | |
| <a href="#" class="text-3xl font-black tracking-tighter"> | |
| <span class="bg-gradient-to-r from-purple-500 to-pink-500 bg-clip-text text-transparent">JAMC</span> | |
| </a> | |
| <p class="text-gray-500 mt-2">Visual Alchemy Since 2008</p> | |
| </div> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-pink-500 transition"> | |
| <i data-feather="instagram"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-blue-400 transition"> | |
| <i data-feather="twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-red-400 transition"> | |
| <i data-feather="youtube"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-blue-500 transition"> | |
| <i data-feather="linkedin"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-green-400 transition"> | |
| <i data-feather="mail"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-500 mb-4 md:mb-0"> | |
| © 2023 JAMC Visual Alchemy. All rights reserved. | |
| </p> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-white transition">Privacy</a> | |
| <a href="#" class="text-gray-400 hover:text-white transition">Terms</a> | |
| <a href="#" class="text-gray-400 hover:text-white transition">Careers</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Initialize Vanta.js background | |
| VANTA.NET({ | |
| el: "#vanta-background", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0x7f00ff, | |
| backgroundColor: 0x0, | |
| points: 12.00, | |
| maxDistance: 22.00, | |
| spacing: 18.00 | |
| }); | |
| // Initialize GSAP animations | |
| gsap.from("nav", {duration: 1, y: -100, opacity: 0, ease: "power3.out"}); | |
| gsap.from("section", {duration: 1, y: 50, opacity: 0, stagger: 0.3, ease: "power3.out"}); | |
| // Initialize Feather Icons | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |