Première MAJ
Nottoyage code PHP, Relocalisation des repertoires, MVC amélioré sans PHP Modification des liens JQuery, Bootstrap
This commit is contained in:
37
les_ecuries_de_la_boissiere/vue/header.php
Normal file
37
les_ecuries_de_la_boissiere/vue/header.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<!--==============================header=================================-->
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Les Ecuries de la Boissiere</title>
|
||||
<link rel="shortcut icon" href="/images/all/favicon.png">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="./css/style.css">
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
|
||||
|
||||
|
||||
</head>
|
||||
<header>
|
||||
<!-- Affichage En tête -->
|
||||
<div class="main">
|
||||
<h1><a href="home.php"><img src="./images/all/logo.png" alt=""></a></h1>
|
||||
<!-- Bouton de Navigation des pages -->
|
||||
<nav>
|
||||
<ul class="sf-menu sf-js-enabled">
|
||||
<li><a href="home.php">accueil</a></li>
|
||||
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="about_us.php">à propos de nous <span class="caret"></span></a>
|
||||
<div class="dropdown-content"> <span class="arrow1"></span>
|
||||
<a href="about_us.php">Le Centre</a>
|
||||
<a href="price_list.php">Tarifs</a>
|
||||
<a href="contact_us.php">Contactez-nous</a>
|
||||
</div></li>
|
||||
<li><a href="shop.php">boutique</a></li>
|
||||
<li><a href="news.php">actualités</a></li>
|
||||
<li><a href="event.php">événements</a></li>
|
||||
</ul>
|
||||
<div class="clear"></div>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user