-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (89 loc) · 3.23 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8">
<title>Portfolio Kevin</title>
<link rel="stylesheet" href="css/master.css">
<link rel="icon" href="pictures/kevin-dohmen-icon.png">
</head>
<body class="homepagebody">
<div id="wrapper">
<div id="topBar">
<a href="index.html" class="menuButton">
<img src="pictures/Icons/home.webp" alt="Pic" height="32px">
<p class="menuText">Home</p>
</a>
<a href="projecten.html" class="menuButton">
<img src="pictures/Icons/projects.webp" alt="Pic" height="32px">
<p class="menuText">Projecten</p>
</a>
<a href="contact.html" class="menuButton">
<img src="pictures/Icons/contact.webp" alt="Pic" height="32px">
<p class="menuText">Contact</p>
</a>
<a href="cv.html" class="menuButton">
<img src="pictures/Icons/cv.webp" alt="Pic" height="32px">
<p class="menuText">CV</p>
</a>
</div>
<div id="Header">
<table style="margin: 0 auto; margin-top: 64px;">
<tr>
<td>
<img src="pictures/Kevin/KevinSmile-facecrop-removebg-512.webp" alt="profile picture" class="pfpic">
</td>
<td>
<div class="vseppline"></div>
</td>
<td>
<p class="Title Portfolio" style="display: block;">Kevin Dohmen</p>
<hr class="hseppline">
<p class="wherehowwhy">
Studentennummer: 589181 <br>
Studie: ICT College Amersfoort <br>
School: ROC Midden Nederland <br>
COHORT jaar: 2023
</p>
</td>
</tr>
</table>
</div>
<div id="content">
<div class="whoami">
<p class="text">
Ik ben Kevin. <br>
Mijn intresses zijn electronica, programmeren en een beetje fotografie. <br>
De talen die ik nu beheers zijn: Python, C++ en HTML/CSS. <br>
Ik ben nu bezig met het leren van HTML/CSS en voor mijzelf ben ik bezig met C++. <br>
Thuis heb ik een 3D printer staan, een CR 20 pro, waar zo nu en dan wat mee print. <br>
Ik ontwerp het meers met Fusion360 en slicen doe ik met PrusaSlicer of Cura. <br>
Ook ben ik veel bezig met blender, maar dat is meer voor de fun. <br>
</p>
</div>
</div>
</div>
<div id="footer">
<table style="width: 100%;">
<tr>
<td style="width: 50%;">
Pagina's:<br/>
- <a class="link" href="index.html">Portfolio</a><br/>
- <a class="link" href="projecten.html">Projecten</a><br/>
- <a class="link" href="contact.html">Contact</a><br/>
- <a class="link" href="cv.html">CV</a> <br>
- <a class="link" href="subdomains.html" target="_blank">Subdomeinen</a>
</td>
<td>
Contactinformatie:<br/>
e-Mail:<br>
- kevindohmen06@gmail.com<br/>
- 589181@edu.rocmn.nl<br><br>
Telefoon:<br>
- 0623352848
</td>
</tr>
</table>
</div>
<script src="js/master.js"></script>
</body>
</html>