-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
606 lines (557 loc) · 23.6 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>AutiCodes</title>
<meta content="My portfolio" name="description">
<meta content="Kelvin de Reus AutiCodes Portfolio" name="keywords">
<meta content="Kelvin de Reus" name="author">
<meta content="assets\img\AeroBytes-blue.png" name="og:image">
<meta content="Kelvin de Reus" name="og:title">
<meta content="assets\img\AeroBytes-blue.png" name="twitter:image">
<meta content="Kelvin de Reus" name="twitter:title">
<link href="assets/img/AeroBytes-blue.png" rel="icon">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body class="index-page" style="">
<header class="header d-flex flex-column justify-content-center" id="header">
<i class="header-toggle d-xl-none bi bi-list"></i>
<nav class="navmenu" id="navmenu">
<ul>
<li><a class="active" href="#hero"><i class="bi bi-house navicon"></i><span>Home</span></a></li>
<li><a href="#about"><i class="bi bi-person navicon"></i><span>About</span></a></li>
<li><a href="#resume"><i class="bi bi-file-earmark-text navicon"></i><span>Resume</span></a></li>
<li><a href="#tools"><i class="bi bi-tools navicon"></i><span>Tools, languages</span></a></li>
<li><a href="#services"><i class="bi bi-hdd-stack navicon"></i><span>What i do</span></a></li>
<li><a href="https://uptime.auticodes.nl" target="_blank"><i
class="bi bi-diagram-2 navicon"></i><span>Uptime page</span></a>
</li>
</ul>
</nav>
</header>
<main class="main">
<section class="hero section light-background" id="hero">
<img alt="" src="assets/img/rc_plane_and_digital_edited.jpg">
<div class="container" data-aos="zoom-out">
<div class="row justify-content-center">
<div class="col-lg-9">
<h2 class="text-white">AeroBytes</h2>
<p class="text-white"><span class="typed"
data-typed-items="My RC planes are in the sky and my code is in the clouds"></span><span
aria-hidden="true" class="typed-cursor typed-cursor--blink"></span></p>
<div class="social-links">
<a class="text-white" href="https://github.com/AeroBytesNL" target="_blank"><i
class="bi bi-github"></i></a>
<a class="text-white" href="https://www.youtube.com/@AeroBytesNL" target="_blank"><i
class="bi bi-youtube"></i></a>
</div>
</div>
</div>
</div>
</section>
<section class="about section" id="about">
<div class="container section-title" data-aos="fade-up">
<h2>About</h2>
<p>
</p>
</div>
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4 justify-content-center">
<div class="col-lg-4 justify-content-center" style="text-align: center;">
<img alt="" class="img-fluid" src="assets/img/ik-cut.png" style="width: 250px;">
</div>
<div class="col-lg-8 content">
<h2>
Developer, IT fanatic and RC pilot
</h2>
<p class="fst-italic py-3">
I'm a tech enthusiast with an love for programming, web hosting, hardware, software, electronics
and building awesome but functional projects!<br>
In my spare time i love to go to the gym and fly with RC planes and drones by an local RC club.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Birthday:</strong>
<span>11 may 2001</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Website:</strong> <span>https://aerobytes.nl</span>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Groenlo, Netherlands</span>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>
<?php
$diff = date_diff(date_create("11-05-2001"), date_create(date("d-m-Y")));
echo $diff->format("I'm %y years, %m months and %d days old");
?>
</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>[email protected]</span>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong>
<span>Available</span></li>
</ul>
</div>
</div>
<p class="py-3">
</p>
</div>
</div>
</div>
</section>
<section class="resume section" id="resume">
<div class="container section-title" data-aos="fade-up">
<h2>Resume</h2>
<p></p>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Software developer</h4>
<h5>11-2024 - 12-2024</h5>
<p><em>hanninkhof.de</em></p>
<ul>
<li>
Software development
</li>
<li>
Development off an paying, booking and customer management system for an vacation home
company
</li>
<li>
also helping them configuring their company website
</li>
</ul>
</div>
<div class="resume-item">
<h4>Helpdesk employee</h4>
<h5>02-2022 - 06-2022</h5>
<p><em>Teleperformance, Netherlands</em></p>
<ul>
<li>
First line helpdesk
</li>
<li>
Giving tech support to employees
</li>
<li>
Making manuals for other helpdesk employees
</li>
</ul>
</div>
<div class="resume-item">
<h4>IT EMPLOYEE</h4>
<h5>11-2021 - 12-2021</h5>
<p><em>Centralpoint, Netherlands</em></p>
<ul>
<li>IT migration, delivering laptops to employees</li>
</ul>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Services i run for others</h3>
<div class="resume-item pb-0">
<h4>festivalkleintjehollands.nl</h4>
<ul>
<li>Web hosting</li>
<li>Mailserver hosting</li>
<li><a href="https://festivalkleintjehollands.nl" target="_blank">festivalkleintjehollands.nl</a></li>
</ul>
</div>
<div class="resume-item pb-0">
<h4>TRMC.nl</h4>
<ul>
<li>Web hosting</li>
<li>Mailserver hosting</li>
<li>Web development</li>
<li><a href="https://trmc.nl" target="_blank">TRMC.nl</a></li>
</ul>
</div>
<div class="resume-item pb-0">
<h4>AllDayTechAndGaming.nl</h4>
<ul>
<li>Web hosting</li>
<li>Mailserver hosting</li>
<li>Web and Discord bot development</li>
<li><a href="https://alldaytechandgaming.nl" target="_blank">AllDayTechAndGaming.nl</a></li>
</ul>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Projects</h3>
<div class="resume-item pb-0">
<h4>Kiyomi</h4>
<p>
<em>
An custom solution build for <a _blank href="https://trmc.nl target="">TRMC</a>. It
allows for club members to register their flights easily before taking flight on the
club field. Management from TRMC can then view the flights, export them for them for the
local authority and more.
</em>
</p>
<ul>
<li><a href="">
<div class="social-links">
<a class="text-white" href="https://github.com/AeroBytesNL/Kyomi-V2"
target="_blank">
<i class="bi bi-github">
Github
</i>
</a>
</div>
</a></li>
<li>In active development</li>
</ul>
</div>
<div class="resume-item pb-0">
<h4>CheckStack</h4>
<p><em>An uptime monitor, because the existing one's didn't fit my need</em></p>
<ul>
<li><a href="">
<div class="social-links">
<a class="text-white" href="https://github.com/AeroBytesNL/CheckStack"
target="_blank">
<i class="bi bi-github">
Github
</i>
</a>
</div>
</a></li>
<li>In active development</li>
</ul>
</div>
<div class="resume-item pb-0">
<h4>Contributor Invoiceplane</h4>
<p><em>An Invoice management system. Fixing bugs for V1. Contributor V2.</em></p>
<ul>
<li><a href="">
<div class="social-links">
<a class="text-white" href="https://github.com/InvoicePlane" target="_blank">
<i class="bi bi-github">
Github
</i>
</a>
</div>
</a></li>
<li>Still ongoing</li>
</ul>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Projects</h3>
<div class="resume-item pb-0">
<h4>Wordpress plugin</h4>
<p><em>An Wordpress plugin to send an notification to an Discord channel when a new article has
been posted</em></p>
<ul>
<li><a href="">
<div class="social-links">
<a class="text-white"
href="https://github.com/AeroBytesNl/Wordpress-posts-to-Discord" target="_blank">
<i class="bi bi-github">
Github
</i>
</a>
</div>
</a></li>
<li>Finished</li>
</ul>
</div>
<div class="resume-item pb-0">
<h4>Get my IP</h4>
<p>
<em>
I was done with pulling 10MB+ to get my WAN IP. So i've made my own!
</em>
</p>
<ul>
<li><a href="">
<div class="social-links">
<a class="text-white" href="https://github.com/AeroBytesNl/get-my-ip"
target="_blank">
<i class="bi bi-github">
Github
</i>
</a>
</div>
</a></li>
<li>Finished</li>
</ul>
</div>
<div class="resume-item pb-0">
<h4>AllDayBot</h4>
<p>
<em>
A Discord bot build for a tech&gaming community
</em>
</p>
<ul>
<li><a href="">
<div class="social-links">
<a class="text-white" href="https://github.com/AeroBytesNL/AllDayBot"
target="_blank">
<i class="bi bi-github">
Github
</i>
</a>
</div>
</a></li>
<li>In passive development</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="services section" id="tools">
<div class="container section-title" data-aos="fade-up">
<h2>Tools, frameworks and coding languages</h2>
<p>
I do a lot of things. These i'm using the most.
</p>
</div>
<div class="container">
<div class="row gy-4 justify-content-center">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<p align="center">
<h2 align="center">Tools</h2>
<div align="center">
<img src="assets/img/icons/phpstorm.png" style="width: 50px;" />
<img src="assets/img/icons/pycharm.png" style="width: 50px;" />
<img src="assets/img/icons/git.png" style="width: 55px;" />
<img src="assets/img/icons/vscode.png" style="width: 50px;" />
<img src="assets/img/icons/github-icon-2.png" style="width: 50px;" />
</div>
</p>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<p align="center">
<h2 align="center">Frameworks</h2>
<div align="center">
<img src="assets/img/icons/laravel.png" style="width: 45px;" />
<img src="assets/img/icons/livewire.png" style="width: 50px;" />
<img src="assets/img/icons/alpinejs.png" style="width: 50px;" />
<img src="assets/img/icons/bootstrap.png" style="width: 50px;" />
<img src="assets/img/icons/tailwindcss.png" style="width: 50px;" />
</div>
</p>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<p align="center">
<h2 align="center">Languages</h2>
<div align="center">
<img src="assets/img/icons/php.png" style="width: 50px;" />
<img src="assets/img/icons/python.png" style="width: 50px;" />
<img src="assets/img/icons/js.png" style="width: 50px;" />
<img src="assets/img/icons/html5.png" style="width: 50px;" />
<img src="assets/img/icons/css3.png" style="width: 50px;" />
</div>
</p>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<p align="center">
<h2 align="center">Tech</h2>
<div align="center">
<img src="assets/img/icons/97_Docker_logo_logos-512.webp" style="width: 45px;" />
<img src="assets/img/icons/Ubuntu_and_Ubuntu_Server_Icon.png" style="width: 50px;" />
<img src="assets/img/icons/mariadb-logo-vert_blue-transparent.png" style="width: 50px;" />
<img src="assets/img/icons/mysql-logo.svg" style="width: 50px;" />
<img src="assets/img/icons/" style="width: 50px;" />
</div>
</p>
</div>
</div>
</div>
</section>
<section class="services section" id="services">
<div class="container section-title" data-aos="fade-up">
<h2>What i do</h2>
<p>
I do a lot of stuff. Tho these below are the main things.
</p>
</div>
<div class="container">
<div class="row gy-4">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="service-item item-cyan position-relative">
<div class="icon">
<img height="100" src="assets/img/services/code.png" width="100">
</div>
<a class="stretched-link" href="">
<h3>Software development</h3>
</a>
<p>Coding websites with Laravel and Bootstrap. Creating Discord bots with Disnake.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-item item-orange position-relative">
<div class="icon">
<img height="100" src="assets/img/services/server.png" width="100">
</div>
<a class="stretched-link" href="">
<h3>Hosting</h3>
</a>
<p>Hosting websites, databases and Discord bots on Ubuntu server 22.04 and 24.04 LTS.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-item item-teal position-relative">
<div class="icon">
<img height="100" src="assets/img/services/email.png" width="100">
</div>
<a class="stretched-link" href="">
<h3>E-mail hosting</h3>
</a>
<p>Hosting E-mail services with Exim, Dovecot and an SMTP relay.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="service-item item-red position-relative">
<div class="icon">
<img height="100" src="assets/img/services/site.png" width="100">
</div>
<a class="stretched-link" href="">
<h3>Web management</h3>
</a>
<p>Managing websites like WordPress.</p>
<a class="stretched-link" href="#"></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="service-item item-indigo position-relative">
<div class="icon">
<img height="100" src="assets/img/services/thinker.png" width="100">
</div>
<a class="stretched-link" href="">
<h3>Thinkering</h3>
</a>
<p>I love to thinker with hardware, software and electronics.</p>
<a class="stretched-link" href="#"></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="service-item item-pink position-relative">
<div class="icon">
<img height="100" src="assets/img/services/cad.png" width="100">
</div>
<a class="stretched-link" href="">
<h3>CAD</h3>
</a>
<p>Creating designs for my hobby in the RC world</p>
<a class="stretched-link" href="#"></a>
</div>
</div>
</div>
</div>
</section>
<section class="testimonials section" id="testimonials">
<div class="container section-title" data-aos="fade-up">
<h2>Testimonials</h2>
<p>What people think of my work</p>
</div>
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper init-swiper">
<script class="swiper-config" type="application/json">
{
"loop": true,
"speed": 600,
"autoplay": {
"delay": 5000
},
"slidesPerView": "auto",
"pagination": {
"el": ".swiper-pagination",
"type": "bullets",
"clickable": true
}
}
</script>
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<div class="row gy-4 justify-content-center">
<div class="col-lg-6">
<div class="testimonial-content">
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>
I am super happy with Kelvin's services! He makes sure my website always runs fast and secure, and communication is smooth and hassle-free. That's what we as Rotterdammers like. Always available, quick with solutions - highly recommended for carefree website management!
</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
<h3>Sander Den Breejen</h3>
<h4>Ceo & Founder HandBuildComputers</h4>
</div>
</div>
<div class="col-lg-2 text-center">
<img alt=""
class="img-fluid testimonial-img" src="assets/img/testimonials/handbuildcomputer.png">
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<div class="row gy-4 justify-content-center">
<div class="col-lg-6">
<div class="testimonial-content">
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>
I am the secretary of the Twentse Radio Modelvliegtuig Club TRMC. Fortunately, we have Kelvin as a member in our beautiful active association. Kelvin offered his services to host our website www.trmc.nl and to update it together with me. In addition, Kelvin has created a club manager for us in which we can keep track of flights made but also communicate via email with our members. The membership file is also kept in it. We are very happy with his service, the website and the club manager are running to our full satisfaction and more importantly everything is well secured.
</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
<h3>Wim</h3>
<h4>Secretary TRMC</h4>
</div>
</div>
<div class="col-lg-2 text-center">
<img alt="" class="img-fluid testimonial-img"
src="assets/img/testimonials/trmc.png">
</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section>
</main>
<footer class="footer position-relative" id="footer">
<div class="container">
<div class="copyright">
<span>Copyright</span> <strong class="px-1 sitename">Kelvin de Reus </strong> <?php echo date('Y'); ?>
</div>
</div>
</footer>
<a class="scroll-top d-flex align-items-center justify-content-center" href="#" id="scroll-top"><i
class="bi bi-arrow-up-short"></i></a>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>