-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiets1.html
More file actions
96 lines (59 loc) · 2.76 KB
/
fiets1.html
File metadata and controls
96 lines (59 loc) · 2.76 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
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slideshow</title>
<link rel="stylesheet" href="style.css">
</head>
<body onload="onStart()">
<header id="header">
<div class="logo">
<img src="Data2024 (2)/web/images/logo.png" onclick="window.location.href='index.html';" style="cursor:pointer;">
</div>
<input id="zoekbalk" type="search" placeholder="Zoek hier.">
<div class="dropdown">
<button class="dropdown-btn" onclick="toggleMenu()">fietsen ⬇️</button>
<div class="dropdown-content" id="dropdownMenu">
<a href="elektrische-fietsen.html">elektrische fietsen</a>
</div>
</div>
<div class="dropdown">
<button class="dropdown-btn" onclick="toggleMenu()">verhuur ⬇️</button>
<div class="dropdown-content" id="dropdownMenu">
<a href="fietsenhuren.html">fiets huren</a>
</div>
</div>
</header>
<div class="grid-container-verkoop">
<div>
<h2>We hebben hier deze stoere stadsfiets is perfect voor dagelijks gebruik. Met zijn stevige frame en comfortabele
zadel, is het de ideale keuze voor korte ritten door de stad of lange tochten in het weekend.</h2>
<a href="fiets1.html"><img src="slideshowtest/istockphoto-171586627-612x612.jpg"></a>
<p>prijs: €1000</p>
<p>prijs kinderfiets: €600</p>
<button>man</button> <button>vrouw</button> <button>kind</button>
<p> kiest u a.u.b wat voor fiets u zou willen</p>
</div>
</div>
</div>
<footer id="footer">
<div id="fietsbeweging"><img src="Data2024 (2)/web/images/fietser-nb.png"></div>
<div class="footer-left">
<a href="overons.html">Over ons</a>
<a href="contact.html">Contact</a>
<a href="voorwaarden.html">Algemene voorwaarden</a>
</div>
<div class="footer-left-bottem">
<p>KVK: 88599665 | BTW NL999888492Z09
</p>
</div>
<div class="footer-right">
<a href="https://www.tiktok.com/@yourusername" target="_blank"><i class="fab fa-tiktok"></i></a>
<a href="https://www.instagram.com/yourusername" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/yourusername" target="_blank"><i class="fab fa-facebook"></i></a>
</div>
</footer>
</body>
</html>