83 lines
2.7 KiB
HTML
83 lines
2.7 KiB
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<title> Casino du coeur </title>
|
|
<meta charset="utf-8">
|
|
<link rel = "stylesheet" type = "text/css" href = "../CSS/styles.css">
|
|
<link rel = "stylesheet" type = "text/css" href = "../CSS/propos.css">
|
|
<link rel = "stylesheet" type = "text/css" href = "../CSS/print.css" media="print">
|
|
<meta name="keywords" content="casino">
|
|
<link rel = "icon" type = "/image/png" href = "../img/icon.png">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
|
|
<div id="menu-ordi">
|
|
|
|
<nav>
|
|
<a href="#"><img id="icone" src="../img/logo.svg" alt="icone du site"></a>
|
|
|
|
<ul>
|
|
<li> <a href= "../index.html" class="page"><button class="button" type="buton"value="Accueil"> Accueil</button></a></li>
|
|
<li> <a href= "page_2.html" class="page" ><button class="button" type="buton" value="Nos jeux">Nos jeux</button> </a></li>
|
|
<li> <a href= "page_3.html" class="page"><button class="button" type="buton" value="Nos partenaires">Nos partenaires</button> </a> </li>
|
|
<li> <a href= "#" class="page"><button id="page_courante" class="button" type="buton" value="A propos de nous"> A propos de nous</button> </a></li>
|
|
<li> <a href= "contact.html" class="page"><button class="button" type="buton" value="A propos de nous"> Contact</button> </a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<div id="cv-1-2">
|
|
<div id="cv-1">
|
|
<h2> NOM </h2>
|
|
<div class="parcours-scolaire">
|
|
<ul>
|
|
<li> BUT Informatique </li>
|
|
<li> Baccalauréat général </li>
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div id="cv-2">
|
|
<h2> NOM2 </h2>
|
|
</div>
|
|
</div>
|
|
|
|
</main>
|
|
<footer>
|
|
|
|
<div id="reseaux">
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://twitter.com" target="_blank"> <img src="../img/icone/twitter.svg"></a></li>
|
|
<li><a href="https://instagram.com" target="_blank"> <img src="../img/icone/instagram.svg"></a></li>
|
|
<li><a href="https://tiktok.com" target="_blank"> <img src="../img/icone/tiktok.svg"></a></li>
|
|
</ul>
|
|
<p> Suivez nos actualités !</p>
|
|
</div>
|
|
|
|
<div id="autres">
|
|
<ul>
|
|
<li><a href="" target="_blank">Mentions légales</a></li>
|
|
<li><a href="" target="_blank">Conditions générales d'utilisation</a></li>
|
|
<li><a href="credits.txt" target="_blank">Crédits</a></li>
|
|
<li><a href="charte_graphique" target="_blank">Charte graphique</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="coordonne">
|
|
|
|
<img src="../img/icone/envelope.svg" alt="icone d'enveloppe">
|
|
<p>Casinoducoeur@gmail.fr </p>
|
|
<img src="../img/icone/location.svg">
|
|
<p id="adresse"> 200 Rue du kwanga</p>
|
|
|
|
</div>
|
|
|
|
|
|
<a href="../index.html"><img id="icone" src="../img/logo.svg" alt="icone du site"></a>
|
|
</footer>
|
|
</body> |