-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
471 lines (469 loc) · 29.5 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
<!DOCTYPE html>
<!--Author Elias De Hondt-->
<html class="global-html" lang="en">
<head>
<!--Meta + Title-->
<title>EliasDH</title>
<meta charset="utf-8">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="EliasDH">
<meta property="og:description" content="Welcome to EliasDH, a company that offers hosting services and web development.">
<meta name="description" content="Welcome to EliasDH, a company that offers hosting services and web development.">
<meta name="author" content="Elias De Hondt">
<meta name="keywords" content="EliasDH, Hosting, Web Development">
<meta property="og:type" content="website">
<meta property="og:url" content="https://eliasdh.com">
<meta property="og:site_name" content="EliasDH">
<meta property="og:image" content="https://eliasdh.com/assets/media/images/logo.png">
<meta name="google-site-verification" content="WQgx6OJAd02y4JBFqUxocL74G-gpnlD5I5JqlzbAsak">
<!--Meta + Title-->
<!--Twitter Card Metadata-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="EliasDH">
<meta name="twitter:description" content="Welcome to EliasDH, a company that offers hosting services and web development.">
<meta name="twitter:image" content="https://eliasdh.com/assets/media/images/logo.png">
<!--Twitter Card Metadata-->
<!--Progressive Web App (PWA) Metadata-->
<meta name="theme-color" content="#4F94F0">
<link rel="manifest" href="https://eliasdh.com/manifest.json">
<link rel="apple-touch-icon" href="https://eliasdh.com/assets/media/images/icon-192x192.png">
<!--Progressive Web App (PWA) Metadata-->
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "EliasDH",
"url": "https://eliasdh.com",
"logo": "https://eliasdh.com/assets/media/images/logo.png",
"sameAs": [
"https://www.linkedin.com/company/eliasdh",
"https://github.com/EliasDH-com"
],
"contactPoint": {
"@type": "ContactPoint",
"email": "elias.dehondt@outlook.com",
"contactType": "Customer Service"
}
}
</script>
<!-- Schema.org structured data -->
<!-- Breadcrumbs Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://eliasdh.com"
},
{
"@type": "ListItem",
"position": 3,
"name": "About",
"item": "https://eliasdh.com#about"
},
{
"@type": "ListItem",
"position": 4,
"name": "Services",
"item": "https://eliasdh.com#services"
},
{
"@type": "ListItem",
"position": 5,
"name": "Team",
"item": "https://eliasdh.com#team"
},
{
"@type": "ListItem",
"position": 6,
"name": "Legal Guidelines",
"item": "https://eliasdh.com/assets/pages/legal-guidelines.html"
},
{
"@type": "ListItem",
"position": 7,
"name": "Privacy Policy",
"item": "https://eliasdh.com/assets/pages/privacy-policy.html"
}
]
}
</script>
<!-- Breadcrumbs Schema -->
<!--Favicon-->
<link rel="icon" href="https://eliasdh.com/assets/media/images/favicon.ico">
<!--Favicon-->
<!--CSS-->
<link rel="stylesheet" href="https://eliasdh.com/assets/css/style.css">
<link rel="stylesheet" href="https://eliasdh.com/assets/css/context-menu.css">
<!--CSS-->
</head>
<body class="global-body">
<!--Header-->
<header class="home-header-container" id="home">
<h1 style="display: none;">EliasDH</h1> <!--SEO-->
<article>
<h2 style="display: none;">Logo</h2> <!--SEO-->
<section>
<h3 style="display: none;">Logo/SVG</h3> <!--SEO-->
<svg class="home-header-logo" viewBox="0 -1 17 32" aria-labelledby="logo-title">
<title id="logo-title">EliasDH Logo</title>
<defs>
<filter id="glow">
<feGaussianBlur in="SourceGraphic" stdDeviation="0.3" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<path d="M 4 16 L 4 16 L 13 11 A 5 5 90 0 0 4 16 M 5 19 L 17 12 A 1 1 0 0 0 0 18 L -5 21 C -13 4 16 -13 24 13 L 10 20 Z Z M -3 24 L 2 21 C 11 28 16 19 23 17 C 24 17 18 41 -3 24" filter="url(#glow)"/>
</svg>
</section>
</article>
<article>
<h2 style="display: none;">Introduction</h2> <!--SEO-->
<section>
<h3 style="display: none;">Title</h3> <!--SEO-->
<p class="home-header-title" data-translate="home-translate-1"></p>
<p class="home-header-company-name">EliasDH</p>
</section>
<section>
<h3 style="display: none;">Subtitle</h3> <!--SEO-->
<p class="home-header-subtitle" data-translate="home-translate-2" id="home-header-subtitle"></p>
</section>
</article>
<article>
<h2 style="display: none;">Arrow</h2> <!--SEO-->
<section>
<h3 style="display: none;">Arrow Icon</h3> <!--SEO-->
<svg class="home-header-arrow" viewBox="0 0 16 16" aria-labelledby="arrow-title">
<title id="arrow-title">Arrow</title>
<path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/>
</svg>
</section>
</article>
</header>
<!--Header-->
<!--Navigation Bar-->
<nav id="navigation-bar"></nav>
<!--Navigation Bar-->
<!--Main-->
<main>
<!--About-->
<article id="about">
<h2 style="display: none;">About</h2> <!--SEO-->
<section class="home-title">
<h3 class="home-title-back" data-translate="home-translate-3"></h3>
<p class="home-title-front" data-translate="home-translate-4"></p>
</section>
<section class="home-about-company">
<h3 style="display: none;">Company</h3> <!--SEO-->
<section class="home-company-introduction">
<h4 data-translate="home-translate-5"></h4>
<p data-translate="home-translate-6"></p>
<p data-translate="home-translate-7"></p>
</section>
<hr class="global-hr">
<section class="home-company-values">
<h4 data-translate="home-translate-8"></h4>
<ul>
<li data-translate="home-translate-9"></li>
<li data-translate="home-translate-10"></li>
<li data-translate="home-translate-11"></li>
<li data-translate="home-translate-12"></li>
</ul>
</section>
</section>
</article>
<!--About-->
<!--Services-->
<article class="home-services-container" id="services">
<h2 style="display: none;">Services</h2> <!--SEO-->
<section class="home-title">
<h3 class="home-title-back" data-translate="home-translate-13"></h3>
<p class="home-title-front" data-translate="home-translate-14"></p>
</section>
<p class="home-subtitle" data-translate="home-translate-15"></p>
<section class="home-services-container-item">
<h3 style="display: none;">Hosting services</h3> <!--SEO-->
<section class="home-services-box hosting-services">
<h4 style="display: none;">Economy</h4> <!--SEO-->
<section class="home-services-box-title">
<h5 style="display: none;">Economy Icon</h5> <!--SEO-->
<aside class="home-services-circle">
<svg class="home-services-svg" viewBox="0 0 16 16" aria-labelledby="economy-title">
<title id="economy-title">Economy</title>
<path d="M2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1"/>
</svg>
</aside>
<h4 data-translate="home-translate-16"></h4>
</section>
<section>
<h5 style="display: none;">Economy Description</h5> <!--SEO-->
<ul>
<li data-translate="home-translate-17"></li>
<li data-translate="home-translate-18"></li>
<li data-translate="home-translate-19"></li>
<li data-translate="home-translate-20"></li>
</ul>
<a class="home-button" href="mailto:elias.dehondt@outlook.com?SUBJECT=Hosting%20services%20(Economy)&BODY=Dear%20EliasDH%20Team">
<span data-translate="home-translate-CU"></span>
</a>
</section>
</section>
<section class="home-services-box hosting-services">
<h4 style="display: none;">Personal</h4> <!--SEO-->
<section class="home-services-box-title">
<h5 style="display: none;">Personal Icon</h5> <!--SEO-->
<aside class="home-services-circle">
<svg class="home-services-svg" viewBox="0 0 16 16" aria-labelledby="personal-title">
<title id="personal-title">Personal</title>
<path d="M2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1"/>
</svg>
</aside>
<h4 data-translate="home-translate-21"></h4>
</section>
<section>
<h5 style="display: none;">Personal Description</h5> <!--SEO-->
<ul>
<li data-translate="home-translate-22"></li>
<li data-translate="home-translate-23"></li>
<li data-translate="home-translate-24"></li>
<li data-translate="home-translate-25"></li>
</ul>
<a class="home-button" href="mailto:elias.dehondt@outlook.com?SUBJECT=Hosting%20services%20(Personal)&BODY=Dear%20EliasDH%20Team">
<span data-translate="home-translate-CU"></span>
</a>
</section>
</section>
<section class="home-services-box hosting-services">
<h4 style="display: none;">Business</h4> <!--SEO-->
<section class="home-services-box-title">
<h5 style="display: none;">Business Icon</h5> <!--SEO-->
<aside class="home-services-circle">
<svg class="home-services-svg" viewBox="0 0 16 16" aria-labelledby="business-title">
<title id="business-title">Business</title>
<path d="M2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1"/>
</svg>
</aside>
<h4 data-translate="home-translate-26"></h4>
</section>
<section>
<h5 style="display: none;">Business Description</h5> <!--SEO-->
<ul>
<li data-translate="home-translate-27"></li>
<li data-translate="home-translate-28"></li>
<li data-translate="home-translate-29"></li>
<li data-translate="home-translate-30"></li>
</ul>
<a class="home-button" href="mailto:elias.dehondt@outlook.com?SUBJECT=Hosting%20services%20(Business)&BODY=Dear%20EliasDH%20Team">
<span data-translate="home-translate-CU"></span>
</a>
</section>
</section>
<section class="home-services-box hosting-services">
<h4 style="display: none;">Professional</h4> <!--SEO-->
<section class="home-services-box-title">
<h5 style="display: none;">Professional Icon</h5> <!--SEO-->
<aside class="home-services-circle">
<svg class="home-services-svg" viewBox="0 0 16 16" aria-labelledby="professional-title">
<title id="professional-title">Professional</title>
<path d="M2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1"/>
</svg>
</aside>
<h4 data-translate="home-translate-31"></h4>
</section>
<section>
<h5 style="display: none;">Professional Description</h5> <!--SEO-->
<ul>
<li data-translate="home-translate-32"></li>
<li data-translate="home-translate-33"></li>
<li data-translate="home-translate-34"></li>
<li data-translate="home-translate-35"></li>
</ul>
<a class="home-button" href="mailto:elias.dehondt@outlook.com?SUBJECT=Hosting%20services%20(Professional)&BODY=Dear%20EliasDH%20Team">
<span data-translate="home-translate-CU"></span>
</a>
</section>
</section>
</section>
<p class="home-subtitle" data-translate="home-translate-36"></p>
<section class="home-services-container-item">
<h3 style="display: none;">Web Development</h3> <!--SEO-->
<section class="home-services-box web-services">
<h4 style="display: none;">Front end development</h4> <!--SEO-->
<section class="home-services-box-title">
<aside class="home-services-circle">
<svg class="home-services-svg" viewBox="0 0 16 16" aria-labelledby="front-end-title">
<title id="front-end-title">Front end development</title>
<path d="M0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1zm0 9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1z"/>
</svg>
</aside>
<h5 data-translate="home-translate-37"></h5>
</section>
<section>
<h5 style="display: none;">Front end development Description</h5> <!--SEO-->
<p data-translate="home-translate-38"></p>
<a class="home-button" href="mailto:elias.dehondt@outlook.com?SUBJECT=Web%20Development%20(Front%20end%20development)&BODY=Dear%20EliasDH%20Team">
<span data-translate="home-translate-CU"></span>
</a>
</section>
</section>
<section class="home-services-box web-services">
<h4 style="display: none;">Back end development</h4> <!--SEO-->
<section class="home-services-box-title">
<aside class="home-services-circle">
<svg class="home-services-svg" viewBox="0 0 16 16" aria-labelledby="back-end-title">
<title id="back-end-title">Back end development</title>
<path d="M7.752.066a.5.5 0 0 1 .496 0l3.75 2.143a.5.5 0 0 1 .252.434v3.995l3.498 2A.5.5 0 0 1 16 9.07v4.286a.5.5 0 0 1-.252.434l-3.75 2.143a.5.5 0 0 1-.496 0l-3.502-2-3.502 2.001a.5.5 0 0 1-.496 0l-3.75-2.143A.5.5 0 0 1 0 13.357V9.071a.5.5 0 0 1 .252-.434L3.75 6.638V2.643a.5.5 0 0 1 .252-.434zM4.25 7.504 1.508 9.071l2.742 1.567 2.742-1.567zM7.5 9.933l-2.75 1.571v3.134l2.75-1.571zm1 3.134 2.75 1.571v-3.134L8.5 9.933zm.508-3.996 2.742 1.567 2.742-1.567-2.742-1.567zm2.242-2.433V3.504L8.5 5.076V8.21zM7.5 8.21V5.076L4.75 3.504v3.134zM5.258 2.643 8 4.21l2.742-1.567L8 1.076zM15 9.933l-2.75 1.571v3.134L15 13.067zM3.75 14.638v-3.134L1 9.933v3.134z"/>
</svg>
</aside>
<h5 data-translate="home-translate-39"></h5>
</section>
<section>
<h5 style="display: none;">Back end development Description</h5> <!--SEO-->
<p data-translate="home-translate-40"></p>
<a class="home-button" href="mailto:elias.dehondt@outlook.com?SUBJECT=Web%20Development%20(Back%20end%20development)&BODY=Dear%20EliasDH%20Team">
<span data-translate="home-translate-CU"></span>
</a>
</section>
</section>
<section class="home-services-box web-services">
<h4 style="display: none;">Full stack development</h4> <!--SEO-->
<section class="home-services-box-title">
<aside class="home-services-circle">
<svg class="home-services-svg" viewBox="0 0 16 16" aria-labelledby="full-stack-title">
<title id="full-stack-title">Full stack development</title>
<path d="M7.765 1.559a.5.5 0 0 1 .47 0l7.5 4a.5.5 0 0 1 0 .882l-7.5 4a.5.5 0 0 1-.47 0l-7.5-4a.5.5 0 0 1 0-.882z"/>
<path d="m2.125 8.567-1.86.992a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882l-1.86-.992-5.17 2.756a1.5 1.5 0 0 1-1.41 0z"/>
</svg>
</aside>
<h5 data-translate="home-translate-41"></h5>
</section>
<section>
<h5 style="display: none;">Full stack development Description</h5> <!--SEO-->
<p data-translate="home-translate-42"></p>
<a class="home-button" href="mailto:elias.dehondt@outlook.com?SUBJECT=Web%20Development%20(Full%20stack%20development)&BODY=Dear%20EliasDH%20Team">
<span data-translate="home-translate-CU"></span>
</a>
</section>
</section>
</section>
</article>
<!--Services-->
<!--Trusted Clients-->
<!--<article id="home-trusted-clients">
<h2 style="display: none;">Trusted Clients</h2> SEO
<section class="container">
<section class="home-trusted-clients-logo-slider">
<section class="home-trusted-clients-logos">
<a href="https://www.tereiken.be" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/ter-eiken-logo.png" alt="Ter Eiken">
</a>
<a href="https://www.levelup.be" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/level-up-logo.png" alt="Level Up">
</a>
<a href="https://www.microsoft.com" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/microsoft-logo.png" alt="Microsoft">
</a>
<a href="https://www.antwerpen.be" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/antwerpen-logo.png" alt="Antwerpen">
</a>
<a href="https://www.tereiken.be" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/ter-eiken-logo.png" alt="Ter Eiken">
</a>
<a href="https://www.levelup.be" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/level-up-logo.png" alt="Level Up">
</a>
<a href="https://www.microsoft.com" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/microsoft-logo.png" alt="Microsoft">
</a>
<a href="https://www.antwerpen.be" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/antwerpen-logo.png" alt="Antwerpen">
</a>
<a href="https://www.tereiken.be" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/ter-eiken-logo.png" alt="Ter Eiken">
</a>
<a href="https://www.levelup.be" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/level-up-logo.png" alt="Level Up">
</a>
<a href="https://www.microsoft.com" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/microsoft-logo.png" alt="Microsoft">
</a>
<a href="https://www.antwerpen.be" target="_blank" rel="noopener noreferrer">
<img src="https://eliasdh.com/assets/media/images/trusted-clients/antwerpen-logo.png" alt="Antwerpen">
</a>
</section>
</section>
</section>
</article>-->
<!--Trusted Clients-->
<!--Team-->
<article class="home-team-container" id="team">
<h2 style="display: none;">Team</h2> <!--SEO-->
<section class="home-title">
<h3 class="home-title-back" data-translate="home-translate-43"></h3>
<p class="home-title-front" data-translate="home-translate-44"></p>
</section>
<section class="home-team-container-carousel">
<h3 style="display: none;">Team Carousel</h3> <!--SEO-->
<section class="home-team-container-carousel-item">
<svg id="home-team-emailIcon" viewBox="0 0 16 16" aria-labelledby="email-title">
<title id="email-title">Email</title>
<path d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2"/>
</svg>
<h4 data-translate="home-translate-45"></h4>
<p data-translate="home-translate-46"></p>
<p data-translate="home-translate-47"></p>
<p data-translate="home-translate-48"></p>
<a class="home-button" href="https://www.linkedin.com/company/eliasdh/jobs/">
<span data-translate="home-translate-apply"></span>
</a>
</section>
<section class="home-team-container-carousel-item ">
<img src="https://eliasdh.com/assets/media/images/team/team1.png" alt="Elias De Hondt">
<h4>Elias De Hondt</h4>
<p>Chief Executive Officer</p>
<p>CEO</p>
</section>
<section class="home-team-container-carousel-item">
<img src="https://eliasdh.com/assets/media/images/team/team2.png" alt="Alexander Smith">
<h4>Arthur Boucher</h4>
<p>Customer Acquisition Manager</p>
<p>CAM</p>
</section>
<section class="home-team-container-carousel-item">
<img src="https://eliasdh.com/assets/media/images/team/team3.png" alt="Noah Vermeulen">
<h4>Noah Vermeulen</h4>
<p>Full Stack Developer</p>
<p>FSD</p>
</section>
</section>
</article>
<!--Team-->
</main>
<!--Main-->
<!--Footer-->
<footer class="footer" id="footer"></footer>
<!--Footer-->
<!--Context Menu-->
<div class="context-menu" id="context-menu"></div>
<!--Context Menu-->
<!--JS-->
<script src="https://eliasdh.com/assets/js/context-menu.js"></script>
<script src="https://eliasdh.com/assets/js/translate.js"></script>
<script src="https://eliasdh.com/assets/js/main.js"></script>
<script>
loadExternalContent("navigation-bar", "https://eliasdh.com/assets/includes/navigation-bar.html");
loadExternalContent("context-menu", "https://eliasdh.com/assets/includes/context-menu.html");
loadExternalContent("footer", "https://eliasdh.com/assets/includes/footer.html");
</script>
<!--JS-->
</body>
</html>