-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
609 lines (519 loc) · 20.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Lucas Van Hooste</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/icon" href="assets/images/logoLowRes.ico" />
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Slick slider -->
<link href="assets/css/slick.css" rel="stylesheet">
<!-- Gallery Lightbox -->
<link href="assets/css/magnific-popup.css" rel="stylesheet">
<!-- Main Style -->
<link href="style.css" rel="stylesheet">
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/lucas-theme.css" rel="stylesheet">
<!-- Fonts -->
<!-- Open Sans for body font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800" rel="stylesheet">
<!-- Poppins for Title -->
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Start Header -->
<header id="mu-header" class="" role="banner">
<div class="container-fluid">
<nav class="navbar navbar-default mu-navbar">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Text Logo -->
<a class="navbar-brand" href="#">L</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav mu-menu navbar-right">
<li><a href="#">HOME</a></li>
<li><a href="#mu-portfolio">PROJECTS</a></li>
<!-- <li><a href="#mu-about">ABOUT ME</a></li> -->
<li><a href="#mu-contact">PLATFORMS</a></li>
<!-- <li><a href="assets/privacy.html">PRIVACY</a></li> -->
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</header>
<!-- End Header -->
<!-- Start Featured Slider -->
<section id="mu-featured-slider">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-featured-area">
<img src="assets/images/profile-mini.jpg" class="img-fluid img-thumbnail img-circle"
alt="Profile Picture">
<!-- <h1>Lucas Van Hooste</h1> -->
<!-- Start text slide -->
<div class="mu-featured-slider-wrapper">
<div class="mu-featured-slider" id="typed-strings">
<p><span>Lucas Van Hooste</span></p>
<p><span>Game Developer</span></p>
<p><span>Coding Enthousiast</span></p>
<!-- <p>I am <span></span></p>-->
</div>
<span id="typed"></span>
</div>
<!-- Start text slide -->
<div class="mu-featured-content">
<p>Hi, I'm <strong>Lucas</strong> and welcome to my website.<br>This is where I showcase some of my personal projects
that have been lucky enough to see the light of day.</p>
<a href="#mu-portfolio" class="mu-primary-btn view-my-work-btn">MY PROJECTS</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Start Featured Slider -->
<!-- Start main content -->
<main role="main">
<!-- Start Portfolio -->
<section id="mu-portfolio">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-portfolio-area">
<div class="mu-portfolio-header">
<h2 class="mu-heading-title">PERSONAL PROJECTS</h2>
<span class="mu-header-dot"></span>
</div>
<!-- Start Portfolio Filter -->
<div class="mu-portfolio-filter-area">
<ul class="mu-simplefilter">
<li class="active" data-filter="all">All</li>
<li data-filter="1">Unity Packages</li>
<li data-filter="2">Games</li>
<li data-filter="3">Other</li>
</ul>
</div>
<!-- Start Portfolio Content -->
<div class="mu-portfolio-content">
<div class="filtr-container">
<div class="col-xs-6 col-sm-4 col-md-4 filtr-item" data-category="1">
<a href="assets/portfolio/UnityOption.html">
<div class="mu-item-thumbonail">
<img class="img-responsive"
src="assets/images/portfolio/UnityOption/Thumbnail.jpg" alt="image">
</div>
<div class="mu-filter-item-content">
<h3 class="mu-filter-item-title">Unity Option</h3>
<h6 class="mu-filter-item-title">Unity Package</h6>
<!--
<a class="mu-filter-link" href="#"><i class="fa fa-link"></i></a>
<a class="mu-filter-imglink" href="assets/images/portfolio/img-2.jpeg" title="UI/UX DESIGN"><i class="fa fa-search"></i></a>
-->
</div>
</a>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 filtr-item" data-category="3">
<a href="assets/portfolio/Comic.html">
<div class="mu-item-thumbonail">
<img class="img-responsive"
src="assets/images/portfolio/Comic/Thumbnail.jpg" alt="image">
</div>
<div class="mu-filter-item-content">
<h3 class="mu-filter-item-title">Comicbook Shader</h3>
<h6 class="mu-filter-item-title">Unity Shader</h6>
<!--
<a class="mu-filter-link" href="#"><i class="fa fa-link"></i></a>
<a class="mu-filter-imglink" href="assets/images/portfolio/img-2.jpeg" title="UI/UX DESIGN"><i class="fa fa-search"></i></a>
-->
</div>
</a>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 filtr-item" data-category="1">
<a href="assets/portfolio/MeshSplitting.html">
<div class="mu-item-thumbonail">
<img class="img-responsive"
src="assets/images/portfolio/MeshSplitting/Thumbnail.jpg"
alt="image">
</div>
<div class="mu-filter-item-content">
<h3 class="mu-filter-item-title">Dynamic<br>Mesh Splitting</h3>
<h6 class="mu-filter-item-title">Unity Package</h6>
<!--
<a class="mu-filter-link" href="#"><i class="fa fa-link"></i></a>
<a class="mu-filter-imglink" href="assets/images/portfolio/img-2.jpeg" title="UI/UX DESIGN"><i class="fa fa-search"></i></a>
-->
</div>
</a>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 filtr-item" data-category="2">
<a href="assets/portfolio/BLB.html">
<div class="mu-item-thumbonail">
<img class="img-responsive"
src="assets/images/portfolio/BLB/Thumbnail.jpg" alt="image">
</div>
<div class="mu-filter-item-content">
<h3 class="mu-filter-item-title">BLB</h3>
<h6 class="mu-filter-item-title">Mobile Game</h6>
<!--
<a class="mu-filter-link" href="#"><i class="fa fa-link"></i></a>
<a class="mu-filter-imglink" href="assets/images/portfolio/img-2.jpeg" title="UI/UX DESIGN"><i class="fa fa-search"></i></a>
-->
</div>
</a>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 filtr-item" data-category="2">
<a href="assets/portfolio/MPP.html">
<div class="mu-item-thumbonail">
<img class="img-responsive"
src="assets/images/portfolio/MPP/Thumbnail.jpg" alt="image">
</div>
<div class="mu-filter-item-content">
<h3 class="mu-filter-item-title">Mister Pumpkin's<br>Potionary</h3>
<h6 class="mu-filter-item-title">VR Game</h6>
<!--
<a class="mu-filter-link" href="#"><i class="fa fa-link"></i></a>
<a class="mu-filter-imglink" href="assets/images/portfolio/img-2.jpeg" title="UI/UX DESIGN"><i class="fa fa-search"></i></a>
-->
</div>
</a>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 filtr-item" data-category="2">
<a href="assets/portfolio/VegetableBrawler.html">
<div class="mu-item-thumbonail">
<img class="img-responsive"
src="assets/images/portfolio/VB/Thumbnail.jpg" alt="image">
</div>
<div class="mu-filter-item-content">
<h3 class="mu-filter-item-title">Vegetable Brawler</h3>
<h6 class="mu-filter-item-title">Game Prototype</h6>
<!--
<a class="mu-filter-link" href="#"><i class="fa fa-link"></i></a>
<a class="mu-filter-imglink" href="assets/images/portfolio/img-2.jpeg" title="UI/UX DESIGN"><i class="fa fa-search"></i></a>
-->
</div>
</a>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 filtr-item" data-category="3">
<a href="assets/portfolio/ShooterGameSimulation.html">
<div class="mu-item-thumbonail">
<img class="img-responsive"
src="assets/images/portfolio/SGS/Thumbnail.jpg" alt="image">
</div>
<div class="mu-filter-item-content">
<h3 class="mu-filter-item-title">Shooter Game<br>Simulation</h3>
<h6 class="mu-filter-item-title">Unity Demo</h6>
<!--
<a class="mu-filter-link" href="#"><i class="fa fa-link"></i></a>
<a class="mu-filter-imglink" href="assets/images/portfolio/img-2.jpeg" title="UI/UX DESIGN"><i class="fa fa-search"></i></a>
-->
</div>
</a>
</div>
</div>
</div>
<!-- End Portfolio Content -->
<div class="mu-portfolio-header">
<h2 class="mu-heading-title">PROFESSIONAL PROJECTS</h2>
<span class="mu-header-dot"></span>
<p>For a list of projects I have worked on as part of my job, please refer to
<a href="https://drive.google.com/file/d/1PYvHcRHEFBqej8lNWO6yb5BgLyYXCcwa/view?usp=share_link" target="_blank"><u>my CV</u></a>.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Portfolio -->
<!-- Start About -->
<!-- <section id="mu-about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-about-area">
<div class="mu-about-header">
<h2 class="mu-heading-title">ABOUT ME</h2>
<span class="mu-header-dot"></span>
<p>My name is Lucas Van Hooste. I'm a game developer who specializes in <strong>Unity Development</strong>, but I am passionate about many other parts of game development.</p>
</div>
<div class="mu-about-content">
<div class="row">
<div class="mu-about-header">
<p>This is me, in a very outdated picture.</p>
</div>
<div class="col-md-6 col-md-offset-3">
<img class="mu-profile-img" src="assets/images/profile.jpg" alt="Profile Image">
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4">
<a href="assets/downloads/CV_LucasVanHooste_English.pdf" doanload target="_blank"
class="mu-resume-btn">Download My Resume</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End About -->
<!-- Start Service -->
<!--
<section id="mu-service">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-service-area">
<div class="mu-service-header">
<h2 class="mu-heading-title">MY SERVICES</h2>
<span class="mu-header-dot"></span>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever</p>
</div>
<div class="mu-service-content">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="mu-service-content-single">
<span class="mu-service-icon-box">
<i class="fa fa-leaf"></i>
</span>
<h4>UI/UX Design</h4>
<p>Lorem ipsum dolor sit amet, consect adipis elit minim veniam ettis inkeras.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="mu-service-content-single">
<span class="mu-service-icon-box">
<i class="fa fa-desktop"></i>
</span>
<h4>Web Development</h4>
<p>Lorem ipsum dolor sit amet, consect adipis elit minim veniam ettis inkeras.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="mu-service-content-single">
<span class="mu-service-icon-box">
<i class="fa fa-briefcase"></i>
</span>
<h4>Branding</h4>
<p>Lorem ipsum dolor sit amet, consect adipis elit minim veniam ettis inkeras.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="mu-service-content-single">
<span class="mu-service-icon-box">
<i class="fa fa-camera"></i>
</span>
<h4>Photography</h4>
<p>Lorem ipsum dolor sit amet, consect adipis elit minim veniam ettis inkeras.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="mu-service-content-single">
<span class="mu-service-icon-box">
<i class="fa fa-android"></i>
</span>
<h4>Apps Development</h4>
<p>Lorem ipsum dolor sit amet, consect adipis elit minim veniam ettis inkeras.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="mu-service-content-single">
<span class="mu-service-icon-box">
<i class="fa fa-line-chart"></i>
</span>
<h4>Digital Marketing</h4>
<p>Lorem ipsum dolor sit amet, consect adipis elit minim veniam ettis inkeras.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- End Service -->
<!-- Start Testimonials -->
<!--
<section id="mu-testimonials">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-testimonials-area">
<div class="mu-testimonial-header">
<h2 class="mu-heading-title">Client Testimonials</h2>
<span class="mu-header-dot"></span>
</div>
<div class="mu-testimonials-block">
<ul class="mu-testimonial-slide">
<li>
<i class="fa fa-quote-right mu-quote-icon"></i>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
<h5 class="mu-ct-name"> - Jhon Doe</h5>
<span class="mu-ct-title">CEO, Apple Inc.</span>
</li>
<li>
<i class="fa fa-quote-right mu-quote-icon"></i>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
<h5 class="mu-ct-name"> - Alice Boga</h5>
<span class="mu-ct-title">Director, Google Inc.</span>
</li>
<li>
<i class="fa fa-quote-right mu-quote-icon"></i>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
<h5 class="mu-ct-name"> - Jhon Smith</h5>
<span class="mu-ct-title">Web Developer</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- End Testimonials -->
<!-- Start Contact -->
<section id="mu-contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-contact-area">
<div class="mu-contact-header">
<h2 class="mu-heading-title">PLATFORMS</h2>
<span class="mu-header-dot"></span>
<p>You can contact me by email or on LinkedIn.</p>
</div>
<!-- Start Contact Content -->
<div class="mu-contact-content">
<div class="row">
<div class="col-md-12">
<div class="mu-contact-top">
<div class="row">
<div class="col-sm-4">
<div class="mu-contact-top-single">
<span onclick="showEmail()" class="mu-service-icon-box">
<i class="fa fa-envelope"></i>
</span>
<p id="showEmail">Show email</p>
</div>
</div>
<div class="col-sm-4">
<div class="mu-contact-top-single">
<a href="https://www.linkedin.com/in/lucas-van-hooste-9938aa193/"
target="_blank"><span class="mu-service-icon-box">
<i class="fa fa-linkedin"></i>
</span></a>
<p>Lucas Van Hooste</p>
</div>
</div>
<div class="col-sm-4">
<div class="mu-contact-top-single">
<a href="https://github.com/LucasVanHooste"
target="_blank"><span class="mu-service-icon-box">
<i class="fa fa-github"></i>
</span></a>
<p>LucasVanHooste</p>
</div>
</div>
<!-- <div class="col-sm-3">
<div class="mu-contact-top-single">
<a href="https://twitter.com/LucasVanHooste"
target="_blank"><span class="mu-service-icon-box">
<i class="fa fa-twitter"></i>
</span></a>
<p>@LucasVanHooste</p>
</div>
</div> -->
</div>
</div>
</div>
<!--
<div class="col-md-12">
<div class="mu-contact-bottom">
<div id="form-messages"></div>
<form id="ajax-contact" method="post" action="mailer.php" class="mu-contact-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Name" id="name" name="name" required>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Enter Email" id="email" name="email" required>
</div>
<div class="form-group">
<textarea class="form-control" placeholder="Message" id="message" name="message" required></textarea>
</div>
<button type="submit" class="mu-send-msg-btn"><span>SUBMIT</span></button>
</form>
</div>
</div>
-->
</div>
</div>
<!-- End Contact Content -->
</div>
</div>
</div>
</div>
</section>
<!-- End Contact -->
</main>
<!-- End main content -->
<!-- Start footer -->
<!-- <footer id="mu-footer" role="contentinfo">
<div class="container">
<div class="mu-footer-area">
<p class="mu-copy-right">© Copyright <a rel="nofollow" href="http://markups.io">markups.io</a>. All right
reserved.</p>
</div>
</div>
</footer> -->
<!-- End footer -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="assets/js/slick.min.js"></script>
<!-- Filterable Gallery js -->
<script type="text/javascript" src="assets/js/jquery.filterizr.min.js"></script>
<!-- Gallery Lightbox -->
<script type="text/javascript" src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Ajax contact form -->
<script type="text/javascript" src="assets/js/app.js"></script>
<!-- Featured Slider -->
<script type="text/javascript" src="assets/js/typed.min.js"></script>
<!-- On scroll JS -->
<script src="assets/js/jquery.appear.js"></script>
<!-- Progress Bar -->
<script type="text/javascript" src="assets/js/jquery.lineProgressbar.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<script src="assets/js/email.js"></script>
</body>
</html>