69 lines
1.9 KiB
HTML
69 lines
1.9 KiB
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" type="text/css" href="./styles/styles.css" />
|
|
<title>Titre de mon document</title>
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
|
|
<div class="navbar">
|
|
<img src="">
|
|
<a href="ACCEUIL.html">ACCEUIL</a>
|
|
<a href="APROPOS.html">A PROPOS DE NOUS</a>
|
|
<a href="BOUTIQUE.html">BOUTIQUE</a>
|
|
<a href="CONTACT.html">CONTACT</a>
|
|
</div>
|
|
</nav>
|
|
<main>
|
|
<!-- PROFILE -->
|
|
|
|
<section class="section section-profile">
|
|
<div class="section-profile-informations">
|
|
<img src="img/Vienna3-1600x1067.jpg">
|
|
<h2>John Doe</h2>
|
|
<span>#tropbon</span>
|
|
</div>
|
|
</section>
|
|
|
|
<!--
|
|
<div class="haut">
|
|
<div class="rond">
|
|
<img src="img/Vienna3-1600x1067.jpg" class="Icon">
|
|
<p>RickRoll</p>
|
|
</div>
|
|
</div>
|
|
-->
|
|
|
|
<!--<div class="header">
|
|
<img src="img/Photos_190223-26_Bulgarie-7306-1600x2400.jpg" class="PhotoProfile">
|
|
<div class="PhotoName">
|
|
<img src="img/Vienna3-1600x1067.jpg" class="Icon">
|
|
<div class="Person">
|
|
<p>RickRoll</p>
|
|
</div>
|
|
</div>
|
|
</div>-->
|
|
|
|
<!-- PROFILE -->
|
|
|
|
<div class="clearfix">
|
|
<div class="box" style="background-color:#bbb;width:40%">
|
|
<p>Some text inside the box.</p>
|
|
</div>
|
|
<div class="box" style="background-color:#ccc;width:60%">
|
|
<p>Some text inside the box.</p>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<footer>
|
|
<pre class="Copyrights">Site crée par José, Chiara et Léa.</pre>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|