Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Horizon Engineering | Civil Engineering Consulting</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> | |
| .angled-divider { | |
| position: relative; | |
| height: 100px; | |
| overflow: hidden; | |
| } | |
| .angled-divider::before { | |
| content: ''; | |
| position: absolute; | |
| left: 0; | |
| right: 0; | |
| top: 0; | |
| height: 100%; | |
| background: inherit; | |
| transform: skewY(-3deg); | |
| transform-origin: top left; | |
| z-index: -1; | |
| } | |
| .angled-divider-bottom { | |
| position: relative; | |
| height: 100px; | |
| overflow: hidden; | |
| } | |
| .angled-divider-bottom::before { | |
| content: ''; | |
| position: absolute; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| height: 100%; | |
| background: inherit; | |
| transform: skewY(3deg); | |
| transform-origin: bottom right; | |
| z-index: -1; | |
| } | |
| .hero-overlay { | |
| background-color: rgba(0, 0, 0, 0.5); | |
| } | |
| .service-card:hover { | |
| transform: translateY(-10px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .service-card { | |
| transition: all 0.3s ease; | |
| } | |
| input:focus, textarea:focus { | |
| outline: none; | |
| box-shadow: 0 0 0 2px #f59e0b; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-900 text-white font-sans"> | |
| <!-- Header --> | |
| <header class="fixed w-full bg-gray-900 bg-opacity-90 z-50 shadow-lg"> | |
| <div class="container mx-auto px-6 py-4"> | |
| <div class="flex items-center justify-between"> | |
| <!-- Logo --> | |
| <div class="flex items-center"> | |
| <div class="w-12 h-12 rounded-full bg-amber-500 flex items-center justify-center mr-3"> | |
| <i class="fas fa-building text-gray-900 text-xl"></i> | |
| </div> | |
| <span class="text-2xl font-bold">Horizon<span class="text-amber-500">Eng</span></span> | |
| </div> | |
| <!-- Navigation --> | |
| <nav class="hidden md:flex space-x-8"> | |
| <a href="#" class="text-white hover:text-amber-500 transition duration-300 font-medium">Home</a> | |
| <a href="#" class="text-white hover:text-amber-500 transition duration-300 font-medium">About</a> | |
| <a href="#" class="text-white hover:text-amber-500 transition duration-300 font-medium">Services</a> | |
| <a href="#" class="text-white hover:text-amber-500 transition duration-300 font-medium">Contact</a> | |
| </nav> | |
| <!-- Mobile menu button --> | |
| <button class="md:hidden focus:outline-none"> | |
| <i class="fas fa-bars text-2xl text-white"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Hero Section --> | |
| <section class="relative pt-24 pb-32 md:pt-32 md:pb-48 flex items-center justify-center" style="background-image: url('https://images.unsplash.com/photo-1581093458171-2e8f0a4c5d3b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80'); background-size: cover; background-position: center;"> | |
| <div class="hero-overlay absolute inset-0"></div> | |
| <div class="container mx-auto px-6 relative z-10 text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6 leading-tight">Innovative <span class="text-amber-500">Engineering</span> Solutions</h1> | |
| <p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto">Building the future with precision, sustainability, and cutting-edge technology.</p> | |
| <button class="bg-amber-500 hover:bg-amber-600 text-gray-900 font-bold py-3 px-8 rounded-full text-lg transition duration-300 transform hover:scale-105"> | |
| Explore Our Services | |
| </button> | |
| </div> | |
| </section> | |
| <!-- Angled Divider --> | |
| <div class="angled-divider bg-gray-800"></div> | |
| <!-- About Section --> | |
| <section class="py-20 bg-gray-800"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">About <span class="text-amber-500">Horizon Engineering</span></h2> | |
| <p class="text-gray-300 mb-6 text-lg leading-relaxed"> | |
| Founded in 2005, Horizon Engineering has established itself as a leader in civil engineering consulting, delivering exceptional results for clients across North America. | |
| </p> | |
| <p class="text-gray-300 mb-8 text-lg leading-relaxed"> | |
| Our team of licensed professionals combines technical expertise with innovative thinking to solve complex engineering challenges while maintaining the highest standards of quality and sustainability. | |
| </p> | |
| <button class="border-2 border-amber-500 text-amber-500 hover:bg-amber-500 hover:text-gray-900 font-medium py-2 px-6 rounded-full transition duration-300"> | |
| Learn More About Us | |
| </button> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <div class="bg-gray-700 p-1 rounded-lg shadow-xl"> | |
| <img src="https://images.unsplash.com/photo-1605152276897-4f618f831968?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Engineering team meeting" class="rounded-lg w-full h-auto"> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Angled Divider Bottom --> | |
| <div class="angled-divider-bottom bg-gray-700"></div> | |
| <!-- Services Section --> | |
| <section class="py-20 bg-gray-700"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">Our <span class="text-amber-500">Services</span></h2> | |
| <p class="text-gray-300 max-w-2xl mx-auto text-lg"> | |
| Comprehensive engineering solutions tailored to your project needs | |
| </p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <!-- Service Card 1 --> | |
| <div class="service-card bg-gray-800 rounded-lg overflow-hidden shadow-lg"> | |
| <div class="h-48 overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Structural Design" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="w-12 h-12 bg-amber-500 rounded-full flex items-center justify-center mb-4"> | |
| <i class="fas fa-ruler-combined text-gray-900 text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Structural Design Consulting</h3> | |
| <p class="text-gray-300 mb-4"> | |
| Expert analysis and design of buildings, bridges, and infrastructure to ensure safety, durability, and cost-effectiveness. | |
| </p> | |
| <a href="#" class="text-amber-500 hover:text-amber-400 font-medium flex items-center transition duration-300"> | |
| Learn more <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Service Card 2 --> | |
| <div class="service-card bg-gray-800 rounded-lg overflow-hidden shadow-lg"> | |
| <div class="h-48 overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1605106702734-205df224ecce?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Construction Management" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="w-12 h-12 bg-amber-500 rounded-full flex items-center justify-center mb-4"> | |
| <i class="fas fa-hard-hat text-gray-900 text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Construction Management</h3> | |
| <p class="text-gray-300 mb-4"> | |
| Comprehensive project oversight from planning to completion, ensuring quality, schedule adherence, and budget compliance. | |
| </p> | |
| <a href="#" class="text-amber-500 hover:text-amber-400 font-medium flex items-center transition duration-300"> | |
| Learn more <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Service Card 3 --> | |
| <div class="service-card bg-gray-800 rounded-lg overflow-hidden shadow-lg"> | |
| <div class="h-48 overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1547347298-4074fc3086f0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Sustainability Consulting" class="w-full h-full object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="w-12 h-12 bg-amber-500 rounded-full flex items-center justify-center mb-4"> | |
| <i class="fas fa-leaf text-gray-900 text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Sustainability Consulting</h3> | |
| <p class="text-gray-300 mb-4"> | |
| Green building solutions and sustainable design strategies to minimize environmental impact while maximizing efficiency. | |
| </p> | |
| <a href="#" class="text-amber-500 hover:text-amber-400 font-medium flex items-center transition duration-300"> | |
| Learn more <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">Get In <span class="text-amber-500">Touch</span></h2> | |
| <p class="text-gray-300 max-w-2xl mx-auto text-lg"> | |
| Ready to discuss your project? Contact our team for a consultation. | |
| </p> | |
| </div> | |
| <div class="flex flex-col lg:flex-row gap-12"> | |
| <!-- Contact Form --> | |
| <div class="lg:w-1/2"> | |
| <form class="space-y-6"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> | |
| <div> | |
| <label for="name" class="block text-gray-300 mb-2">Full Name</label> | |
| <input type="text" id="name" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:border-amber-500 transition duration-300"> | |
| </div> | |
| <div> | |
| <label for="email" class="block text-gray-300 mb-2">Email Address</label> | |
| <input type="email" id="email" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:border-amber-500 transition duration-300"> | |
| </div> | |
| </div> | |
| <div> | |
| <label for="phone" class="block text-gray-300 mb-2">Phone Number</label> | |
| <input type="tel" id="phone" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:border-amber-500 transition duration-300"> | |
| </div> | |
| <div> | |
| <label for="message" class="block text-gray-300 mb-2">Your Message</label> | |
| <textarea id="message" rows="5" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:border-amber-500 transition duration-300"></textarea> | |
| </div> | |
| <button type="submit" class="bg-amber-500 hover:bg-amber-600 text-gray-900 font-bold py-3 px-8 rounded-lg text-lg transition duration-300 w-full md:w-auto"> | |
| Send Message | |
| </button> | |
| </form> | |
| </div> | |
| <!-- Contact Info --> | |
| <div class="lg:w-1/2 bg-gray-800 rounded-lg p-8 shadow-xl"> | |
| <h3 class="text-2xl font-bold mb-6">Contact <span class="text-amber-500">Information</span></h3> | |
| <div class="space-y-6"> | |
| <div class="flex items-start"> | |
| <div class="w-10 h-10 bg-amber-500 rounded-full flex items-center justify-center mr-4 mt-1"> | |
| <i class="fas fa-map-marker-alt text-gray-900"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-1">Location</h4> | |
| <p class="text-gray-300">123 Engineering Way, Suite 400<br>San Francisco, CA 94107</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="w-10 h-10 bg-amber-500 rounded-full flex items-center justify-center mr-4 mt-1"> | |
| <i class="fas fa-phone-alt text-gray-900"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-1">Phone</h4> | |
| <p class="text-gray-300">Main: (415) 555-1234<br>Fax: (415) 555-5678</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="w-10 h-10 bg-amber-500 rounded-full flex items-center justify-center mr-4 mt-1"> | |
| <i class="fas fa-envelope text-gray-900"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-1">Email</h4> | |
| <p class="text-gray-300">info@horizoneng.com<br>support@horizoneng.com</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="w-10 h-10 bg-amber-500 rounded-full flex items-center justify-center mr-4 mt-1"> | |
| <i class="fas fa-clock text-gray-900"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-1">Business Hours</h4> | |
| <p class="text-gray-300">Monday - Friday: 8:00 AM - 6:00 PM<br>Saturday - Sunday: Closed</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-8 pt-6 border-t border-gray-700"> | |
| <h4 class="font-bold text-lg mb-4">Follow Us</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="w-10 h-10 bg-gray-700 hover:bg-amber-500 rounded-full flex items-center justify-center transition duration-300"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-gray-700 hover:bg-amber-500 rounded-full flex items-center justify-center transition duration-300"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-gray-700 hover:bg-amber-500 rounded-full flex items-center justify-center transition duration-300"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-gray-700 hover:bg-amber-500 rounded-full flex items-center justify-center transition duration-300"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 border-t border-gray-800 py-12"> | |
| <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"> | |
| <div class="flex items-center"> | |
| <div class="w-10 h-10 rounded-full bg-amber-500 flex items-center justify-center mr-3"> | |
| <i class="fas fa-building text-gray-900"></i> | |
| </div> | |
| <span class="text-xl font-bold">Horizon<span class="text-amber-500">Eng</span></span> | |
| </div> | |
| <p class="text-gray-400 mt-2 text-sm">Engineering Excellence Since 2005</p> | |
| </div> | |
| <div class="flex flex-col md:flex-row md:space-x-8 space-y-4 md:space-y-0"> | |
| <div class="text-center md:text-right"> | |
| <h4 class="text-gray-300 font-bold mb-2">Quick Links</h4> | |
| <ul class="space-y-1"> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">Home</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">About Us</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">Services</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">Projects</a></li> | |
| </ul> | |
| </div> | |
| <div class="text-center md:text-right"> | |
| <h4 class="text-gray-300 font-bold mb-2">Services</h4> | |
| <ul class="space-y-1"> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">Structural Design</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">Construction Management</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">Sustainability Consulting</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">Site Development</a></li> | |
| </ul> | |
| </div> | |
| <div class="text-center md:text-right"> | |
| <h4 class="text-gray-300 font-bold mb-2">Legal</h4> | |
| <ul class="space-y-1"> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">Privacy Policy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">Terms of Service</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500 text-sm transition duration-300">Cookie Policy</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-10 pt-6 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 Horizon Engineering. All rights reserved.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-amber-500 transition duration-300"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Simple JavaScript for mobile menu toggle (would be expanded in a real project) | |
| document.querySelector('button.md\\:hidden').addEventListener('click', function() { | |
| // This would toggle a mobile menu in a complete implementation | |
| alert('Mobile menu would open here in a complete implementation'); | |
| }); | |
| </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=jkind/horizoneng" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |