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.

34 lines
791 B

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Portfolio </title>
<link rel="stylesheet" href="https://codefirst.iut.uca.fr/git/francois.yousse/portfolio/src/branch/master/mycoolstyle.css">
</head>
<body>
<div class="navbar">
<a class="active" href="#home">Accueil</a>
<a href="#apropos">A propos</a>
<a href="#cv">CV</a>
<a href="#sae">SAE</a>
</div>
<div id=home>
<h1>Portfolio de Yousse François</h1>
<p>Contenu de la page ici...</p>
</div>
<div id=apropos>
<h1> a propos</h1>
</div>
<div id=cv>
<h1>cv</h1>
<img src="https://codefirst.iut.uca.fr/git/francois.yousse/portfolio/raw/branch/master/cv.png" width="400" height="600">
</div>
<div id=sae>
<h1>sae</h1>
</div>
</body>
</html>