-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
212 lines (195 loc) · 12.3 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<!--
Copyright (c) 2017, Jonas De Moor
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
-->
<html>
<head>
<title>Jonas De Moor</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style-min.css">
<!-- Roboto and Roboto Slab fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:400,400i" rel="stylesheet">
<!-- Font Awesome -->
<script src="https://use.fontawesome.com/ee8741945a.js"></script>
</head>
<body>
<!-- Page 1 -->
<div id="page1">
<header id="Intro" class="text-center">
<h1 class="header-title">Jonas De Moor</h1>
<hr class="horizontal-seperator-header">
<p class="header-paragraph">Full-time system administrator, occasional programmer and geek by nature.</p>
</header>
<div class="container page">
<h1 class="page-title">About</h1>
<hr class="horizontal-seperator-heading">
<div class="page-content">
<p>Hello there! My name is Jonas De Moor. Currently, I'm an open source consultant working at <a href="https://inuits.eu/" target="_blank">Inuits</a>.</p>
<div class="col-sm-3 col-md-3 col-lg-3">
<img src="images/profile.jpg" id="profilePic" class="img-responsive img-rounded" alt="Profile picture">
</div>
<div class="col-md-9 col-lg-9">
<p>
I'm very passionate about computing. Already from an early age, I was fascinated by that weird-looking machine in my dad's office.
It didn't take long until I discovered the joys of computing, mainly in the form of computer games. Some years later, I discovered Linux, and my passion for computers only grew stronger.
It's primarily thanks to Linux that I discovered my dream job: being a system administrator.
</p>
<p>
An overview of my proficiencies can be found further down.
</p>
<p>
When I'm not working (or gaming) behind my computer, I enjoy playing the keyboard and the piano. I also love taking long walks with my faithful dog , Raika, or watching a good movie with friends or family.
</p>
</div>
</div>
</div>
</div>
<!-- Page 2 -->
<div id="page2" class="page">
<div class="container">
<h1 class="page-title">Skills</h1>
<hr class="horizontal-seperator-heading">
<div class="page-content">
<p>I have acquired many skills in various fields of computer science during my educational career.
Although my primary interests are related to system administration, networking and DevOps, I also like to program from time to time.
</p>
<p>
Web development is not one of my key strengths; it's somewhat of a love-hate relationship. On the one hand I love clean design and fiddling with things until I obtain the result that I want, but on the other hand I think it's a very frustrating field.
I can spend hours tweaking e.g. a header until I finally get the right result because CSS can sometimes be finicky.
</p>
<div class="row text-center">
<div class="col-md-4 col-sm-4">
<h2 class="page-subtitle-skills"><i class="fa fa-sitemap fa-fw" aria-hidden="true"></i>Networking</h2>
<ul class="list-skills">
<li class="listitem-skills">Cisco Introduction to Networks</li>
<li class="listitem-skills">Cisco Routing & Switching Essentials</li>
<li class="listitem-skills">Cisco Scaling networks</li>
<li class="listitem-skills">Cisco Connecting Networks</li>
</ul>
</div>
<div class="col-md-4 col-sm-4">
<h2 class="page-subtitle-skills"><i class="fa fa-cog fa-fw" aria-hidden="true"></i>Operating Systems</h2>
<ul class="list-skills">
<li class="listitem-skills">Windows Server</li>
<li class="listitem-skills">Linux</li>
<li class="listitem-skills">FreeBSD</li>
</ul>
</div>
<div class="col-md-4 col-sm-4">
<h2 class="page-subtitle-skills"><i class="fa fa-code fa-fw" aria-hidden="true"></i>Programming</h2>
<ul class="list-skills">
<li class="listitem-skills">Java</li>
<li class="listitem-skills">Python</li>
<li class="listitem-skills">C#</li>
<li class="listitem-skills">C</li>
</ul>
</div>
</div>
<div class="row text-center">
<div class="col-md-4 col-sm-4">
<h2 class="page-subtitle-skills"><i class="fa fa-terminal fa-fw" aria-hidden="true"></i>Scripting</h2>
<ul class="list-skills">
<li class="listitem-skills">Bash</li>
<li class="listitem-skills">PowerShell</li>
</ul>
</div>
<div class="col-md-4 col-sm-4">
<h2 class="page-subtitle-skills"><i class="fa fa-html5 fa-fw" aria-hidden="true"></i>Web Development</h2>
<ul class="list-skills">
<li class="listitem-skills">HTML 5</li>
<li class="listitem-skills">CSS 3</li>
<li class="listitem-skills">JavaScript & jQuery</li>
</ul>
</div>
<div class="col-md-4 col-sm-4">
<h2 class="page-subtitle-skills"><i class="fa fa-cubes fa-fw" aria-hidden="true"></i>DevOps</h2>
<ul class="list-skills">
<li class="listitem-skills">Puppet</li>
<li class="listitem-skills">Ansible</li>
</ul>
</div>
</div>
<div class="row text-center">
<div class="col-md-12 col-sm-12">
<h2 class="page-subtitle-skills"><i class="fa fa-database fa-fw" aria-hidden="true"></i>Databases & Big Data</h2>
<ul class="list-skills">
<li class="listitem-skills">MySQL/MariaDB</li>
<li class="listitem-skills">Microsoft SQL</li>
<li class="listitem-skills">Oracle DB</li>
<li class="listitem-skills">MongoDB</li>
<li class="listitem-skills">Hadoop & Spark</li>
</ul>
</div>
</div>
<div class="row text-center">
<h2 id="cv">
<a href="files/cv.pdf" target="_blank"><i class="fa fa-fw fa-download" aria-hidden="true"></i>Curriculum Vitae</a>
</h2>
</div>
</div>
</div>
</div>
<!-- Page 3 -->
<div id="page3" class="page container">
<h1 class="page-title">Education & Career</h1>
<hr class="horizontal-seperator-heading">
<div class="page-content ">
<h2 class="page-subtitle"><i class="fa fa-graduation-cap fa-fw" aria-hidden="true"></i>Education</h2>
<h3 class="page-subsubtitle">2014 - 2017: University College Ghent</h3>
<p>I graduated in June 2017 as a Bachelor in Applied Computer Science.</p>
<h3 class="page-subsubtitle">2008 - 2014: Sint-Maarteninstituut Aalst</h3>
<p>I completed my high school studies in Latin - Modern Languages.</p>
<h2 class="page-subtitle"><i class="fa fa-briefcase fa-fw" aria-hidden="true"></i>Career</h2>
<h3 class="page-subsubtitle">August 2017 - Now: Inuits</h3>
<p>Currently, I work at Inuits as an open source/Linux consultant.</p>
<h3 class="page-subsubtitle">February 2017 - May 2017: DViT bvba</h3>
<p>I worked as a trainee at DViT from February 2017 till June 2017.</p>
</div>
</div>
<!-- Page 4 -->
<div id="page4" class="page container">
<h1 class="page-title">Contact</h1>
<hr class="horizontal-seperator-heading">
<div class="page-content">
<p>You can find me on LinkedIn, Twitter and GitHub. Or you can simply <a href="mailto:[email protected]">contact me by email</a>.</p>
<div id="contactButtons" class="row text-center">
<a class="col-md-4 col-sm4" href="https://www.linkedin.com/in/jonas-de-moor-439b2a137?trk=hp-identity-name" target="_blank"><i class="fa fa-linkedin-square fa-5x"></i></a>
<a class="col-md-4 col-sm4" href="https://twitter.com/jonasdemoor" target="_blank"><i class="fa fa-twitter-square fa-5x" aria-hidden="true"></i></a>
<a class="col-md-4 col-sm4" href="https://github.com/jonasdemoor" target="_blank"><i class="fa fa-github-square fa-5x" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!--Footer-->
<footer id="footer" class="text-center">
<p>Copyright © Jonas De Moor</p>
<p>Made with <a href="https://getbootstrap.com/" target="_blank">Bootstrap</a> and <a href="http://fontawesome.io/" target="_blank">Font Awesome</a></p>
</footer>
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Bootstrap Javascript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>