lombard-redesign / index.html
molliexx99's picture
- Initial Deployment
130b988 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lombard Tech | Tech Recruitment Specialists</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>
.hero-gradient {
background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}
.stat-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.nav-link {
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: white;
transition: width 0.3s ease;
}
.nav-link:hover:after {
width: 100%;
}
.service-card:hover .service-icon {
transform: scale(1.1);
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-md sticky top-0 z-50">
<div class="container mx-auto px-6 py-4">
<div class="flex justify-between items-center">
<div class="text-2xl font-bold text-blue-700">LOMBARD TECH</div>
<div class="hidden md:flex space-x-8">
<a href="#about" class="text-gray-700 hover:text-blue-600 transition">About</a>
<a href="#services" class="text-gray-700 hover:text-blue-600 transition">Services</a>
<a href="#market" class="text-gray-700 hover:text-blue-600 transition">Market</a>
<a href="#careers" class="text-gray-700 hover:text-blue-600 transition">Careers</a>
<a href="#contact" class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 transition">Get Started</a>
</div>
<button class="md:hidden text-gray-700 focus:outline-none">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white">
<div class="container mx-auto px-6 py-24">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold mb-6">We help ambitious companies find the talent they need to grow</h1>
<p class="text-xl mb-8">From VC-backed scale-ups to global listed groups, we bring clarity, pace, and market insight to every assignment.</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#contact" class="bg-white text-blue-600 px-6 py-3 rounded-md font-semibold hover:bg-gray-100 text-center transition">Find Talent</a>
<a href="#careers" class="border-2 border-white text-white px-6 py-3 rounded-md font-semibold hover:bg-white hover:text-blue-600 text-center transition">Advance Your Career</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Tech team collaborating" class="rounded-lg shadow-2xl w-full max-w-md">
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="bg-gray-50 py-16">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="stat-card bg-white p-8 rounded-lg shadow-md text-center transition duration-300">
<i class="fas fa-bolt text-4xl text-blue-600 mb-4"></i>
<h3 class="text-2xl font-bold mb-2">Fast</h3>
<p class="text-gray-600">Response Times</p>
</div>
<div class="stat-card bg-white p-8 rounded-lg shadow-md text-center transition duration-300">
<i class="fas fa-chart-line text-4xl text-blue-600 mb-4"></i>
<h3 class="text-2xl font-bold mb-2">Growth</h3>
<p class="text-gray-600">Focused Partnership</p>
</div>
<div class="stat-card bg-white p-8 rounded-lg shadow-md text-center transition duration-300">
<i class="fas fa-medal text-4xl text-blue-600 mb-4"></i>
<h3 class="text-2xl font-bold mb-2">Trusted</h3>
<p class="text-gray-600">Reputation</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">About Lombard Tech</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="mb-16">
<h3 class="text-2xl font-semibold text-gray-800 mb-6 text-center">Why We Exist</h3>
<p class="text-lg text-center text-gray-600 max-w-3xl mx-auto">
Lombard Tech delivers a fast, honest, and intelligent approach to hiring. We combine deep market knowledge with tech and AI tools to provide a modern, agile recruitment service, grounded in expertise and built for long-term impact.
</p>
</div>
<div class="grid md:grid-cols-2 gap-12">
<div>
<h3 class="text-2xl font-semibold text-gray-800 mb-6">What We Stand For</h3>
<div class="space-y-6">
<div class="flex">
<div class="mr-4">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center">
<i class="fas fa-star text-blue-600"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold mb-2">Excellence and Accountability</h4>
<p class="text-gray-600">We prioritise quality, speed, and clear communication throughout every search.</p>
</div>
</div>
<div class="flex">
<div class="mr-4">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center">
<i class="fas fa-handshake text-blue-600"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold mb-2">Integrity</h4>
<p class="text-gray-600">We act with honesty and discretion. Confidentiality and mutual respect guide all our work.</p>
</div>
</div>
<div class="flex">
<div class="mr-4">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center">
<i class="fas fa-users text-blue-600"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold mb-2">Human-First</h4>
<p class="text-gray-600">Recruitment is about people. We focus on long-term relationships over short-term wins.</p>
</div>
</div>
<div class="flex">
<div class="mr-4">
<div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center">
<i class="fas fa-globe text-blue-600"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold mb-2">Freedom to Operate</h4>
<p class="text-gray-600">As an independent firm, we work without internal conflicts or restrictions.</p>
</div>
</div>
</div>
</div>
<div>
<div class="bg-gray-50 p-8 rounded-lg">
<h3 class="text-2xl font-semibold text-gray-800 mb-4">What We Want to Be Known For</h3>
<p class="text-gray-600 mb-6">
A disruptive, fast-growing upstart with the sharpest recruiters in the market. Respected for integrity, trusted for expertise, and liked for how we work.
</p>
<img src="https://images.unsplash.com/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Team collaborating" class="rounded-lg w-full">
</div>
</div>
</div>
</div>
</section>
<!-- Market Coverage Section -->
<section id="market" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Market Coverage</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<p class="text-lg text-gray-600 mb-6">
We work with a wide range of organisations across the UK and Europe, including VC-backed scale-ups, private equity portfolios, and listed global companies. Our independence gives us full access to the market, with no internal blockers or conflicts of interest.
</p>
<div class="space-y-4">
<div class="flex items-center">
<div class="w-3 h-3 bg-blue-600 rounded-full mr-3"></div>
<span class="text-gray-700">VC-backed scale-ups</span>
</div>
<div class="flex items-center">
<div class="w-3 h-3 bg-blue-600 rounded-full mr-3"></div>
<span class="text-gray-700">Private equity portfolios</span>
</div>
<div class="flex items-center">
<div class="w-3 h-3 bg-blue-600 rounded-full mr-3"></div>
<span class="text-gray-700">Listed global companies</span>
</div>
<div class="flex items-center">
<div class="w-3 h-3 bg-blue-600 rounded-full mr-3"></div>
<span class="text-gray-700">Tech start-ups</span>
</div>
</div>
</div>
<div>
<img src="https://images.unsplash.com/photo-1552664730-d307ca884974?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="European cities" class="rounded-lg w-full">
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Our Services</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-10"></div>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">
Whether you're building new teams, replacing key talent, or expanding into new regions, we provide the clarity, pace, and market knowledge to make it happen.
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="service-card bg-white p-8 rounded-lg shadow-md border-l-4 border-blue-600 hover:shadow-lg transition duration-300">
<div class="service-icon bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6 transition duration-300">
<i class="fas fa-user-friends text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">Team Build-outs</h3>
<p class="text-gray-600">We can support full team build-outs with speed and efficiency, bringing together complementary skills.</p>
</div>
<div class="service-card bg-white p-8 rounded-lg shadow-md border-l-4 border-blue-600 hover:shadow-lg transition duration-300">
<div class="service-icon bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6 transition duration-300">
<i class="fas fa-search text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">Executive Search</h3>
<p class="text-gray-600">Specialist approach for senior and leadership roles across tech functions.</p>
</div>
<div class="service-card bg-white p-8 rounded-lg shadow-md border-l-4 border-blue-600 hover:shadow-lg transition duration-300">
<div class="service-icon bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6 transition duration-300">
<i class="fas fa-file-contract text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">Contract Hiring</h3>
<p class="text-gray-600">Flexible resourcing solutions for project-based or interim needs.</p>
</div>
<div class="service-card bg-white p-8 rounded-lg shadow-md border-l-4 border-blue-600 hover:shadow-lg transition duration-300">
<div class="service-icon bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6 transition duration-300">
<i class="fas fa-briefcase text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">Permanent Hiring</h3>
<p class="text-gray-600">End-to-end hiring process for long-term talent acquisition.</p>
</div>
<div class="service-card bg-white p-8 rounded-lg shadow-md border-l-4 border-blue-600 hover:shadow-lg transition duration-300">
<div class="service-icon bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6 transition duration-300">
<i class="fas fa-map-marked-alt text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">Market Entry</h3>
<p class="text-gray-600">Support expanding into new regions with local talent insight.</p>
</div>
<div class="service-card bg-white p-8 rounded-lg shadow-md border-l-4 border-blue-600 hover:shadow-lg transition duration-300">
<div class="service-icon bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6 transition duration-300">
<i class="fas fa-laptop-code text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">Tech Talent</h3>
<p class="text-gray-600">Specialist recruiters for Infrastructure, Cloud, Cybersecurity, Data, and Software Development.</p>
</div>
</div>
</div>
</section>
<!-- Careers Section -->
<section id="careers" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-2 gap-12">
<div>
<div class="bg-white p-8 rounded-lg shadow-md">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Advance Your Tech Career</h2>
<div class="w-20 h-1 bg-blue-600 mb-6"></div>
<p class="text-lg text-gray-600 mb-6">
Partner with recruiters who understand your world. Whether you're exploring your next move or ready for a new challenge, we work with you to identify the right opportunities — aligned with your skills, ambitions, and preferences.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#contact" class="bg-blue-600 text-white px-6 py-3 rounded-md font-semibold hover:bg-blue-700 text-center transition"><i class="fas fa-file-alt mr-2"></i>Submit Your CV</a>
<a href="#contact" class="border-2 border-blue-600 text-blue-600 px-6 py-3 rounded-md font-semibold hover:bg-blue-50 text-center transition"><i class="fas fa-comments mr-2"></i>Start a Conversation</a>
</div>
<p class="text-sm text-gray-500 mt-4">
<i class="fas fa-lock mr-2"></i>All conversations are confidential. We work in line with GDPR requirements to ensure your data stays secure and in your control.
</p>
</div>
</div>
<div>
<div class="bg-blue-600 text-white p-8 rounded-lg shadow-md">
<h2 class="text-3xl font-bold mb-4">Looking for a Change?</h2>
<div class="w-20 h-1 bg-white mb-6"></div>
<p class="text-lg mb-6">
Submit your CV or get in touch for a confidential conversation about your next career move.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#contact" class="bg-white text-blue-600 px-6 py-3 rounded-md font-semibold hover:bg-gray-100 text-center transition"><i class="fas fa-file-alt mr-2"></i>Submit Your CV</a>
<a href="#contact" class="border-2 border-white text-white px-6 py-3 rounded-md font-semibold hover:bg-white hover:text-blue-600 text-center transition"><i class="fas fa-envelope mr-2"></i>Get in Touch</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section id="contact" class="py-20 bg-blue-700 text-white">
<div class="container mx-auto px-6 text-center">
<h2 class="text-3xl font-bold mb-4">Ready to Take the Next Step?</h2>
<div class="w-20 h-1 bg-white mx-auto mb-8"></div>
<p class="text-xl mb-12 max-w-2xl mx-auto">
Whether you're looking for your next career opportunity or seeking exceptional talent for your team, we're here to help you achieve your goals.
</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
<a href="#" class="bg-white text-blue-700 px-8 py-4 rounded-md font-bold text-lg hover:bg-gray-100 transition">Find Talent</a>
<a href="#" class="border-2 border-white text-white px-8 py-4 rounded-md font-bold text-lg hover:bg-white hover:text-blue-700 transition">Advance Your Career</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">LOMBARD TECH</h3>
<p class="text-gray-400 mb-4">
Tech recruitment specialists helping ambitious companies and talented professionals connect.
</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-linkedin-in text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter text-xl"></i></a>
</div>
</div>
<div>
<h4 class="font-semibold text-lg mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#about" class="text-gray-400 hover:text-white transition">About Us</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition">Services</a></li>
<li><a href="#market" class="text-gray-400 hover:text-white transition">Market Coverage</a></li>
<li><a href="#careers" class="text-gray-400 hover:text-white transition">Careers</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold text-lg mb-4">Contact</h4>
<ul class="space-y-2">
<li class="text-gray-400 flex items-start">
<i class="fas fa-envelope mr-3 mt-1"></i>
<span>[email protected]</span>
</li>
<li class="text-gray-400 flex items-start">
<i class="fas fa-phone mr-3 mt-1"></i>
<span>+44 (0)20 1234 5678</span>
</li>
<li class="text-gray-400 flex items-start">
<i class="fas fa-map-marker-alt mr-3 mt-1"></i>
<span>London, UK</span>
</li>
</ul>
</div>
<div>
<h4 class="font-semibold text-lg mb-4">Subscribe</h4>
<p class="text-gray-400 mb-4">
Stay updated with our latest news and market insights.
</p>
<form class="flex">
<input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-md w-full focus:outline-none text-gray-900">
<button type="submit" class="bg-blue-600 text-white px-4 py-2 rounded-r-md hover:bg-blue-700 transition">
<i class="fas fa-paper-plane"></i>
</button>
</form>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
<p>&copy; 2023 Lombard Tech. All rights reserved.</p>
<div class="mt-4">
<a href="#" class="text-gray-400 hover:text-white transition mx-2">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white transition mx-2">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white transition mx-2">GDPR Compliance</a>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle functionality
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('.md\\:hidden');
const mobileMenu = document.querySelector('.md\\:flex');
mobileMenuButton.addEventListener('click', function() {
mobileMenu.classList.toggle('hidden');
mobileMenu.classList.toggle('flex');
mobileMenu.classList.toggle('flex-col');
mobileMenu.classList.toggle('absolute');
mobileMenu.classList.toggle('bg-white');
mobileMenu.classList.toggle('w-full');
mobileMenu.classList.toggle('left-0');
mobileMenu.classList.toggle('top-16');
mobileMenu.classList.toggle('shadow-lg');
mobileMenu.classList.toggle('px-6');
mobileMenu.classList.toggle('py-4');
mobileMenu.classList.toggle('space-y-4');
});
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
mobileMenu.classList.remove('flex', 'flex-col', 'absolute', 'bg-white', 'w-full', 'left-0', 'top-16', 'shadow-lg', 'px-6', 'py-4', 'space-y-4');
}
}
});
});
});
</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=molliexx99/lombard-redesign" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>