-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
924 lines (919 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
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="./images/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;800&display=swap"
rel="stylesheet"
/>
<title>ranwez.eu</title>
<link rel="stylesheet" href="./build/app.dd04ce04.css" />
</head>
<body data-barba="wrapper" class="font-manrope bg-blue-200 min-h-screen">
<div
class="loader bg-blue-300"
style="
position: fixed;
width: 150vw;
height: 300vh;
pointer-events: none;
z-index: 100;
visibility: hidden;
opacity: 0;
"
></div>
<div class="relative pt-6 px-4 sm:px-6 lg:px-8 z-40">
<nav
class="relative flex items-center justify-between sm:h-10"
aria-label="Global"
>
<div class="flex justify-start lg:w-0 lg:flex-1">
<div class="flex items-center justify-between w-full md:w-auto">
<a href="/#home">
<span class="sr-only">Workflow</span>
<img src="./images/logo-icon.png" alt="logo" class="h-10" />
</a>
</div>
</div>
<div class="-my-2 md:hidden">
<button
type="button"
class="
ip-menu-open
bg-white
rounded-md
p-2
inline-flex
items-center
justify-center
text-blue-900
hover:text-blue-900 hover:bg-gray-100
focus:outline-none
focus:ring-2
focus:ring-inset
focus:ring-blue-500
"
id="main-menu"
aria-haspopup="true"
>
<span class="sr-only">Open main menu</span>
<!-- Heroicon name: menu -->
<svg
class="h-6 w-6"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewbox="0 0 24 24"
stroke="currentColor"
aria-hidden="true"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 6h16M4 12h16M4 18h16"
/>
</svg>
</button>
</div>
<div class="hidden md:flex space-x-10 font-manrope">
<a
href="/#services"
class="font-medium text-blue-900 hover:text-gray-900 p-2"
>Services</a
>
<a
href="/#works"
class="font-medium text-blue-900 hover:text-gray-900 p-2"
>Works</a
>
<a
href="/contact"
class="
font-medium
text-blue-900
hover:text-gray-900
bg-opacity-10 bg-gray-800
rounded-md
p-2
"
>Contact</a
>
</div>
</nav>
</div>
<div
class="
ip-menu
absolute
top-0
inset-x-0
p-2
transition
transform
origin-top-right
md:hidden
z-50
"
hidden
>
<div
class="
rounded-lg
shadow-md
bg-white
ring-1 ring-black ring-opacity-5
overflow-hidden
"
>
<div class="px-5 pt-4 flex items-center justify-between">
<div>
<img src="./images/logo-icon.png" alt="logo" class="h-8 w-auto" />
</div>
<div class="-mr-2">
<button
type="button"
class="
ip-menu-close
bg-white
rounded-md
p-2
inline-flex
items-center
justify-center
text-blue-900
hover:text-blue-900 hover:bg-gray-100
focus:outline-none
focus:ring-2
focus:ring-inset
focus:ring-blue-500
"
>
<span class="sr-only">Close main menu</span>
<!-- Heroicon name: x -->
<svg
class="h-6 w-6"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewbox="0 0 24 24"
stroke="currentColor"
aria-hidden="true"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M6 18L18 6M6 6l12 12"
/>
</svg>
</button>
</div>
</div>
<div
role="menu"
aria-orientation="vertical"
aria-labelledby="main-menu"
>
<div class="px-2 pt-2 pb-3 space-y-1" role="none">
<a
href="/#services"
class="
block
px-3
py-2
rounded-md
text-base
font-medium
text-gray-700
hover:text-gray-900 hover:bg-gray-50
"
role="menuitem"
>Services</a
>
<a
href="/#works"
class="
block
px-3
py-2
rounded-md
text-base
font-medium
text-gray-700
hover:text-gray-900 hover:bg-gray-50
"
role="menuitem"
>Works</a
>
<a
href="/contact"
class="
block
px-3
py-2
rounded-md
text-base
font-medium
text-gray-700
hover:text-gray-900 hover:bg-gray-50
"
role="menuitem"
>Contact</a
>
</div>
<div role="none">
<a
href="#"
class="
block
w-full
px-5
py-3
text-center
font-medium
text-blue-600
bg-gray-50
hover:bg-gray-100
"
role="menuitem"
>
Log in
</a>
</div>
</div>
</div>
</div>
<main data-barba="container" data-barba-namespace="home">
<div
class="
swiper-container
mySwiper
absolute
w-full
h-full
overflow-hidden
top-0
font-manrope
bold
"
>
<div class="swiper-wrapper">
<div
class="
swiper-slide
flex
items-center
justify-center
bg-blue-50
font-medium
text-gray-400
relative
overflow-hidden
"
>
<div
class="
font-medium
grid
md:grid-cols-2
sm:grid-cols-1
gap-2
w-full
"
>
<div class="relative">
<img
class="relative z-10 sm:left-1/3 md:left-0 w-2/4"
data-swiper-parallax="800"
src="./images/character.svg"
/>
<div
class="
w-40
md:w-96
h-full
bg-blue-900
absolute
-bottom-1
md:-bottom-96
-left-8
md:left-20
rounded-full
pointer-events-none
md:rotate-45
transform
"
></div>
</div>
<div class="flex items-center gap-2">
<svg
data-swiper-parallax="-500"
xmlns="http://www.w3.org/2000/svg"
class="h-12 w-12 text-blue-900"
fill="none"
viewbox="0 0 24 24"
stroke="currentColor"
>
<path d="M12 14l9-5-9-5-9 5 9 5z" />
<path
d="M12 14l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14z"
/>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M12 14l9-5-9-5-9 5 9 5zm0 0l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14zm-4 6v-7.5l4-2.222"
/>
</svg>
<div>
<p class="text-2xl" data-swiper-parallax="-600">
Pierre Ranwez
</p>
<p class="text-4xl font-black" data-swiper-parallax="-600">
Cloud Computing
</p>
<p class="text-md font-black" data-swiper-parallax="-600">
Master Student
</p>
</div>
</div>
</div>
<div
class="absolute left-3 bottom-3 flex flex-col"
data-swiper-parallax="-500"
>
<div class="w-12 h-12 m-1 p-3 bg-blue-200 rounded-full">
<a href="https://www.linkedin.com/in/pierre-ranwez/">
<svg
class="text-blue-900 fill-current"
role="img"
viewbox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>LinkedIn</title>
<path
d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"
/>
</svg>
</a>
</div>
<div class="w-12 h-12 m-1 p-3 bg-blue-200 rounded-full">
<a href="https://github.com/ipierre1">
<svg
class="text-blue-900 fill-current"
role="img"
viewbox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>GitHub</title>
<path
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"
/>
</svg>
</a>
</div>
</div>
</div>
<div
id="services"
data-hash="services"
class="
swiper-slide
flex
items-center
justify-center
bg-blue-100
font-medium
text-gray-400
overflow-hidden
"
>
<div class="grid gap-6 mb-8 md:grid-cols-2 xl:grid-cols-2 p-4">
<div
class="flex items-center p-4 bg-white rounded-lg shadow-xs"
data-swiper-parallax="-600"
>
<div class="p-3 mr-4 text-blue-500 bg-blue-100 rounded-full">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewbox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M15 15l-2 5L9 9l11 4-5 2zm0 0l5 5M7.188 2.239l.777 2.897M5.136 7.965l-2.898-.777M13.95 4.05l-2.122 2.122m-5.657 5.656l-2.12 2.122"
/>
</svg>
</div>
<div>
<p class="text-lg font-semibold text-gray-700">
Websites and PWA
</p>
<p class="mb-2 text-sm font-medium text-gray-600">
From the showcase website, to the desktop PWA app.
</p>
<div class="mt-4"></div>
</div>
</div>
<div
class="flex items-center p-4 bg-white rounded-lg shadow-xs"
data-swiper-parallax="-600"
>
<div class="p-3 mr-4 text-blue-500 bg-blue-100 rounded-full">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewbox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"
/>
</svg>
</div>
<div>
<p class="text-lg font-semibold text-gray-700">
E-Commerce website
</p>
<p class="mb-2 text-sm font-medium text-gray-600">
Creation and maintenance for online stores.
</p>
</div>
</div>
<div
class="flex items-center p-4 bg-white rounded-lg shadow-xs"
data-swiper-parallax="-600"
>
<div class="p-3 mr-4 text-blue-500 bg-blue-100 rounded-full">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewbox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z"
/>
</svg>
</div>
<div>
<p class="text-lg font-semibold text-gray-700">
Android Apps
</p>
<p class="mb-2 text-sm font-medium text-gray-600">
Creation of customized apps for android.
</p>
</div>
</div>
<div
class="flex items-center p-4 bg-white rounded-lg shadow-xs"
data-swiper-parallax="-600"
>
<div class="p-3 mr-4 text-blue-500 bg-blue-100 rounded-full">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewbox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"
/>
</svg>
</div>
<div>
<p class="text-lg font-semibold text-gray-700">Deployment</p>
<p class="mb-2 text-sm font-medium text-gray-600">
Server configuration and maintenance for web server and
docker apps.
</p>
</div>
</div>
</div>
</div>
<div
data-hash="works"
id="works"
class="
relative
overflow-hidden
swiper-slide
grid grid-cols-1
md:grid-cols-2 md:grid-rows-1
gap-4
py-8
md:p-8
items-center
justify-center
bg-blue-200
font-medium
text-gray-400
"
>
<div
class="
bg-blue-100
sm:rounded-lg
p-8
w-full
h-72
md:h-2/3
relative
overflow-hidden
"
data-swiper-parallax="-400"
>
<div class="flex flex-wrap items-center gap-x-4">
<div class="w-max text-gray-700 flex-none">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-7 w-7"
fill="none"
viewbox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"
/>
</svg>
</div>
<p class="text-xl font-semibold text-gray-700 flex-grow">
UCAP Associative website<span class="font-medium">*</span>
</p>
<span
class="
flex-none
text-sm
font-medium
text-gray-600
hidden
md:block
"
>Web app, 2020</span
>
</div>
<p class="mb-2 text-md font-medium text-gray-600">
Allows merchants visibility on the web with the possibility for
everyone to personalize their page with their account.
</p>
<img
class="
shadow-2xl
block
md:absolute
z-10
w-full
top-1/2
md:top-1/4 md:left-28
rounded-xl
"
src="./images/ucap.png"
data-swiper-parallax="-600"
/>
</div>
<div
class="
bg-blue-100
sm:rounded-lg
p-8
w-full
h-72
md:h-2/3
relative
overflow-hidden
"
data-swiper-parallax="-400"
>
<div class="flex flex-wrap items-center gap-x-4">
<div class="w-max text-gray-700 flex-none">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-7 w-7"
fill="none"
viewbox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"
/>
</svg>
</div>
<p class="text-xl font-semibold text-gray-700 flex-grow">
Actor Learning App<span class="font-medium">*</span>
</p>
<span
class="
flex-none
text-sm
font-medium
text-gray-600
hidden
md:block
"
>Android app, 2019</span
>
</div>
<p class="mb-2 text-md font-medium text-gray-600">
E-learning application for android.
</p>
<img
class="
shadow-2xl
block
md:absolute
z-10
w-full
top-1/2
md:top-1/4 md:left-28
rounded-xl
"
src="./images/actor.png"
data-swiper-parallax="-600"
/>
</div>
<p class="font-light text-sm px-8 md:px-0">
* Projects carried out via the Créarium & Co. agency
</p>
</div>
<div
data-hash="footer"
class="
relative
overflow-hidden
swiper-slide
flex flex-col
items-center
justify-center
bg-blue-300
font-medium
text-blue-50
"
>
<p class="font-medium" data-swiper-parallax="700">
Made with ❤ with :
</p>
<br />
<div class="flex">
<div
data-swiper-parallax="400"
class="
w-12
h-12
m-1
p-3
bg-blue-100
rounded-full
text-blue-900
fill-current
"
>
<svg
role="img"
viewbox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>Symfony</title>
<path
d="M24 12c0 6.628-5.372 12-12 12S0 18.628 0 12 5.372 0 12 0s12 5.372 12 12zm-6.753-7.561c-1.22.042-2.283.715-3.075 1.644-.878 1.02-1.461 2.229-1.881 3.461-.753-.614-1.332-1.414-2.539-1.761-.966-.297-2.015-.105-2.813.514-.41.319-.71.757-.861 1.254-.36 1.176.381 2.225.719 2.6l.737.79c.15.154.519.56.339 1.138-.193.631-.951 1.037-1.732.799-.348-.106-.848-.366-.734-.73.045-.15.152-.263.21-.391.052-.11.077-.194.095-.242.141-.465-.053-1.07-.551-1.223-.465-.143-.939-.03-1.125.566-.209.68.117 1.913 1.86 2.449 2.04.628 3.765-.484 4.009-1.932.153-.907-.255-1.582-1.006-2.447l-.612-.677c-.371-.37-.497-1.002-.114-1.485.324-.409.785-.584 1.539-.379 1.103.3 1.594 1.063 2.412 1.68-.338 1.11-.56 2.223-.759 3.222l-.123.746c-.585 3.07-1.033 4.757-2.194 5.726-.234.166-.57.416-1.073.434-.266.005-.352-.176-.355-.257-.006-.184.15-.271.255-.353.154-.083.39-.224.372-.674-.016-.532-.456-.994-1.094-.973-.477.017-1.203.465-1.176 1.286.028.85.819 1.485 2.012 1.444.638-.021 2.062-.281 3.464-1.949 1.633-1.911 2.09-4.101 2.434-5.706l.383-2.116c.213.024.441.042.69.048 2.032.044 3.049-1.01 3.064-1.776.01-.464-.304-.921-.744-.91-.386.009-.718.278-.806.654-.094.428.646.813.068 1.189-.41.266-1.146.452-2.184.3l.188-1.042c.386-1.976.859-4.407 2.661-4.467.132-.007.612.006.623.323.003.105-.022.134-.147.375-.115.155-.174.345-.168.537.017.504.4.836.957.816.743-.023.955-.748.945-1.119-.032-.874-.952-1.424-2.17-1.386z"
/>
</svg>
</div>
<div
data-swiper-parallax="600"
class="
w-12
h-12
m-1
p-3
bg-blue-100
rounded-full
text-blue-900
fill-current
"
>
<svg
role="img"
viewbox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>Webpack</title>
<path
d="M22.1987 18.498l-9.7699 5.5022v-4.2855l6.0872-3.3338 3.6826 2.117zm.6683-.6026V6.3884l-3.5752 2.0544v7.396zm-21.0657.6026l9.7699 5.5022v-4.2855L5.484 16.3809l-3.6826 2.117zm-.6683-.6026V6.3884l3.5751 2.0544v7.396zm.4183-12.2515l10.0199-5.644v4.1434L5.152 7.6586l-.0489.028zm20.8975 0l-10.02-5.644v4.1434l6.4192 3.5154.0489.028 3.5518-2.0427zm-10.8775 13.096l-6.0056-3.2873V8.9384l6.0054 3.4525v6.349zm.8575 0l6.0053-3.2873V8.9384l-6.0053 3.4525zM5.9724 8.1845l6.0287-3.3015L18.03 8.1845l-6.0288 3.4665z"
/>
</svg>
</div>
<div
data-swiper-parallax="400"
class="
w-12
h-12
m-1
p-3
bg-blue-100
rounded-full
text-blue-900
fill-current
"
>
<svg
role="img"
viewbox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>Tailwind CSS</title>
<path
d="M12.001,4.8c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 C13.666,10.618,15.027,12,18.001,12c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C16.337,6.182,14.976,4.8,12.001,4.8z M6.001,12c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 c1.177,1.194,2.538,2.576,5.512,2.576c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C10.337,13.382,8.976,12,6.001,12z"
/>
</svg>
</div>
</div>
<footer class="bg-blue-900 w-full pt-10 sm:mt-10 absolute bottom-0">
<div class="max-w-screen-xl mx-auto px-4">
<ul
class="
max-w-screen-md
mx-auto
text-lg
font-light
flex flex-wrap
justify-between
pb-2
"
>
<li class="my-2">
<a
class="
text-gray-300
hover:text-white
transition-colors
duration-200
"
href="#home"
>
Home
</a>
</li>
<li class="my-2">
<a
class="
text-gray-300
hover:text-white
transition-colors
duration-200
"
href="#services"
>
Services
</a>
</li>
<li class="my-2">
<a
class="
text-gray-300
hover:text-white
transition-colors
duration-200
"
href="#works"
>
Works
</a>
</li>
<li class="my-2">
<a
class="
text-gray-300
hover:text-white
transition-colors
duration-200
"
href="/contact"
>
Contact
</a>
</li>
</ul>
<div class="pt-2">
<div
class="
flex
pb-5
px-3
m-auto
pt-5
border-t border-gray-400
text-gray-400 text-sm
flex-col
md:flex-row
max-w-6xl
"
>
<div class="mt-2">
© Copyright 2018-2021. All Rights Reserved.
</div>
<div
class="
md:flex-auto md:flex-row-reverse
mt-2
flex-row flex
"
>
<a
href="https://github.com/ipierre1"
class="
text-gray-400
hover:text-white
transition-colors
duration-200
mr-1
"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="currentColor"
class="
text-xl
hover:text-white
transition-colors
duration-200
"
viewbox="0 0 1792 1792"
>
<path
d="M896 128q209 0 385.5 103t279.5 279.5 103 385.5q0 251-146.5 451.5t-378.5 277.5q-27 5-40-7t-13-30q0-3 .5-76.5t.5-134.5q0-97-52-142 57-6 102.5-18t94-39 81-66.5 53-105 20.5-150.5q0-119-79-206 37-91-8-204-28-9-81 11t-92 44l-38 24q-93-26-192-26t-192 26q-16-11-42.5-27t-83.5-38.5-85-13.5q-45 113-8 204-79 87-79 206 0 85 20.5 150t52.5 105 80.5 67 94 39 102.5 18q-39 36-49 103-21 10-45 15t-57 5-65.5-21.5-55.5-62.5q-19-32-48.5-52t-49.5-24l-20-3q-21 0-29 4.5t-5 11.5 9 14 13 12l7 5q22 10 43.5 38t31.5 51l10 23q13 38 44 61.5t67 30 69.5 7 55.5-3.5l23-4q0 38 .5 88.5t.5 54.5q0 18-13 30t-40 7q-232-77-378.5-277.5t-146.5-451.5q0-209 103-385.5t279.5-279.5 385.5-103zm-477 1103q3-7-7-12-10-3-13 2-3 7 7 12 9 6 13-2zm31 34q7-5-2-16-10-9-16-3-7 5 2 16 10 10 16 3zm30 45q9-7 0-19-8-13-17-6-9 5 0 18t17 7zm42 42q8-8-4-19-12-12-20-3-9 8 4 19 12 12 20 3zm57 25q3-11-13-16-15-4-19 7t13 15q15 6 19-6zm63 5q0-13-17-11-16 0-16 11 0 13 17 11 16 0 16-11zm58-10q-2-11-18-9-16 3-14 15t18 8 14-14z"
></path>
</svg>
</a>
<a
href="https://www.linkedin.com/in/pierre-ranwez/"
class="
text-gray-400
hover:text-white
transition-colors
duration-200
mx-1
"
>
<svg
width="20"
height="20"
fill="currentColor"
class="
text-xl
hover:text-white
transition-colors
duration-200
"
viewbox="0 0 1792 1792"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M477 625v991h-330v-991h330zm21-306q1 73-50.5 122t-135.5 49h-2q-82 0-132-49t-50-122q0-74 51.5-122.5t134.5-48.5 133 48.5 51 122.5zm1166 729v568h-329v-530q0-105-40.5-164.5t-126.5-59.5q-63 0-105.5 34.5t-63.5 85.5q-11 30-11 81v553h-329q2-399 2-647t-1-296l-1-48h329v144h-2q20-32 41-56t56.5-52 87-43.5 114.5-15.5q171 0 275 113.5t104 332.5z"
></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
<div class="swiper-pagination swiper-pagination-blue"></div>
</div>
</main>
<script src="./build/runtime.32edc313.js" defer></script>
<script src="./build/510.5ffb7897.js" defer></script>
<script src="./build/958.da383afb.js" defer></script>
<script src="./build/app.1b24fab1.js" defer></script>
</body>
</html>