blob: d7683edae55c6b5874b8881ed776b917be9d66bd (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<title>CV</title>
<link href="ressources/styles/default.css" rel="stylesheet" type="text/css">
<link href="ressources/styles/menu_gost.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="ressources/images/fox_v2_ico.png" />
<meta charset='UTF-8'>
</head>
<body >
<div class="page">
<?php include 'ressources/includes/header.php'; ?>
<div class="site-content">
<div class="article"><div class="articleT"><h1>CV</h1></div>
<p>Vous pouvez télécharger mon CV en cliquant sur le bouton ci-dessous.</p>
<div style="text-align:center;" ><a href="https://neodarz.ovh/web/ressources/files/CV_Breton_Corentin.pdf"><span class="button"> <i class="fa fa-html5 fa-lg"></i> Télécharger mon CV au format PDF </span></a></div>
</div>
<?php include 'ressources/includes/footer.php'; ?>
</div>
</body>
</html>
|