-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
647 lines (554 loc) · 40.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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
<!DOCTYPE html>
<html lang="en">
<head>
<title>Martijn Meeldijk</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="My resume">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- github calendar css -->
<link rel="stylesheet" href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css" />
<!-- github activity css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="assets/plugins/github-activity/github-activity.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container clearfix">
<img class="profile-image img-fluid float-left" src="assets/images/martijn.png" alt="James Lee" />
<div class="profile-content float-left">
<h1 class="name">Martijn Meeldijk</h1>
<h2 class="desc">Industrial Engineer</h2>
<ul class="social list-inline">
<li class="list-inline-item"><a target="_blank" href="https://www.linkedin.com/in/martijn-meeldijk-69452818a/"><i class="fab fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://github.com/martijnmeeldijk"><i class="fab fa-github-alt"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://stackoverflow.com/users/13289356/epic-martijn"><i class="fab fa-stack-overflow"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://open.spotify.com/artist/0uci5famFacOkZxT65W7Mp?si=-1GziHGgSj-B2v9_jDBX9g"><i class="fab fa-spotify"></i></a></li>
</ul>
</div>
<!--//profile-->
<a class="btn btn-cta-primary float-right" href="mailto: [email protected]" target="_blank"><i class="fas fa-paper-plane"></i> Contact Me</a>
</div>
<!--//container-->
</header>
<!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-lg-8 col-12">
<section class="about section">
<div class="section-inner">
<h2 class="heading">About Me</h2>
<div class="content">
<p>I'm Martijn, <bdi id="age-number">23</bdi> years old. I'm a computer engineer and I make <a target="_blank" href="https://open.spotify.com/artist/0uci5famFacOkZxT65W7Mp?si=-1GziHGgSj-B2v9_jDBX9g">music</a> in my free time.
Beyond my inherent enthusiasm, sociability, and playful nature,
I possess a profound drive and unwavering passion for the pursuits that define me.
</p>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section>
<!--//section-->
<section class="about section">
<div class="section-inner">
<h2 class="heading">Reasons to hire me</h2>
<div class="content">
<ul>
<li>My greatest strength is quickly adapting to learn new things, and finding a way to do them as efficiently as possible.</li>
<li>I have a lot of programming experience thanks to my professional bachelors degree, as well as a mathematical background due to my studies at UGent.</li>
<li>Thinking outside the box and combining my knowledge from different fields.</li>
<li>I am used to working in a team. </li>
<li>I am definetly not afraid of a challenge.</li>
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section>
<!--//section-->
<section class="experience section">
<div class="section-inner">
<h2 class="heading">Work Experience and milestones</h2>
<div class="content">
<div class="item">
<h3 class="title">Graduated - <span class="place"><a href="#">UGent</a></span> <span class="year">(jul 2023)</span></h3>
<p>
Obtained the degree of Master of Information Engineering Technology (Master in de industriële wetenschappen: informatica)
</p>
<small>(magna cum laude)</small>
</div>
<div class="item">
<h3 class="title">Math Tutor - <span class="place"><a href="#">Rebus</a></span> <span class="year">(sep 2022 - jun 2023)</span></h3>
<p>
At Rebus I tutored mathematics to first year university students.
</p>
</div>
<div class="item">
<h3 class="title">Graduated - <span class="place"><a href="#">UCLL</a></span> <span class="year">(jul 2021)</span></h3>
<p>
Obtained the degree of Professional Bachelor of Applied Computer Science (Toegepaste Informatica).
</p>
<small>(cum laude)</small>
</div>
<div class="item">
<h3 class="title">Front-end development internship - <span class="place"><a href="#">Realdolmen</a></span> <span class="year">(feb-jun 2021)</span></h3>
<p>
The goal of my internship at realdolmen was to use Angular and NX to build a website using microfrontends.
</p>
</div>
<div class="item">
<h3 class="title">Hackathon winner - <span class="place"><a href="#">Cronos Group</a></span> <span class="year">(nov 2020)</span></h3>
<p>
Together with my friend Thibault, I won the security challenge of Hack the Future 2020.
</p>
</div>
<div class="item">
<h3 class="title">Intern - <span class="place"><a href="#">Mercedes Benz Financial Services</a></span> <span class="year">(jul-aug 2020)</span></h3>
<p>
During the summer of 2020, I worked for Mercedes Benz Financial Services. I was hired to sort car documents, but was quickly promoted to do more difficult tasks.
</p>
</div>
<!--//item-->
<div class="item">
<h3 class="title">Network & Network security engineer trainee - <span class="place"><a href="#">Ahold Delhaize</a></span> <span class="year">(jul-aug 2019)</span></h3>
<p>During the summer of 2019, I worked for the Network & Network Security team at Ahold Delhaize. Even though this is not my main focus of study (I study software development),
I learned an awful lot of interesting things. I really think this job had opened my eyes, as it had even influenced my way of programming.
</p>
</div>
<!--//item-->
<div class="item">
<h3 class="title">Music Teacher <span class="place"><a href="#">Mozaiek Bertem</a></span> <span class="year">(2016-2019)</span></h3>
<p>I taught kids how to play guitar, drums and ukulele at my local music school. I also conducted for the youth brass band.
</p>
</div>
<!--//item-->
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section>
<section class="latest section">
<div class="section-inner">
<h2 class="heading">Latest Projects</h2>
<div class="content">
<!-- <div class="item featured text-center">
<h3 class="title"><a href="https://github.com/martijnmeeldijk/german-training" target="_blank">German Training</a></h3>
<p class="summary">An electron app to train my German vocabs</p>
<div class="featured-image has-ribbon">
<a href="https://github.com/martijnmeeldijk/german-training" target="_blank">
<img class="img-fluid project-image" src="assets/images/projects/german-training.png" alt="project name" />
</a>
<div class="ribbon">
<div class="text">New</div>
</div>
</div>
<div class="desc text-left">
<p>I created this app in for two reasons... I wanted to learn German and I wanted to learn electron. The second one went pretty well. Sadly enough, despite all the effort I put in programming this app. I'm not a fluent German speaker yet. I'll get there though! The app is still in development, but you can download the latest version <a href="https://github.com/martijnmeeldijk/german-training/releases/">here</a>. The app works for both Mac and Windows. </p>
</div>
<a class="btn btn-cta-secondary" href="https://github.com/martijnmeeldijk/german-training" target="_blank"><i class="fas fa-thumbs-up"></i> Find out more</a>
</div> -->
<!--//item-->
<hr class="divider" />
<div class="item row">
<a class="col-md-4 col-12" href="https://github.com/martijnmeeldijk/german-training" target="_blank">
<img class="img-fluid project-image" src="assets/images/projects/german-training.png" alt="project name" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title"><a href="https://github.com/martijnmeeldijk/german-training" target="_blank">German Training</a></h3>
<p class="mb-2">I created this app in for two reasons... I wanted to learn German and I wanted to learn electron. The second one went pretty well. Sadly enough, despite all the effort I put in programming this app. I'm not a fluent German speaker yet. I'll get there though! The app is still in development, but you can download the latest version <a href="https://github.com/martijnmeeldijk/german-training/releases/">here</a>. The app works for both Mac and Windows.</p>
<p><a class="more-link" href="https://github.com/martijnmeeldijk/german-training" target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-12" href="https://github.com/martijnmeeldijk/wake-on-lan-minecraft" target="_blank">
<img class="img-fluid project-image" src="assets/images/projects/minecraft.png" alt="project name" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title"><a href="https://github.com/martijnmeeldijk/wake-on-lan-minecraft" target="_blank">Epic Gamer Time</a></h3>
<p class="mb-2">A website running on my raspberry pi to turn on my minecraft server using a magic packet. <br /><br /> I later added a live stream to the website (also running on the raspberry pi) showing the actual server it's running on. You can adjust three RGB sliders to change the color of the LED that you can see in the stream. If you scroll down a bit on the website, you can check it out (if my dog didn't eat my router). Be sure to visit the site <a href="http://mc.epicgamertime.com">here</a>. </p>
<p><a class="more-link" href="https://github.com/martijnmeeldijk/wake-on-lan-minecraft" target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-12" href="https://github.com/martijnmeeldijk/taskmanager-martijn" target="_blank">
<img class="img-fluid project-image" src="assets/images/projects/project-1.png" alt="project name" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title"><a href="https://github.com/martijnmeeldijk/taskmanager-martijn" target="_blank">Taskmanager</a></h3>
<p class="mb-2">An app I created with Java using the SPRING framework. It's a simple task manager. You can add tasks with a date and description. If you'd like you can also add a subtask. Sadly enough, I only have one raspberry pi. So you won't be able to get a hands on demo. Click 'Find out more' to visit the GitHub repo. </p>
<p><a class="more-link" href="https://github.com/martijnmeeldijk/taskmanager-martijn" target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>
</div>
<!--//desc-->
</div>
<!--//item-->
<!-- <div class="item row">
<a class="col-md-4 col-12" href="https://github.com/martijnmeeldijk/The-Today-Express" target="_blank">
<img class="img-fluid project-image" src="https://raw.githubusercontent.com/martijnmeeldijk/The-Today-Express/master/screenshot.png" alt="project name" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title"><a href="https://github.com/martijnmeeldijk/The-Today-Express" target="_blank">The Today Express - the only news website you will ever need</a></h3>
<p class="mb-2">A news website which you can log in to publish posts to an audience. You can also manage your published posts.
The project is written in elixir, using the phoenix framework. I "borrowed" a part of the source code from some cool guy's blog.
</p>
<p><a class="more-link" href="https://github.com/martijnmeeldijk/The-Today-Express" target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>
</div>
</div> -->
<!--//item-->
<div class="item row">
<a class="col-md-4 col-12" href="https://github.com/ucll-vgo1920-sem2/picross-martijnmeeldijk" target="_blank">
<img class="img-fluid project-image" src="assets/images/projects/picrossgame.png" alt="project name" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title"><a href="https://github.com/ucll-vgo1920-sem2/picross-martijnmeeldijk" target="_blank">PiCross</a></h3>
<p class="mb-2">A puzzle game I made in WPF. It's based on Japanese nonogram puzzles (also known as PiCross).
</p>
<p><a class="more-link" href="https://github.com/ucll-vgo1920-sem2/picross-martijnmeeldijk" target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>
</div>
<!--//desc-->
</div>
<!--//item-->
<div class="item row">
<a class="col-md-4 col-12" href="https://github.com/DenDeen/Limbo" target="_blank">
<img class="img-fluid project-image" src="assets/images/projects/limbo.png" alt="project name" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title"><a href="https://github.com/DenDeen/Limbo" target="_blank">Limbo</a></h3>
<p class="mb-2">This was conceived during wire.hack, a hackathon from the company Barco. We were supposed to build something that would help in case of a zombie apocalypse. So we built Limbo (Tinder for zombies). It was our first week of the semester and we've had one class about SPRING. So we thought we knew enough to build an entire app. I must say we kind of overestimated ourselves there, but I've never learned so much about a framework in 24 hours.
</p>
<p><a class="more-link" href="https://github.com/DenDeen/Limbo" target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>
</div>
<!--//desc-->
</div>
<!--//item-->
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section>
<!--//section-->
<!--//section-->
<!-- <section class="github section">
<div class="section-inner">
<h2 class="heading">My GitHub</h2>
<div class="calendar" width="100%">
</div>
<p>My GitHub Activity Stream.</p>
<div id="feed" class="feed" height="100vh">
</div>
</div>
</section> -->
</div>
<div class="secondary col-lg-4 col-12">
<aside class="info aside section">
<div class="section-inner">
<h2 class="heading sr-only">Basic Information</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fas fa-map-marker-alt"></i><span class="sr-only">Location:</span>Gent, Belgium</li>
<li><i class="fas fa-envelope"></i><span class="sr-only">Email:</span><a href="mailto: [email protected]">[email protected]</a></li>
<li><i class="fas fa-link"></i><span class="sr-only">Website:</span><a href="martijnmeeldijk.github.io">martijnmeeldijk.github.io</a></li>
<li><i class="fas fa-car"></i><span class="sr-only"></span>Drivers license [class B]</li>
<li><i class="fas fa-phone"></i><span class="sr-only"></span>+32 472 68 32 23</li>
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//aside-->
<aside class="testimonials aside section">
<div class="section-inner">
<h2 class="heading">Testimonials</h2>
<div class="content">
<div class="item">
<blockquote class="quote">
<p><i class="fas fa-quote-left"></i>Martijn uses his creativity to bring colleagues together in a meaningful way. He regularly seeks out new experiences and learning opportunities and takes the initiative to start projects when he sees an unmet need. Martijn's sense of humor and outgoing nature encourage collaboration and make it a joy to work with him. I wouldn't hesitate to include him on a project in the future.</p>
</blockquote>
<p class="source"><span class="name">Aimée Lynn Backiel</span><br /><span class="title">Lecturer at UC Leuven Limburg</span></p>
</div>
<!--//item-->
<p><a class="more-link" href="https://www.linkedin.com/in/martijn-meeldijk-69452818a/"><i class="fas fa-external-link-alt"></i>More on Linkedin</a></p>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="skills aside section">
<div class="section-inner">
<h2 class="heading">Skills</h2>
<div class="content">
<p class="intro">
I have experience with Linux, Docker, SQL, CI/CD, unit testing, Maven, Windows Server 2019, Cisco Routing & Switching essentials, Angular, Django, Bootstrap, Apache Spark and the programming languages/frameworks below. I cannot possibly list everything here, so you'll have to ask me at the job interview ;) <br /> <br /> I like drumming and playing guitar, as well as some other instruments. </p>
<div class="skillset">
<!--//item-->
<div class="item">
<h3 class="level-title">Python<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title=""><i class="fas fa-info-circle"></i>Advanced</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%">
</div>
</div>
<!--//level-bar-->
</div>
<div class="item">
<h3 class="level-title">C/C++<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="I can write efficient algorithms and data structures."><i class="fas fa-info-circle"></i>Advanced</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Java<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="Not my favorite language, but it's the one I'm most proficient in"><i class="fas fa-info-circle"></i>Advanced</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Javascript & jQuery<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="jQuery just makes everything so much easier"><i class="fas fa-info-circle"></i>Advanced</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">HTML & CSS<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="I love making beautiful websites."><i class="fas fa-info-circle"></i>Expert</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="96%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">SASS & SCSS<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="I love making beautiful websites."><i class="fas fa-info-circle"></i>Intermediate</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="70%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Flutter & Dart<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="I've made a cross-platform flutter app."><i class="fas fa-info-circle"></i>Beginner</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="50%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Spring Framework<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="One of the most popular web frameworks, even nowadays."><i class="fas fa-info-circle"></i>Intermediate</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="70%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">C#<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="I can also program for WPF."><i class="fas fa-info-circle"></i>Intermediate</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="70%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<!-- <img src="https://www.codewars.com/users/martijnmeeldijk/badges/large" width="100%">
<p><a class="more-link" href="https://www.codewars.com/users/martijnmeeldijk/"><i class="fas fa-external-link-alt"></i>More on CodeWars</a></p> -->
</div>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="education aside section">
<div class="section-inner">
<h2 class="heading">Education</h2>
<div class="content">
<div class="item">
<h3 class="title"><i class="fas fa-graduation-cap"></i> Applied Computer Science</h3>
<h4 class="university">UCLL <span class="year">(2018-2021)</span></h4>
</div>
<!--//item-->
<div class="item">
<h3 class="title"><i class="fas fa-graduation-cap"></i>Computer Science (Erasmus)</h3>
<h4 class="university">Cardiff Metropolitan University <span class="year">(first term of 2020-2021)</span></h4>
</div>
<!--//item-->
<div class="item">
<h3 class="title"><i class="fas fa-graduation-cap"></i>Linking Course Master of Science in Information Engineering Technology</h3>
<h4 class="university">UGent<span class="year">(2021 - 2022)</span></h4>
</div>
<div class="item">
<h3 class="title"><i class="fas fa-graduation-cap"></i>Master of Science in Information Engineering Technology</h3>
<h4 class="university">UGent<span class="year">(2022 - 2023)</span></h4>
</div>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="languages aside section">
<div class="section-inner">
<h2 class="heading">Languages</h2>
<div class="content">
<ul class="list-unstyled">
<li class="item">
<span class="title"><strong>Dutch:</strong></span>
<span class="level">Native Speaker <br class="visible-xs" /><i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> </span>
</li>
<!--//item-->
<li class="item">
<span class="title"><strong>English:</strong></span>
<span class="level">Professional Proficiency <br class="visible-sm visible-xs" /><i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i></span>
</li>
<!--//item-->
<li class="item">
<span class="title"><strong>French:</strong></span>
<span class="level">Basic <br class="visible-sm visible-xs" /><i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> </span>
</li>
<!--//item-->
<li class="item">
<span class="title"><strong>German:</strong></span>
<span class="level">Basic <br class="visible-sm visible-xs" /><i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> </span>
</li>
<!--//item-->
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<!-- <aside class="blog aside section">
<div class="section-inner">
<h2 class="heading">Latest Blog Posts</h2>
<p>You can use Sascha Depold's <a href="https://github.com/sdepold/jquery-rss" target="_blank">jQuery RSS plugin</a> to pull in your blog post feeds.</p>
<div id="rss-feeds" class="content">
</div>
</div>
</aside> -->
<!-- <aside class="list music aside section">
<div class="section-inner">
<h2 class="heading">Favourite coding music</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fas fa-headphones"></i> <a href="https://www.youtube.com/watch?v=K1b8AhIsSYQ">We built this city</a></li>
<li><i class="fas fa-headphones"></i> <a href="https://www.youtube.com/watch?v=hHW1oY26kxQ">lofi hip hop radio - beats to relax/study to</a></li>
<li><i class="fas fa-headphones"></i> <a href="youtube.com/watch?v=XEjLoHdbVeE">Gimme! Gimme! Gimme!</a></li>
<li><i class="fas fa-headphones"></i> <a href="https://www.youtube.com/watch?v=FTQbiNvZqaY">Africa</a></li>
<li><i class="fas fa-headphones"></i> <a href="https://www.youtube.com/watch?v=j9QXpfvgSVk">Kind of Blue</a></li>
</ul>
</div>
</div>
</aside> -->
<!--//section-->
<aside class="list conferences aside section">
<div class="section-inner">
<h2 class="heading">Conferences</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="far fa-calendar-alt"></i> <a href="https://www.wirehack.me/" target="_blank">wirehack</a> (@ Barco)</li>
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="credits aside section">
<div class="section-inner">
<h2 class="heading">Credits</h2>
<div class="content">
<ul class="list-unstyled pb-2">
<li><a href="https://getbootstrap.com/" target="_blank"><i class="fas fa-external-link-alt"></i>Bootstrap</a></li>
<li><a href="https://fortawesome.github.io/Font-Awesome/" target="_blank"><i class="fas fa-external-link-alt"></i>FontAwesome</a></li>
<li><a href="https://jquery.com/" target="_blank"><i class="fas fa-external-link-alt"></i>jQuery</a></li>
<li><a href="https://github.com/IonicaBizau/github-calendar" target="_blank"><i class="fas fa-external-link-alt"></i>GitHub Calendar Plugin</a></li>
<li><a href="https://caseyscarborough.com/projects/github-activity/" target="_blank"><i class="fas fa-external-link-alt"></i>GitHub Activity Stream</a></li>
<li><a href="https://github.com/sdepold/jquery-rss" target="_blank"><i class="fas fa-external-link-alt"></i>jQuery RSS</a></li>
</ul>
<hr />
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
</div>
<!--//secondary-->
</div>
<!--//row-->
</div>
<!--//masonry-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<!--/* This template is free as long as you keep the attribution link below. Thank you for your support. :) If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fas fa-heart"></i> by <a href="https://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div>
<!--//container-->
</footer>
<!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/popper.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-rss/dist/jquery.rss.min.js"></script>
<!-- github calendar plugin -->
<script src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"></script>
<!-- github activity plugin -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="assets/plugins/github-activity/github-activity-0.1.5.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
<script>
GitHubCalendar(".calendar", "martijnmeeldijk", {
responsive: true
});
GitHubActivity.feed({
username: "martijnmeeldijk",
selector: "#feed",
limit: 10
});
$('#age-number').text(getAge("2000/08/23"));
function getAge(dateString) {
var today = new Date();
var birthDate = new Date(dateString);
var age = today.getFullYear() - birthDate.getFullYear();
var m = today.getMonth() - birthDate.getMonth();
if (m < 0 || (m === 0 && today.getDate() < birthDate.getDate())) {
age--;
}
console.log(age);
return age;
}
</script>
</body></html>