You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.6 KiB

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>CV</h1>
<nav >
<ul>
<li class="navbar"><a class="lien" href="index.html">À propos de moi</a></li>
<li class="navbar"><a class="lien" href="cv.html" style="color: gold;">CV</a></li>
<li class="navbar"><a class="lien" href="realisation.html">Réalisations techniques</a></li>
</ul>
</nav>
</header>
<iframe src="./resources/CV.pdf" width="80%" height="500px" style="display: block; margin: 20px auto; border: none;"></iframe>
<footer>
<div class="image-container">
<div class="image-wrapper">
<img src="./resources/mail.png" alt="mai">
<h4>ADRESSE MAIL</h4>
<p>rlacote1@gmail.com</p>
</div>
<div class="image-wrapper">
<img src="./resources/telephone.png" alt="tel">
<h4>TELEPHONE</h4>
<p>07 67 03 40 30</p>
</div>
<div class="image-wrapper">
<img src="./resources/linkedin.png" alt="lin">
<h4>LINKEDIN</h4>
<p>Raphaël Lacote</p>
</div>
</div>
</footer>
<!--<section class="high_margin">
<iframe src="./resources/CV.pdf" width="100%" height="600px" style="border: none;"></iframe>
</section>-->
</body>
</html>