forked from NickSchoenmakers/B1-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
40 lines (40 loc) · 1.54 KB
/
product.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeveloperLand - Het meest leerzame prepark voor het hele gezin!</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<header>
<div class="header-content">
<div class="wrapper">
<img src="images/logo-big-v3.png" alt="Het logo van DeveloperLand met een draaimolen, kasteel, achtbaan en tot slot een gezin op de voorgrond." class="logo hidden-on-sm">
<h1 class="hidden-on-lg">DeveloperLand</h1>
</div>
</div>
</header>
<main>
<div class="wrapper">
<h2>DeveloperLand Mok</h2>
<div class="productPage">
<img src="images/merchandise/mok.JPG" alt="afbeelding van DeveloperLand Mok">
<div class="porductPageRight">
<p><b>in het kort:</b> een Mok met jou eigen actiefoto er op</p>
<p><b>Prijs:</b> €14,95</p>
<p><b>Over dit product:</b> Een mooie mok met je eigen foto. Lorem ipsum dolor sit amet consectetur adipisicing elit. Inventore quaerat fugiat itaque hic architecto laboriosam magni esse, quod provident totam sint, dicta temporibus molestias. Quis, accusamus? Cupiditate nisi aperiam nobis.</p>
<button>Plaats in winkelmantje (+€14,95)</button>
</div>
</div>
</div>
</main>
<footer>
<div class="wrapper">
<div class="copyright">
© 2020 - 2021 DeveloperLand All Rights Reserved
</div>
</div>
</footer>
</body>
</html>