| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Moolabs - Creative Digital 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> |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> |
| <style> |
| .hero-bg { |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); |
| } |
| .feature-card:hover { |
| transform: translateY(-10px); |
| transition: all 0.3s ease; |
| } |
| .globe-container { |
| position: absolute; |
| width: 100%; |
| height: 100%; |
| top: 0; |
| left: 0; |
| z-index: 0; |
| } |
| </style> |
| </head> |
| <body class="font-sans antialiased text-gray-800"> |
| |
| <nav class="fixed w-full z-50 bg-white shadow-sm"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="flex justify-between h-16"> |
| <div class="flex items-center"> |
| <a href="#" class="flex-shrink-0 flex items-center"> |
| <span class="text-2xl font-bold text-indigo-600">Moolabs</span> |
| </a> |
| </div> |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> |
| <a href="#" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Home</a> |
| <a href="#" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Services</a> |
| <a href="#" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Work</a> |
| <a href="#" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">About</a> |
| <a href="#" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Blog</a> |
| <a href="#" class="bg-indigo-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-indigo-700 transition duration-150">Contact</a> |
| </div> |
| <div class="-mr-2 flex items-center md:hidden"> |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <div class="relative hero-bg overflow-hidden"> |
| <div class="globe-container" id="globe"></div> |
| <div class="max-w-7xl mx-auto"> |
| <div class="relative z-10 pb-20 pt-32 sm:pt-48 lg:pt-56 px-4 sm:px-6 lg:px-8"> |
| <div class="text-center"> |
| <h1 class="text-4xl md:text-6xl font-extrabold tracking-tight text-white" data-aos="fade-down"> |
| We build digital experiences |
| </h1> |
| <p class="mt-6 max-w-lg mx-auto text-xl text-indigo-100" data-aos="fade-down" data-aos-delay="100"> |
| Creative solutions for modern businesses. We design, develop and deliver exceptional digital products. |
| </p> |
| <div class="mt-10 flex justify-center space-x-4" data-aos="fade-up" data-aos-delay="200"> |
| <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-white hover:bg-gray-50"> |
| Get started |
| </a> |
| <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 bg-opacity-60 hover:bg-opacity-70"> |
| Learn more |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="py-16 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center"> |
| <h2 class="text-base font-semibold text-indigo-600 tracking-wide uppercase" data-aos="fade-up">Services</h2> |
| <p class="mt-2 text-3xl font-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up"> |
| What we can do for you |
| </p> |
| </div> |
|
|
| <div class="mt-16"> |
| <div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3"> |
| |
| <div class="pt-6 feature-card" data-aos="fade-up" data-aos-delay="100"> |
| <div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full"> |
| <div class="-mt-6"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white mx-auto"> |
| <i data-feather="code"></i> |
| </div> |
| <h3 class="mt-8 text-lg font-medium text-gray-900 text-center">Web Development</h3> |
| <p class="mt-5 text-base text-gray-500"> |
| Custom websites and web applications built with modern technologies to meet your business needs. |
| </p> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="pt-6 feature-card" data-aos="fade-up" data-aos-delay="200"> |
| <div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full"> |
| <div class="-mt-6"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white mx-auto"> |
| <i data-feather="smartphone"></i> |
| </div> |
| <h3 class="mt-8 text-lg font-medium text-gray-900 text-center">Mobile Apps</h3> |
| <p class="mt-5 text-base text-gray-500"> |
| Beautiful and functional mobile applications for iOS and Android platforms. |
| </p> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="pt-6 feature-card" data-aos="fade-up" data-aos-delay="300"> |
| <div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full"> |
| <div class="-mt-6"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white mx-auto"> |
| <i data-feather="pen-tool"></i> |
| </div> |
| <h3 class="mt-8 text-lg font-medium text-gray-900 text-center">UI/UX Design</h3> |
| <p class="mt-5 text-base text-gray-500"> |
| Intuitive interfaces and engaging user experiences that delight your customers. |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-gray-50 py-16"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center"> |
| <h2 class="text-base font-semibold text-indigo-600 tracking-wide uppercase" data-aos="fade-up">Our Work</h2> |
| <p class="mt-2 text-3xl font-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up"> |
| Featured Projects |
| </p> |
| </div> |
|
|
| <div class="mt-16 grid grid-cols-1 gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-3"> |
| |
| <div class="group relative" data-aos="fade-up" data-aos-delay="100"> |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none"> |
| <img src="http://static.photos/technology/640x360/1" alt="Project 1" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> |
| </div> |
| <div class="mt-4 flex justify-between"> |
| <div> |
| <h3 class="text-sm text-gray-700"> |
| <a href="#"> |
| <span aria-hidden="true" class="absolute inset-0"></span> |
| E-commerce Platform |
| </a> |
| </h3> |
| <p class="mt-1 text-sm text-gray-500">Web Development</p> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="group relative" data-aos="fade-up" data-aos-delay="200"> |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none"> |
| <img src="http://static.photos/finance/640x360/2" alt="Project 2" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> |
| </div> |
| <div class="mt-4 flex justify-between"> |
| <div> |
| <h3 class="text-sm text-gray-700"> |
| <a href="#"> |
| <span aria-hidden="true" class="absolute inset-0"></span> |
| Banking App |
| </a> |
| </h3> |
| <p class="mt-1 text-sm text-gray-500">Mobile Development</p> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="group relative" data-aos="fade-up" data-aos-delay="300"> |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none"> |
| <img src="http://static.photos/education/640x360/3" alt="Project 3" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> |
| </div> |
| <div class="mt-4 flex justify-between"> |
| <div> |
| <h3 class="text-sm text-gray-700"> |
| <a href="#"> |
| <span aria-hidden="true" class="absolute inset-0"></span> |
| Learning Platform |
| </a> |
| </h3> |
| <p class="mt-1 text-sm text-gray-500">UI/UX Design</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-indigo-700"> |
| <div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8"> |
| <h2 class="text-3xl font-extrabold text-white sm:text-4xl" data-aos="fade-up"> |
| <span class="block">Ready to start your project?</span> |
| <span class="block">Get in touch today.</span> |
| </h2> |
| <p class="mt-4 text-lg leading-6 text-indigo-200" data-aos="fade-up" data-aos-delay="100"> |
| Let's discuss how we can help you achieve your business goals with our digital solutions. |
| </p> |
| <a href="#" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50 sm:w-auto" data-aos="fade-up" data-aos-delay="200"> |
| Contact us |
| </a> |
| </div> |
| </div> |
|
|
| |
| <footer class="bg-gray-800"> |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> |
| <div class="xl:grid xl:grid-cols-3 xl:gap-8"> |
| <div class="space-y-8 xl:col-span-1"> |
| <h3 class="text-2xl font-bold text-white">Moolabs</h3> |
| <p class="text-gray-300 text-base"> |
| Creating digital experiences that matter. |
| </p> |
| <div class="flex space-x-6"> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="twitter"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="instagram"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="linkedin"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="github"></i> |
| </a> |
| </div> |
| </div> |
| <div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2"> |
| <div class="md:grid md:grid-cols-2 md:gap-8"> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Solutions</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Web Development</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Mobile Apps</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">UI/UX Design</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Digital Marketing</a></li> |
| </ul> |
| </div> |
| <div class="mt-12 md:mt-0"> |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Company</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">About</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Blog</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Careers</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Contact</a></li> |
| </ul> |
| </div> |
| </div> |
| <div class="md:grid md:grid-cols-2 md:gap-8"> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Legal</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Privacy</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Terms</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Cookie Policy</a></li> |
| </ul> |
| </div> |
| <div class="mt-12 md:mt-0"> |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Resources</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Documentation</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">Guides</a></li> |
| <li><a href="#" class="text-base text-gray-400 hover:text-white">API Status</a></li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="mt-12 border-t border-gray-700 pt-8"> |
| <p class="text-base text-gray-400 text-center"> |
| © 2023 Moolabs. All rights reserved. |
| </p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| AOS.init({ |
| duration: 800, |
| once: true |
| }); |
| feather.replace(); |
| |
| |
| VANTA.GLOBE({ |
| el: "#globe", |
| mouseControls: true, |
| touchControls: true, |
| gyroControls: false, |
| minHeight: 200.00, |
| minWidth: 200.00, |
| scale: 1.00, |
| scaleMobile: 1.00, |
| color: 0x7c6ffa, |
| backgroundColor: 0x5a4fcf, |
| size: 0.8 |
| }); |
| </script> |
| </body> |
| </html> |
|
|