reste cv-2 et écrire contenu
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<link rel = "stylesheet" type = "text/css" href = "../CSS/cv.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">
|
||||
<link rel = "icon" type = "image/png" href = "../img/icon.png">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
@@ -15,14 +15,16 @@
|
||||
<div id="menu-ordi">
|
||||
|
||||
<nav>
|
||||
<a href="#"><img id="icone" src="../img/logo.svg" alt="icone du site"></a>
|
||||
<a href="#"><img class="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>
|
||||
<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" 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>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -141,12 +143,12 @@
|
||||
|
||||
<img src="../img/icone/envelope.svg" alt="icone d'enveloppe">
|
||||
<p>Casinoducoeur@gmail.fr </p>
|
||||
<img src="../img/icone/location.svg">
|
||||
<img src="../img/icone/location.svg" alt="icone emplacement">
|
||||
<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>
|
||||
<a href="../index.html"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
|
||||
</footer>
|
||||
</body>
|
Reference in New Issue
Block a user