forked from EliasDH-com/eliasdh.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
433 lines (382 loc) · 17.6 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>EliasDH - test</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="shortcut icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous"
referrerpolicy="no-referrer" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" charset="utf-8"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous" charset="utf-8"></script>
<script src="/scripts/import/typeit.js"></script>
<link rel="stylesheet" href="/scripts/main.css">
</head>
<body>
<div class="container">
<header class="d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none">
<h1 class="m-0"><span class="text-primary">Elias</span>DH</h1>
</a>
<ul class="nav col-12 col-md-auto mb-2 justify-content-center mb-md-0">
<li><a href="#" class="nav-link px-2 link-dark">Home</a></li>
<li><a href="#" class="nav-link px-2 link-dark">About</a></li>
<li><a href="#" class="nav-link px-2 link-dark">Service</a></li>
<li><a href="#" class="nav-link px-2 link-dark">Skill</a></li>
<li><a href="#" class="nav-link px-2 link-dark">Recent Work</a></li>
<li><a href="#" class="nav-link px-2 link-dark">Blogs</a></li>
</ul>
<div class="col-md-2 text-end">
<a href="https://cloud.eliasdh.com" class="btn btn-outline-primary d-none d-sm-block">EliasDHCloud</a>
</div>
</header>
</div>
<div class="container-fluid d-flex align-items-center mb-5 py-5" id="home" style="min-height:100vh;background-color: #4F94F0">
<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" src="/assets/logo.png" alt="">
</div>
<div class="col-lg-7 text-center text-lg-left">
<h3 class="text-white font-weight-normal mb-3">Hi there my name is</h3>
<h1 class="text-primary mb-2" style="-webkit-text-stroke: 2px #ffffff;">Elias De Hondt</h1>
<h1 class="d-inline font-weight-lighter text-white" id="textContainer"></h1>
<br> <br> <br>
<div class="row justify-content-lg-center">
<div class="col col-lg-auto">
<a href="#" class="btn btn-outline-light mr-5">Download CV</a>
</div>
<div class="col col-lg-6">
<span>
<h5 class="text-white font-weight-normal mb-3 click"><i class='fa fa-play'></i> Play Video</h5>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<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="text-white webkitbackground">ABOUT</h1>
<h1 class="position-absolute text-primary">ABOUT ME</h1>
</div>
<div class="row align-items-center">
<div class="col-lg-5 pb-4 pb-lg-0" style="display:flex;">
<video id="video" width="640" height="480" autoplay loop muted>
<source class="img-fluid w-100 rounded-circle" src="/assets/profile.mp4" type="video/mp4">
</video>
</div>
<div class="col-lg-7">
<p>Elias De Hondt, that has been my name for 21 years. My interest in computers and technology started from a very young age and has only grown over the years. I made this website to show what I want to do, will do and have done.</p>
<div class="row mb-3">
<div class="col-sm-6 py-2">
<h6>Name: <span class="text-secondary">Elias De Hondt</span></h6>
</div>
<div class="col-sm-6 py-2">
<h6>Birthday: <span class="text-secondary">10 April 2001</span></h6>
</div>
<div class="col-sm-6 py-2">
<h6>Degree: <span class="text-secondary">Applied Informatics</span></h6>
</div>
<div class="col-sm-6 py-2">
<h6>Experience: <span class="text-secondary">4 Years</span></h6>
</div>
<div class="col-sm-6 py-2">
<h6>Phone: <span class="text-secondary"><a href="tel:+32495161542">+32 495 16 15 42</a></span></h6>
</div>
<div class="col-sm-6 py-2">
<h6>Email: <span class="text-secondary"><a href="mailto:elias.dehondt@outlook.com">elias.dehondt@outlook.com</a></span></h6>
</div>
</div>
<a href="" class="btn btn-outline-primary">Learn More</a>
</div>
</div>
</div>
</div>
<div class="container py-5" id="about">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="text-white webkitbackground">SERVICE</h1>
<h1 class="position-absolute text-primary">MY SERVICES</h1>
</div>
<div class="row text-center lh-lg" style="margin-bottom: 25px;">
<div class="col-lg">
<div class="d-flex align-items-center justify-content-center">
<i class="fa fa-2x fa-server service-icon bg-primary text-white mr-3"></i>
<p class="m-0 fs-3 fw-bold"> Economy €10/m</p>
</div>
<p class="fs-5">
10GB Storage <br>
2GB RAM <br>
Unlimited Data * <br>
€2/y Domain Name * <br>
</p>
<a class="border-bottom border-primary text-decoration-none" href="mailto:elias.dehondt@outlook.com?SUBJECT=Web Purchase Economy&BODY=Beste">Send me an email</a>
</div> <br>
<div class="col-lg">
<div class="d-flex align-items-center justify-content-center">
<i class="fa fa-2x fa-server service-icon bg-primary text-white mr-3"></i>
<p class="m-0 fs-3 fw-bold"> Personal €20/m</p>
</div>
<p class="fs-5">
100GB Storage <br>
4GB RAM <br>
Unlimited Data * <br>
€2/y Domain Name * <br>
</p>
<a class="border-bottom border-primary text-decoration-none" href="mailto:elias.dehondt@outlook.com?SUBJECT=Web Purchase Personal&BODY=Beste">Send me an email</a>
</div> <br>
<div class="col-lg">
<div class="d-flex align-items-center justify-content-center">
<i class="fa fa-2x fa-server service-icon bg-primary text-white mr-3"></i>
<p class="m-0 fs-3 fw-bold"> Business €40/m</p>
</div>
<p class="fs-5">
1TB Storage <br>
16GB RAM <br>
Unlimited Data * <br>
Free Domain Name * <br>
</p>
<a class="border-bottom border-primary text-decoration-none" href="mailto:elias.dehondt@outlook.com?SUBJECT=Web Purchase Business&BODY=Beste">Send me an email</a>
</div> <br>
</div>
<div class="row text-center lh-lg">
<div class="col-lg">
<div class="d-flex align-items-center justify-content-center">
<i class="fa fa-2x fa-server service-icon bg-primary text-white mr-3"></i>
<p class="m-0 fs-3 fw-bold"> Profesional €80/m</p>
</div>
<p class="fs-5">
2TB Storage <br>
32GB RAM <br>
Unlimited Data * <br>
Free Domain Name * <br>
</p>
<a class="border-bottom border-primary text-decoration-none" href="mailto:elias.dehondt@outlook.com?SUBJECT=Web Purchase Profesional&BODY=Beste">Send me an email</a>
</div> <br>
<div class="col-lg">
<div class="d-flex align-items-center justify-content-center">
<i class="fa fa-2x fa-laptop-code service-icon bg-primary text-white mr-3"></i>
<p class="m-0 fs-3 fw-bold"> Web Development</p>
</div>
<p class="fs-5">
I design websites, apps etc from the ground up.
You can send me an email via the button below.
To make your request.
</p>
<a class="border-bottom border-primary text-decoration-none" href="mailto:elias.dehondt@outlook.com?SUBJECT=Web Purchase Web Development&BODY=Beste">Send me an email</a>
</div> <br>
<div class="col-lg">
<div class="d-flex align-items-center justify-content-center">
<i class="fa fa-2x fa-cloud service-icon bg-primary text-white mr-3"></i>
<p class="m-0 fs-3 fw-bold"> EliasDHCloud</p>
</div>
<p class="fs-5">
I also offer cloud storage solutions.
Click on this link to view the web page.
You can also send me an e-mail to make your account.
</p>
<a class="border-bottom border-primary text-decoration-none" href="mailto:elias.dehondt@outlook.com?SUBJECT=Web Purchase SEO&BODY=Beste">Send me an email</a>
</div>
</div>
</div>
<div class="container py-5" id="about">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="text-white webkitbackground">SKILLS</h1>
<h1 class="position-absolute text-primary">MY SKILLS</h1>
</div>
<div class="row lh-lg fw-bold">
<div class="col">
<div class="row">
<div class="col text-start">HTML</div>
<div class="col text-end">95%</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-primary" role="progressbar" style="width: 95%"></div>
</div>
</div>
<div class="col">
<div class="row">
<div class="col text-start">PHP</div>
<div class="col text-end">90%</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-dark" role="progressbar" style="width: 90%"></div>
</div>
</div>
</div>
<br>
<div class="row lh-lg fw-bold">
<div class="col">
<div class="row">
<div class="col text-start">CSS</div>
<div class="col text-end">85%</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-dark" role="progressbar" style="width: 85%"></div>
</div>
</div>
<div class="col">
<div class="row">
<div class="col text-start">JAVA</div>
<div class="col text-end">95%</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-primary" role="progressbar" style="width: 95%"></div>
</div>
</div>
</div>
<br>
<div class="row lh-lg fw-bold">
<div class="col">
<div class="row">
<div class="col text-start">Javascript</div>
<div class="col text-end">90%</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-primary" role="progressbar" style="width: 90%"></div>
</div>
</div>
<div class="col">
<div class="row">
<div class="col text-start">SQL</div>
<div class="col text-end">45%</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-dark" role="progressbar" style="width: 45%"></div>
</div>
</div>
</div>
</div>
<div class="container py-5" id="about">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="text-white webkitbackground">WORK</h1>
<h1 class="position-absolute text-primary">RECENT WORK</h1>
</div>
<div class="row justify-content-center mb-4">
<div class="col-12 text-center mb-2">
<ul class="list-inline mb-4">
<li worksort_filter="" class="worksort_filter btn btn-sm btn-outline-primary m-1 active">All</li>
<li worksort_filter="filter_web" class="worksort_filter btn btn-sm btn-outline-primary m-1">Web Projects</li>
<li worksort_filter="filter_app" class="worksort_filter btn btn-sm btn-outline-primary m-1">App Projects</li>
</ul>
</div>
</div>
<div class="row">
<div class="col worksort_filter filter_app">
<div class="card" style="width: 18rem;">
<img src="/assets/heads-or-tails-logo.png" class="card-img-top" alt="heads-or-tails-logo">
<div class="card-body">
<h5 class="card-title">Heads or Tails</h5>
<p class="card-text">
App Projects: <br>
Coin flipping, coin tossing, or heads or tails is the practice of throwing
a coin in the air and checking which side is showing when it lands,
in order to choose between two alternatives, heads or tails, sometimes
used to resolve a dispute between two parties. It is a form of sortition
which inherently has two possible outcomes.
The party who calls the side that is facing up when the coin lands wins
</p>
<a href="https://github.com/EliasDeHondt/heads-or-tails" target="_blank" class="btn btn-primary">Heads or Tails</a>
</div>
</div>
</div>
<div class="col worksort_filter filter_web">
<div class="card" style="width: 18rem;">
<img src="/assets/about-me-logo.png" class="card-img-top" alt="about-me-logo">
<div class="card-body">
<h5 class="card-title">About Me</h5>
<p class="card-text">
Web Projects: <br>
The purpose of this website is to show the qualities of the person in question.
This was created on 10 May, 2022
</p>
<a href="https://github.com/EliasDeHondt/about.me" target="_blank" class="btn btn-primary">About Me</a>
</div>
</div>
</div>
<div class="col worksort_filter filter_web">
<div class="card" style="width: 18rem;">
<img src="/assets/levelup-logo-contact-list.jpg" class="card-img-top" alt="levelup-logo-contact-list">
<div class="card-body">
<h5 class="card-title">Level Up Contact List</h5>
<p class="card-text">
Web Projects: <br>
This webpage is made for easy contact exchange.
This was created on 12 January, 2022
</p>
<a href="https://github.com/EliasDeHondt/levelupcontactlist.be" target="_blank" class="btn btn-primary">Level Up Contact List</a>
</div>
</div>
</div>
<div class="col worksort_filter filter_web">
<div class="card" style="width: 18rem;">
<img src="/assets/tereiken-live-logo.jpg" class="card-img-top" alt="tereiken-live-logo">
<div class="card-body">
<h5 class="card-title">Ter Eiken Live</h5>
<p class="card-text">
Web Projects: <br>
This webpage is made for watching multiple live streams simultaneously from a tournament.
This was created on 22 August, 2021
</p>
<a href="https://github.com/EliasDeHondt/tereikenlive.be" target="_blank" class="btn btn-primary">Ter Eiken Live</a>
</div>
</div>
</div>
<div class="col worksort_filter filter_web">
<div class="card" style="width: 18rem;">
<img src="/assets/socialhub-logo.jpg" class="card-img-top" alt="socialhub-logo">
<div class="card-body">
<h5 class="card-title">Social Hub</h5>
<p class="card-text">
Web Projects: <br>
A webpage that contains all my social media links. This was created on 15 March, 2019
</p>
<a href="https://github.com/EliasDeHondt/socialhub.com" target="_blank" class="btn btn-primary">Social Hub</a>
</div>
</div>
</div>
<div class="col"></div>
</div>
</body>
<script>
$(document).ready(function() {
new TypeIt('#textContainer', {
loop: true,
})
.type('Welcome to my website')
.pause(500)
.empty()
.type('I am a web designer')
.pause(500)
.empty()
.type('Web developer')
.pause(500)
.empty()
.type('And I run a web hosting company')
.pause(500)
.empty()
.options({
speed: 100,
deleteSpeed: 75
})
.empty()
.go();
$('.carousel').carousel()
});
$('.worksort_filter').click(function() {
if ($(this).hasClass('active')) { return; }
$('.worksort_filter').removeClass("active");
$(this).addClass("active");
let thisFilterClass = $(this).attr('worksort_filter');
if (thisFilterClass) {
$(`.col.worksort_filter:not(.${thisFilterClass})`).fadeOut("slow");
$(`.col.worksort_filter.${thisFilterClass}`).fadeIn("slow");
}else {
$(`.col.worksort_filter`).fadeIn("slow");
}
});
</script>
</html>