95 lines
3.2 KiB
HTML
95 lines
3.2 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">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<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="../index.html"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
|
|
|
|
<ul>
|
|
<li>
|
|
<button class="button" onclick="window.location.href='../index.html'"> Accueil</button>
|
|
</li>
|
|
<li> <button class="button" onclick="window.location.href='page_2.html'"> Nos jeux</button></li>
|
|
<li><button class="button" onclick="window.location.href='page_3.html'"> Nos partenaires</button> </li>
|
|
<li><button class="button page_courante" onclick="window.location.href='#'"> A propos de nous</button></li>
|
|
<li> <button class="button" onclick="window.location.href='contact.html'"> Contact</button></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<h2> Notre équipe</h2>
|
|
<p id="description">Nous avons décider de concevoire Casino du coeur apres avoir remarqué que peu de personne donner aux association</p>
|
|
<div id="liste-equipe">
|
|
<ul>
|
|
<li> <a href="cv_1.html" target="_blank"> Izanic Hugo </a></li>
|
|
<li> <a href="cv_2.html" target="_blank"> Gallego Julian </a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="recrute">
|
|
<h2> Nous recrutons</h2>
|
|
<ul>
|
|
<li> <a href="https://fr.indeed.com" target="_blank"> Comunity Manager </a></li>
|
|
<li> <a href="https://fr.indeed.com" target="_blank"> Comptable </a> </li>
|
|
<li> <a href="https://fr.indeed.com" target="_blank"> Responsable Marketing </a> </li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
|
|
<div id="reseaux">
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://twitter.com" target="_blank" > <img src="../img/icone/twitter.svg" alt= "logo twitter"></a></li>
|
|
<li><a href="https://instagram.com" target="_blank" > <img src="../img/icone/instagram.svg" alt= "logo instagram"></a></li>
|
|
<li><a href="https://tiktok.com" target="_blank" > <img src="../img/icone/tiktok.svg" alt= "logo tiktok"></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>
|
|
<p id="cp"> 2024 CasinoDuCoeur Izanic Hugo - Gallego Julian</p>
|
|
</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" alt="icone adresse">
|
|
<p id="adresse"> 200 Rue du kwanga</p>
|
|
|
|
</div>
|
|
|
|
|
|
<a href="../index.html"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
|
|
|
|
|
|
|
|
|
|
</footer>
|
|
</body> |