-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-2.html
50 lines (43 loc) · 1.5 KB
/
project-2.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
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>project - BincBarbers</title>
</head>
<body>
<header>
<nav>
<a href="index.html">Home</a>
<a href="index.html#hobby">Informatie / contact</a>
<a href="index.html#work">Projecten</a>
</nav>
<div class="hero">
<h1>BINCBARBERS</h1>
<p>Reserveringssysteem voor mijn kapper</p>
</div>
</header>
<main>
<div class="flex">
<section class="information project-height">
<h2>info</h2>
<p> dit project is tijdens periode 2 van jaar 1 gemaakt.
De Bincbarbers website is een reserveringssysteem voor mijn kapper.
Het is gemaakt met HTML, CSS, PHP en SQL.
Ik heb dit in mijn eentje gemaakt als oefening.
</p>
<img src="img/homescreen.jpg" alt="homescreen" class="p2-img">
<img src="img/reservations.png" alt="reserveren" class="p2-img">
<img src="img/dashboard.png" alt="dashboard" class="p2-img">
<img src="img/create.png" alt="create" class="p2-img">
<img src="img/details.png" alt="details" class="p2-img">
</section>
</div>
</main>
<footer>
<a href="https://www.linkedin.com/in/sem-van-elteren-5b50b31ab/">LinkedIn</a>
</footer>
</body>
</html>