Bootstrap icons & footer
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
<html th:fragment="layout (title, csspage, content)" xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
<title>[[${title}]]</title>
|
||||
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="assets/bootstrap-icons/bootstrap-icons.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
@@ -15,7 +16,7 @@
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse " id="navbarNav">
|
||||
<ul class="navbar-nav">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="#">Encheres <span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
@@ -35,6 +36,54 @@
|
||||
</header>
|
||||
<div th:insert="${content}"></div>
|
||||
|
||||
|
||||
<footer class="text-center text-lg-start bg-body-tertiary text-muted fixed-bottom" style="background-color: #2a2b30;">
|
||||
|
||||
<section class="">
|
||||
<div class="container text-lg-left text-md-start mt-5 text-white">
|
||||
<div class="row mt-3">
|
||||
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
|
||||
<h6 class="text-uppercase fw-bold mb-4">
|
||||
<i class="fas fa-gem me-3"></i>ENI-Encheres
|
||||
</h6>
|
||||
<p>
|
||||
Créée par l'association "Les objets sont nos amis", ENI-Enchères a pour objectif d'aider ses membres à vendre ou acheter des objets de tout genre.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
|
||||
<h6 class="text-uppercase fw-bold mb-4">
|
||||
Menu
|
||||
</h6>
|
||||
<p>
|
||||
<a href="#!" class="text-reset">Encheres</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="#!" class="text-reset">Vendre un article</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="#!" class="text-reset">Mon profile</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
|
||||
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
|
||||
<p><i class="fas fa-home me-3"></i> 2a Rue Benjamin Franklin, 44800 Saint-Herblain</p>
|
||||
<p>
|
||||
<i class="fas fa-envelope me-3"></i>
|
||||
editions@eni.fr
|
||||
</p>
|
||||
<p><i class="fas fa-phone me-3"></i> + 02 51 80 15 15</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="text-center p-4" style="background-color: #1c1b1b;">
|
||||
© 2024 Copyright:
|
||||
</div>
|
||||
</footer>
|
||||
<script src="js/bootstrap/bootstrap.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user