-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathover-ons.html
More file actions
executable file
·305 lines (281 loc) · 17.8 KB
/
over-ons.html
File metadata and controls
executable file
·305 lines (281 loc) · 17.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
<!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>Over Ons - Clean Machine Krattenwasserij</title>
<meta name="description" content="Clean Machine: familiebedrijf in Bunschoten-Spakenburg. Meer dan 1 miljoen kratten per maand met passie voor hygiëne.">
<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-brand-blue font-bold">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-white hover:text-brand-blue transition-colors font-medium">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-brand-blue font-bold">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-white hover:text-brand-blue transition-colors font-medium">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">
Over <span class="text-brand-blue">Clean Machine</span>
</h1>
<p class="text-xl md:text-2xl text-gray-300 animate-fade-in-up" style="animation-delay: 0.2s;">
Familiebedrijf met passie voor hygiëne sinds 2010
</p>
</div>
</div>
</section>
<!-- Main Content -->
<section class="py-20 bg-white">
<div class="container mx-auto px-4">
<div class="max-w-5xl mx-auto">
<div class="reveal mb-16">
<img src="images/werkwijze.jpg" alt="Clean Machine Team" class="w-full rounded-2xl shadow-2xl mb-12">
<div class="prose prose-lg max-w-none">
<p class="text-xl text-gray-700 leading-relaxed mb-6">
Clean Machine is een familiebedrijf gevestigd in Bunschoten-Spakenburg, in het hart van Nederland.
Sinds onze oprichting in 2010 zijn we uitgegroeid tot een van de meest betrouwbare krattenwasserijen
voor de voedselindustrie.
</p>
<p class="text-xl text-gray-700 leading-relaxed mb-6">
Wat begon als een klein initiatief om lokale bedrijven te helpen met het reinigen van hun kratten,
is uitgegroeid tot een state-of-the-art wasserij die maandelijks meer dan <strong class="text-brand-blue">1 miljoen kratten</strong> verwerkt.
</p>
</div>
</div>
<!-- Mission & Vision Grid -->
<div class="grid md:grid-cols-2 gap-8 mb-20 reveal">
<div class="bg-gradient-to-br from-brand-blue to-blue-700 text-white p-10 rounded-2xl card-hover">
<div class="text-5xl mb-6">🎯</div>
<h3 class="font-display text-3xl font-bold mb-4">Onze Missie</h3>
<p class="text-lg opacity-90">
Voedselkratten dermate hygiënisch reinigen dat producten langer houdbaar blijven en de voedselveiligheid
gewaarborgd is. Wij geloven dat perfecte hygiëne begint bij perfect gereinigde kratten.
</p>
</div>
<div class="bg-gradient-to-br from-brand-green to-green-700 text-white p-10 rounded-2xl card-hover">
<div class="text-5xl mb-6">👁️</div>
<h3 class="font-display text-3xl font-bold mb-4">Onze Visie</h3>
<p class="text-lg opacity-90">
De kwaliteitsnorm in de foodsector blijft stijgen. Clean Machine helpt bedrijven om voorop te lopen
door innovatieve wastechnieken, continue verbetering en een onwrikbare focus op hygiëne.
</p>
</div>
</div>
<!-- What Makes Us Different -->
<div class="reveal mb-20">
<h2 class="font-display text-4xl md:text-5xl font-bold mb-12 text-center">
Wat Ons <span class="text-brand-blue">Onderscheidt</span>
</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="text-center">
<div class="bg-brand-blue w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
<span class="text-4xl">👨👩👧👦</span>
</div>
<h3 class="font-display text-2xl font-bold mb-3">Familiebedrijf</h3>
<p class="text-gray-700">
Korte lijnen, persoonlijk contact en jarenlange ervaring. Bij ons bent u geen nummer.
</p>
</div>
<div class="text-center">
<div class="bg-brand-green w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
<span class="text-4xl">🔬</span>
</div>
<h3 class="font-display text-2xl font-bold mb-3">Eigen Laboratorium</h3>
<p class="text-gray-700">
Elke wassing wordt getest in ons state-of-the-art hygiëne laboratorium.
</p>
</div>
<div class="text-center">
<div class="bg-brand-blue w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
<span class="text-4xl">🚚</span>
</div>
<h3 class="font-display text-2xl font-bold mb-3">Eigen Transport</h3>
<p class="text-gray-700">
24/7 beschikbaar voor ophalen en leveren door heel Nederland.
</p>
</div>
</div>
</div>
<!-- Our Facility -->
<div class="bg-gray-50 rounded-2xl p-10 reveal">
<h2 class="font-display text-4xl font-bold mb-6">Onze Faciliteit</h2>
<p class="text-lg text-gray-700 leading-relaxed mb-6">
In 2018 zijn we verhuisd naar een gloednieuw, speciaal ontworpen pand van 2.500 m² in Bunschoten-Spakenburg.
Dit moderne complex is volledig ingericht voor optimale krattenwassing en kwaliteitscontrole.
</p>
<ul class="space-y-3 text-gray-700">
<li class="flex items-start">
<span class="text-brand-blue mr-3 text-xl">✓</span>
<span>Moderne wasstraat met capaciteit van 1+ miljoen kratten per maand</span>
</li>
<li class="flex items-start">
<span class="text-brand-blue mr-3 text-xl">✓</span>
<span>ISO 22000 gecertificeerd hygiëne laboratorium</span>
</li>
<li class="flex items-start">
<span class="text-brand-blue mr-3 text-xl">✓</span>
<span>Eigen transportvloot voor snel en betrouwbaar ophalen & leveren</span>
</li>
<li class="flex items-start">
<span class="text-brand-blue mr-3 text-xl">✓</span>
<span>Duurzame waterrecirculatie en energiezuinige systemen</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-brand-dark text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="font-display text-4xl md:text-5xl font-bold mb-6">
Klaar voor een <span class="text-brand-blue">Proefwassing?</span>
</h2>
<p class="text-xl text-gray-300 mb-8 max-w-2xl mx-auto">
Ervaar zelf het verschil. Vraag vandaag nog een gratis proefwassing aan.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="offerte-aanvragen.html" class="btn-primary text-white px-8 py-4 rounded-lg font-bold text-lg">
Offerte Aanvragen
</a>
<a href="contact.html" class="btn-secondary text-white px-8 py-4 rounded-lg font-bold text-lg">
Contact Opnemen
</a>
</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));
</script>
</body>
</html>