TAFstorage12 / index.html
Hardy
change all text to same size in the description
b63b7f9 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TAF Storage - Secure Self Storage Solutions</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/feather-icons/dist/feather.min.js"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
navy: {
500: '#001f3f',
600: '#001a35',
700: '#00152b',
}
}
}
}
}
</script>
<style>
.hero-section {
background: linear-gradient(rgba(0, 31, 63, 0.7), rgba(0, 31, 63, 0.7)), url('https://overflowstorage.ie/wp-content/uploads/2020/03/shutterstock_555572530.jpg');
background-size: cover;
background-position: center;
height: 80vh;
}
.storage-unit {
transition: all 0.3s ease;
}
.storage-unit:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-navy-500 text-white shadow-lg">
<div class="container mx-auto px-6 py-3">
<div class="flex justify-between items-center">
<div class="flex items-center space-x-4">
<i data-feather="package" class="w-8 h-8 text-yellow-400"></i>
<span class="text-xl font-bold relative">
<span class="text-white">TAF</span>
<span class="text-yellow-400">Storage</span>
<span class="absolute bottom-0 left-0 w-full h-0.5 bg-yellow-400"></span>
</span>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#" class="text-white hover:text-gray-300">Home</a>
<a href="#about" class="text-white hover:text-gray-300">About Us</a>
<a href="#location" class="text-white hover:text-gray-300">Location</a>
<a href="#contact" class="text-white hover:text-gray-300">Contact</a>
<button class="bg-white text-navy-500 px-4 py-2 rounded-md hover:bg-gray-100 transition">Book Now</button>
</div>
<button class="md:hidden focus:outline-none">
<i data-feather="menu" class="w-6 h-6 text-white"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-section flex items-center justify-center text-white">
<div class="text-center px-4">
<h1 class="text-4xl md:text-5xl font-bold mb-4">Secure Storage Solutions</h1>
<p class="text-xl md:text-2xl mb-8">Safe, flexible, and convenient storage for all your needs</p>
</div>
</section>
<!-- Container Showcase -->
<section class="py-12 bg-navy-700">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold text-center text-white mb-12">Our Secure Container Units</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
<div>
<img src="https://flyinglocksmiths.com/wp-content/smush-webp/TFL_blog_security_cameras-e1557770076716.jpg.webp" alt="Security Cameras" class="rounded-lg shadow-xl w-full h-48 object-cover">
</div>
<div>
<img src=https://images.maritimeprofessional.com/images/maritime/w600/feasa-announced-launch-agentic-control-160014.jpg alt="Shipping Container" class="rounded-lg shadow-xl w-full h-48 object-cover">
</div>
<div>
<img src="https://billremovalistssydney.com.au/wp-content/uploads/2016/02/moving-house-complete-checklist-1.jpg" alt="Moving House" class="rounded-lg shadow-xl w-full h-48 object-cover">
</div>
<div>
<img src="https://tse4.mm.bing.net/th/id/OIP.9XtvklUShmCz39v_6hoigwHaE8?pid=Api&P=0&h=180" alt="Office equipment storage" class="rounded-lg shadow-xl w-full h-48 object-cover">
</div>
</div>
</div>
</section>
<!-- About Us Section -->
<section id="about" class="py-16 bg-white">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold text-center text-navy-500 mb-12">Why Choose TAF Storage?</h2>
<div class="flex flex-col md:flex-row items-center gap-12">
<div class="md:w-1/2">
<img src=https://overflowstorage.ie/wp-content/uploads/2020/03/shutterstock_555572530.jpg alt="Secure Storage Facility" class="rounded-lg shadow-lg w-full">
</div>
<div class="md:w-1/2">
<p class="text-gray-700 mb-6 text-base">
TAF Storage provides premium shipping container storage solutions designed for security and convenience. Our weatherproof steel containers offer the ultimate protection for your belongings during life transitions.
</p>
<p class="text-gray-700 mb-6 text-base">
Whether you're moving, renovating your home, or need a secure base for your small business inventory, our storage solutions provide the perfect balance of security, flexibility and cost-effectiveness.
</p>
<div class="space-y-4">
<div class="flex items-start">
<i data-feather="lock" class="text-navy-500 mr-3 mt-1"></i>
<div>
<h3 class="font-semibold text-gray-800">Security</h3>
<p class="text-gray-600 text-base">24/7 surveillance and secure access for your peace of mind.</p>
</div>
</div>
<div class="flex items-start">
<i data-feather="clock" class="text-navy-500 mr-3 mt-1"></i>
<div>
<h3 class="font-semibold text-gray-800">Flexibility</h3>
<p class="text-gray-600 text-base">Access your valuables any time during opening hours.</p>
</div>
</div>
<div class="flex items-start">
<i data-feather="dollar-sign" class="text-navy-500 mr-3 mt-1"></i>
<div>
<h3 class="font-semibold text-gray-800">Cost-Effective</h3>
<p class="text-gray-600 text-base">Affordable solutions without long-term commitments.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Storage Units Showcase -->
<section class="py-16 bg-gray-100">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold text-center text-navy-500 mb-12">Our Storage Solutions</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Unit 3 -->
<div class="storage-unit bg-white rounded-lg overflow-hidden shadow-lg">
<img src="https://mrskidcontainersales.com.au/wp-content/uploads/2023/02/20ft-container-img03.jpg" alt="Large Storage Unit" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold text-navy-500 mb-2">Units from 70€</h3>
<p class="text-gray-600 mb-4 text-base">Great for entire household moves or substantial business storage.</p>
<div class="flex justify-between items-center">
<span class="text-navy-500 font-bold">from 70€/month</span>
<button class="bg-navy-500 text-white px-4 py-2 rounded hover:bg-navy-600 transition">Book Now</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Location Section -->
<section id="location" class="py-16 bg-gray-100">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold text-center text-navy-500 mb-12">Visit Our Facility</h2>
<div class="flex flex-col md:flex-row items-center gap-12">
<div class="md:w-1/2">
<div class="bg-gray-100 p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold text-navy-500 mb-4">Visit Us</h3>
<div class="space-y-4">
<div class="flex items-start">
<i data-feather="map-pin" class="text-yellow-400 mr-3 mt-1"></i>
<div>
<p class="text-gray-800 font-medium">Foxford Rd</p>
<p class="text-gray-700">Bellass, Ballina, Co. Mayo, F26 X953</p>
<p class="text-gray-600 mt-2">Conveniently located in County Mayo</p>
</div>
</div>
<div class="flex items-start">
<i data-feather="clock" class="text-navy-500 mr-3 mt-1"></i>
<div>
<p class="text-gray-700">Access Hours:</p>
<p class="text-gray-700">Monday - Sunday: 8:00 AM - 6:00 PM</p>
</div>
</div>
<div class="flex items-start">
<i data-feather="phone" class="text-navy-500 mr-3 mt-1"></i>
<div>
<p class="text-gray-700">085 1873317</p>
</div>
</div>
</div>
</div>
</div>
<div class="md:w-1/2 h-96">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.215662606767!2d-73.9878446845938!3d40.75798587932694!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48594f8b8597b9e3%3A0xd8233a148ac411cd!2sJacob%20Trucks%20%26%20Van%20Hire!5e0!3m2!1sen!2sus!4v1623867894566!5m2!1sen!2sus"
class="w-full h-full rounded-lg shadow-xl"
style="border:0;"
allowfullscreen=""
loading="lazy"
title="TAF Storage Location"></iframe>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-navy-500 text-white">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold text-center mb-12">Get In Touch</h2>
<div class="flex flex-col lg:flex-row gap-12">
<div class="lg:w-1/2">
<div class="bg-navy-600 p-8 rounded-lg shadow-lg">
<h3 class="text-xl font-semibold mb-6">Our Contact Info</h3>
<div class="space-y-4">
<div class="flex items-start">
<i data-feather="map-pin" class="text-yellow-400 mr-4 mt-1"></i>
<div>
<p>Foxford Rd</p>
<p>Bellass, Ballina, Co. Mayo, F26 X953</p>
</div>
</div>
<div class="flex items-center">
<i data-feather="phone" class="text-yellow-400 mr-4"></i>
<p>085 1873317</p>
</div>
<div class="flex items-center">
<i data-feather="mail" class="text-yellow-400 mr-4"></i>
<p>tafzstorage@gmail.com</p>
</div>
<div class="flex items-center">
<i data-feather="clock" class="text-yellow-400 mr-4"></i>
<p>Open 7 days a week, 8AM-6PM</p>
</div>
</div>
</div>
</div>
<div class="lg:w-1/2">
<form class="bg-navy-600 p-8 rounded-lg shadow-lg">
<div>
<label for="name" class="block mb-2">Full Name</label>
<input type="text" id="name" class="w-full px-4 py-2 rounded text-navy-500">
</div>
<div>
<label for="email" class="block mb-2">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-2 rounded text-navy-500">
</div>
<div class="md:col-span-2">
<label for="subject" class="block mb-2">Subject</label>
<input type="text" id="subject" class="w-full px-4 py-2 rounded text-navy-500">
</div>
<div class="md:col-span-2">
<label for="message" class="block mb-2">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 rounded text-navy-500"></textarea>
</div>
<div class="md:col-span-2 text-center">
<button type="submit" class="bg-white text-navy-500 px-6 py-3 rounded-md font-semibold hover:bg-gray-100 transition">Send Message</button>
</div>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-navy-700 text-white py-8">
<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 space-x-2">
<i data-feather="package" class="w-6 h-6"></i>
<span class="text-lg font-bold">TAF Storage</span>
</div>
<p class="text-gray-300 mt-2">Secure storage solutions since 2010</p>
</div>
<div class="flex space-x-6">
<a href="https://www.facebook.com/share/19ygjqcVC6/" target="_blank" rel="noopener noreferrer" class="text-gray-300 hover:text-yellow-400 transition">
<i data-feather="facebook" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-300 hover:text-yellow-400 transition">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-300 hover:text-yellow-400 transition">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-300 hover:text-yellow-400 transition">
<i data-feather="youtube" class="w-5 h-5"></i>
</a>
</div>
</div>
<div class="border-t border-navy-500 mt-8 pt-8 flex flex-col md:flex-row justify-between">
<div class="text-gray-300 mb-4 md:mb-0">
<p>© 2023 TAF Storage. All rights reserved.</p>
</div>
<div class="flex flex-wrap gap-4">
<a href="#" class="text-gray-300 hover:text-white transition">Privacy Policy</a>
<a href="#" class="text-gray-300 hover:text-white transition">Terms of Service</a>
<a href="#" class="text-gray-300 hover:text-white transition">FAQ</a>
</div>
</div>
</div>
</footer>
<script>
feather.replace();
// Mobile menu toggle functionality would go here
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('.md\\:hidden');
// Add click event for mobile menu toggle
});
</script>
</body>
</html>