Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>DroidCraft Studio - Android App Development</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></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-gradient { | |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |
| } | |
| .feature-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .android-bg { | |
| background-image: url('http://static.photos/technology/1200x630/42'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans antialiased text-gray-800"> | |
| <!-- Vanta.js Globe Background --> | |
| <div id="vanta-globe" class="fixed top-0 left-0 w-full h-full z-0"></div> | |
| <div class="relative z-10"> | |
| <!-- Navigation --> | |
| <nav class="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"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <i data-feather="smartphone" class="h-8 w-8 text-green-500"></i> | |
| <span class="ml-2 text-xl font-bold text-gray-900">DroidCraft</span> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:space-x-8"> | |
| <a href="#" class="border-green-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a> | |
| <a href="buildapk.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Convert to APK</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Services</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Portfolio</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">About</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Contact</a> | |
| </div> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:items-center"> | |
| <button class="bg-green-500 hover:bg-green-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">Get Started</button> | |
| </div> | |
| <div class="-mr-2 flex items-center sm: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-green-500" aria-controls="mobile-menu" aria-expanded="false"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div class="sm:hidden hidden" id="mobile-menu"> | |
| <div class="pt-2 pb-3 space-y-1"> | |
| <a href="#" class="bg-green-50 border-green-500 text-green-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Services</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Portfolio</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">About</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Contact</a> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <div class="hero-gradient text-white"> | |
| <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8"> | |
| <div class="text-center"> | |
| <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl"> | |
| Crafting Exceptional Android Experiences | |
| </h1> | |
| <p class="mt-6 max-w-lg mx-auto text-xl"> | |
| We transform your ideas into high-performance Android applications that users love. | |
| </p> | |
| <div class="mt-10 flex justify-center space-x-4"> | |
| <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-green-700 bg-white hover:bg-green-50"> | |
| Get Started | |
| <i data-feather="arrow-right" class="ml-2"></i> | |
| </a> | |
| <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-green-800 bg-opacity-60 hover:bg-opacity-70"> | |
| <i data-feather="play-circle" class="mr-2"></i> | |
| Watch Demo | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Features Section --> | |
| <div class="py-12 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-green-600 font-semibold tracking-wide uppercase">Features</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Why Choose DroidCraft | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| Our comprehensive Android development services cover everything from concept to launch. | |
| </p> | |
| </div> | |
| <div class="mt-10"> | |
| <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10 lg:grid-cols-3"> | |
| <!-- Feature 1 --> | |
| <div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition duration-300 ease-in-out"> | |
| <div class="rounded-md bg-green-50 inline-flex p-3"> | |
| <i data-feather="code" class="h-6 w-6 text-green-600"></i> | |
| </div> | |
| <h3 class="mt-4 text-lg font-medium text-gray-900">Native Development</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| We build apps using Kotlin and Java for optimal performance and seamless integration with Android. | |
| </p> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition duration-300 ease-in-out"> | |
| <div class="rounded-md bg-green-50 inline-flex p-3"> | |
| <i data-feather="layout" class="h-6 w-6 text-green-600"></i> | |
| </div> | |
| <h3 class="mt-4 text-lg font-medium text-gray-900">UI/UX Design</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Beautiful, intuitive interfaces designed specifically for Android's Material Design guidelines. | |
| </p> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition duration-300 ease-in-out"> | |
| <div class="rounded-md bg-green-50 inline-flex p-3"> | |
| <i data-feather="cloud" class="h-6 w-6 text-green-600"></i> | |
| </div> | |
| <h3 class="mt-4 text-lg font-medium text-gray-900">Backend Integration</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Seamless integration with Firebase, REST APIs, GraphQL, and other backend services. | |
| </p> | |
| </div> | |
| <!-- Feature 4 --> | |
| <div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition duration-300 ease-in-out"> | |
| <div class="rounded-md bg-green-50 inline-flex p-3"> | |
| <i data-feather="shield" class="h-6 w-6 text-green-600"></i> | |
| </div> | |
| <h3 class="mt-4 text-lg font-medium text-gray-900">Security First</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Built with security best practices including encryption, secure storage, and authentication. | |
| </p> | |
| </div> | |
| <!-- Feature 5 --> | |
| <div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition duration-300 ease-in-out"> | |
| <div class="rounded-md bg-green-50 inline-flex p-3"> | |
| <i data-feather="bar-chart-2" class="h-6 w-6 text-green-600"></i> | |
| </div> | |
| <h3 class="mt-4 text-lg font-medium text-gray-900">Analytics</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Integrated analytics to track user behavior and optimize your app's performance. | |
| </p> | |
| </div> | |
| <!-- Feature 6 --> | |
| <div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition duration-300 ease-in-out"> | |
| <div class="rounded-md bg-green-50 inline-flex p-3"> | |
| <i data-feather="refresh-cw" class="h-6 w-6 text-green-600"></i> | |
| </div> | |
| <h3 class="mt-4 text-lg font-medium text-gray-900">Maintenance</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Ongoing support and updates to keep your app running smoothly on all devices. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Process Section --> | |
| <div class="bg-gray-50 py-16"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-green-600 font-semibold tracking-wide uppercase">Process</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Our Development Workflow | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| A transparent, collaborative process that ensures your vision becomes reality. | |
| </p> | |
| </div> | |
| <div class="mt-16"> | |
| <div class="relative"> | |
| <div class="hidden lg:block absolute top-0 left-1/2 transform -translate-x-1/2 h-full w-0.5 bg-gray-200"></div> | |
| <div class="space-y-16"> | |
| <!-- Step 1 --> | |
| <div class="relative lg:flex lg:items-center lg:justify-between"> | |
| <div class="lg:w-1/2 lg:pr-8"> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center"> | |
| <span class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white font-bold">1</span> | |
| <h3 class="ml-4 text-xl font-bold text-gray-900">Discovery</h3> | |
| </div> | |
| <p class="mt-4 text-gray-600"> | |
| We start by understanding your business goals, target audience, and technical requirements through detailed discussions and research. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-8 lg:mt-0 lg:w-1/2 lg:pl-8"> | |
| <img class="rounded-lg shadow-lg" src="http://static.photos/workspace/640x360/1" alt="Discovery phase"> | |
| </div> | |
| </div> | |
| <!-- Step 2 --> | |
| <div class="relative lg:flex lg:flex-row-reverse lg:items-center lg:justify-between"> | |
| <div class="lg:w-1/2 lg:pl-8"> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center"> | |
| <span class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white font-bold">2</span> | |
| <h3 class="ml-4 text-xl font-bold text-gray-900">Design</h3> | |
| </div> | |
| <p class="mt-4 text-gray-600"> | |
| Our designers create wireframes and prototypes, then refine them into beautiful, functional UI/UX designs tailored for Android. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-8 lg:mt-0 lg:w-1/2 lg:pr-8"> | |
| <img class="rounded-lg shadow-lg" src="http://static.photos/technology/640x360/2" alt="Design phase"> | |
| </div> | |
| </div> | |
| <!-- Step 3 --> | |
| <div class="relative lg:flex lg:items-center lg:justify-between"> | |
| <div class="lg:w-1/2 lg:pr-8"> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center"> | |
| <span class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white font-bold">3</span> | |
| <h3 class="ml-4 text-xl font-bold text-gray-900">Development</h3> | |
| </div> | |
| <p class="mt-4 text-gray-600"> | |
| Our developers implement the designs using modern Android development practices, with regular updates and feedback sessions. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-8 lg:mt-0 lg:w-1/2 lg:pl-8"> | |
| <img class="rounded-lg shadow-lg" src="http://static.photos/office/640x360/3" alt="Development phase"> | |
| </div> | |
| </div> | |
| <!-- Step 4 --> | |
| <div class="relative lg:flex lg:flex-row-reverse lg:items-center lg:justify-between"> | |
| <div class="lg:w-1/2 lg:pl-8"> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center"> | |
| <span class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white font-bold">4</span> | |
| <h3 class="ml-4 text-xl font-bold text-gray-900">Testing</h3> | |
| </div> | |
| <p class="mt-4 text-gray-600"> | |
| We rigorously test the app across multiple devices and scenarios to ensure quality, performance, and security. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-8 lg:mt-0 lg:w-1/2 lg:pr-8"> | |
| <img class="rounded-lg shadow-lg" src="http://static.photos/science/640x360/4" alt="Testing phase"> | |
| </div> | |
| </div> | |
| <!-- Step 5 --> | |
| <div class="relative lg:flex lg:items-center lg:justify-between"> | |
| <div class="lg:w-1/2 lg:pr-8"> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center"> | |
| <span class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white font-bold">5</span> | |
| <h3 class="ml-4 text-xl font-bold text-gray-900">Launch</h3> | |
| </div> | |
| <p class="mt-4 text-gray-600"> | |
| We guide you through the Play Store submission process and help with marketing to ensure a successful launch. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-8 lg:mt-0 lg:w-1/2 lg:pl-8"> | |
| <img class="rounded-lg shadow-lg" src="http://static.photos/retail/640x360/5" alt="Launch phase"> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- CTA Section --> | |
| <div class="android-bg bg-opacity-90 py-16"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="bg-white bg-opacity-90 rounded-lg shadow-xl overflow-hidden"> | |
| <div class="lg:grid lg:grid-cols-2 lg:gap-8"> | |
| <div class="px-6 py-12 sm:px-12 lg:py-16"> | |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl"> | |
| Ready to build your Android app? | |
| </h2> | |
| <p class="mt-3 text-lg text-gray-500"> | |
| Get in touch with our team to discuss your project and receive a free consultation. | |
| </p> | |
| <div class="mt-8"> | |
| <div class="inline-flex rounded-md shadow"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-green-600 hover:bg-green-700"> | |
| Get Started | |
| <i data-feather="chevron-right" class="ml-2"></i> | |
| </a> | |
| </div> | |
| <div class="ml-3 inline-flex"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-green-600 bg-white hover:bg-gray-50"> | |
| Learn More | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="px-6 py-12 bg-gray-50 sm:px-12 lg:py-16"> | |
| <div class="max-w-lg mx-auto lg:max-w-none"> | |
| <div class="flex items-center"> | |
| <i data-feather="mail" class="h-8 w-8 text-green-600"></i> | |
| <h3 class="ml-3 text-xl font-medium text-gray-900">Email us</h3> | |
| </div> | |
| <div class="mt-4"> | |
| <a href="mailto:hello@droidcraft.com" class="text-lg text-gray-500 hover:text-gray-900">hello@droidcraft.com</a> | |
| </div> | |
| <div class="mt-8"> | |
| <div class="flex items-center"> | |
| <i data-feather="phone" class="h-8 w-8 text-green-600"></i> | |
| <h3 class="ml-3 text-xl font-medium text-gray-900">Call us</h3> | |
| </div> | |
| <div class="mt-4"> | |
| <a href="tel:+1234567890" class="text-lg text-gray-500 hover:text-gray-900">+1 (234) 567-890</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <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"> | |
| <div class="flex items-center"> | |
| <i data-feather="smartphone" class="h-8 w-8 text-green-500"></i> | |
| <span class="ml-2 text-xl font-bold text-white">DroidCraft</span> | |
| </div> | |
| <p class="text-gray-300 text-base"> | |
| Crafting exceptional Android applications that drive business growth and engage users. | |
| </p> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="twitter" class="h-6 w-6"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="facebook" class="h-6 w-6"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="instagram" class="h-6 w-6"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="linkedin" class="h-6 w-6"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="github" class="h-6 w-6"></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"> | |
| Services | |
| </h3> | |
| <div class="mt-4 space-y-4"> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">Android Development</a> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">UI/UX Design</a> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">App Testing</a> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">Maintenance</a> | |
| </div> | |
| </div> | |
| <div class="mt-12 md:mt-0"> | |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase"> | |
| Company | |
| </h3> | |
| <div class="mt-4 space-y-4"> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">About</a> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">Team</a> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">Careers</a> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">Blog</a> | |
| </div> | |
| </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> | |
| <div class="mt-4 space-y-4"> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">Privacy</a> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">Terms</a> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">Cookie Policy</a> | |
| </div> | |
| </div> | |
| <div class="mt-12 md:mt-0"> | |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase"> | |
| Resources | |
| </h3> | |
| <div class="mt-4 space-y-4"> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">Documentation</a> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">Guides</a> | |
| <a href="#" class="text-base text-gray-400 hover:text-white block">API Status</a> | |
| </div> | |
| </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 DroidCraft Studio. All rights reserved. | |
| </p> | |
| </div> | |
| </div> | |
| </footer> | |
| </div> | |
| <script> | |
| // Initialize Vanta.js globe | |
| VANTA.GLOBE({ | |
| el: "#vanta-globe", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0x3dd47a, | |
| backgroundColor: 0xf8fafc, | |
| size: 0.8 | |
| }); | |
| // Mobile menu toggle | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const mobileMenuButton = document.querySelector('[aria-controls="mobile-menu"]'); | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| mobileMenuButton.addEventListener('click', function() { | |
| const expanded = this.getAttribute('aria-expanded') === 'true'; | |
| this.setAttribute('aria-expanded', !expanded); | |
| mobileMenu.classList.toggle('hidden'); | |
| }); | |
| // Initialize feather icons | |
| feather.replace(); | |
| }); | |
| </script> | |
| </body> | |
| </html> | |