| | <!DOCTYPE html> |
| | <html lang="en"> |
| | <head> |
| | <meta charset="UTF-8"> |
| | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | <title>TRIAL | Creative Marketing Solutions</title> |
| | <script src="https://cdn.tailwindcss.com"></script> |
| | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| | <style> |
| | |
| | @keyframes fadeIn { |
| | from { opacity: 0; transform: translateY(20px); } |
| | to { opacity: 1; transform: translateY(0); } |
| | } |
| | |
| | .animate-fade-in { |
| | animation: fadeIn 0.8s ease-out forwards; |
| | } |
| | |
| | .delay-100 { animation-delay: 0.1s; } |
| | .delay-200 { animation-delay: 0.2s; } |
| | .delay-300 { animation-delay: 0.3s; } |
| | |
| | |
| | .gradient-text { |
| | background: linear-gradient(90deg, #3b82f6, #8b5cf6); |
| | -webkit-background-clip: text; |
| | background-clip: text; |
| | color: transparent; |
| | } |
| | |
| | |
| | html { |
| | scroll-behavior: smooth; |
| | } |
| | </style> |
| | </head> |
| | <body class="font-sans bg-gray-50 text-gray-800"> |
| | |
| | <nav class="fixed w-full bg-white shadow-md z-50 transition-all duration-300"> |
| | <div class="container mx-auto px-6 py-3 flex justify-between items-center"> |
| | <a href="#" class="text-2xl font-bold gradient-text">Nexus Digital</a> |
| | <div class="hidden md:flex space-x-8"> |
| | <a href="#home" class="hover:text-blue-600 transition">Home</a> |
| | <a href="#services" class="hover:text-blue-600 transition">Services</a> |
| | <a href="http://github.com/mobeyond" target="_blank" class="hover:text-blue-600 transition">GitHub</a> |
| | <a href="#contact" class="hover:text-blue-600 transition">Contact</a> |
| | </div> |
| | <button class="md:hidden focus:outline-none" id="menu-toggle"> |
| | <i class="fas fa-bars text-2xl"></i> |
| | </button> |
| | </div> |
| | |
| | <div class="hidden md:hidden bg-white w-full px-6 py-3" id="mobile-menu"> |
| | <div class="flex flex-col space-y-4"> |
| | <a href="#home" class="hover:text-blue-600 transition">Home</a> |
| | <a href="#services" class="hover:text-blue-600 transition">Services</a> |
| | <a href="http://github.com/mobeyond" target="_blank" class="hover:text-blue-600 transition">GitHub</a> |
| | <a href="#contact" class="hover:text-blue-600 transition">Contact</a> |
| | </div> |
| | </div> |
| | </nav> |
| |
|
| | |
| | <section id="home" class="pt-32 pb-20 px-6 bg-gradient-to-r from-blue-50 to-purple-50"> |
| | <div class="container mx-auto flex flex-col md:flex-row items-center"> |
| | <div class="md:w-1/2 mb-10 md:mb-0 animate-fade-in"> |
| | <h1 class="text-4xl md:text-5xl font-bold mb-6">Transform Your <span class="gradient-text">Digital Presence</span></h1> |
| | <p class="text-lg text-gray-600 mb-8">We craft innovative digital solutions that drive growth and engage your audience. Let's build something amazing together.</p> |
| | <div class="flex space-x-4"> |
| | <a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition">Get Started</a> |
| | <a href="#services" class="border border-blue-600 text-blue-600 hover:bg-blue-50 px-6 py-3 rounded-lg font-medium transition">Learn More</a> |
| | </div> |
| | </div> |
| | <div class="md:w-1/2 animate-fade-in delay-100"> |
| | <img src="https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Digital marketing" class="rounded-xl shadow-xl w-full"> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section id="services" class="py-20 px-6 bg-white"> |
| | <div class="container mx-auto"> |
| | <div class="text-center mb-16 animate-fade-in"> |
| | <h2 class="text-3xl md:text-4xl font-bold mb-4">Our <span class="gradient-text">Services</span></h2> |
| | <p class="text-gray-600 max-w-2xl mx-auto">We offer comprehensive digital solutions tailored to your business needs.</p> |
| | </div> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| | |
| | <div class="bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md transition animate-fade-in delay-100"> |
| | <div class="w-14 h-14 bg-blue-100 rounded-lg flex items-center justify-center mb-6"> |
| | <i class="fas fa-globe text-blue-600 text-2xl"></i> |
| | </div> |
| | <h3 class="text-xl font-bold mb-3">Web Development</h3> |
| | <p class="text-gray-600">Custom websites built for performance, security, and seamless user experience across all devices.</p> |
| | </div> |
| | |
| | |
| | <div class="bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md transition animate-fade-in delay-200"> |
| | <div class="w-14 h-14 bg-purple-100 rounded-lg flex items-center justify-center mb-6"> |
| | <i class="fas fa-chart-line text-purple-600 text-2xl"></i> |
| | </div> |
| | <h3 class="text-xl font-bold mb-3">Digital Marketing</h3> |
| | <p class="text-gray-600">Strategic campaigns that increase visibility, drive traffic, and convert visitors into customers.</p> |
| | </div> |
| | |
| | |
| | <div class="bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md transition animate-fade-in delay-300"> |
| | <div class="w-14 h-14 bg-green-100 rounded-lg flex items-center justify-center mb-6"> |
| | <i class="fas fa-paint-brush text-green-600 text-2xl"></i> |
| | </div> |
| | <h3 class="text-xl font-bold mb-3">Brand Design</h3> |
| | <p class="text-gray-600">Memorable brand identities that communicate your values and resonate with your audience.</p> |
| | </div> |
| | |
| | |
| | <div class="bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md transition animate-fade-in delay-100"> |
| | <div class="w-14 h-14 bg-yellow-100 rounded-lg flex items-center justify-center mb-6"> |
| | <i class="fas fa-mobile-alt text-yellow-600 text-2xl"></i> |
| | </div> |
| | <h3 class="text-xl font-bold mb-3">App Development</h3> |
| | <p class="text-gray-600">Native and cross-platform mobile applications designed for engagement and retention.</p> |
| | </div> |
| | |
| | |
| | <div class="bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md transition animate-fade-in delay-200"> |
| | <div class="w-14 h-14 bg-red-100 rounded-lg flex items-center justify-center mb-6"> |
| | <i class="fas fa-search text-red-600 text-2xl"></i> |
| | </div> |
| | <h3 class="text-xl font-bold mb-3">SEO Optimization</h3> |
| | <p class="text-gray-600">Improve your search rankings and organic traffic with our data-driven SEO strategies.</p> |
| | </div> |
| | |
| | |
| | <div class="bg-gray-50 p-8 rounded-xl shadow-sm hover:shadow-md transition animate-fade-in delay-300"> |
| | <div class="w-14 h-14 bg-indigo-100 rounded-lg flex items-center justify-center mb-6"> |
| | <i class="fas fa-video text-indigo-600 text-2xl"></i> |
| | </div> |
| | <h3 class="text-xl font-bold mb-3">Content Creation</h3> |
| | <p class="text-gray-600">Engaging multimedia content that tells your story and connects with your customers.</p> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section id="portfolio" class="py-20 px-6 bg-gray-50"> |
| | <div class="container mx-auto"> |
| | <div class="text-center mb-16 animate-fade-in"> |
| | <h2 class="text-3xl md:text-4xl font-bold mb-4">Our <span class="gradient-text">Portfolio</span></h2> |
| | <p class="text-gray-600 max-w-2xl mx-auto">Explore some of our recent projects and see the results we've delivered.</p> |
| | </div> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"> |
| | |
| | <div class="group relative overflow-hidden rounded-xl shadow-md animate-fade-in delay-100"> |
| | <img src="https://images.unsplash.com/photo-1547658719-da2b51169166?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1528&q=80" alt="Project 1" class="w-full h-64 object-cover transition duration-500 group-hover:scale-105"> |
| | <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6 opacity-0 group-hover:opacity-100 transition duration-300"> |
| | <div> |
| | <h3 class="text-white text-xl font-bold mb-2">E-commerce Platform</h3> |
| | <p class="text-gray-200">A custom online store with integrated payment processing and inventory management.</p> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | |
| | <div class="group relative overflow-hidden rounded-xl shadow-md animate-fade-in delay-200"> |
| | <img src="https://images.unsplash.com/photo-1559028012-481c04fa702d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1336&q=80" alt="Project 2" class="w-full h-64 object-cover transition duration-500 group-hover:scale-105"> |
| | <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6 opacity-0 group-hover:opacity-100 transition duration-300"> |
| | <div> |
| | <h3 class="text-white text-xl font-bold mb-2">Corporate Website</h3> |
| | <p class="text-gray-200">A responsive corporate site with CMS integration and multilingual support.</p> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | |
| | <div class="group relative overflow-hidden rounded-xl shadow-md animate-fade-in delay-300"> |
| | <img src="https://images.unsplash.com/photo-1555774698-0b77e0d5fac6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Project 3" class="w-full h-64 object-cover transition duration-500 group-hover:scale-105"> |
| | <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6 opacity-0 group-hover:opacity-100 transition duration-300"> |
| | <div> |
| | <h3 class="text-white text-xl font-bold mb-2">Mobile Application</h3> |
| | <p class="text-gray-200">A fitness tracking app with social features and personalized recommendations.</p> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="text-center mt-12 animate-fade-in delay-200"> |
| | <a href="#" class="inline-block border border-blue-600 text-blue-600 hover:bg-blue-50 px-6 py-3 rounded-lg font-medium transition">View All Projects</a> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section id="about" class="py-20 px-6 bg-white"> |
| | <div class="container mx-auto"> |
| | <div class="flex flex-col md:flex-row items-center"> |
| | <div class="md:w-1/2 mb-10 md:mb-0 animate-fade-in"> |
| | <img src="https://images.unsplash.com/photo-1579389083078-4e7018379f7e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Our team" class="rounded-xl shadow-xl w-full"> |
| | </div> |
| | <div class="md:w-1/2 md:pl-12 animate-fade-in delay-100"> |
| | <h2 class="text-3xl md:text-4xl font-bold mb-6">About <span class="gradient-text">Nexus Digital</span></h2> |
| | <p class="text-gray-600 mb-6">Founded in 2015, we've grown from a small startup to a trusted digital partner for businesses across multiple industries. Our team of designers, developers, and marketers are passionate about creating digital experiences that make an impact.</p> |
| | <p class="text-gray-600 mb-8">We believe in transparency, collaboration, and delivering measurable results. Every project is an opportunity to push boundaries and exceed expectations.</p> |
| | |
| | <div class="grid grid-cols-2 gap-6 mb-8"> |
| | <div> |
| | <h3 class="text-3xl font-bold text-blue-600 mb-2">150+</h3> |
| | <p class="text-gray-600">Projects Completed</p> |
| | </div> |
| | <div> |
| | <h3 class="text-3xl font-bold text-purple-600 mb-2">40+</h3> |
| | <p class="text-gray-600">Happy Clients</p> |
| | </div> |
| | <div> |
| | <h3 class="text-3xl font-bold text-green-600 mb-2">12</h3> |
| | <p class="text-gray-600">Team Members</p> |
| | </div> |
| | <div> |
| | <h3 class="text-3xl font-bold text-yellow-600 mb-2">5</h3> |
| | <p class="text-gray-600">Years Experience</p> |
| | </div> |
| | </div> |
| | |
| | <a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition inline-block">Meet Our Team</a> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-20 px-6 bg-gray-50"> |
| | <div class="container mx-auto"> |
| | <div class="text-center mb-16 animate-fade-in"> |
| | <h2 class="text-3xl md:text-4xl font-bold mb-4">What Our <span class="gradient-text">Clients Say</span></h2> |
| | <p class="text-gray-600 max-w-2xl mx-auto">Don't just take our word for it - hear from businesses we've helped grow.</p> |
| | </div> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| | |
| | <div class="bg-white p-8 rounded-xl shadow-sm animate-fade-in delay-100"> |
| | <div class="flex items-center mb-4"> |
| | <div class="text-yellow-400 mr-2"> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | </div> |
| | </div> |
| | <p class="text-gray-600 mb-6">"Nexus Digital transformed our online presence. Our website traffic increased by 300% within 3 months of working with them."</p> |
| | <div class="flex items-center"> |
| | <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Johnson" class="w-12 h-12 rounded-full mr-4"> |
| | <div> |
| | <h4 class="font-bold">Sarah Johnson</h4> |
| | <p class="text-gray-500 text-sm">CEO, Bright Solutions</p> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | |
| | <div class="bg-white p-8 rounded-xl shadow-sm animate-fade-in delay-200"> |
| | <div class="flex items-center mb-4"> |
| | <div class="text-yellow-400 mr-2"> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | </div> |
| | </div> |
| | <p class="text-gray-600 mb-6">"Their team understood our vision immediately and delivered beyond expectations. The mobile app they built has 50,000+ downloads."</p> |
| | <div class="flex items-center"> |
| | <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen" class="w-12 h-12 rounded-full mr-4"> |
| | <div> |
| | <h4 class="font-bold">Michael Chen</h4> |
| | <p class="text-gray-500 text-sm">Founder, FitTrack</p> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | |
| | <div class="bg-white p-8 rounded-xl shadow-sm animate-fade-in delay-300"> |
| | <div class="flex items-center mb-4"> |
| | <div class="text-yellow-400 mr-2"> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | </div> |
| | </div> |
| | <p class="text-gray-600 mb-6">"From branding to digital strategy, Nexus has been an invaluable partner. Our revenue grew by 120% in the first year."</p> |
| | <div class="flex items-center"> |
| | <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Emma Rodriguez" class="w-12 h-12 rounded-full mr-4"> |
| | <div> |
| | <h4 class="font-bold">Emma Rodriguez</h4> |
| | <p class="text-gray-500 text-sm">Marketing Director, Verde</p> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section id="contact" class="py-20 px-6 bg-gradient-to-r from-blue-600 to-purple-600 text-white"> |
| | <div class="container mx-auto"> |
| | <div class="text-center mb-16 animate-fade-in"> |
| | <h2 class="text-3xl md:text-4xl font-bold mb-4">Ready to <span class="gradient-text">Get Started?</span></h2> |
| | <p class="max-w-2xl mx-auto opacity-90">Let's discuss how we can help your business grow. Reach out and we'll get back to you within 24 hours.</p> |
| | </div> |
| | |
| | <div class="max-w-4xl mx-auto bg-white rounded-xl shadow-xl overflow-hidden animate-fade-in delay-100"> |
| | <div class="md:flex"> |
| | <div class="md:w-1/2 bg-blue-700 p-10 flex flex-col justify-center"> |
| | <h3 class="text-2xl font-bold mb-6">Contact Information</h3> |
| | <div class="space-y-6"> |
| | <div class="flex items-start"> |
| | <div class="mr-4 mt-1"> |
| | <i class="fas fa-map-marker-alt text-blue-300"></i> |
| | </div> |
| | <div> |
| | <h4 class="font-bold mb-1">Our Office</h4> |
| | <p class="text-blue-200">123 Digital Way, Suite 400<br>San Francisco, CA 94103</p> |
| | </div> |
| | </div> |
| | <div class="flex items-start"> |
| | <div class="mr-4 mt-1"> |
| | <i class="fas fa-envelope text-blue-300"></i> |
| | </div> |
| | <div> |
| | <h4 class="font-bold mb-1">Email Us</h4> |
| | <p class="text-blue-200">hello@nexusdigital.com</p> |
| | </div> |
| | </div> |
| | <div class="flex items-start"> |
| | <div class="mr-4 mt-1"> |
| | <i class="fas fa-phone-alt text-blue-300"></i> |
| | </div> |
| | <div> |
| | <h4 class="font-bold mb-1">Call Us</h4> |
| | <p class="text-blue-200">(555) 123-4567</p> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | <div class="md:w-1/2 p-10 text-gray-800"> |
| | <form id="contactForm"> |
| | <div class="mb-6"> |
| | <label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label> |
| | <input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> |
| | </div> |
| | <div class="mb-6"> |
| | <label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label> |
| | <input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> |
| | </div> |
| | <div class="mb-6"> |
| | <label for="service" class="block text-gray-700 font-medium mb-2">Service Interested In</label> |
| | <select id="service" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> |
| | <option value="">Select a service</option> |
| | <option value="web">Web Development</option> |
| | <option value="marketing">Digital Marketing</option> |
| | <option value="design">Brand Design</option> |
| | <option value="app">App Development</option> |
| | <option value="seo">SEO Optimization</option> |
| | <option value="content">Content Creation</option> |
| | </select> |
| | </div> |
| | <div class="mb-6"> |
| | <label for="message" class="block text-gray-700 font-medium mb-2">Your Message</label> |
| | <textarea id="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea> |
| | </div> |
| | <button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition">Send Message</button> |
| | </form> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-16 px-6 bg-white"> |
| | <div class="max-w-4xl mx-auto bg-gray-50 rounded-xl p-10 text-center animate-fade-in"> |
| | <h3 class="text-2xl font-bold mb-4">Stay Updated</h3> |
| | <p class="text-gray-600 mb-6 max-w-2xl mx-auto">Subscribe to our newsletter for the latest digital trends, tips, and exclusive offers.</p> |
| | <form class="flex flex-col sm:flex-row gap-4 max-w-md mx-auto"> |
| | <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> |
| | <button type="submit" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition whitespace-nowrap">Subscribe</button> |
| | </form> |
| | </div> |
| | </section> |
| |
|
| | |
| | <footer class="bg-gray-900 text-white py-12 px-6"> |
| | <div class="container mx-auto"> |
| | <div class="grid grid-cols-1 md:grid-cols-4 gap-10"> |
| | <div> |
| | <h3 class="text-xl font-bold mb-6 gradient-text">Nexus Digital</h3> |
| | <p class="text-gray-400">Innovative digital solutions to help your business thrive in the online world.</p> |
| | <div class="flex space-x-4 mt-6"> |
| | <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-facebook-f"></i></a> |
| | <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter"></i></a> |
| | <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-instagram"></i></a> |
| | <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-linkedin-in"></i></a> |
| | </div> |
| | </div> |
| | <div> |
| | <h4 class="font-bold text-lg mb-6">Quick Links</h4> |
| | <ul class="space-y-3"> |
| | <li><a href="#home" class="text-gray-400 hover:text-white transition">Home</a></li> |
| | <li><a href="#services" class="text-gray-400 hover:text-white transition">Services</a></li> |
| | <li><a href="#portfolio" class="text-gray-400 hover:text-white transition">Portfolio</a></li> |
| | <li><a href="#about" class="text-gray-400 hover:text-white transition">About Us</a></li> |
| | <li><a href="#contact" class="text-gray-400 hover:text-white transition">Contact</a></li> |
| | </ul> |
| | </div> |
| | <div> |
| | <h4 class="font-bold text-lg mb-6">Services</h4> |
| | <ul class="space-y-3"> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Web Development</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Digital Marketing</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Brand Design</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">App Development</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">SEO Optimization</a></li> |
| | </ul> |
| | </div> |
| | <div> |
| | <h4 class="font-bold text-lg mb-6">Contact Info</h4> |
| | <ul class="space-y-3 text-gray-400"> |
| | <li class="flex items-start"> |
| | <i class="fas fa-map-marker-alt mt-1 mr-3 text-blue-400"></i> |
| | <span>123 Digital Way, Suite 400<br>San Francisco, CA 94103</span> |
| | </li> |
| | <li class="flex items-center"> |
| | <i class="fas fa-envelope mr-3 text-blue-400"></i> |
| | <span>hello@nexusdigital.com</span> |
| | </li> |
| | <li class="flex items-center"> |
| | <i class="fas fa-phone-alt mr-3 text-blue-400"></i> |
| | <span>(555) 123-4567</span> |
| | </li> |
| | </ul> |
| | </div> |
| | </div> |
| | <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400"> |
| | <p>© 2023 Nexus Digital. All rights reserved.</p> |
| | </div> |
| | </div> |
| | </footer> |
| |
|
| | |
| | <button id="backToTop" class="fixed bottom-6 right-6 bg-blue-600 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center opacity-0 invisible transition-all duration-300"> |
| | <i class="fas fa-arrow-up"></i> |
| | </button> |
| |
|
| | <script> |
| | |
| | document.getElementById('menu-toggle').addEventListener('click', function() { |
| | const menu = document.getElementById('mobile-menu'); |
| | menu.classList.toggle('hidden'); |
| | }); |
| | |
| | |
| | const backToTopButton = document.getElementById('backToTop'); |
| | |
| | window.addEventListener('scroll', function() { |
| | if (window.pageYOffset > 300) { |
| | backToTopButton.classList.remove('opacity-0', 'invisible'); |
| | backToTopButton.classList.add('opacity-100', 'visible'); |
| | } else { |
| | backToTopButton.classList.remove('opacity-100', 'visible'); |
| | backToTopButton.classList.add('opacity-0', 'invisible'); |
| | } |
| | }); |
| | |
| | backToTopButton.addEventListener('click', function() { |
| | window.scrollTo({ |
| | top: 0, |
| | behavior: 'smooth' |
| | }); |
| | }); |
| | |
| | |
| | document.getElementById('contactForm').addEventListener('submit', function(e) { |
| | e.preventDefault(); |
| | |
| | |
| | const name = document.getElementById('name').value; |
| | const email = document.getElementById('email').value; |
| | const service = document.getElementById('service').value; |
| | const message = document.getElementById('message').value; |
| | |
| | |
| | console.log('Form submitted:', { name, email, service, message }); |
| | |
| | |
| | alert('Thank you for your message! We will get back to you soon.'); |
| | |
| | |
| | this.reset(); |
| | }); |
| | |
| | |
| | const animateOnScroll = function() { |
| | const elements = document.querySelectorAll('.animate-fade-in'); |
| | |
| | elements.forEach(element => { |
| | const elementPosition = element.getBoundingClientRect().top; |
| | const windowHeight = window.innerHeight; |
| | |
| | if (elementPosition < windowHeight - 100) { |
| | element.style.opacity = '1'; |
| | element.style.transform = 'translateY(0)'; |
| | } |
| | }); |
| | }; |
| | |
| | |
| | animateOnScroll(); |
| | |
| | |
| | window.addEventListener('scroll', animateOnScroll); |
| | </script> |
| | <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=rolead/mobeyond" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| | </html> |