-
Notifications
You must be signed in to change notification settings - Fork 0
/
pagina6.html
66 lines (57 loc) · 2.4 KB
/
pagina6.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="nl">
<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="style.css">
<title>Portfolio</title>
</head>
<body>
<div class="container6">
<header>
<nav>
<ul class="nav-links">
<li>
<a href="index.html">Homepagina</a>
</li>
<li>
<a href="pagina4.html">Mijn werk</a>
</li>
<li>
<a class="button" href="pagina2.html">Contact mij!</a>
</li>
</ul>
</nav>
</header>
<main>
<section class="wrapper">
<nav>
<div class="items">
<a class="lijst" href="pagina4.html"><span class="item">Alles</span></a>
<a class="lijst" href="pagina5.html"><span class="item" >Website</span></a>
<a class="lijst" href="pagina6.html"><span class="item active" >App</span></a>
<a class="lijst" href="pagina7.html"><span class="item" >Editing</span></a>
<a class="lijst" href="pagina8.html"><span class="item" >Illustraties</span></a>
<a class="lijst" href="pagina9.html"><span class="item" >Overig</span></a>
</nav>
<div class="gallery">
<a href="pagina11.html"><div class="image"><span><img class="foto9" src="img/9.jpg" alt=""></span></div></a>
<a href="pagina12.html"><div class="image"><span><img class="foto4" src="img/4.jpg" alt=""></span></div></a>
<a href="pagina13.html"><div class="image"><span><img class="foto3" src="img/3.jpg" alt=""></span></div></a>
<a href="pagina14.html"><div class="image"><span><img class="foto5" src="img/5.jpg" alt=""></span></div></a>
<a href="pagina18.html"><div class="image"><span><img class="foto5" src="img/Untitled design.jpg" alt=""></span></div></a>
</div>
</section>
</main>
<footer>
<nav class="footer6">
<a href="https://www.linkedin.com/in/luca-oudejans-5255261b0/">Linkedin</a>
<a href="https://www.instagram.com/lucaoudejans/">Instagram</a>
<a href="#">Email</a>
</nav>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>