Spaces:
Running
Running
Meerdere links op het menu laden niet zorg ervoor dat geen enkele link dood loopt - Follow Up Deployment
Browse files- index.html +55 -10
index.html
CHANGED
|
@@ -101,20 +101,20 @@
|
|
| 101 |
<h1 class="text-3xl font-bold">Juliette's <span class="text-green-300">Natuur</span> Kabouter Shop</h1>
|
| 102 |
</div>
|
| 103 |
<nav class="flex space-x-1 md:space-x-6">
|
| 104 |
-
<a href="
|
| 105 |
-
<a href="kabouters
|
| 106 |
-
<a href="accessoires
|
| 107 |
-
<a href="collecties
|
| 108 |
<a href="#over-ons" class="px-3 py-2 rounded-lg hover:bg-green-600 transition">Over Ons</a>
|
| 109 |
-
<a href="contact
|
| 110 |
-
<a href="blog
|
| 111 |
</nav>
|
| 112 |
</div>
|
| 113 |
</div>
|
| 114 |
</header>
|
| 115 |
|
| 116 |
<!-- Hero sectie met bewegende kabouter -->
|
| 117 |
-
<section class="bg-gradient-to-br from-green-100 to-green-50 py-16 border-t-2 border-black">
|
| 118 |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
|
| 119 |
<div class="md:w-1/2 mb-8 md:mb-0">
|
| 120 |
<h2 class="text-4xl md:text-5xl font-bold text-green-800 mb-4">Ontdek onze <span class="text-red-500">kleinste</span> tuinkabouters!</h2>
|
|
@@ -140,7 +140,7 @@
|
|
| 140 |
</section>
|
| 141 |
|
| 142 |
<!-- Populaire kabouters -->
|
| 143 |
-
<section class="py-12 bg-green-50 border-t-2 border-b-2 border-black">
|
| 144 |
<div class="container mx-auto px-4">
|
| 145 |
<h2 class="text-3xl font-bold text-center text-green-800 mb-12">Onze <span class="text-red-500">Kleinste</span> Kabouter Sterren</h2>
|
| 146 |
|
|
@@ -215,7 +215,7 @@
|
|
| 215 |
</section>
|
| 216 |
|
| 217 |
<!-- Kabouter accessoires -->
|
| 218 |
-
<section class="py-12 bg-green-100 border-t-2 border-b-2 border-black">
|
| 219 |
<div class="container mx-auto px-4">
|
| 220 |
<h2 class="text-3xl font-bold text-center text-green-800 mb-12">Kabouter <span class="text-red-500">Accessoires</span></h2>
|
| 221 |
|
|
@@ -269,7 +269,7 @@
|
|
| 269 |
</section>
|
| 270 |
|
| 271 |
<!-- Testimonials -->
|
| 272 |
-
<section class="py-12 bg-green-50 border-t-2 border-b-2 border-black">
|
| 273 |
<div class="container mx-auto px-4">
|
| 274 |
<h2 class="text-3xl font-bold text-center text-green-800 mb-12">Wat zeggen onze <span class="text-red-500">klanten</span>?</h2>
|
| 275 |
|
|
@@ -390,6 +390,51 @@
|
|
| 390 |
</div>
|
| 391 |
</section>
|
| 392 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 393 |
<!-- Footer -->
|
| 394 |
<footer class="bg-gradient-to-br from-green-900 to-green-700 text-white py-12 rounded-t-3xl">
|
| 395 |
<div class="container mx-auto px-4">
|
|
|
|
| 101 |
<h1 class="text-3xl font-bold">Juliette's <span class="text-green-300">Natuur</span> Kabouter Shop</h1>
|
| 102 |
</div>
|
| 103 |
<nav class="flex space-x-1 md:space-x-6">
|
| 104 |
+
<a href="#home" class="px-3 py-2 rounded-lg hover:bg-green-600 transition">Home</a>
|
| 105 |
+
<a href="#kabouters" class="px-3 py-2 rounded-lg hover:bg-green-600 transition">Kabouters</a>
|
| 106 |
+
<a href="#accessoires" class="px-3 py-2 rounded-lg hover:bg-green-600 transition">Accessoires</a>
|
| 107 |
+
<a href="#collecties" class="px-3 py-2 rounded-lg hover:bg-green-600 transition">Collecties</a>
|
| 108 |
<a href="#over-ons" class="px-3 py-2 rounded-lg hover:bg-green-600 transition">Over Ons</a>
|
| 109 |
+
<a href="#contact" class="px-3 py-2 rounded-lg hover:bg-green-600 transition">Contact</a>
|
| 110 |
+
<a href="#blog" class="px-3 py-2 rounded-lg hover:bg-green-600 transition">Blog</a>
|
| 111 |
</nav>
|
| 112 |
</div>
|
| 113 |
</div>
|
| 114 |
</header>
|
| 115 |
|
| 116 |
<!-- Hero sectie met bewegende kabouter -->
|
| 117 |
+
<section id="home" class="bg-gradient-to-br from-green-100 to-green-50 py-16 border-t-2 border-black">
|
| 118 |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
|
| 119 |
<div class="md:w-1/2 mb-8 md:mb-0">
|
| 120 |
<h2 class="text-4xl md:text-5xl font-bold text-green-800 mb-4">Ontdek onze <span class="text-red-500">kleinste</span> tuinkabouters!</h2>
|
|
|
|
| 140 |
</section>
|
| 141 |
|
| 142 |
<!-- Populaire kabouters -->
|
| 143 |
+
<section id="kabouters" class="py-12 bg-green-50 border-t-2 border-b-2 border-black">
|
| 144 |
<div class="container mx-auto px-4">
|
| 145 |
<h2 class="text-3xl font-bold text-center text-green-800 mb-12">Onze <span class="text-red-500">Kleinste</span> Kabouter Sterren</h2>
|
| 146 |
|
|
|
|
| 215 |
</section>
|
| 216 |
|
| 217 |
<!-- Kabouter accessoires -->
|
| 218 |
+
<section id="accessoires" class="py-12 bg-green-100 border-t-2 border-b-2 border-black">
|
| 219 |
<div class="container mx-auto px-4">
|
| 220 |
<h2 class="text-3xl font-bold text-center text-green-800 mb-12">Kabouter <span class="text-red-500">Accessoires</span></h2>
|
| 221 |
|
|
|
|
| 269 |
</section>
|
| 270 |
|
| 271 |
<!-- Testimonials -->
|
| 272 |
+
<section id="collecties" class="py-12 bg-green-50 border-t-2 border-b-2 border-black">
|
| 273 |
<div class="container mx-auto px-4">
|
| 274 |
<h2 class="text-3xl font-bold text-center text-green-800 mb-12">Wat zeggen onze <span class="text-red-500">klanten</span>?</h2>
|
| 275 |
|
|
|
|
| 390 |
</div>
|
| 391 |
</section>
|
| 392 |
|
| 393 |
+
<!-- Contact Sectie -->
|
| 394 |
+
<section id="contact" class="py-16 bg-white">
|
| 395 |
+
<div class="container mx-auto px-4">
|
| 396 |
+
<h2 class="text-3xl font-bold text-center text-green-800 mb-8">Contact</h2>
|
| 397 |
+
<div class="max-w-2xl mx-auto bg-green-50 p-8 rounded-lg shadow-md">
|
| 398 |
+
<form class="space-y-4">
|
| 399 |
+
<div>
|
| 400 |
+
<label class="block text-green-700 mb-2">Naam</label>
|
| 401 |
+
<input type="text" class="w-full px-4 py-2 rounded-lg border border-green-300 focus:outline-none focus:ring-2 focus:ring-green-500">
|
| 402 |
+
</div>
|
| 403 |
+
<div>
|
| 404 |
+
<label class="block text-green-700 mb-2">Email</label>
|
| 405 |
+
<input type="email" class="w-full px-4 py-2 rounded-lg border border-green-300 focus:outline-none focus:ring-2 focus:ring-green-500">
|
| 406 |
+
</div>
|
| 407 |
+
<div>
|
| 408 |
+
<label class="block text-green-700 mb-2">Bericht</label>
|
| 409 |
+
<textarea rows="4" class="w-full px-4 py-2 rounded-lg border border-green-300 focus:outline-none focus:ring-2 focus:ring-green-500"></textarea>
|
| 410 |
+
</div>
|
| 411 |
+
<button type="submit" class="bg-green-600 hover:bg-green-700 text-white px-6 py-3 rounded-lg font-bold w-full">
|
| 412 |
+
Verstuur Bericht
|
| 413 |
+
</button>
|
| 414 |
+
</form>
|
| 415 |
+
</div>
|
| 416 |
+
</div>
|
| 417 |
+
</section>
|
| 418 |
+
|
| 419 |
+
<!-- Blog Sectie -->
|
| 420 |
+
<section id="blog" class="py-16 bg-green-50">
|
| 421 |
+
<div class="container mx-auto px-4">
|
| 422 |
+
<h2 class="text-3xl font-bold text-center text-green-800 mb-8">Kabouter Blog</h2>
|
| 423 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 424 |
+
<div class="bg-white p-6 rounded-lg shadow-md">
|
| 425 |
+
<h3 class="text-xl font-bold text-green-700 mb-2">Kabouter Verzorgingstips</h3>
|
| 426 |
+
<p class="text-gray-600 mb-4">Leer hoe je je kabouters het beste kunt onderhouden en schoonmaken.</p>
|
| 427 |
+
<a href="#" class="text-green-600 font-bold hover:text-green-800">Lees meer →</a>
|
| 428 |
+
</div>
|
| 429 |
+
<div class="bg-white p-6 rounded-lg shadow-md">
|
| 430 |
+
<h3 class="text-xl font-bold text-green-700 mb-2">Kabouter Plaatsing Ideeën</h3>
|
| 431 |
+
<p class="text-gray-600 mb-4">Creatieve manieren om je kabouters in huis en tuin te plaatsen.</p>
|
| 432 |
+
<a href="#" class="text-green-600 font-bold hover:text-green-800">Lees meer →</a>
|
| 433 |
+
</div>
|
| 434 |
+
</div>
|
| 435 |
+
</div>
|
| 436 |
+
</section>
|
| 437 |
+
|
| 438 |
<!-- Footer -->
|
| 439 |
<footer class="bg-gradient-to-br from-green-900 to-green-700 text-white py-12 rounded-t-3xl">
|
| 440 |
<div class="container mx-auto px-4">
|