-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
38 lines (26 loc) · 1.49 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
</main>
<h3> Horaires d'ouverture </h3>
<h4> Lun.: 8:45-12:00, 14:00-18:00 <br>
Mar.: 8:45-12:00, 14:00-18:00 <br>
Mer.: 8:45-12:00, 14:00-18:00 <br>
Jeu.: 8:45-12:00, 14:00-18:00 <br>
Ven.: 8:45-12:00, 14:00-18:00 <br>
Sam.: 8:45-12:00 <br>
Dim.: Fermé </h4>
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 text-body-secondary">© 2023 Company, Inc</p>
<a href="/" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"/></svg>
</a>
<ul class="nav col-md-4 justify-content-end">
<li class="nav-item"><a href="ecfgarage.php" class="nav-link px-2 text-body-secondary">Accueil</a></li>
<li class="nav-item"><a href="actualites.php" class="nav-link px-2 text-body-secondary">Voitures</a></li>
<li class="nav-item"><a href="inscription.php" class="nav-link px-2 text-body-secondary">Temoignages</a></li>
<li class="nav-item"><a href="aproposde.php" class="nav-link px-2 text-body-secondary">A Propos</a></li>
</ul>
</footer>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
</body>
</html>