test/html/cv.html

66 lines
2.0 KiB
HTML
Raw Normal View History

2018-09-19 18:57:54 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Curiculum Vitae</title>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<meta name="description" content="cv" />
<meta name="author" content="Nathan Gouarderes" />
<link href="../css/cv.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="feuille">
<section id=left>
<article class="">
<img id="id" src="../img/pics/id.jpg" alt="Profile picture" />
</article>
<article class="">
<ul>
<li>
<img class="puce" src="../img/pics/home.png" alt="Address">
<span>12 rue Volta, 31000 Toulouse</span>
</li>
<li>
<img class="puce" src="../img/pics/mail.png" alt="Address">
<span>nathan.gouarderes@gmail.com</span>
</li>
<li>
<img class="puce" src="../img/pics/tel.png" alt="Address">
<span>06 02 33 37 24</span>
</li>
</ul>
</article>
</section>
<section id=right>
<h1>Nathan Gouardères</h1>
<p>
Développeur Random, Étudiant en master à l'université toulouse III Paul Sabatier
</p>
<h2>
Mon Expérience
</h2>
<p>
<ol>
<li>Sdl random drawing</li>
</ol>
</p>
<h2>
Mes Compétences
</h2>
<p>
<ol>
<li></li>
</ol>
</p>
<h2>
Ma Formation
</h2>
<p>
<ol>
<li></li>
</ol>
</p>
</section>
</div>
</body>
</html>