-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·349 lines (318 loc) · 21.8 KB
/
contact.html
File metadata and controls
executable file
·349 lines (318 loc) · 21.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!DOCTYPE html>
<html lang="nl" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact - Clean Machine Krattenwasserij</title>
<meta name="description" content="Neem contact op met Clean Machine. Nijverheidsweg 24, 3751 LP Bunschoten-Spakenburg. Tel: 033-2990010.">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Barlow:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
* { font-family: 'Barlow', sans-serif; }
.font-display { font-family: 'Rajdhani', sans-serif; }
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in-up { animation: fadeInUp 0.8s ease-out forwards; }
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.header-blur { backdrop-filter: blur(10px); background: rgba(26, 26, 26, 0.95); }
.text-brand-blue { color: #0079bc; }
.bg-brand-blue { background-color: #0079bc; }
.text-brand-green { color: #69b43e; }
.bg-brand-green { background-color: #69b43e; }
.bg-brand-dark { background-color: #1a1a1a; }
.card-hover { transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.card-hover:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 121, 188, 0.2); }
.btn-primary { background: linear-gradient(135deg, #0079bc 0%, #005a8f 100%); transition: all 0.3s ease; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0, 121, 188, 0.4); }
.btn-secondary { background: linear-gradient(135deg, #69b43e 0%, #538730 100%); transition: all 0.3s ease; }
.btn-secondary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(105, 180, 62, 0.4); }
</style>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
'brand-blue': '#0079bc',
'brand-green': '#69b43e',
'brand-dark': '#1a1a1a',
}
}
}
}
</script>
</head>
<body class="antialiased bg-white text-gray-900">
<header id="header" class="fixed top-0 left-0 right-0 z-50 transition-all duration-300 header-blur">
<nav class="container mx-auto px-4 py-4 flex items-center justify-between">
<div class="flex items-center">
<a href="index.html">
<img src="images/logo.png" alt="Clean Machine Logo" class="h-12 md:h-16 w-auto">
</a>
</div>
<div class="hidden md:flex items-center space-x-6">
<a href="index.html" class="text-white hover:text-brand-blue transition-colors font-medium">Home</a>
<a href="over-ons.html" class="text-white hover:text-brand-blue transition-colors font-medium">Over Ons</a>
<a href="werkwijze.html" class="text-white hover:text-brand-blue transition-colors font-medium">Werkwijze</a>
<div class="relative group">
<button class="text-white hover:text-brand-blue transition-colors font-medium">
Zekerheden ▾
</button>
<div class="absolute hidden group-hover:block bg-brand-dark mt-2 py-2 w-56 rounded-lg shadow-xl">
<a href="iso-gecertificeerd.html" class="block px-4 py-2 text-white hover:bg-brand-blue transition-colors">ISO Gecertificeerd</a>
<a href="24-7-service.html" class="block px-4 py-2 text-white hover:bg-brand-blue transition-colors">24/7 Service</a>
<a href="uniek-wasprogramma.html" class="block px-4 py-2 text-white hover:bg-brand-blue transition-colors">Uniek Wasprogramma</a>
<a href="hygiene-laboratorium.html" class="block px-4 py-2 text-white hover:bg-brand-blue transition-colors">Hygiëne Laboratorium</a>
<a href="niet-goed-geld-terug.html" class="block px-4 py-2 text-white hover:bg-brand-blue transition-colors">Niet Goed Geld Terug</a>
</div>
</div>
<a href="nieuws.html" class="text-white hover:text-brand-blue transition-colors font-medium">Nieuws</a>
<a href="contact.html" class="text-brand-blue font-bold">Contact</a>
<a href="offerte-aanvragen.html" class="btn-primary text-white px-6 py-3 rounded-lg font-bold">Offerte Aanvragen</a>
</div>
<button id="mobile-menu-btn" class="md:hidden text-white">
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</nav>
<div id="mobile-menu" class="hidden md:hidden bg-brand-dark">
<div class="container mx-auto px-4 py-4 flex flex-col space-y-4">
<a href="index.html" class="text-white hover:text-brand-blue transition-colors font-medium">Home</a>
<a href="over-ons.html" class="text-white hover:text-brand-blue transition-colors font-medium">Over Ons</a>
<a href="werkwijze.html" class="text-white hover:text-brand-blue transition-colors font-medium">Werkwijze</a>
<a href="iso-gecertificeerd.html" class="text-white hover:text-brand-blue transition-colors font-medium">ISO Gecertificeerd</a>
<a href="24-7-service.html" class="text-white hover:text-brand-blue transition-colors font-medium">24/7 Service</a>
<a href="uniek-wasprogramma.html" class="text-white hover:text-brand-blue transition-colors font-medium">Uniek Wasprogramma</a>
<a href="hygiene-laboratorium.html" class="text-white hover:text-brand-blue transition-colors font-medium">Hygiëne Laboratorium</a>
<a href="niet-goed-geld-terug.html" class="text-white hover:text-brand-blue transition-colors font-medium">Niet Goed Geld Terug</a>
<a href="nieuws.html" class="text-white hover:text-brand-blue transition-colors font-medium">Nieuws</a>
<a href="contact.html" class="text-brand-blue font-bold">Contact</a>
<a href="offerte-aanvragen.html" class="btn-primary text-white px-6 py-3 rounded-lg font-bold text-center">Offerte Aanvragen</a>
</div>
</div>
</header>
<!-- Hero -->
<section class="pt-32 pb-20 bg-gradient-to-br from-brand-dark to-gray-900 text-white">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center">
<h1 class="font-display text-5xl md:text-7xl font-bold mb-6 animate-fade-in-up">
Neem <span class="text-brand-blue">Contact</span> Op
</h1>
<p class="text-xl md:text-2xl text-gray-300 animate-fade-in-up" style="animation-delay: 0.2s;">
Wij staan voor u klaar
</p>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="py-20 bg-white">
<div class="container mx-auto px-4">
<div class="max-w-6xl mx-auto">
<div class="grid md:grid-cols-2 gap-12">
<!-- Contact Info -->
<div class="reveal">
<h2 class="font-display text-3xl font-bold mb-8">Contactgegevens</h2>
<div class="space-y-8">
<div class="flex items-start gap-4">
<div class="bg-brand-blue text-white w-14 h-14 rounded-full flex items-center justify-center flex-shrink-0 text-2xl">
📍
</div>
<div>
<h3 class="font-bold text-xl mb-2">Adres</h3>
<p class="text-gray-700">
Nijverheidsweg 24<br>
3751 LP Bunschoten-Spakenburg<br>
Nederland
</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="bg-brand-green text-white w-14 h-14 rounded-full flex items-center justify-center flex-shrink-0 text-2xl">
📞
</div>
<div>
<h3 class="font-bold text-xl mb-2">Telefoon</h3>
<p class="text-gray-700">
<a href="tel:0332990010" class="text-brand-blue hover:underline text-lg font-medium">
033-2990010
</a>
</p>
<p class="text-sm text-gray-600 mt-1">24/7 bereikbaar</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="bg-brand-blue text-white w-14 h-14 rounded-full flex items-center justify-center flex-shrink-0 text-2xl">
✉️
</div>
<div>
<h3 class="font-bold text-xl mb-2">E-mail</h3>
<p class="text-gray-700">
<a href="mailto:info@clean-machine.nl" class="text-brand-blue hover:underline text-lg font-medium">
info@clean-machine.nl
</a>
</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="bg-brand-green text-white w-14 h-14 rounded-full flex items-center justify-center flex-shrink-0 text-2xl">
🕐
</div>
<div>
<h3 class="font-bold text-xl mb-2">Openingstijden</h3>
<p class="text-gray-700">
<strong>Productie:</strong> 24/7 operationeel<br>
<strong>Kantoor:</strong> Ma-Vr 8:00 - 17:00
</p>
</div>
</div>
</div>
<div class="mt-12">
<h3 class="font-display text-2xl font-bold mb-4">Volg Ons</h3>
<div class="flex gap-4">
<a href="https://www.facebook.com/cleanmachinebunschoten/" target="_blank"
class="bg-brand-blue hover:bg-blue-700 w-14 h-14 rounded-full flex items-center justify-center transition-colors">
<svg class="w-7 h-7 text-white" fill="currentColor" viewBox="0 0 24 24">
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
</svg>
</a>
<a href="https://www.linkedin.com/company/10951915" target="_blank"
class="bg-brand-blue hover:bg-blue-700 w-14 h-14 rounded-full flex items-center justify-center transition-colors">
<svg class="w-7 h-7 text-white" fill="currentColor" viewBox="0 0 24 24">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
</svg>
</a>
</div>
</div>
</div>
<!-- Contact Form -->
<div class="reveal" style="transition-delay: 0.2s;">
<div class="bg-gray-50 rounded-2xl p-8">
<h2 class="font-display text-3xl font-bold mb-6">Stuur Een Bericht</h2>
<form id="contact-form" class="space-y-6">
<div>
<label for="name" class="block text-sm font-bold mb-2 text-gray-700">Naam *</label>
<input type="text" id="name" name="name" required
class="w-full px-4 py-3 bg-white border-2 border-gray-300 rounded-lg focus:ring-2 focus:ring-brand-blue focus:border-transparent transition-all">
</div>
<div>
<label for="company" class="block text-sm font-bold mb-2 text-gray-700">Bedrijfsnaam</label>
<input type="text" id="company" name="company"
class="w-full px-4 py-3 bg-white border-2 border-gray-300 rounded-lg focus:ring-2 focus:ring-brand-blue focus:border-transparent transition-all">
</div>
<div>
<label for="email" class="block text-sm font-bold mb-2 text-gray-700">E-mail *</label>
<input type="email" id="email" name="email" required
class="w-full px-4 py-3 bg-white border-2 border-gray-300 rounded-lg focus:ring-2 focus:ring-brand-blue focus:border-transparent transition-all">
</div>
<div>
<label for="phone" class="block text-sm font-bold mb-2 text-gray-700">Telefoon</label>
<input type="tel" id="phone" name="phone"
class="w-full px-4 py-3 bg-white border-2 border-gray-300 rounded-lg focus:ring-2 focus:ring-brand-blue focus:border-transparent transition-all">
</div>
<div>
<label for="subject" class="block text-sm font-bold mb-2 text-gray-700">Onderwerp *</label>
<select id="subject" name="subject" required
class="w-full px-4 py-3 bg-white border-2 border-gray-300 rounded-lg focus:ring-2 focus:ring-brand-blue focus:border-transparent transition-all">
<option value="">Kies een onderwerp</option>
<option value="proefwassing">Gratis Proefwassing</option>
<option value="offerte">Offerte Aanvraag</option>
<option value="vraag">Algemene Vraag</option>
<option value="klacht">Klacht of Opmerking</option>
<option value="anders">Anders</option>
</select>
</div>
<div>
<label for="message" class="block text-sm font-bold mb-2 text-gray-700">Bericht *</label>
<textarea id="message" name="message" rows="5" required
class="w-full px-4 py-3 bg-white border-2 border-gray-300 rounded-lg focus:ring-2 focus:ring-brand-blue focus:border-transparent transition-all resize-none"></textarea>
</div>
<button type="submit" class="w-full btn-primary text-white px-8 py-4 rounded-lg font-bold text-lg">
Verstuur Bericht
</button>
</form>
</div>
</div>
</div>
<!-- Map Section -->
<div class="mt-16 reveal">
<h2 class="font-display text-3xl font-bold mb-6 text-center">Bezoek Ons</h2>
<div class="rounded-2xl overflow-hidden shadow-2xl h-96">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2442.8795875!2d5.3743!3d52.2359!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c64e0f!2sNijverheidsweg%2024%2C%203751%20LP%20Bunschoten-Spakenburg!5e0!3m2!1snl!2snl!4v1234567890"
width="100%"
height="100%"
style="border:0;"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-black text-gray-400 py-12">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-3 gap-8 mb-8">
<div>
<img src="images/logo.png" alt="Clean Machine" class="h-12 w-auto mb-4">
<p class="text-sm">ISO 22000 Gecertificeerde Krattenwasserij</p>
</div>
<div>
<h4 class="font-bold text-white mb-3">Links</h4>
<ul class="space-y-2 text-sm">
<li><a href="over-ons.html" class="hover:text-brand-blue transition-colors">Over Ons</a></li>
<li><a href="werkwijze.html" class="hover:text-brand-blue transition-colors">Werkwijze</a></li>
<li><a href="contact.html" class="hover:text-brand-blue transition-colors">Contact</a></li>
<li><a href="nieuws.html" class="hover:text-brand-blue transition-colors">Nieuws</a></li>
<li><a href="privacyverklaring.html" class="hover:text-brand-blue transition-colors">Privacyverklaring</a></li>
</ul>
</div>
<div>
<h4 class="font-bold text-white mb-3">Contact</h4>
<p class="text-sm">
Nijverheidsweg 24<br>
3751 LP Bunschoten-Spakenburg<br>
<a href="tel:0332990010" class="hover:text-brand-blue transition-colors">033-2990010</a><br>
<a href="mailto:info@clean-machine.nl" class="hover:text-brand-blue transition-colors">info@clean-machine.nl</a>
</p>
</div>
</div>
<div class="border-t border-gray-800 pt-8 text-center text-sm">
<p>© 2026 Clean Machine. Alle rechten voorbehouden.</p>
</div>
</div>
</footer>
<script>
const mobileMenuBtn = document.getElementById('mobile-menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
const reveals = document.querySelectorAll('.reveal');
const revealObserver = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('active');
}
});
}, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });
reveals.forEach(reveal => revealObserver.observe(reveal));
// Contact Form
const contactForm = document.getElementById('contact-form');
contactForm.addEventListener('submit', (e) => {
e.preventDefault();
const formData = new FormData(contactForm);
const data = Object.fromEntries(formData);
console.log('Form submitted:', data);
alert('Bedankt voor uw bericht! We nemen zo spoedig mogelijk contact met u op.');
contactForm.reset();
});
</script>
</body>
</html>