rubberroofrevolution / index.html
jensvde's picture
subsidie-dakisolatie
9f58885 verified
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RubberRoofRevolution - Uw Specialist in Rubberdaken</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>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: {
50: '#f0f9ff',
100: '#e0f2fe',
200: '#bae6fd',
300: '#7dd3fc',
400: '#38bdf8',
500: '#0ea5e9',
600: '#0284c7',
700: '#0369a1',
800: '#075985',
900: '#0c4a6e',
},
secondary: {
50: '#fefce8',
100: '#fef9c3',
200: '#fef08a',
300: '#fde047',
400: '#facc15',
500: '#eab308',
600: '#ca8a04',
700: '#a16207',
800: '#854d0e',
900: '#713f12',
}
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
}
.hero-gradient {
background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 50%, #0369a1 100%);
}
.feature-card:hover {
transform: translateY(-5px);
transition: all 0.3s ease;
}
.floating {
animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, -15px); }
100% { transform: translate(0, -0px); }
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<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 items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="home" class="h-8 w-8 text-primary-600"></i>
<span class="ml-2 text-xl font-bold text-gray-900">RubberRoofRevolution</span>
</div>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#home" class="text-gray-700 hover:text-primary-600 px-3 py-2 rounded-md text-sm font-medium">Home</a>
<a href="#diensten" class="text-gray-700 hover:text-primary-600 px-3 py-2 rounded-md text-sm font-medium">Diensten</a>
<a href="#voordelen" class="text-gray-700 hover:text-primary-600 px-3 py-2 rounded-md text-sm font-medium">Voordelen</a>
<a href="#projecten" class="text-gray-700 hover:text-primary-600 px-3 py-2 rounded-md text-sm font-medium">Projecten</a>
<a href="subsidie-dakisolatie.html" class="text-gray-700 hover:text-primary-600 px-3 py-2 rounded-md text-sm font-medium">Subsidie</a>
<a href="#contact" class="bg-primary-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-primary-700">Contact</a>
</div>
<div class="md:hidden flex items-center">
<button class="mobile-menu-button">
<i data-feather="menu" class="h-6 w-6 text-gray-700"></i>
</button>
</div>
</div>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu hidden md:hidden">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 bg-white border-t">
<a href="#home" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-primary-600">Home</a>
<a href="#diensten" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-primary-600">Diensten</a>
<a href="#voordelen" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-primary-600">Voordelen</a>
<a href="#projecten" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-primary-600">Projecten</a>
<a href="subsidie-dakisolatie.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-primary-600">Subsidie</a>
<a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-primary-600 hover:bg-primary-700">Contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero-gradient text-white">
<div id="vanta-bg" class="min-h-screen flex items-center justify-center relative overflow-hidden">
<div class="absolute inset-0 bg-black opacity-20"></div>
<div class="relative z-10 text-center px-4 max-w-4xl mx-auto">
<h1 class="text-4xl md:text-6xl font-bold mb-6 floating">Revolutioneer Uw Dak</h1>
<p class="text-xl md:text-2xl mb-8 opacity-90">Professionele rubberdaken voor een waterdichte toekomst. Duurzaam, betrouwbaar en energiezuinig.</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<button class="bg-secondary-500 hover:bg-secondary-600 text-white px-8 py-3 rounded-lg font-semibold text-lg transition duration-300 transform hover:scale-105">
Gratis Offerte
</button>
<button class="border-2 border-white hover:bg-white hover:text-primary-700 text-white px-8 py-3 rounded-lg font-semibold text-lg transition duration-300">
Onze Projecten
</button>
</div>
</div>
</div>
</section>
<!-- Diensten Section -->
<section id="diensten" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Onze Specialistische Diensten</h2>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">Van aanleg tot onderhoud, wij bieden complete oplossingen voor uw rubberdak</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="feature-card bg-gray-50 p-8 rounded-xl shadow-lg hover:shadow-xl">
<div class="w-16 h-16 bg-primary-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="tool" class="h-8 w-8 text-primary-600"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-4">Nieuwe Aanleg</h3>
<p class="text-gray-600">Professionele plaatsing van hoogwaardige rubberdaken voor nieuwbouw en renovatieprojecten.</p>
</div>
<div class="feature-card bg-gray-50 p-8 rounded-xl shadow-lg hover:shadow-xl">
<div class="w-16 h-16 bg-primary-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="shield" class="h-8 w-8 text-primary-600"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-4">Onderhoud & Reparatie</h3>
<p class="text-gray-600">Regelmatig onderhoud en snelle reparaties om de levensduur van uw dak te garanderen.</p>
</div>
<div class="feature-card bg-gray-50 p-8 rounded-xl shadow-lg hover:shadow-xl">
<div class="w-16 h-16 bg-primary-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="check-circle" class="h-8 w-8 text-primary-600"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-4">Inspectie & Advies</h3>
<p class="text-gray-600">Gratis dak inspecties en persoonlijk advies voor de beste oplossing.</p>
</div>
</div>
</div>
</section>
<!-- Voordelen Section -->
<section id="voordelen" class="py-20 bg-primary-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">Waarom Kiezen voor Rubberdaken?</h2>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="w-8 h-8 bg-primary-600 rounded-full flex items-center justify-center">
<i data-feather="check" class="h-4 w-4 text-white"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-semibold text-gray-900">25+ Jaar Garantie</h3>
<p class="text-gray-600 mt-1">Lange levensduur met uitgebreide garantie</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="w-8 h-8 bg-primary-600 rounded-full flex items-center justify-center">
<i data-feather="check" class="h-4 w-4 text-white"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-semibold text-gray-900">Energiezuinig</h3>
<p class="text-gray-600 mt-1">Beter isolatie voor lagere energiekosten</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="w-8 h-8 bg-primary-600 rounded-full flex items-center justify-center">
<i data-feather="check" class="h-4 w-4 text-white"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-semibold text-gray-900">Mildebelasting</h3>
<p class="text-gray-600 mt-1">Lichtgewicht en geschikt voor alle daken</p>
</div>
</div>
</div>
</div>
<div class="relative">
<img src="http://static.photos/construction/640x360/1" alt="Rubberdak installatie" class="rounded-lg shadow-2xl">
<div class="absolute -bottom-6 -left-6 bg-white p-6 rounded-lg shadow-lg">
<div class="text-3xl font-bold text-primary-600">98%</div>
<div class="text-gray-600">Tevreden Klanten</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section id="contact" class="py-20 bg-primary-600 text-white">
<div class="max-w-4xl mx-auto text-center px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Klaar voor een Waterdicht Dak?</h2>
<p class="text-xl mb-8 opacity-90">Neem vandaag nog contact op voor een vrijblijvende offerte</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
<button class="bg-secondary-500 hover:bg-secondary-600 text-white px-8 py-3 rounded-lg font-semibold text-lg transition duration-300 transform hover:scale-105">
<i data-feather="phone" class="inline w-5 h-5 mr-2"></i>
085 - 130 45 67
</button>
<button class="bg-white text-primary-600 hover:bg-gray-100 px-8 py-3 rounded-lg font-semibold text-lg transition duration-300">
<i data-feather="mail" class="inline w-5 h-5 mr-2"></i>
info@rubberroofrevolution.nl
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-4">
<i data-feather="home" class="h-8 w-8 text-primary-400"></i>
<span class="ml-2 text-xl font-bold">RubberRoofRevolution</span>
</div>
<p class="text-gray-400">Uw betrouwbare partner voor rubberdaken sinds 2010.</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Diensten</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#diensten" class="hover:text-white">Dakaanleg</a></li>
<li><a href="#diensten" class="hover:text-white">Onderhoud</a></li>
<li><a href="#diensten" class="hover:text-white">Reparatie</a></li>
<li><a href="subsidie-dakisolatie.html" class="hover:text-white">Subsidie</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Contact</h3>
<ul class="space-y-2 text-gray-400">
<li>Dakstraat 123</li>
<li>1234 AB Rotterdam</li>
<li>085 - 130 45 67</li>
<li>info@rubberroofrevolution.nl</li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Volg Ons</h3>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="linkedin" class="h-6 w-6"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<p>&copy; 2024 RubberRoofRevolution. Alle rechten voorbehouden.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.querySelector('.mobile-menu-button').addEventListener('click', function() {
document.querySelector('.mobile-menu').classList.toggle('hidden');
});
// 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: 0x0ea5e9,
backgroundColor: 0x0ea5e9,
points: 12.00,
maxDistance: 25.00,
spacing: 18.00
});
// Smooth scrolling
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>