-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
749 lines (663 loc) · 33.8 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
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:image" content="/img/portfolio/preview.png">
<meta name="google" content="notranslate">
<title>Clément Landrin - Engineering student in Computer Graphics</title>
<!-- Custom fonts for this theme -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/freelancer.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Clément Landrin</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase font-weight-bold bg-secondary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item-intro mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#intro">Intro</a>
</li>
<li class="nav-item-portfolio mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item-education mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#education">Education</a>
</li>
<li class="nav-item-references mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#references">References</a>
</li>
<li class="nav-item-hobbies mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#hobbies">Hobbies</a>
</li>
<li class="nav-item-contact mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#contact">Hire!</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead -->
<header class="masthead bg-primary text-white text-center">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Avatar Image -->
<img class="masthead-avatar mb-5 img-fluid-rounded" src="img/portfolio/portrait.png" alt="">
<!-- Masthead Heading -->
<h1 class="masthead-heading mb-0">Clément Landrin</h1>
<!-- Masthead Subheading -->
<p class="masthead-subheading font-weight-light">Engineering Student specialized in Computer Graphics
<br><B>Looking for an internship for February 2020</B>
</p>
</div>
</header>
<!-- Intro Section -->
<section class="page-section page-intro bg-primary text-white" id="intro">
<div class="container d-flex align-items-center flex-column">
<!-- Intro Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-white mb-0">Intro</h2>
<!-- Icon Divider -->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<p class="lead text-center mb-5">Hello and welcome. If you are here, you might be a recruiter, a teacher, a friend or even someone lost on the web...
<br>Whoever you are, let me suggest turning the discovery of this website into a relaxing break. If you enjoy classical music, let's launch the video below and scroll!</p>
<iframe class="video video-responsive mb-5" id="chopin" width="280" height="168" src="https://www.youtube.com/embed/Ce8p0VcTbuA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="lead text-center mb-5">You can also download my resume clicking the button below:</p>
<a href="download/clementlandrin_resume.pdf" download>
<button class="btn btn-white">
<i class="fas fa-download fa-fw"></i>
Download My Resume
</button>
</a>
</div>
</section>
<!-- Projects Section -->
<section class="page-section portfolio" id="projects">
<div class="container">
<!-- Projects Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-secondary text-blue mb-0">Projects</h2>
<!-- Icon Divider -->
<div class="divider-custom divider-blue">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<div class="container d-flex align-items-center flex-column">
</p class="text-center lead"><B>Click on the items below to open their description!</B></p>
</div>
<!-- Projects Grid Items -->
<div class="row">
<!-- Projects Item 0 -->
<div class="col-md-6 col-lg-4">
<h3 class="text-center lead text-blue mb-3">Hard Skills</h3>
<div class="text-black text-center container d-flex align-items-center flex-column mb-0">
<p>
C++, Java, Swift, Python, Objective-C, Matlab, Prolog
</p>
<p>
OpenGL4
</p>
<p>
Git
</p>
<p>
Unreal Engine, Unity
</p>
<p>
Android Studio, XCode
</p>
<p>
HTML, CSS, JavaScript
</p>
</div>
</div>
<!-- Projects Item 1 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal1">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/igr_logo.png" alt="">
</div>
</div>
<!-- Projects Item 2 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal2">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/bfme_reforged_logo.png" alt="">
</div>
</div>
<!-- Projects Item 3 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal3">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/speakshake_logo.png" alt="">
</div>
</div>
<!-- Projects Item 4 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal4">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/website_logo.png" alt="">
</div>
</div>
<!-- Projects Item 5 -->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-toggle="modal" data-target="#portfolioModal5">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/wip.png" alt="">
</div>
</div>
</div>
<!-- /.row -->
</div>
</section>
<!-- Education Section -->
<section class="page-section bg-primary text-white" id="education">
<div class="container">
<!-- Education Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-brown mb-0">Education</h2>
<!-- Icon Divider -->
<div class="mb-0 divider-custom divider-brown">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Education Section Content -->
<div class="container d-flex align-items-center flex-column">
<div class="divider-custom divider-brown">
<div class="divider-custom-vertical-line"></div>
</div>
<div class="container d-flex align-items-center flex-column mb-0">
<p class="lead text-center text-uppercase">High school in Engineering sciences</p>
<p>in Avignon, France</p>
<p class="lead">September 2011 to graduation in July 2014 with honors</p>
</div>
<div class="divider-custom divider-brown">
<div class="divider-custom-vertical-line"></div>
</div>
<div class="container d-flex align-items-center flex-column mb-0">
<p class="lead text-center text-uppercase">Classes Préparatoires aux Grandes Écoles</p>
<p>in Aix-en-Provence, France</p>
<p class="lead">September 2014 - July 2016</p>
</div>
<div class="divider-custom divider-brown">
<div class="divider-custom-vertical-line"></div>
</div>
<div class="container d-flex align-items-center flex-column mb-0">
<p class="lead text-center text-uppercase">Télécom ParisTech in Computer Graphics and Human-Computer Interaction</p>
<p>at Paris, France</p>
<p class="lead">September 2016 - Present</p>
</div>
</div>
</div>
</section>
<!-- References Section -->
<section class="page-section text-black" id="references">
<div class="container">
<!-- References Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-green mb-0">References</h2>
<!-- Icon Divider -->
<div class="divider-custom divider-green">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- References Section Content -->
<div class="row">
<!-- Jakub -->
<div class="col-md-6 col-lg-4">
<div class="container d-flex align-items-center flex-column">
<!-- Jakub - Image -->
<img border-radius="50" class="img-fluid-rounded mb-5" src="img/portfolio/jakub.png" alt="">
<!-- Jakub - Text -->
<p class="lead text-justify">Jakub Mrowiński is a C++ senior programmer from Poland. He was the lead programmer for the project Battle For Middle Earth: Reforged until September 2019. I learnt a lot from him, both technically and personally.</p>
<div class="mb-5">
<img border-radius="50" class="img-fluid-rounded" src="img/portfolio/linkedin_logo.png" alt="">
<a padding-right="2" href="https://www.linkedin.com/in/jakub-mrowiński-5559b8171"><B>Jakub on LinkedIn</B></a>
</div>
</div>
</div>
<!-- Stéphane -->
<div class="col-md-6 col-lg-4">
<div class="container d-flex align-items-center flex-column">
<!-- Stéphane - Image -->
<img border-radius="50" class="img-fluid-rounded mb-5" src="img/portfolio/stephane.png" alt="">
<!-- Stéphane - Text -->
<p class="lead text-justify">Stéphane is a French web developper and was my iOS mentor when I worked at SpeakShake. He also taught me how to interface my mobile applications with a web API.</p>
<div class="mb-5">
<img border-radius="50" class="img-fluid-rounded" src="img/portfolio/linkedin_logo.png" alt="">
<a padding-right="2" href="https://www.linkedin.com/in/stephane-joussin-8455b9104"><B>Stéphane on LinkedIn</B></a>
<br><br>
<img border-radius="50" class="img-fluid-rounded" src="img/portfolio/phone_logo.png" alt="">
<a href="tel:+33620774530"><B>+33 (0)6 20 77 45 30</B></a>
</div>
</div>
</div>
<!-- Fanny -->
<div class="col-md-6 col-lg-4">
<div class="container d-flex align-items-center flex-column">
<!-- Fanny - Image -->
<img border-radius="50" class="img-fluid-rounded mb-5" src="img/portfolio/fanny.png" alt="">
<!-- Fanny - Text -->
<p class="lead text-justify">Fanny is a French manager and created the start-up SpeakShake where I interned as a mobile developper in 2017. I continued to work with her as a freelancer once my internship ended.</p>
<div class="mb-5">
<img border-radius="50" class="img-fluid-rounded" src="img/portfolio/linkedin_logo.png" alt="">
<a padding-right="2" href="https://www.linkedin.com/in/fanny-vallantin-87353811b/"><B>Fanny on LinkedIn</B></a>
<br><br>
<img border-radius="50" class="img-fluid-rounded" src="img/portfolio/phone_logo.png" alt="">
<a href="tel:+33768448418"><B>+33 (0)7 68 44 84 18</B></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hobbies Section -->
<section class="page-section mb-0 bg-primary text-white" id="hobbies">
<div class="container">
<!-- Hobbies Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-hobbies">Hobbies</h2>
<!-- Icon Divider -->
<div class="divider-custom divider-hobbies">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Hobbies Section Content -->
<div class="container d-flex align-items-center flex-column">
<!-- Track and field -->
<div class="container d-flex align-items-center flex-column">
<!-- Track and field - Title -->
<h2 class="text-center mb-5">Track and field</h2>
<!-- Track and field - Image -->
<img class="img-fluid rounded mb-5" src="img/portfolio/athletisme.png" alt="">
<!-- Track and field - Text -->
<p class="lead mb-5 text-justify">One of my passions is sports. I practised track and field for six years with a wonderful team and an amazing coach. Thanks to track and field, I learnt humility, how teammates are important and to always try to improve myself.
<br><br><a class="a link-hobbies" href="http://bases.athle.com/asp.net/athletes.aspx?base=podiums&seq=4752475247524356475248514554">Here is an official summary of my results</a>.
</p>
</div>
<!-- Piano -->
<div class="container d-flex align-items-center flex-column">
<!-- Piano - Title -->
<h2 class="text-center mb-5">Piano</h2>
<!-- Piano - Image -->
<img class="img-fluid rounded mb-5" src="img/portfolio/piano.png" alt="">
<!-- Piano - Text -->
<p class="lead text-justify mb-5">I started playing the piano at the age of six and have never stopped. As a full-of-energy little kid, I had some concentration troubles. Playing the piano helped me to focus. I also learnt to be rigorous and precise.</p>
</div>
<!-- Japan -->
<div class="container d-flex align-items-center flex-column">
<!-- Japan - Title -->
<h2 class="text-center mb-5">Travel</h2>
<!-- Japan - Image -->
<img class="img-fluid rounded mb-5" src="img/portfolio/japan.png" alt="">
<!-- Japan - Text -->
<p class="lead text-justify mb-5">In my opinion, travelling is a really inspiring hobby as I enjoy my opinion being questioned by foreign cultures.
<br><br>My almost three-month journey to Japan in 2018 impacted me a lot. Still fascinated by how open-minded and positive Japanese people are, I try to apply what I learnt from their management style in my working life.
</p>
</div>
<!-- Stories -->
<div class="container d-flex align-items-center flex-column">
<!-- Stories - Title -->
<h2 class="text-center mb-5">Stories</h2>
<!-- Stories - Image -->
<img class="img-fluid rounded mb-5" src="img/portfolio/robin-hobb.png" alt="">
<!-- Stories - Text -->
<p class="lead text-justify mb-5">I've always been fascinated by stories. I attached a photo of Robin Hobb because she wrote the Farseer Trilogy, which are my favorite books for now.
<br><br>But literature is not the only media that shares stories, that's why I enjoy watching movies, series, animes and playing video games. Now, I have 3D programming skills that I want use to tell stories alongside artists.
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="page-section text-black mb-0" id="contact">
<div class="container">
<!-- Contact Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-contact">Hire!</h2>
<!-- Icon Divider -->
<div class="mb-5 divider-custom divider-contact">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Contact Section Content -->
<div class="row">
<!-- Email -->
<div class="col-md-6 col-lg-4">
<div class="container d-flex align-items-center flex-column">
<!-- Email - Text -->
<i class="mb-5 fas fa-envelope-open-text fa-3x"></i>
<h3 class="lead text-justify">Email me at</h3>
<div class="mb-5">
<a class="a link-orange" href="mailto:[email protected]">
<B>[email protected]</B>
</a>
</div>
</div>
</div>
<!-- LinkedIn -->
<div class="col-md-6 col-lg-4">
<div class="container d-flex align-items-center flex-column">
<!-- LinkedIn - Text -->
<i class="mb-5 fab fa-linkedin fa-3x"></i>
<div class="mb-5">
<a class="a link-orange" padding-right="2" href="https://www.linkedin.com/in/cl%C3%A9ment-landrin-36703112b">
<h3 class="lead text-center">Check my LinkedIn profile!</h3>
</a>
</div>
</div>
</div>
<!-- Phone -->
<div class="col-md-6 col-lg-4">
<div class="container d-flex align-items-center flex-column">
<!-- Email - Text -->
<i class="mb-5 fas fa-phone-square fa-3x"></i>
<h3 class="lead text-justify">My phone number:</h3>
<div class="mb-5">
<a class="a link-orange" href="tel:+33630030305"><B>+33 (0)6 30 03 03 05</B></a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center bg-primary">
<div class="container">
<div class="row">
<!-- Footer Location -->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Location</h4>
<p class="lead mb-0">35C rue Bossuet
<br>91400, Orsay, France</p>
</div>
<!-- Extras Icons -->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Extras</h4>
<p class="lead mb-0">TOEFL IMT 613/677</p>
<p class="lead mb-0">Driving license</p>
</div>
<!-- Languages About Text -->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Languages</h4>
<p class="lead mb-0">French: Native
<br>English: Fluent
<br>Japanese: Intermediate</p>
</div>
</div>
</div>
</footer>
<!-- Copyright Section -->
<section class="copyright py-4 text-center text-white bg-secondary">
<div class="container">
<small>Copyright © 2019 Clément Landrin</small>
</div>
</section>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Projects Modals -->
<!-- Projects Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-labelledby="portfolioModal1Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Projects Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">PBR & Toon shading</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Projects Modal - Text -->
<p class="mb-5 text-justify">During my school program at Télécom Paris, I developped a 3D rendering app using OpenGL 4. I implemented these features: Physically-Based-Rendering (PBR), toon shading, simplification, filtering, texturing and normal mapping.</p>
<div class="mb-5">
<img class="img-fluid rounded" src="img/portfolio/github_logo.png" alt="">
<a class="a link-blue" href="https://github.com/clementlandrin/igr202.git"><B>Take a look at the Github repository and scroll the README.md for more details</B></a>
</div>
<p class="mb-5 text-justify">Particular attention was paid to <a class="a link-blue" href="https://maverick.inria.fr/Publications/2006/BTM06a/index.php">a research paper on X-Toon shading</a> written by Pascal Barla, Joëlle Thollot and Lee Markosian.</p>
<button class="btn btn-primary" href="#" data-dismiss="modal">
<i class="fas fa-times fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Projects Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-labelledby="portfolioModal2Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Projects Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">BFME: Reforged</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Projects Modal - Image -->
<iframe class="video video-responsive" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen src="https://www.youtube.com/embed/MLLQLfExank"></iframe>
<p><B>First official trailer</B></p>
<!-- Projects Modal - Text -->
<p class="mb-5 text-justify">As a Tolkien fan, I decided to get involved in this project as soon as I heard about it. We aim to create a new AAA video game using Unreal Engine and the same gameplay base as in the famous video games Battle For Middle Earth 1 & 2.
<br><br>The team is made up of fans from around the world and brings together musiscians, programmers, animators, artists, 3D modellers and others. I have been working on the team as a C++ programmer since January 2019.
<br><br>My contributions relate to the areas of User Interface, the creation of assets, the debug, the massive redrafting of existing code and pushing the manager to get new tools to better manage development.
</p>
<button class="btn btn-primary" href="#" data-dismiss="modal">
<i class="fas fa-times fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Projects Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-labelledby="portfolioModal3Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Projects Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">SpeakShake & Freelance</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Projects Modal - Image -->
<img class="img-fluid rounded mb-5" src="img/portfolio/speakshake_bug.png" alt="">
<!-- Projects Modal - Text -->
<p class="mb-0 text-justify">I worked with the start-up SpeakShake for about four months, first as a trainee, then as a freelancer. I worked on both the iOS and Android applications, improving my skills in XCode, Android Studio, Java, Swift and Objective-C.
<br><br>The base of the applications was already developed by students. My tasks:
<ul align="left">
<li>track bugs as the one shown above</li>
<li>improve the already existing views</li>
<li>create the missing views</li>
<li>design a secure login-in system</li>
<li>maintain the apps to fit with the new features developed for the website at the back-end</li>
<li>manage the students to complete the contract</li>
</ul>
Unfortunately, SpeakShake no longer exists and both the website and the apps have been closed.
<br><br><B>For this project, I worked with two people who can be found in the references section.</B></p>
<button class="btn btn-primary" href="#" data-dismiss="modal">
<i class="fas fa-times fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Projects Modal 4 -->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-labelledby="portfolioModal4Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Projects Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">This website</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Projects Modal - Image -->
<!-- Projects Modal - Text -->
<p class="mb-5 text-justify">I can't speak about the projects I've done without mentioning this website itself. Working on this website made my HTML, CSS and JavaScript skills improve.
<br><br>I used Freelance as a starting theme, a free-to-use MIT licensed Bootstrap theme created by <a class="a link-blue" href="http://startbootstrap.com">Start Bootstrap</a>.</p>
<button class="btn btn-primary" href="#" data-dismiss="modal">
<i class="fas fa-times fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Projects Modal 5 -->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-labelledby="portfolioModal5Label" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fas fa-times"></i>
</span>
</button>
<div class="modal-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Projects Modal - Title -->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Work In Progress</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-circle"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Projects Modal - Text -->
<p class="mb-5 text-justify">During this last year at engineering school, I'm doing a Master Research and Innovation Project, called PRIM in French. This project consists of the analysis, the implementation and the improvement of the paper <a class="a link-blue" href="http://www.cemyuksel.com/research/lgh/">Lighting Grid Hierarchy for Self-illuminating Explosions</a> written by Cem Yuksel and Can Yuksel.
<br><br>This includes the resolution of Navier-Stokes's equation (a complex equation in fluid mechanics) as described in the paper <a class="a link-blue" href="https://graphics.stanford.edu/papers/vortex_particle-sig05/vortex_particle.pdf">A Vortex Particle Method for Smoke, Water and Explosions</a>. Then, each particle of the fluid has to illuminate the scene to correctly render explosions.
<br><br>This project is an opportunity to improve both my OpenGL skills and my ability to resolve complex optimization problems.</p>
<button class="btn btn-primary" href="#" data-dismiss="modal">
<i class="fas fa-times fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.js"></script>
</body>
</html>