generated from Templates_CodeFirst/templateHtmlCss
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.
36 lines
985 B
36 lines
985 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 style=display: flex;align-items: center; flex-direction:row; justify-content:center; >
|
|
<div class="navbar" position:fixed>
|
|
<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>Bienvenu dans mon portfolio </p>
|
|
|
|
</div>
|
|
<div id=apropos>
|
|
<h1> A propos</h1>
|
|
<div>Etudiant en 2em année, je compte me réorienter l'année prochaine. </div>
|
|
</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> |