diff options
Diffstat (limited to 'cv.php')
-rw-r--r-- | cv.php | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,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> |