-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold_index
592 lines (533 loc) · 23 KB
/
old_index
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
<html>
<head>
<title>Nicolas Marquillier</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.min.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div id="app">
<v-app>
<v-app-bar app color="#21222e" height="100" class="design mx-auto" id="home">
<v-avatar class="mr-3" size="70" @click="$vuetify.goTo('#home')">
<v-img contain max-height="100%" src="assets/img/logo-nm.png"></v-img>
<!-- <v-img contain max-height="70%" src="https://cdn.vuetifyjs.com/images/logos/vuetify-logo-dark.png"></v-img> -->
</v-avatar>
<v-spacer></v-spacer>
<v-btn class="navbar-menu" style="color: #ffffff;" text @click="$vuetify.goTo('#about-me')">A propos de moi</v-btn>
<v-btn style="color: #ffffff;" text @click="$vuetify.goTo('#competences')">Mes compétences</v-btn>
<v-btn style="color: #ffffff;" text @click="$vuetify.goTo('#projets')">Mes projets</v-btn>
<v-btn style="color: #ffffff;" text @click="$vuetify.goTo('#contact')">Contact</v-btn>
</v-app-bar>
<!-- <section id="hero" class="design">
<v-row no-gutters>
<v-img :min-height="'calc(10svh - ' + $vuetify.application.top + 'px)'"
src="img/BG-smoke.png"> -->
<!-- <src="https://images.unsplash.com/photo-1487017159836-4e23ece2e4cf?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1951&q=80"> -->
<!-- <v-theme-provider dark>
<v-container fill-height>
<v-row align="center" class="white--text mx-auto" justify="center">
<v-col class="white--text text-center" cols="12" tag="h1">
<span :class="[$vuetify.breakpoint.smAndDown ? 'display-3' : 'display-4']"
class="font-weight-black">
Nicolas Marquillier
</span>
<br>
<span :class="[$vuetify.breakpoint.smAndDown ? 'display-1': 'display-2']" class="font-weight-light">
Développeur Front-end, Designer
</span>
</v-col>
<v-btn class="align-self-end" fab outlined @click="$vuetify.goTo('#about-me')">
<v-icon>mdi-chevron-double-down</v-icon>
</v-btn>
</v-row>
</v-container>
</v-theme-provider>
</v-img>
</v-row>
</section> -->
<section id="home">
<v-parallax :height="$vuetify.breakpoint.smAndDown ? 900 : 00" src="assets/img/wallpaper.png">
<v-container fill-height>
<v-row center class="white--text mx-auto" justify="center">
<v-col class="white--text text-center" cols="12" tag="h1">
<span :class="[$vuetify.breakpoint.smAndDown ? 'display-3' : 'display-4']" class="font-weight-black">
Nicolas Marquillier
</span>
<br>
<span :class="[$vuetify.breakpoint.smAndDown ? 'display-1': 'display-2']" class="font-weight-light">
Développeur Front-end, Designer
</span>
</v-col>
<v-btn color="white" class="align-self-end" fab outlined @click="$vuetify.goTo('#about-me')">
<v-icon color="white">mdi-chevron-double-down</v-icon>
</v-btn>
</v-row>
</v-container>
</v-parallax>
</section>
<section id="about-me" class="design">
<div class="py-12"></div>
<v-container class="text-center">
<h2 class="display-2 font-weight-bold mb-3" style="color: #ffffff;">A PROPOS DE MOI</h2>
<v-responsive class="mx-auto mb-12" max-width="150" left>
<div class="title_component" style="position: relative;
background-color: #00C3AF;
height: 5px;
border-radius: 10px;
z-index: 1;"></div>
</v-responsive>
<v-responsive class="mx-auto my-9 title font-weight-light mb-8" max-width="720" class="design-text"
style="color: #ffffff;">
"Je suis passionné par le secteur du web et du design.<br>
Après plusieurs années dans l'infographie, j'ai acqui des compétences de développeur Front-end je suis
un développeur autodidacte"
</v-responsive>
<!-- <v-avatar class="elevation-12 mb-12" size="128">
</v-avatar> -->
<div class="mb-12 ratio">
<v-img src="assets/img/photo_profil-2.png"></v-img>
</div>
<!-- <v-btn
color="grey"
href="https://vuetifyjs.com"
outlined
large
>
<span class="grey--text text--darken-1 font-weight-bold">
Vuetify Documentation
</span>
</v-btn> -->
<v-btn color="grey" href="img/cv_nicolas_marquillier.pdf" outlined large>
<span class="white--text text--darken-1 font-weight-bold download">
Télécharger mon CV
</span>
</v-btn>
</v-container>
<div class="py-12"></div>
</section>
<!-- <section id="features" class="grey lighten-3">
<div class="py-12"></div>
<v-container class="text-center">
<h2 class="display-2 font-weight-bold mb-3">VUETIFY FEATURES</h2>
<v-responsive class="mx-auto mb-12" max-width="150" left>
<div class="title_component" style="position: relative;
background-color: #00C3AF;
height: 5px;
border-radius: 10px;
z-index: 1;"></div>
</v-responsive>
<v-row>
<v-col v-for="({ icon, title, text }, i) in features" :key="i" cols="12" md="4">
<v-card class="py-12 px-4" color="grey lighten-5" flat>
<v-theme-provider dark>
<div>
<v-avatar color="primary" size="88">
<v-icon large v-text="icon"></v-icon>
</v-avatar>
</div>
</v-theme-provider>
<v-card-title class="justify-center font-weight-black text-uppercase" v-text="title"></v-card-title>
<v-card-text class="subtitle-1" v-text="text">
</v-card-text>
</v-card>
</v-col>
</v-row>
</v-container>
<div class="py-12"></div>
</section> -->
<!-- <section id="stats">
<v-parallax :height="$vuetify.breakpoint.smAndDown ? 700 : 500" src="img/BG-smoke-1.png">
<v-container fill-height>
<v-row align="center" class="white--text mx-auto" justify="center">
<v-col class="white--text text-center" cols="12" tag="h1">
<span :class="[$vuetify.breakpoint.smAndDown ? 'display-3' : 'display-4']" class="font-weight-black">
Nicolas Marquillier
</span>
<br>
<span :class="[$vuetify.breakpoint.smAndDown ? 'display-1': 'display-2']" class="font-weight-light">
Développeur Front-end, Designer
</span>
</v-col>
<v-btn color="white" class="align-self-end" fab outlined @click="$vuetify.goTo('#about-me')">
<v-icon color="white">mdi-chevron-double-down</v-icon>
</v-btn>
</v-row>
</v-container>
</v-parallax>
</section> -->
<!-- swiper start -->
<section id="competences">
<div class="py-12"></div>
<v-container>
<h2 class="display-2 font-weight-bold mb-3 text-uppercase text-center">Mes Compétences</h2>
<v-responsive class="mx-auto mb-12" max-width="150" left>
<div class="title_component" style="position: relative;
background-color: #00C3AF;
height: 5px;
border-radius: 10px;
z-index: 1;"></div>
</v-responsive>
<div class="main center">
<div class="d-flex icone">
<div class="competence">
<v-img src="assets\img\vuejs_logo.png" center style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
<div class="competence">
<v-img src="assets\img\groupe_5.png" style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
<div class="competence">
<v-img src="assets/img\groupe_11.png" style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
<div class="competence">
<v-img src="assets\img\groupe_12.png" style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
<div class="competence">
<v-img src="assets\img\groupe_7.png" style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
<div class="competence">
<v-img src="assets\img\groupe_6.png" style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
<div class="competence">
<v-img src="assets\img\groupe_8.png" style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
<div class="competence">
<v-img src="assets\img\apple_logo.png" style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
<div class="competence">
<v-img src="assets\img\ae_logo_circle.png" style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
<div class="competence">
<v-img src="assets\img\ai_logo_circle.png" style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
<div class="competence">
<v-img src="assets\img\xd_logo_circle.png" style=" max-width: 100px;
max-height: 100px;"></v-img>
</div>
</div>
</div>
</v-container>
<div class="py-12"></div>
<!-- <div class="py-1"></div> -->
</section>
<!-- swiper end -->
<section id="projets" class="design">
<div class="py-12"></div>
<v-container>
<h2 class="display-2 font-weight-bold mb-3 text-uppercase text-center" style="color: #ffffff;">Mes Projets
</h2>
<v-responsive class="mx-auto mb-12" max-width="150" left>
<div class="title_component" style="position: relative;
background-color: #00C3AF;
height: 5px;
border-radius: 10px;
z-index: 1;"></div>
</v-responsive>
<v-row>
<v-col v-for="({text, title, time, techno }, i) in articles" :key="i" cols="15" md="4">
<!-- <v-card elevation="10" max-width="70%">
<v-img :src="src" class="mb-4" height="175" max-width="100%"></v-img>
<h3 class="font-weight-black mb-4 text-uppercase" v-text="title"></h3>
<div class="title font-weight-light mb-5" v-text="text"></div>
<v-btn class="ml-n4 font-weight-black" text>
Continue Reading
</v-btn>
</v-card> -->
<v-card hover elevation="1" class="card-project"
style=" width:auto; height: 370px; border-radius: 30px;">
<div>
<!-- <v-img :src="src" height="150" max-width="100%" style="border-radius: 20px 20px 0px 0px;"></v-img> -->
<v-img :src="techno" height="170" max-width="100%" style="border-radius: 30px 30px 0px 0px;">
</v-img>
</div>
<!-- <div>
<v-img :src="techno" height="150" max-width="50%"></v-img>
</div> -->
<div>
<v-row>
<!-- <v-avatar style="display: inline-block; margin: 20px;">
<img :src="techno"></v-img>
</v-avatar> -->
<v-card-title primary-title class="justify-center" style="font-size: 1.10em; margin: auto;">
<div style="width: auto; margin-top: 10px;" class="justify-center">
<h3 class="headline pink--text text--accent-2 text-center" v-text="title"></h3>
<div v-text="time"></div>
</div>
</v-card-title>
<v-card-text class="subtitle-1" v-text="text" style="margin: 20px; font-size: 0.900rem;">
</v-card-text>
<div class="justify-content:center;">
<!-- <v-card-title style=" margin: 10px;" class="font-weight-bold text-uppercase justify-center"
v-text="title">strong</v-card-title> -->
</div>
</v-row>
</div>
</v-card>
<!-- <v-card-actions class=" justify-center">
<v-btn flat color="orange">Add to Cart</v-btn>
</v-card-actions>
</v-col> -->
</v-row>
</v-container>
<div class="py-12"></div>
</section>
<!-- <v-sheet id="contact" color="#333333" dark tag="section" tile>
<div class="py-12"></div>
<v-container>
<h2 class="display-2 font-weight-bold mb-3 text-uppercase text-center">Contact Me</h2>
<v-responsive class="mx-auto mb-12" width="56">
<v-divider class="mb-1"></v-divider>
<v-divider></v-divider>
</v-responsive>
<v-theme-provider light>
<v-row>
<v-col cols="12">
<v-text-field flat label="Name*" required solo></v-text-field>
</v-col>
<v-col cols="12">
<v-text-field flat label="Email*" required solo></v-text-field>
</v-col>
<v-col cols="12">
<v-text-field flat label="Subject*" required solo></v-text-field>
</v-col>
<v-col cols="12">
<v-textarea flat label="Message*" required solo></v-textarea>
</v-col>
<v-col class="mx-auto" cols="auto">
<v-btn color="accent" x-large>
Submit
</v-btn>
</v-col>
</v-row>
</v-theme-provider>
</v-container-->
<!-- <v-container>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
FirstName:<input type="text" name="FirstName" placeholder="Prénom">
<input type="text" name="Email" placeholder="Email">
<input type="submit" name="submit" value="Submit">
</form>
</v-container> -->
<section id="contact">
<div class="main center design">
<div class="icon center">
<a target="_blank" href="https://www.linkedin.com/in/nicolas-marquillier-aa08a4101">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
<div class="icon center">
<a target="_blank" href="mailto:[email protected]">
<i class="far fa-envelope"></i></a>
</div>
<!-- <div class="icon center">
<i class="fab fa-whatsapp fa-2x"></i>
</div>
<div class="icon center">
<i class="fab fa-twitter fa-2x"></i>
</div> -->
</div>
</section>
<!--div class="py-12"></div>
</v-sheet> -->
<section id="about-me" class="design" class="grey lighten-3">
<!-- <div class="py-12"></div>
<v-container class="text-center">
<h2 class="display-2 font-weight-bold mb-3" style="color: #ffffff;">ME CONTACTER</h2>
<v-responsive class="mx-auto mb-12" max-width="150" left>
<div class="title_component" style="position: relative;
background-color: #00C3AF;
height: 5px;
border-radius: 10px;
z-index: 1;"></div>
</v-responsive>
<div class="mb-12 ratio">
<v-img src="img/photo_profil-2.png"></v-img>
</div>
<v-btn color="grey" href="img/cv_nicolas_marquillier.pdf" outlined large>
<span class="white--text text--darken-1 font-weight-bold">
Télécharger mon CV
</span>
</v-btn>
</v-container> -->
</section>
<v-footer class="justify-center " height="100" style="background-color: rgb(48, 49, 68);">
<div class="title font-weight-light grey--text text--lighten-1 text-center">
© {{ (new Date()).getFullYear() }} —Made with 💚 by Nicolas Marquillier
</div>
</v-footer>
</v-app>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.js"></script>
<script src="https://kit.fontawesome.com/8b2296e6f0.js" crossorigin="anonymous"></script>
<script>
new Vue({
el: '#app',
vuetify: new Vuetify(),
data() {
return {
articles: [
{
title: 'ARBS',
time: '12/2020 - 02/2021',
text: "Développement de l'interface selon le CDC, plateforme d'achat revente de manuel scolaire.",
techno: 'assets/img/arbs.png',
},
{
title: 'Skillosi',
time: '12/2020 - 02/2021',
techno: 'assets/img/projet_skillosi.png',
text: "Proposition design et Développement de l'interface, plateforme de gestion de compétences internes",
},
{
title: 'Promod',
time: '12/2020 - 02/2021',
techno: "assets/img/projet-promod_mrf.png",
text: "Réalisation de divers maquettes Adobe XD, développement d'une WebView",
},
{
title: 'CEF',
time: '12/2020 - 02/2021',
techno: "assets/img/projet_cef.png",
text: "Développement de l'interface selon le CDC, organisme d'allocations familiales complémentaires.",
},
{
title: 'Rabot dutilleul',
time: '12/2020 - 02/2021',
techno: 'assets/img/projet_talent.png',
text: 'Design et élaboration charte graphique, plateforme de mise à disposition de ressources humaines secteur BTP',
},
{
title: 'Carter-Cash',
time: '12/2020 - 02/2021',
techno: 'assets/img/projet_carter_cash.png',
text: "Proposition d'une maquette xd, pour la refonte du site en responsive",
},
],
features: [
{
icon: 'mdi-account-group-outline',
title: 'Vibrant Community',
text: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Iusto cupiditate sint possimus quidem atque harum excepturi nemo velit tempora! Enim inventore fuga, qui ipsum eveniet facilis obcaecati corrupti asperiores nam',
},
{
icon: 'mdi-update',
title: 'Frequent Updates',
text: 'Sed ut elementum justo. Suspendisse non justo enim. Vestibulum cursus mauris dui, a luctus ex blandit. Lorem ipsum dolor sit amet consectetur adipisicing elit. qui ipsum eveniet facilis obcaecati corrupti consectetur adipisicing elit.',
},
{
icon: 'mdi-shield-outline',
title: 'Long-term Support',
text: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Iusto cupiditate sint possimus quidem atque harum excepturi nemo velit tempora! Enim inventore fuga, qui ipsum eveniet facilis obcaecati corrupti asperiores nam',
},
],
stats: [
['24k', 'Github Stars'],
['330+', 'Releases'],
['1m', 'Downloads/mo'],
['5m', 'Total Downloads'],
],
valid: true
}
}
})
</script>
<style>
.design {
background-color: rgb(48, 49, 68);
}
.design-text {
color: #ffffff;
}
.ratio {
width: 300px;
display: block;
margin-left: auto;
margin-right: auto;
}
.rounded-card {
border-radius: 50px;
}
.main {
height: 100;
}
.icon {
width: 50px;
height: 50px;
margin: 20px;
cursor: pointer;
border-radius: 50px;
transition: all .4s;
}
.center {
display: flex;
justify-content: center;
align-items: center;
}
.icon:nth-child(1):hover {
box-shadow: 0 0 0 2px #00C3AF;
}
.icon:nth-child(2):hover {
box-shadow: 0 0 0 2px #00C3AF;
}
.fa-linkedin-in {
color: #fff;
filter: drop-shadow(0 0 10px #fff);
}
.fa-envelope {
color: #fff;
filter: drop-shadow(0 0 10px #fff);
}
.picto {
float: left;
width: 20px;
height: 20px;
margin: 20px;
border-radius: 50px;
}
.icone {
justify-content: center;
flex-wrap: wrap;
}
/* COMPETENCES */
.competence:hover {
box-shadow: 0 0 0 3px #00C3AF;
border-radius: 50px;
}
.competence {
margin: 10px;
}
/* .jobDate {
text-align: center;
} */
/* .card-project {
height: 350px;
border-radius: 20px;
}
.card-project:hover {
border: 2px solid #00C3AF;
} */
@media (max-width: 600px) {
.ratio {
width: 200px;
}
.card-project {
height: 50px;
border-radius: 20px;
}
}
</style>
</body>
</html>