-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (65 loc) · 2.78 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Robin Van Welden portfolio website</title>
<link href='https://fonts.googleapis.com/css?family=B612' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Mukta Malar' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>Robin Van Welden</header>
<main>
<section>
<h1>Works</h1>
<article>
<img src="images/1.png" alt="TheBeautyStudio afbeelding">
<div>
<h2>TheBeautyStudio</h2>
<p>Voorbeeldwebsite schoonheidssalon</br>
Technologiën: HTML5, CSS3, Javascript
</p>
<button class="fill"><a href="TheBeautyStudio/index.html">Bezoek</a></button>
</div>
</article>
<article>
<div>
<h2>TuinenHeyse</h2>
<p>Voorbeeldwebsite tuinaanlegger</br>Technologiën: HTML5, CSS3, Javascript
</p>
<button class="fill"><a href="TuinenHeyse/index.html">Bezoek</a></button>
</div>
<img src="images/2.png" alt="TuinenHeyse afbeelding">
</article>
</section>
<section>
<h1>In progress</h1>
<div class="progress">
<img src="images/5.png" alt="NoPageLikeHome afbeelding">
<img src="images/6.png" alt="NoPageLikeHome afbeelding">
<div>
<h2>NoPageLikeHomeWebApp</h2>
<p>Eigen web applicatie om uw browser startpagina nieuw leven in te blazen. </br>
Technologiën: HTML5, CSS3 (TailwindCSS), Javascript (Vue.js), PHP (Laravel).
</p>
</div>
</div>
<div class="progress">
<div>
<h2>Juwelierster website</h2>
<p>Voorbeeld website juwelierster. Met zelf geschreven backend in PHP, alsook meertalig.</br>
Technologiën: HTML5, CSS3, Javascript, PHP.
</p>
</div>
<img src="images/3.png" alt="Juwelierster website afbeelding">
<img src="images/4.png" alt="Juwelierster website afbeelding">
</div>
</section>
</main>
<footer>
<p><span>©</span> Robin Van Welden</p>
<p>Indien vragen, aarzel dan niet om mij te contacteren: <a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>