-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv_ced.html
135 lines (93 loc) · 4.35 KB
/
cv_ced.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
<!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.0">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<!-- Bootstrap CSS -->
<!-- -->
<script src="https://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.7.0/vanilla-tilt.min.js"></script>
<!-- -->
<link rel="stylesheet" href="style.css">
<title>Portfolio_Cédric.A</title>
</head>
<body>
<!--Header-->
<div class="header ">
<!--Content before waves-->
<div class="inner-header flex">
<path fill="#fff" d="M250.4,0.8C112.7,0.8,1,112.4,1,250.2c0,137.7,111.7,249.4,249.4,249.4c137.7,0,249.4-111.7,249.4-249.4
C499.8,112.4,388.1,0.8,250.4,0.8z M383.8,326.3c-62,0-101.4-14.1-117.6-46.3c-17.1-34.1-2.3-75.4,13.2-104.1
c-22.4,3-38.4,9.2-47.8,18.3c-11.2,10.9-13.6,26.7-16.3,45c-3.1,20.8-6.6,44.4-25.3,62.4c-19.8,19.1-51.6,26.9-100.2,24.6l1.8-39.7
c35.9,1.6,59.7-2.9,70.8-13.6c8.9-8.6,11.1-22.9,13.5-39.6c6.3-42,14.8-99.4,141.4-99.4h41L333,166c-12.6,16-45.4,68.2-31.2,96.2
c9.2,18.3,41.5,25.6,91.2,24.2l1.1,39.8C390.5,326.2,387.1,326.3,383.8,326.3z" />
</div>
<!--Waves Container-->
<div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave"
d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" />
</g>
</svg>
</div>
<!--Waves end-->
</div>
<!--Header-->
<!-- Nav -->
<div id="main container-fluid ">
<nav class=" mt-5 ">
<a href="index.html"><img src="img/icons/fusee.png" alt="icon" srcset=""></a>
<ul>
<li>
<a href="https://www.linkedin.com/in/c%C3%A9dric-atzori-686119229/">Cédric.A</a>
</li>
<li>
<a href="cv.html">Cv</a>
</li>
<li>
<a href="la_promo.html">Promo</a>
</li>
</ul>
</nav>
</div>
<!-- Nav -->
<div class="d-flex justify-content-center mt-5">
<img src="img/skills/cédric ATZORI.svg" class="img-fluid" alt="" srcset="">
</div>
<!-- footer -->
<div class="container-fluid d-flex align-items-center mt-5">
<div class="col-md-8 col-sm-8">
<p class="copyright-text"> Copyright © 2022 All Rights Reserved by
<a href="#">Cédric.A</a>.
</p>
</div>
<div class="col-md-4 col-sm-4">
<ul>
<li><a href="#"><img src="img/icons/discorde.png" class="img-fluid" alt=""></a></li>
<li><a href="#"><img src="img/icons/github.png" class="img-fluid" alt=""></a></li>
<li><a href="#"><img src="img/icons/gmail.png" class="img-fluid" alt=""></a></li>
<li><a href="#"><img src="img/icons/linkedin.png" class="img-fluid" alt=""></a></li>
</ul>
</div>
</div>
<!-- footer -->
<!-- Bootstrap JavaScript -->
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous">
</script>
<script src="sketch.js"></script>
<!-- Bootstrap JavaScript -->
</body>
</html>