-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (72 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rens' personal site</title>
</head>
<body>
<table cellspacing=25>
<tr>
<td><img src="Content/foto.png" alt="Afbeelding niet gevonden"></td>
<td>
<h1>Rens Appelhof</h1>
<p>Sysadmin bij <a href="https://www.leijgraaf.nl">de Leijgraaf</a></p>
<p>Intune beheer en overige zaken</p>
</td>
</tr>
</table>
<p>
<hr size="2" noshade>
<h3>Education</h3>
<ul>
<li>Niveau 4 ICT-beheer</li>
<li>Microsoft certificaten</li>
</ul>
<hr size="2" noshade>
<h3>Werkervaring</h3>
<table cellspacing=5>
<thead>
<tr>
<th>Datum</th>
<th>Werk</th>
</tr>
</thead>
<tbody>
<tr>
<td>2013-2019</td>
<td>AH Medewerker</td>
</tr>
<tr>
<td>2018-2018</td>
<td>Servicedeskmedewerker</td>
</tr>
<tr>
<td>2018-heden</td>
<td>Systeembeheerder</td>
</tr>
</tbody>
</table>
<hr size="2" noshade>
<h3>Skills Matrix</h3>
<table cellspacing=5>
<tbody>
<tr>
<td>Intune beheer</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Windows 10</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Microsoft Office</td>
<td>⭐⭐⭐⭐</td>
<td>SCCM</td>
<td>⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
<hr size="2" noshade>
<a href="hobbies.html">Mijn Hobbies</a>
<br>
<a href="contact.html">Mijn Contactgegevens</a>
</body>
</html>