SAE_WEB_S1/index.html

155 lines
4.7 KiB
HTML
Raw Normal View History

2023-12-28 12:03:46 +01:00
<!doctype html>
<html lang="fr">
<head>
<title> Casino du coeur </title>
<meta charset="utf-8">
2024-01-02 15:51:16 +01:00
2024-01-17 13:42:30 +01:00
<link rel = "stylesheet" type = "text/css" href = "CSS/styles.css" media="all">
<link rel = "stylesheet" type = "text/css" href = "CSS/accueil.css" media="all">
2023-12-28 12:03:46 +01:00
<meta name="keywords" content="casino">
2024-01-19 10:33:58 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-01-15 18:47:24 +01:00
<link rel = "icon" type = "image/png" href = "img/logo.svg">
2023-12-28 12:03:46 +01:00
</head>
<body>
2024-01-16 17:24:29 +01:00
<div id="background-image">
</div>
2023-12-28 12:03:46 +01:00
<header>
2024-01-16 17:24:29 +01:00
<div id="menu-mobile">
2024-01-19 12:07:30 +01:00
<ul>
2024-01-19 15:42:41 +01:00
<li>
<button class="button page_courante" onclick="window.location.href='#'"> 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" onclick="window.location.href='page_4.html'"> A propos de nous</button></li>
<li> <button class="button" onclick="window.location.href='contact.html'"> Contact</button></li>
2024-01-19 12:07:30 +01:00
</ul>
2024-01-16 17:24:29 +01:00
</div>
2023-12-29 12:04:07 +01:00
2023-12-28 12:03:46 +01:00
2023-12-29 20:15:06 +01:00
2024-01-16 17:24:29 +01:00
<div id="menu-ordi">
2023-12-29 20:15:06 +01:00
2024-01-16 17:24:29 +01:00
<nav>
2024-01-19 15:42:41 +01:00
<a href="#"><img class="icone" src="img/logo.svg" alt="icone du site"></a>
2023-12-28 17:23:12 +01:00
2024-01-16 17:24:29 +01:00
<ul>
2024-01-19 15:42:41 +01:00
<li>
<button class="button page_courante" onclick="window.location.href='#'"> Accueil</button>
</li>
<li> <button class="button" onclick="window.location.href='HTML/page_2.html'"> Nos jeux</button></li>
2024-01-19 16:13:40 +01:00
<li><button class="button" onclick="window.location.href='HTML/page_3.html'"> Nos partenaires</button> </li>
2024-01-19 15:42:41 +01:00
<li><button class="button" onclick="window.location.href='HTML/page_4.html'"> A propos de nous</button></li>
<li> <button class="button" onclick="window.location.href='HTML/contact.html'"> Contact</button></li>
2024-01-16 17:24:29 +01:00
</ul>
</nav>
</div>
2023-12-28 17:23:12 +01:00
2024-01-16 17:24:29 +01:00
2023-12-28 17:23:12 +01:00
2023-12-28 12:03:46 +01:00
</header>
<main>
2024-01-16 17:24:29 +01:00
<img id="presentation" src="img/163662-poker-roulette-carte_a_jouer-poker_en_ligne-jeu_de_cartes-3840x2160.jpg" alt="Image d'acceuil">
2024-01-19 15:42:41 +01:00
<div id="titre">
<h1><span class="txt_rouge">Casino du Coeur</span></h1>
<p> Le casino dfgfsgdfgh </p>
</div>
2024-01-02 01:14:43 +01:00
<a href="#"><img id="btn_up" src="img/icone/arrow-up.svg" alt="icone de fleche"></a>
2023-12-29 12:04:07 +01:00
2024-01-15 10:57:06 +01:00
<h2>
2024-01-19 14:39:33 +01:00
C'est quoi ?
2024-01-15 10:57:06 +01:00
</h2>
2024-01-18 15:28:25 +01:00
<div id="img-txt">
<div id="img_gauche_txt_droite">
<p>
2024-01-19 16:13:40 +01:00
Casino du coeur est un casino en ligne classique a une différence,une partie de l'argent générer, est donner a des association
choisit par les joueurs eux-mêmes.
De ce fait le joueur est libre de choisir le montant a parié en cas de perte de l'argent sera donner.C'est une nouvelle manière automatique de redistribuer l'argent
2024-01-18 15:28:25 +01:00
</p>
2024-01-19 15:42:41 +01:00
<img class="img_main" src="img/casion_background.jpeg" alt="image d'un casino">
2024-01-18 15:28:25 +01:00
</div>
2024-01-19 16:13:40 +01:00
<h2 id="valeur">
2024-01-18 15:28:25 +01:00
Nos valeurs
</h2>
<div id="img_droite_txt_gauche">
2024-01-19 15:42:41 +01:00
<img class="img_main" src="img/casion_background.jpeg" alt="image d'un casino">
2024-01-18 15:28:25 +01:00
<p>
2024-01-19 14:39:33 +01:00
Nous partageons avec nos <a href="HTML/page_3.html"><span class="txt_rouge"><strong> partenaires </strong> </span></a> des valeurs qui nous tiennent a coeur tels que ..
2024-01-18 15:28:25 +01:00
</p>
2024-01-15 10:57:06 +01:00
2024-01-18 15:28:25 +01:00
</div>
2024-01-03 13:49:08 +01:00
</div>
2024-01-15 10:57:06 +01:00
2024-01-01 19:32:41 +01:00
2024-01-15 10:57:06 +01:00
<div id="fond_2">
<h3>
2024-01-19 14:39:33 +01:00
<span class="txt_rouge">Tout</span> le monde est <span class="txt_jaune">Gagnant</span> !
2024-01-15 10:57:06 +01:00
</h3>
2024-01-16 17:24:29 +01:00
2024-01-18 15:28:25 +01:00
<video id="video-presentation" controls autoplay muted loop>
2024-01-18 10:34:18 +01:00
<source src="img/video_presentation.mp4" type="video/mp4">
</video>
2024-01-01 19:32:41 +01:00
</div>
2023-12-28 12:03:46 +01:00
</main>
<footer>
2023-12-31 13:17:44 +01:00
2024-01-02 15:51:16 +01:00
<div id="reseaux">
<ul>
2024-01-19 15:42:41 +01:00
<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>
2024-01-02 15:51:16 +01:00
</ul>
2024-01-03 18:38:44 +01:00
<p> Suivez nos actualités !</p>
2024-01-02 15:51:16 +01:00
</div>
<div id="autres">
<ul>
2024-01-03 13:49:08 +01:00
<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>
2024-01-03 18:38:44 +01:00
<li><a href="charte_graphique" target="_blank">Charte graphique</a></li>
2024-01-02 15:51:16 +01:00
</ul>
2024-01-19 14:39:33 +01:00
<p id="cp"> 2024 CasinoDuCoeur Izanic Hugo - Gallego Julian</p>
2024-01-02 15:51:16 +01:00
</div>
2024-01-03 13:49:08 +01:00
<div id="coordonne">
<img src="img/icone/envelope.svg" alt="icone d'enveloppe">
<p>Casinoducoeur@gmail.fr </p>
2024-01-19 15:42:41 +01:00
<img src="img/icone/location.svg" alt="icone d'adresse">
2024-01-03 13:49:08 +01:00
<p id="adresse"> 200 Rue du kwanga</p>
</div>
2024-01-03 18:38:44 +01:00
2024-01-19 15:42:41 +01:00
<a href="#"><img class="icone" src="img/logo.svg" alt="icone du site"></a>
2024-01-03 13:49:08 +01:00
2023-12-31 13:17:44 +01:00
2023-12-28 12:03:46 +01:00
2024-01-19 14:39:33 +01:00
2023-12-28 12:03:46 +01:00
</footer>
</body>
</html>