-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-3.html
52 lines (44 loc) · 1.65 KB
/
project-3.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
51
52
<!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 - Blinfo</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>Blinfo</h1>
<p>Blinfo is de site wat betreft informatie over en voor slechtziende</p>
</div>
</header>
<main>
<div class="flex">
<section class="information project-height">
<h2>info</h2>
<p> dit project is tijdens periode 3 van jaar 1 gemaakt.
Blinfo is het resultaat van een groepsproject.
Het is gemaakt met HTML, CSS, PHP en SQL.
Ik heb dit in een groepje van 4 gemaakt.
blinfo is een website waar slechtziende informatie kunnen vinden over slechtziendheid en hulpmiddelen.
</p>
<img src="img/blinfo-hero.jpg" alt="hero plaatje" class="p2-img">
<img src="img/blinfo-info.png" alt="info plaatje" class="p2-img">
<img src="img/blinfo-sem.png" alt="pagina van sem" class="p2-img">
<img src="img/blinfo-viggo.png" alt="pagina van viggo" class="p2-img">
<img src="img/blinfoc-ceren.png" alt="pagina van ceren" class="p2-img">
</section>
</div>
</main>
<footer>
<a href="https://www.linkedin.com/in/sem-van-elteren-5b50b31ab/">LinkedIn</a>
</footer>
</body>
</html>