FoivosPro's picture
clone this site: https://flexifywork.gr/
e5d8e68 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FlexiClone Pro - Modern Workspace Solutions</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#4F46E5',
secondary: '#10B981',
}
}
}
}
</script>
<style>
.hero-gradient {
background: linear-gradient(135deg, rgba(79,70,229,0.1) 0%, rgba(16,185,129,0.1) 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);
}
.transition-all {
transition: all 0.3s ease;
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-sm fixed w-full z-10">
<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">
<span class="text-xl font-bold text-primary">FlexiClone</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:space-x-8">
<a href="#" class="border-primary text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</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">Spaces</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">Membership</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 class="hidden md:ml-6 md:flex md:items-center">
<button class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-primary hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Book a Tour
</button>
</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" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="md:hidden hidden" id="mobile-menu">
<div class="pt-2 pb-3 space-y-1">
<a href="#" class="bg-indigo-50 border-primary text-primary 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">Spaces</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">Membership</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 class="mt-4 pl-3">
<button class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-primary hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Book a Tour
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="hero-gradient pt-24 pb-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
<span class="block">Flexible Workspace</span>
<span class="block text-primary">Solutions for You</span>
</h1>
<p class="mt-3 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
Find your perfect workspace with flexible terms, premium amenities, and a vibrant community.
</p>
<div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
<div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
<div class="rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-primary hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
Explore Spaces
</a>
</div>
<div class="mt-3 sm:mt-0 sm:ml-3">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-primary bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
Book a Tour
</a>
</div>
</div>
</div>
</div>
<div class="mt-12 relative sm:max-w-lg sm:mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-span-6 lg:flex lg:items-center">
<div class="relative mx-auto w-full rounded-lg shadow-lg lg:max-w-md">
<img class="w-full rounded-lg shadow-xl" src="http://static.photos/workspace/1200x630/1" alt="Modern workspace">
</div>
</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-primary 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">
A better way to work
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
Our spaces are designed to boost productivity and foster collaboration.
</p>
</div>
<div class="mt-10">
<div class="grid grid-cols-1 gap-10 sm:grid-cols-2 lg:grid-cols-3">
<!-- Feature 1 -->
<div class="feature-card transition-all rounded-lg bg-gray-50 p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i data-feather="wifi"></i>
</div>
<div class="mt-5">
<h3 class="text-lg leading-6 font-medium text-gray-900">High-Speed Internet</h3>
<p class="mt-2 text-base text-gray-500">
Reliable, high-speed fiber optic internet available throughout all our spaces.
</p>
</div>
</div>
<!-- Feature 2 -->
<div class="feature-card transition-all rounded-lg bg-gray-50 p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i data-feather="coffee"></i>
</div>
<div class="mt-5">
<h3 class="text-lg leading-6 font-medium text-gray-900">Premium Amenities</h3>
<p class="mt-2 text-base text-gray-500">
Enjoy complimentary coffee, tea, and snacks in our fully-stocked kitchens.
</p>
</div>
</div>
<!-- Feature 3 -->
<div class="feature-card transition-all rounded-lg bg-gray-50 p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i data-feather="users"></i>
</div>
<div class="mt-5">
<h3 class="text-lg leading-6 font-medium text-gray-900">Vibrant Community</h3>
<p class="mt-2 text-base text-gray-500">
Connect with like-minded professionals through our regular networking events.
</p>
</div>
</div>
<!-- Feature 4 -->
<div class="feature-card transition-all rounded-lg bg-gray-50 p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i data-feather="clock"></i>
</div>
<div class="mt-5">
<h3 class="text-lg leading-6 font-medium text-gray-900">Flexible Hours</h3>
<p class="mt-2 text-base text-gray-500">
24/7 access to all members with secure keycard entry.
</p>
</div>
</div>
<!-- Feature 5 -->
<div class="feature-card transition-all rounded-lg bg-gray-50 p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i data-feather="printer"></i>
</div>
<div class="mt-5">
<h3 class="text-lg leading-6 font-medium text-gray-900">Business Services</h3>
<p class="mt-2 text-base text-gray-500">
Access to printers, scanners, meeting rooms, and mail handling services.
</p>
</div>
</div>
<!-- Feature 6 -->
<div class="feature-card transition-all rounded-lg bg-gray-50 p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-primary text-white">
<i data-feather="map-pin"></i>
</div>
<div class="mt-5">
<h3 class="text-lg leading-6 font-medium text-gray-900">Prime Locations</h3>
<p class="mt-2 text-base text-gray-500">
Centrally located spaces with excellent transport links in all major cities.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Spaces Section -->
<div class="relative py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-base text-primary font-semibold tracking-wide uppercase">Our Spaces</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Find your perfect workspace
</p>
</div>
<div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-3 lg:max-w-none">
<!-- Space 1 -->
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden transition-all hover:shadow-xl">
<div class="flex-shrink-0">
<img class="h-48 w-full object-cover" src="http://static.photos/workspace/1200x630/2" alt="Private Office">
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<p class="text-sm font-medium text-primary">
Private Office
</p>
<div class="block mt-2">
<p class="text-xl font-semibold text-gray-900">
Dedicated Workspace
</p>
<p class="mt-3 text-base text-gray-500">
Your own private office with lockable door, perfect for focused work and small teams.
</p>
</div>
</div>
<div class="mt-6 flex items-center">
<div>
<p class="text-sm font-medium text-gray-900">
From €350/month
</p>
</div>
</div>
</div>
</div>
<!-- Space 2 -->
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden transition-all hover:shadow-xl">
<div class="flex-shrink-0">
<img class="h-48 w-full object-cover" src="http://static.photos/workspace/1200x630/3" alt="Hot Desk">
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<p class="text-sm font-medium text-primary">
Hot Desk
</p>
<div class="block mt-2">
<p class="text-xl font-semibold text-gray-900">
Flexible Membership
</p>
<p class="mt-3 text-base text-gray-500">
Access to any available desk in our shared workspace with all amenities included.
</p>
</div>
</div>
<div class="mt-6 flex items-center">
<div>
<p class="text-sm font-medium text-gray-900">
From €150/month
</p>
</div>
</div>
</div>
</div>
<!-- Space 3 -->
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden transition-all hover:shadow-xl">
<div class="flex-shrink-0">
<img class="h-48 w-full object-cover" src="http://static.photos/workspace/1200x630/4" alt="Meeting Room">
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<p class="text-sm font-medium text-primary">
Meeting Room
</p>
<div class="block mt-2">
<p class="text-xl font-semibold text-gray-900">
Professional Space
</p>
<p class="mt-3 text-base text-gray-500">
Book our fully-equipped meeting rooms by the hour for your client meetings and presentations.
</p>
</div>
</div>
<div class="mt-6 flex items-center">
<div>
<p class="text-sm font-medium text-gray-900">
From €25/hour
</p>
</div>
</div>
</div>
</div>
</div>
<div class="mt-12 text-center">
<a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-primary hover:bg-indigo-700">
View All Spaces
<i data-feather="arrow-right" class="ml-2"></i>
</a>
</div>
</div>
</div>
<!-- Testimonials -->
<div class="bg-primary 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-indigo-200 font-semibold tracking-wide uppercase">Testimonials</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
What our members say
</p>
</div>
<div class="mt-10">
<div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
<!-- Testimonial 1 -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden p-6">
<div class="flex items-center">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/1" alt="Maria K.">
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Maria K.</h3>
<p class="text-gray-500">Freelance Designer</p>
</div>
</div>
<p class="mt-4 text-gray-600">
"The creative atmosphere and networking opportunities have helped my business grow exponentially. I love the flexibility!"
</p>
<div class="mt-4 flex">
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden p-6">
<div class="flex items-center">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/2" alt="Thomas R.">
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Thomas R.</h3>
<p class="text-gray-500">Startup Founder</p>
</div>
</div>
<p class="mt-4 text-gray-600">
"As a growing startup, having access to flexible office space without long-term commitments has been a game-changer for us."
</p>
<div class="mt-4 flex">
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden p-6">
<div class="flex items-center">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/3" alt="Sophie L.">
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Sophie L.</h3>
<p class="text-gray-500">Remote Developer</p>
</div>
</div>
<p class="mt-4 text-gray-600">
"Perfect environment for remote workers. The fast internet and comfortable spaces make coming to work a pleasure."
</p>
<div class="mt-4 flex">
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
<i data-feather="star" class="text-yellow-400"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="bg-indigo-50 rounded-lg shadow-xl overflow-hidden lg:grid lg:grid-cols-2 lg:gap-4">
<div class="pt-10 pb-12 px-6 sm:pt-16 sm:px-16 lg:py-16 lg:pr-0 xl:py-20 xl:px-20">
<div class="lg:self-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
<span class="block">Ready to find your perfect workspace?</span>
<span class="block text-primary">Book a tour today.</span>
</h2>
<p class="mt-4 text-lg leading-6 text-gray-500">
Our team will show you around and help you choose the best space for your needs.
</p>
<a href="#" class="mt-8 inline-flex items-center px-5 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-primary hover:bg-indigo-700">
Contact Us
</a>
</div>
</div>
<div class="-mt-6 aspect-w-5 aspect-h-3 md:aspect-w-2 md:aspect-h-1">
<img class="transform translate-x-6 translate-y-6 rounded-md object-cover object-left-top" src="http://static.photos/workspace/1200x630/5" alt="Workspace tour">
</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="grid grid-cols-2 gap-8 md:grid-cols-4">
<div class="col-span-2">
<h3 class="text-white text-xl font-bold">FlexiClone</h3>
<p class="mt-4 text-gray-300 text-sm">
Providing flexible workspace solutions for individuals and businesses since 2023.
</p>
<div class="mt-4 flex space-x-6">
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="linkedin"></i>
</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-200 tracking-wider uppercase">Company</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white">About</a><br>
<a href="#" class="text-base text-gray-300 hover:text-white">Careers</a><br>
<a href="#" class="text-base text-gray-300 hover:text-white">Blog</a><br>
<a href="#" class="text-base text-gray-300 hover:text-white">Press</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-200 tracking-wider uppercase">Support</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white">Contact</a><br>
<a href="#" class="text-base text-gray-300 hover:text-white">FAQ</a><br>
<a href="#" class="text-base text-gray-300 hover:text-white">Terms</a><br>
<a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8">
<p class="text-base text-gray-400 text-center">
&copy; 2023 FlexiClone. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
feather.replace();
// Mobile menu toggle
const mobileMenuButton = document.querySelector('[aria-controls="mobile-menu"]');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', () => {
const expanded = mobileMenuButton.getAttribute('aria-expanded') === 'true';
mobileMenuButton.setAttribute('aria-expanded', !expanded);
mobileMenu.classList.toggle('hidden');
});
</script>
</body>
</html>