undefined / index.html
runtof's picture
apply modern colors
f57bdb9 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ByteBuilders | Digital Architecture Specialists</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/vanta@latest/dist/vanta.net.min.js"></script>
<style>
.hero-gradient {
background: linear-gradient(135deg, #4338ca 0%, #6366f1 50%, #a5b4fc 100%);
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.glowing-btn {
box-shadow: 0 0 15px rgba(59, 130, 246, 0.7);
}
.glowing-btn:hover {
box-shadow: 0 0 25px rgba(59, 130, 246, 0.9);
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<div id="vanta-bg" class="fixed w-full h-full -z-10"></div>
<!-- Navigation -->
<nav class="backdrop-blur-md bg-white/80 shadow-sm fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<div class="flex-shrink-0 flex items-center">
<i data-feather="cpu" class="text-indigo-600 h-8 w-8 mr-2"></i>
<span class="text-xl font-bold text-indigo-600">ByteBuilders</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-8">
<a href="#services" class="text-gray-700 hover:text-indigo-600 px-3 py-2 text-sm font-medium transition-colors">Services</a>
<a href="#approach" class="text-gray-700 hover:text-indigo-600 px-3 py-2 text-sm font-medium transition-colors">Approach</a>
<a href="#cases" class="text-gray-700 hover:text-indigo-600 px-3 py-2 text-sm font-medium transition-colors">Case Studies</a>
<a href="#contact" class="text-gray-700 hover:text-indigo-600 px-3 py-2 text-sm font-medium transition-colors">Contact</a>
</div>
</div>
<div class="hidden md:block">
<a href="#contact" class="ml-8 whitespace-nowrap inline-flex items-center justify-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 glowing-btn transition-all">
Get Started
</a>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-blue-600 focus:outline-none">
<i data-feather="menu" class="h-6 w-6"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden fixed inset-0 bg-white z-40 pt-16 backdrop-blur-md bg-white/90">
<div class="px-4 pt-5 pb-6 space-y-1">
<a href="#services" class="block px-3 py-3 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-blue-50">Services</a>
<a href="#approach" class="block px-3 py-3 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-blue-50">Approach</a>
<a href="#cases" class="block px-3 py-3 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-blue-50">Case Studies</a>
<a href="#contact" class="block px-3 py-3 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-blue-50">Contact</a>
<a href="#contact" class="block px-3 py-3 rounded-md text-base font-medium text-white bg-indigo-600 hover:bg-indigo-700 mx-auto w-3/4 text-center glowing-btn">
Get Started
</a>
</div>
</div>
<!-- Hero Section -->
<section class="pt-32 pb-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center">
<h1 class="text-4xl md:text-6xl font-bold text-gray-900 mb-6">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-indigo-600 to-indigo-400">Architecting</span> Tomorrow's Digital Foundations
</h1>
<p class="text-xl md:text-2xl text-gray-600 max-w-3xl mx-auto mb-10">
We design robust information systems that scale with your business, ensuring seamless operations and future-proof technology foundations.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#contact" class="px-8 py-4 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10 glowing-btn transition-colors">
Start Your Project
</a>
<a href="#services" class="px-8 py-4 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200 md:py-4 md:text-lg md:px-10 transition-colors">
Explore Services
</a>
</div>
</div>
</section>
<!-- Logo Cloud -->
<div class="py-12 bg-white/80 backdrop-blur-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<p class="text-center text-sm font-semibold uppercase text-gray-500 tracking-wider mb-8">
Trusted by innovative businesses worldwide
</p>
<div class="grid grid-cols-2 gap-8 md:grid-cols-6 lg:grid-cols-6">
<div class="col-span-1 flex justify-center items-center">
<img class="h-12 opacity-70 hover:opacity-100 transition-opacity" src="http://static.photos/technology/200x200/1" alt="TechCorp">
</div>
<div class="col-span-1 flex justify-center items-center">
<img class="h-12 opacity-70 hover:opacity-100 transition-opacity" src="http://static.photos/finance/200x200/2" alt="Finova">
</div>
<div class="col-span-1 flex justify-center items-center">
<img class="h-10 opacity-70 hover:opacity-100 transition-opacity" src="http://static.photos/medical/200x200/3" alt="MediSys">
</div>
<div class="col-span-1 flex justify-center items-center">
<img class="h-12 opacity-70 hover:opacity-100 transition-opacity" src="http://static.photos/education/200x200/4" alt="EduTech">
</div>
<div class="col-span-1 flex justify-center items-center">
<img class="h-10 opacity-70 hover:opacity-100 transition-opacity" src="http://static.photos/retail/200x200/5" alt="ShopSphere">
</div>
<div class="col-span-1 flex justify-center items-center">
<img class="h-12 opacity-70 hover:opacity-100 transition-opacity" src="http://static.photos/industry/200x200/6" alt="InduTech">
</div>
</div>
</div>
</div>
<!-- Services Section -->
<section id="services" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">
Our <span class="text-indigo-600">Architecture</span> Services
</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Comprehensive solutions tailored to your enterprise needs
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service Card 1 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden service-card transition-all duration-300">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="flex-shrink-0 bg-indigo-100 p-3 rounded-lg">
<i data-feather="layers" class="h-6 w-6 text-indigo-600"></i>
</div>
<h3 class="ml-4 text-xl font-bold text-gray-900">System Architecture Design</h3>
</div>
<p class="text-gray-600">
Blueprints for scalable, reliable systems that grow with your business. We create the foundation for your digital ecosystem.
</p>
<div class="mt-6">
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Modular component design</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Integration roadmaps</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Future-proofing strategies</span>
</li>
</ul>
</div>
</div>
</div>
<!-- Service Card 2 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden service-card transition-all duration-300">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="flex-shrink-0 bg-indigo-100 p-3 rounded-lg">
<i data-feather="database" class="h-6 w-6 text-indigo-600"></i>
</div>
<h3 class="ml-4 text-xl font-bold text-gray-900">Data Architecture</h3>
</div>
<p class="text-gray-600">
Intelligent data structures that enable insights while maintaining integrity, security, and accessibility.
</p>
<div class="mt-6">
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Data modeling</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Warehouse architecture</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Governance frameworks</span>
</li>
</ul>
</div>
</div>
</div>
<!-- Service Card 3 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden service-card transition-all duration-300">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="flex-shrink-0 bg-indigo-100 p-3 rounded-lg">
<i data-feather="cloud" class="h-6 w-6 text-indigo-600"></i>
</div>
<h3 class="ml-4 text-xl font-bold text-gray-900">Cloud Infrastructure</h3>
</div>
<p class="text-gray-600">
Optimized cloud solutions that balance performance, cost, and security for your specific workloads.
</p>
<div class="mt-6">
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Multi-cloud strategies</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Migration planning</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Cost optimization</span>
</li>
</ul>
</div>
</div>
</div>
<!-- Service Card 4 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden service-card transition-all duration-300">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="flex-shrink-0 bg-indigo-100 p-3 rounded-lg">
<i data-feather="shield" class="h-6 w-6 text-indigo-600"></i>
</div>
<h3 class="ml-4 text-xl font-bold text-gray-900">Security Architecture</h3>
</div>
<p class="text-gray-600">
Defense-in-depth security designs that protect your assets without compromising usability.
</p>
<div class="mt-6">
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Zero-trust models</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Compliance frameworks</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Threat modeling</span>
</li>
</ul>
</div>
</div>
</div>
<!-- Service Card 5 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden service-card transition-all duration-300">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="flex-shrink-0 bg-indigo-100 p-3 rounded-lg">
<i data-feather="refresh-cw" class="h-6 w-6 text-indigo-600"></i>
</div>
<h3 class="ml-4 text-xl font-bold text-gray-900">Legacy Modernization</h3>
</div>
<p class="text-gray-600">
Strategic transformation of outdated systems into modern, maintainable architectures.
</p>
<div class="mt-6">
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Incremental migration</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">API enablement</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Business logic preservation</span>
</li>
</ul>
</div>
</div>
</div>
<!-- Service Card 6 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden service-card transition-all duration-300">
<div class="p-6">
<div class="flex items-center mb-4">
<div class="flex-shrink-0 bg-indigo-100 p-3 rounded-lg">
<i data-feather="activity" class="h-6 w-6 text-indigo-600"></i>
</div>
<h3 class="ml-4 text-xl font-bold text-gray-900">Performance Engineering</h3>
</div>
<p class="text-gray-600">
Architectures designed for speed, scalability, and resilience under load.
</p>
<div class="mt-6">
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Load testing</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Bottleneck analysis</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="h-5 w-5 text-green-500 mr-2 mt-0.5 flex-shrink-0"></i>
<span class="text-gray-600">Horizontal scaling patterns</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Approach Section -->
<section id="approach" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto bg-white/80 backdrop-blur-sm rounded-3xl">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">
Our <span class="text-blue-600">Architecture</span> Process
</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
A methodical approach to building exceptional systems
</p>
</div>
<div class="grid md:grid-cols-4 gap-8">
<!-- Step 1 -->
<div class="text-center px-4">
<div class="mx-auto flex items-center justify-center h-16 w-16 rounded-full bg-indigo-100 text-indigo-600 mb-4">
<span class="text-xl font-bold">1</span>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Discovery</h3>
<p class="text-gray-600">
Deep dive into business objectives, constraints, and existing ecosystems.
</p>
</div>
<!-- Step 2 -->
<div class="text-center px-4">
<div class="mx-auto flex items-center justify-center h-16 w-16 rounded-full bg-blue-100 text-blue-600 mb-4">
<span class="text-xl font-bold">2</span>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Blueprint</h3>
<p class="text-gray-600">
Create comprehensive architecture documentation with multiple solution options.
</p>
</div>
<!-- Step 3 -->
<div class="text-center px-4">
<div class="mx-auto flex items-center justify-center h-16 w-16 rounded-full bg-blue-100 text-blue-600 mb-4">
<span class="text-xl font-bold">3</span>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Validation</h3>
<p class="text-gray-600">
Prototype critical components and validate architectural decisions.
</p>
</div>
<!-- Step 4 -->
<div class="text-center px-4">
<div class="mx-auto flex items-center justify-center h-16 w-16 rounded-full bg-blue-100 text-blue-600 mb-4">
<span class="text-xl font-bold">4</span>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Implementation</h3>
<p class="text-gray-600">
Partner through the build phase to ensure architectural integrity.
</p>
</div>
</div>
<div class="mt-16 text-center">
<a href="#contact" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 glowing-btn transition-colors">
Get Your Architecture Assessment
<i data-feather="arrow-right" class="ml-2 h-5 w-5"></i>
</a>
</div>
</section>
<!-- Case Studies Section -->
<section id="cases" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">
Architecture <span class="text-indigo-600">Case Studies</span>
</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Real-world solutions delivering measurable impact
</p>
</div>
<div class="grid md:grid-cols-2 gap-8">
<!-- Case Study 1 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden">
<img class="w-full h-48 object-cover" src="http://static.photos/finance/640x360/1" alt="Financial System Architecture">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-2">Global Bank Core Systems</h3>
<p class="text-gray-600 mb-4">
Modernized transaction processing architecture handling 3M daily transactions with 99.999% availability.
</p>
<div class="flex flex-wrap gap-2">
<span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-indigo-100 text-indigo-800">
Microservices
</span>
<span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
Event Sourcing
</span>
<span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
Kubernetes
</span>
</div>
</div>
</div>
<!-- Case Study 2 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden">
<img class="w-full h-48 object-cover" src="http://static.photos/health/640x360/2" alt="Healthcare Data Architecture">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-2">Healthcare Data Fabric</h3>
<p class="text-gray-600 mb-4">
Unified 42 disparate healthcare systems into a single interoperable data architecture with real-time analytics.
</p>
<div class="flex flex-wrap gap-2">
<span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
Data Mesh
</span>
<span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
HL7/FHIR
</span>
<span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
Zero-ETL
</span>
</div>
</div>
</div>
</div>
<div class="mt-10 text-center">
<a href="#contact" class="inline-flex items-center text-indigo-600 hover:text-indigo-800 font-medium">
View all case studies
<i data-feather="arrow-right" class="ml-2 h-5 w-5"></i>
</a>
</div>
</section>
<!-- Testimonials -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto bg-white/80 backdrop-blur-sm rounded-3xl">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">
What Our <span class="text-indigo-600">Clients</span> Say
</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Trusted by technology leaders across industries
</p>
</div>
<div class="grid md:grid-cols-2 gap-8">
<!-- Testimonial 1 -->
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-6">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/1" alt="Sarah Johnson">
<div class="ml-4">
<h4 class="text-lg font-medium text-gray-900">Sarah Johnson</h4>
<p class="text-gray-600">CTO, FinTech Innovations</p>
</div>
</div>
<p class="text-gray-600 italic mb-6">
"ByteBuilders transformed our monolithic architecture into a scalable microservices platform that reduced our deployment times from hours to minutes. Their architectural diagrams were so clear that our engineering team could implement with minimal guidance."
</p>
<div class="flex">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-6">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/2" alt="Michael Chen">
<div class="ml-4">
<h4 class="text-lg font-medium text-gray-900">Michael Chen</h4>
<p class="text-gray-600">Enterprise Architect, Global Retail Corp</p>
</div>
</div>
<p class="text-gray-600 italic mb-6">
"Their data architecture solution eliminated our duplicate data storage costs and improved report generation speed by 15x. The way they documented the transition plan made it easy for our teams to execute without downtime."
</p>
<div class="flex">
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
<i data-feather="star" class="h-5 w-5 text-yellow-400"></i>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="bg-gradient-to-r from-indigo-600 to-indigo-400 rounded-3xl p-10 text-center">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-6">
Ready to Architect Your Future?
</h2>
<p class="text-xl text-blue-100 max-w-3xl mx-auto mb-8">
Let's discuss how we can design the perfect system architecture for your unique challenges and objectives.
</p>
<a href="#contact" class="inline-flex items-center justify-center px-8 py-4 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50 md:py-4 md:text-lg md:px-10 transition-colors">
Schedule Free Consultation
<i data-feather="arrow-right" class="ml-2 h-5 w-5"></i>
</a>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="grid md:grid-cols-2 gap-12">
<div>
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">
Get in <span class="text-indigo-600">Touch</span>
</h2>
<p class="text-xl text-gray-600 mb-8">
Have a project in mind or questions about our services? Our architecture experts are ready to help.
</p>
<div class="space-y-6">
<div class="flex">
<div class="flex-shrink-0">
<i data-feather="mail" class="h-6 w-6 text-indigo-600"></i>
</div>
<div class="ml-3">
<h3 class="text-lg font-medium text-gray-900">Email Us</h3>
<p class="text-gray-600">solutions@bytebuilders.tech</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<i data-feather="phone" class="h-6 w-6 text-indigo-600"></i>
</div>
<div class="ml-3">
<h3 class="text-lg font-medium text-gray-900">Call Us</h3>
<p class="text-gray-600">+1 (555) 123-4567</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<i data-feather="map-pin" class="h-6 w-6 text-indigo-600"></i>
</div>
<div class="ml-3">
<h3 class="text-lg font-medium text-gray-900">Visit Us</h3>
<p class="text-gray-600">123 Architect Avenue, Tech City, TC 10101</p>
</div>
</div>
</div>
</div>
<div>
<form class="bg-white rounded-xl shadow-lg p-8">
<div class="grid grid-cols-1 gap-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Full Name</label>
<input type="text" id="name" class="block w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-indigo-500 focus:border-indigo-500" placeholder="Your name">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label>
<input type="email" id="email" class="block w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-indigo-500 focus:border-indigo-500" placeholder="your.email@example.com">
</div>
<div>
<label for="company" class="block text-sm font-medium text-gray-700 mb-1">Company</label>
<input type="text" id="company" class="block w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-indigo-500 focus:border-indigo-500" placeholder="Your company">
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">How can we help?</label>
<textarea id="message" rows="4" class="block w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-indigo-500 focus:border-indigo-500" placeholder="Tell us about your project..."></textarea>
</div>
<div>
<button type="submit" class="w-full flex justify-center items-center px-6 py-4 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 glowing-btn transition-colors">
Send Message
<i data-feather="send" class="ml-2 h-5 w-5"></i>
</button>
</div>
</div>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-16 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12">
<div>
<h3 class="text-lg font-semibold mb-4">Company</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Team</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Blog</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Services</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">System Architecture</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Cloud Solutions</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Data Architecture</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Security Architecture</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Case Studies</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">White Papers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Architecture Guides</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Webinars</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Connect</h3>
<div class="flex space-x-4 mb-4">
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="twitter" class="h-5 w-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="linkedin" class="h-5 w-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="github" class="h-5 w-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="youtube" class="h-5 w-5"></i>
</a>
</div>
<p class="text-gray-400">Subscribe to our newsletter</p>
<form class="mt-2 flex">
<input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-lg text-gray-900 w-full focus:outline-none">
<button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r-lg transition-colors">
<i data-feather="arrow-right" class="h-5 w-5"></i>
</button>
</form>
</div>
</div>
<div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center mb-4 md:mb-0">
<i data-feather="cpu" class="text-indigo-400 h-6 w-6 mr-2"></i>
<span class="text-lg font-bold text-white">ByteBuilders</span>
</div>
<p class="text-gray-400 text-sm">
&copy; 2023 ByteBuilders. All rights reserved. Digital architects building the future.
</p>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js background
VANTA.NET({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x6366f1,
backgroundColor: 0xf8fafc,
points: 12.00,
maxDistance: 22.00,
spacing: 18.00
});
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const mobileMenu = document.getElementById('mobile-menu');
mobileMenu.classList.toggle('hidden');
});
// Close mobile menu when clicking a link
document.querySelectorAll('#mobile-menu a').forEach(link => {
link.addEventListener('click', function() {
document.getElementById('mobile-menu').classList.add('hidden');
});
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html>