site template lea

This commit is contained in:
gigifeh
2019-12-06 01:19:13 +01:00
parent ff6e4f1188
commit 100e22c0e5
5 changed files with 283 additions and 0 deletions

68
site/page.html Normal file
View File

@@ -0,0 +1,68 @@
<!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>