-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
531 lines (514 loc) · 19.6 KB
/
index.html
File metadata and controls
531 lines (514 loc) · 19.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Kevin du Preez</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="Kevin du Preez" name="keywords" />
<meta content="Personal Site" name="description" />
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon" />
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
<!-- Lineicons CSS -->
<link href="https://cdn.lineicons.com/4.0/lineicons.css" rel="stylesheet" />
<script
src="https://kit.fontawesome.com/7cbc4b0a29.js"
crossorigin="anonymous"
></script>
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet" />
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="51">
<!-- Navbar Start -->
<nav
class="navbar fixed-top shadow-sm navbar-expand-lg bg-light navbar-light py-3 py-lg-0 px-lg-5"
>
<a href="index.html" class="navbar-brand ml-lg-3">
<h1 class="m-0 display-5">
<span class="text-primary">Kevin</span>duPreez
</h1>
</a>
<button
type="button"
class="navbar-toggler"
data-toggle="collapse"
data-target="#navbarCollapse"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse px-lg-3" id="navbarCollapse">
<div class="navbar-nav m-auto py-0">
<a href="#home" class="nav-item nav-link active">Hello world</a>
<a href="#about" class="nav-item nav-link">About</a>
<a href="#qualification" class="nav-item nav-link"
>Education & Experience</a
>
<a href="#skill" class="nav-item nav-link">Skills</a>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- Header Start -->
<div
class="container-fluid bg-primary d-flex align-items-center mb-5 py-5"
id="home"
style="min-height: 100vh"
>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 px-5 pl-lg-0 pb-5 pb-lg-0">
<img
class="img-fluid w-100 rounded-circle shadow-sm"
src="img/profile.jpg"
alt=""
/>
</div>
<div class="col-lg-7 text-center text-lg-left">
<h3 class="text-white font-weight-normal mb-3">Hello world, I'm</h3>
<h1
class="display-3 text-uppercase text-primary mb-2"
style="-webkit-text-stroke: 2px #00ff22"
>
Kevin du Preez
</h1>
<h1
class="typed-text-output d-inline font-weight-lighter text-green"
></h1>
<div class="typed-text d-none">
Software Engineer;, Computer Scientist;, Adventurer;
</div>
<div
class="d-flex align-items-center justify-content-center justify-content-lg-start pt-5"
>
<a
href="https://flowcv.com/resume/d6tul2j7vu"
target="_blank"
class="btn btn-outline-light mr-5"
>Download CV</a
>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
<!-- About Start -->
<div class="container-fluid py-5" id="about">
<div class="container">
<div
class="position-relative d-flex align-items-center justify-content-center"
>
<h1
class="display-1 text-uppercase text-white"
style="-webkit-text-stroke: 1px #dee6df"
>
About
</h1>
<h1 class="position-absolute text-uppercase text-primary">
About Me
</h1>
</div>
<div class="row align-items-center">
<div class="col-lg-5 pb-4 pb-lg-0">
<img class="img-fluid rounded w-100" src="img/about.jpg" alt="" />
</div>
<div class="col-lg-7">
<h3 class="mb-4">Software Engineer</h3>
<p>
Overall, a nice guy with big ambitions to make the world a better
place. I enjoy challenges and being part of a team.
</p>
<div class="row mb-3">
<div class="col-sm-6 py-2">
<h6>
Name: <span class="text-secondary">Kevin du Preez</span>
</h6>
</div>
<div class="col-sm-6 py-2">
<h6>
Birthday: <span class="text-secondary">20 May 1999</span>
</h6>
</div>
<div class="col-sm-6 py-2">
<h6>
Degree:
<span class="text-secondary"
>B.IT Computer Science Honors</span
>
</h6>
</div>
<div class="col-sm-6 py-2">
<h6>
Experience: <span class="text-secondary">almost 6 years</span>
</h6>
</div>
<div class="col-sm-6 py-2">
<h6>
Phone: <span class="text-secondary">+64 21 286 1504</span>
</h6>
</div>
<div class="col-sm-6 py-2">
<h6>
Email:
<span class="text-secondary">kevindupreez8@gmail.com</span>
</h6>
</div>
<div class="col-sm-6 py-2">
<h6>
Location:
<span class="text-secondary"
>Auckland, New Zealand</span
>
</h6>
</div>
<div class="col-sm-6 py-2">
<h6>
Fun Fact:
<span class="text-secondary"
>I tell dad jokes but I'm not a dad (yet).</span
>
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Qualification Start -->
<div class="container-fluid py-5" id="qualification">
<div class="container">
<div
class="position-relative d-flex align-items-center justify-content-center"
>
<h1
class="display-1 text-uppercase text-white"
style="-webkit-text-stroke: 1px #dee2e6"
>
Qualification
</h1>
<h1 class="position-absolute text-uppercase text-primary">
Education & Experience
</h1>
</div>
<div class="row align-items-center">
<div class="col-lg-6">
<h3 class="mb-4">My Education</h3>
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative mb-4">
<i
class="far fa-dot-circle text-primary position-absolute"
style="top: 2px; left: -32px"
></i>
<h5 class="font-weight-bold mb-1">
B.IT - Computer Science Honors
</h5>
<p class="mb-2">
<strong>University of Pretoria</strong> |
<small>2018 - 2022</small>
</p>
<p>
NQF Level 8 honors degree in Computer Science, Informatics,
and Information Science with honors year in Computer Science.
</p>
</div>
<div class="position-relative mb-4">
<i
class="far fa-dot-circle text-primary position-absolute"
style="top: 2px; left: -32px"
></i>
<h5 class="font-weight-bold mb-1">
Jeppe High School for Boys
</h5>
<p class="mb-2">
<!-- <strong>High School</strong> | -->
<small>2013 - 2017</small>
</p>
<p>
• Matriculated with Distinction in Information Technology.
<br />• Head of Hostel: Tsessebe Boarding House. <br />•
Nominated by peers for Head of School (Headboy). <br />•
Captain of various sports teams (rugby, waterpolo, swimming,
and athletics). <br />• RCL Representative: 2014, 2015, 2016.
<br />• War Cry Leader. <br />• Temporary IT teacher. <br />•
Accolades (scrolls) for Swimming and Academics.
</p>
</div>
</div>
</div>
<div class="col-lg-6">
<h3 class="mb-4">My Experience</h3>
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative mb-4">
<i
class="far fa-dot-circle text-primary position-absolute"
style="top: 2px; left: -32px"
></i>
<h5 class="font-weight-bold mb-1">Software Engineer</h5>
<p class="mb-2">
<strong>Rocket Lab</strong> | <small>2024 - present</small>
</p>
<p>
• Full Agile lifecycle on company-wide software:<br />
• Work Instruction System (Flint, FlameWiki, Forge)<br />
• Manufacturing Execution System (Flame)<br />
• Launch Procedures System (LaunchOps)<br />
• Integration with ERP system (Infor LN).<br />
• Support for all 3 systems.<br />
• Deployment and CI/CD exposure for all 3 systems.<br />
• Collaborate with other engineers and team members.<br />
• Training & Mentoring new team members.<br />
• Partial Team Lead responsibilities.<br />
</p>
</div>
<div class="position-relative mb-4">
<i
class="far fa-dot-circle text-primary position-absolute"
style="top: 2px; left: -32px"
></i>
<h5 class="font-weight-bold mb-1">Software Engineer</h5>
<p class="mb-2">
<strong>EPI-USE Labs</strong> | <small>2022 - 2024</small>
</p>
<p>
• Analyze user needs and requirements.<br />
• Design and develop software solutions (across numerous
products).<br />
• Implement and test software.<br />
• Debug and correct defects.<br />
• Collaborate with other engineers and team members.<br />
• Provide support to clients (debug client systems).<br />
• Full Agile project lifecycle.<br />
• Training and mentoring new (graduate) team members.
</p>
</div>
<div class="position-relative mb-4">
<i
class="far fa-dot-circle text-primary position-absolute"
style="top: 2px; left: -32px"
></i>
<h5 class="font-weight-bold mb-1">
Backend Software Developer
</h5>
<p class="mb-2">
<strong>NHC Hospital Group</strong> |
<small>2020 - 2022</small>
</p>
<p>
• Develop, implement, and maintain a backend system (Node.js)
for hospital systems.<br />
• Booking management, diabetes tracking, and more.
</p>
</div>
<div class="position-relative mb-4">
<i
class="far fa-dot-circle text-primary position-absolute"
style="top: 2px; left: -32px"
></i>
<h5 class="font-weight-bold mb-1">Founder</h5>
<p class="mb-2">
<strong>bitBadger Solutions</strong> |
<small>2019 - 2022</small>
</p>
<p>
• IT freelance development and support.<br />
• Websites, CCTV, Corporate machine upgrades and backups.<br />
• Laptop and workstation sales.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Qualification End -->
<!-- Skills Start -->
<div class="container-fluid pt-5" id="skill">
<div class="container">
<div
class="position-relative d-flex align-items-center justify-content-center"
>
<h1
class="display-1 text-uppercase text-white"
style="-webkit-text-stroke: 1px #dee2e6"
>
Skills
</h1>
<h1 class="position-absolute text-uppercase text-primary">
My Skills
</h1>
</div>
<div class="row pb-3">
<div class="col-lg-4 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<i
class="fa fa-2x fa-code service-icon bg-primary text-white mr-3"
></i>
<h4 class="font-weight-bold m-0">Languages & Frameworks</h4>
</div>
<p>
ABAP, Angular, Assembly, Bash, Bootstrap, CSS, Cypress.io, Dart, Flutter,
HTML5, Java, Javascript, JQuery, Kotlin, PHP, Python, SQL,
Solidity, Typescript, UI5, And more...
</p>
</div>
<div class="col-lg-4 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<i
class="fa fa-2x fa-code-branch service-icon bg-primary text-white mr-3"
></i>
<h4 class="font-weight-bold m-0">
DevOps, Source Control, Task Tracking, and other related concepts
</h4>
</div>
<p>
Git<br/>
Docker<br/>
Kubernetes<br/>
Argo-CD<br/>
Jira<br/>
YouTrack<br/>
Redmine<br/>
Helm<br/>
Rancher<br/>
Grafana
</div>
<div class="col-lg-4 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<i
class="fas fa-2x fa-terminal service-icon bg-primary text-white mr-3"
></i>
<h4 class="font-weight-bold m-0">Hard Skills</h4>
</div>
<p>
Computer Science, Informatics, Information Science, Web
Development, Mobile Development, Multimedia, Networks (ISO/OSI),
Security, Netcentric Design, Hardware.
</p>
</div>
<div class="col-lg-4 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<i
class="fas fa-2x fa-solid fa-mug-hot service-icon bg-primary text-white mr-3"
></i>
<h4 class="font-weight-bold m-0">Soft Skills</h4>
</div>
<p>
Teamwork & Leadership<br />
Problem Solving & Critical Thinking<br />
Professional<br />
Responsible<br />
Emotional Intelligence<br />
Time Management
</p>
</div>
<div class="col-lg-4 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<i
class="fas fa-2x fa-hiking service-icon bg-primary text-white mr-3"
></i>
<h4 class="font-weight-bold m-0">Interests & Hobbies</h4>
</div>
<p>
Hiking<br />
Foosball (table soccer)<br />
Linux<br />
Space<br />
Braai and Beer<br />
Crypto, Blockchain<br />
Wildlife & Conservation<br />
DIY Projects, Mechanic work<br />
Cars, 4x4, F1, Motorcycles, MotoGP, Rally Racing<br />
Outdoor sports, Extreme Sports
</p>
</div>
<div class="col-lg-4 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<i
class="fas fa-2x fa-plus service-icon bg-primary text-white mr-3"
></i>
<h4 class="font-weight-bold m-0">Other Skills</h4>
</div>
<p>
Level 1 basic first aid & life support<br />Celox® Academy: Using
a Haemostat<br />Global Phalanx: Stop the Bleed®
</p>
</div>
</div>
</div>
</div>
<!-- Skills End -->
<!-- Footer Start -->
<div
class="container-fluid bg-primary text-white mt-5 py-5 px-sm-3 px-md-5"
>
<div class="container text-center py-5">
<div class="d-flex justify-content-center mb-4">
<a
class="btn btn-light btn-social mr-2"
href="https://t.me/bit_Badger"
target="_blank"
><i class="fab fa-telegram"></i
></a>
<a
class="btn btn-light btn-social mr-2"
href="https://github.com/bitBadger8"
target="_blank"
><i class="fab fa-github"></i
></a>
<a
class="btn btn-light btn-social mr-2"
href="https://www.linkedin.com/in/kevindupreez8/"
target="_blank"
><i class="fab fa-linkedin-in"></i
></a>
<a
class="btn btn-light btn-social"
href="https://www.instagram.com/bit_badger"
target="_blank"
><i class="fab fa-instagram"></i
></a>
</div>
<p class="m-0">
©
<a class="text-white font-weight-bold" href="#">kdupreez.dev</a>. All
Rights Reserved.
</p>
</div>
</div>
<!-- Footer End -->
<!-- Scroll to Bottom -->
<i class="fa fa-2x fa-angle-down text-white scroll-to-bottom"></i>
<!-- Back to Top -->
<a href="#" class="btn btn-outline-dark px-0 back-to-top"
><i class="fa fa-angle-double-up"></i
></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/typed/typed.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>