-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (117 loc) · 4.31 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<H1> Resume </H1>
<Hr size="3" noshade/>
<H1> Education:</H1>
<ol>
<li>
School: LTS
<hr size="2" noshade/>
Period:1984-1989<br>
Education : Electronics
</li>
<br>
<li>
School:MTS
<hr size="2" noshade/>
Period: 1989-1994<br>
Education : Technische Computer sience
</li>
</ol>
<H1> Work experience</H1>
<H2>Employers</H2>
<uL>
<li>
<h3> Orange Business</h3>
Periode:1994 - Present<br>
Functions:
<ol>
<li>
Funtion: Repair Engineer<br>
Periode: 1994-1999
<hr />
Responsibilities:<br>
<br>
Trainings:
<ul>
<li> Servicing Terminal</li>
</ul>
</li>
<br>
<li>
Funtion: IT Support Engineer<br>
Periode: 1999-2004<hr>
Responsibilities:<br>
<ul>
<Li>Installing and maintaining Windows Server (Windows NT4 ,2000,2003).</Li>
<li>Installing and maintaining Windows workstations (Window NT4,2000,Xp,7).</li>
<li>Troubleshooting and fixing hard-/Software issues on desktops, laptops and servers.</li>
<li>Fixing issues on printers and if required arrange supplier support for repair.</li>
</ul>
<br>
Trainings:
<ul>
<li> Database design in MS-Access and SQL Databases</li>
<li> Supporting Lotus-Notes</li>
<li> Implementin / Supporting & Administrating Windows NT / 200x </LI>
<li> Cisco Networking Essestials</li>
</ul>
<br>
Additional Achievments:
<ul>
<li>
Building a custom designed Asset-Management system.
</li>
</ul>
</li>
<br>
<li>
Funtion: Field Service Engineer<br>
Periode: 2004-now()<hr>
Responsibilities:<br>
<ul>
<li>Installing ,configuring and troubleshooting Network devices.</li>
<li>Installing ,configuring and troubleshooting Cisco Telepresence Systems </li>
<li>Installing ,configuring and troubleshooting Cisco Unified Communications Platform </li>
</ul><br>
Training/courses
<ul>
<li>CCNA</li>
<li>CCVP-Voice</li>
<li>Cisco Telepresence deployment and maintenance</li>
<li>VCA </li>
<li>PHP</li>
<li>Javascripting</li>
<li>Web-design</li>
</ul>
Additional Tasks:<br>
<ul>
<li>Designing and building a (Virtual) IPT Test plarfom</li>
<li>Local IT Support </li>
</ul>
</li>
</ol>
</li>
</uL>
<H1> Hobbies</H1>
<ul>
<li> Listening and creating (electronic) Music</li>
<li> Walking in nature and Cycling</li>
<li> Photography</li>
<li> Web design</li>
</ul>
</body>
<footer>
<Hr size="3" noshade/>
<center>
<a href="./public/contact.html">Contact me</a>
<a href="./public/about.html">About Me</a>
</center>
</footer>
</html>