diff options
author | root <neodarz@neodarz.ovh> | 2016-09-01 17:18:09 +0200 |
---|---|---|
committer | root <neodarz@neodarz.ovh> | 2016-09-01 17:18:09 +0200 |
commit | a4dd2303329cf07ac4f27f22b0051e408557cb6c (patch) | |
tree | ecc480e2de89896e75654a577d2928588076647d | |
parent | 282b587a1f4fe93e919e87b7d78afbdfa45f4bf7 (diff) | |
download | my_old_personal_website-a4dd2303329cf07ac4f27f22b0051e408557cb6c.tar.xz my_old_personal_website-a4dd2303329cf07ac4f27f22b0051e408557cb6c.zip |
Ajout du cv
-rw-r--r-- | cv.php | 29 | ||||
-rwxr-xr-x | ressources/styles/menu_gost.css | 2 |
2 files changed, 30 insertions, 1 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> diff --git a/ressources/styles/menu_gost.css b/ressources/styles/menu_gost.css index 45c0fa2..643def8 100755 --- a/ressources/styles/menu_gost.css +++ b/ressources/styles/menu_gost.css @@ -17,7 +17,7 @@ Note: Permet de modifier le design du menu font-family: FreeSetLightC; margin-top: 10px; margin-bottom: 10px; - margin-left: 17%; + margin-left: 6.75%; margin-right: auto; } |