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.
64 lines
1.9 KiB
64 lines
1.9 KiB
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<LINK rel="stylesheet" type="text/css" href="style.css">
|
|
<title>MyLife</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div id = "header_wall">
|
|
<img src="moi3.png" alt="Ma grosse tete la" title="ça pousse" id="photo"/>
|
|
</div>
|
|
</header>
|
|
<div id="automobile" class="background">
|
|
<a href="Automobile" class="titleBackground" id="titleVoiture">L'automobile</a>
|
|
</div>
|
|
<div id="ski" class="background">
|
|
<a href="Ski" class="titleBackground" id="titleSki">Le ski</a>
|
|
</div>
|
|
<div id="avion" class="background">
|
|
<a href="Avion" class="titleBackground" id="titleAvion">L'aéronautique</a>
|
|
</div>
|
|
<div id="informatique" class="background">
|
|
<a href="Informatique" class="titleBackground" id="titleInformatique">L'informatique</a>
|
|
<div id="gradient"></div>
|
|
</div>
|
|
<div id="piedPage">
|
|
<div id="divperso" class="divpages">
|
|
<a href="Perso" class="pages" id="viePerso"><img src="cafe.jpg" alt="cafe" title="cafe" id="cafe" class="illustrations"/></a>
|
|
<div id="paraperso">
|
|
<h2 class="titleillustrations">Vie perso</h2>
|
|
</div>
|
|
</div>
|
|
<div id="divetudes" class="divpages">
|
|
<div id="paraetudes">
|
|
<h2 class="titleillustrations">Vie étudiante</h2>
|
|
</div>
|
|
<a href="Etudes" class="pages" id="etudes"><img src="amphi" alt="amphi" title="amphi" id="amphi" class="illustrations"/></a>
|
|
</div>
|
|
<aside id="asidetitle">
|
|
<h2 id="reseauxtitle">Réseaux sociaux</h2>
|
|
<div id="liens">
|
|
<a href="http://instagram.com"><img src="insta.png" id="insta" class="logo"></a>
|
|
<a href="http://x.com"><img src="x.png" id="x" class="logo"></a>
|
|
<a href="http://youtube.com"><img src="youtube.png" id="youtube" class="logo"></a>
|
|
<a href="http://discord.com"><img src="discord.png" id="discord" class="logo"></a>
|
|
</div>
|
|
</aside>
|
|
</div>
|
|
<footer>
|
|
footer
|
|
</footer>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|