-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiso-gecertificeerd.html
More file actions
executable file
·292 lines (272 loc) · 17 KB
/
iso-gecertificeerd.html
File metadata and controls
executable file
·292 lines (272 loc) · 17 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
<!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>ISO 22000 Gecertificeerd - Clean Machine</title>
<meta name="description" content="Clean Machine is ISO 22000 gecertificeerd. Wereldwijd erkende norm voor voedselveiligheid en 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-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-brand-blue font-bold">
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-brand-blue font-bold">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-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-brand-blue font-bold">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-blue to-blue-900 text-white">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center">
<div class="text-7xl mb-6 animate-fade-in-up">🏆</div>
<h1 class="font-display text-5xl md:text-7xl font-bold mb-6 animate-fade-in-up">
ISO 22000 <span class="text-brand-green">Gecertificeerd</span>
</h1>
<p class="text-xl md:text-2xl opacity-90 animate-fade-in-up" style="animation-delay: 0.2s;">
Wereldwijd erkende norm voor voedselveiligheid
</p>
</div>
</div>
</section>
<!-- 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/iso-cert-mobiel.jpg" alt="ISO 22000 Certificaat" 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 in het bezit van een <strong class="text-brand-blue">ISO 22000 certificering</strong>.
Dit is de wereldwijd geaccepteerde norm op het gebied van voedselveiligheid en hygiëne. Voor u betekent dit
dat wij voldoen aan de hoogste eisen die gesteld worden aan bedrijven in de voedselketen.
</p>
</div>
</div>
<!-- What is ISO 22000 -->
<div class="bg-gray-50 rounded-2xl p-10 mb-16 reveal">
<h2 class="font-display text-3xl font-bold mb-6">Wat is ISO 22000?</h2>
<p class="text-lg text-gray-700 leading-relaxed mb-6">
ISO 22000 is een internationale norm voor voedselveiligheidsmanagementsystemen. De norm integreert de principes
van HACCP (Hazard Analysis and Critical Control Points) met de eisen van een managementsysteem.
</p>
<ul class="space-y-3">
<li class="flex items-start">
<span class="text-brand-blue mr-3 text-xl">✓</span>
<span class="text-gray-700"><strong>Risico-analyse:</strong> Systematische identificatie en beheersing van voedselrisico's</span>
</li>
<li class="flex items-start">
<span class="text-brand-blue mr-3 text-xl">✓</span>
<span class="text-gray-700"><strong>Traceerbaarheid:</strong> Complete tracking van begin tot eind</span>
</li>
<li class="flex items-start">
<span class="text-brand-blue mr-3 text-xl">✓</span>
<span class="text-gray-700"><strong>Continue verbetering:</strong> Constante evaluatie en optimalisatie van processen</span>
</li>
<li class="flex items-start">
<span class="text-brand-blue mr-3 text-xl">✓</span>
<span class="text-gray-700"><strong>Externe audits:</strong> Jaarlijkse controles door onafhankelijke certificerende instanties</span>
</li>
</ul>
</div>
<!-- Benefits Grid -->
<div class="grid md:grid-cols-2 gap-8 mb-16 reveal">
<div class="bg-gradient-to-br from-brand-blue to-blue-700 text-white p-8 rounded-2xl card-hover">
<h3 class="font-display text-2xl font-bold mb-4">Voor U Als Klant</h3>
<ul class="space-y-3 opacity-90">
<li class="flex items-start">
<span class="mr-3">✓</span>
<span>Gegarandeerde voedselveiligheid</span>
</li>
<li class="flex items-start">
<span class="mr-3">✓</span>
<span>Naleving van wet- en regelgeving</span>
</li>
<li class="flex items-start">
<span class="mr-3">✓</span>
<span>Verminderd risico op recalls</span>
</li>
<li class="flex items-start">
<span class="mr-3">✓</span>
<span>Betrouwbare partner in uw keten</span>
</li>
</ul>
</div>
<div class="bg-gradient-to-br from-brand-green to-green-700 text-white p-8 rounded-2xl card-hover">
<h3 class="font-display text-2xl font-bold mb-4">Onze Werkwijze</h3>
<ul class="space-y-3 opacity-90">
<li class="flex items-start">
<span class="mr-3">✓</span>
<span>Gedocumenteerde procedures voor elk proces</span>
</li>
<li class="flex items-start">
<span class="mr-3">✓</span>
<span>Continue monitoring van kritische punten</span>
</li>
<li class="flex items-start">
<span class="mr-3">✓</span>
<span>Getraind en gecertificeerd personeel</span>
</li>
<li class="flex items-start">
<span class="mr-3">✓</span>
<span>Jaarlijkse externe audits</span>
</li>
</ul>
</div>
</div>
<!-- Quality Guarantee -->
<div class="bg-brand-dark text-white rounded-2xl p-10 text-center reveal">
<h2 class="font-display text-4xl font-bold mb-6">Kwaliteitsgarantie</h2>
<p class="text-xl opacity-90 max-w-3xl mx-auto">
Met onze ISO 22000 certificering garanderen wij dat elke wasbeurt voldoet aan de hoogste hygiëne-eisen.
U kunt erop vertrouwen dat uw kratten perfect schoon en veilig zijn voor hergebruik in de voedselketen.
</p>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section class="py-20 bg-brand-blue text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="font-display text-4xl md:text-5xl font-bold mb-6">
Ervaar Het <span class="text-brand-green">ISO-Verschil</span>
</h2>
<p class="text-xl opacity-90 mb-8 max-w-2xl mx-auto">
Vraag een gratis proefwassing aan en ervaar zelf de kwaliteit van ISO 22000 gecertificeerde reiniging.
</p>
<a href="offerte-aanvragen.html" class="btn-secondary text-white px-10 py-5 rounded-lg font-bold text-lg inline-block">
Gratis Proefwassing Aanvragen
</a>
</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>