41 lines
748 B
HTML
41 lines
748 B
HTML
|
<!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="style/cv.css" type="text/css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<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>
|
||
|
</body>
|
||
|
</html>
|