Ajout du footer
This commit is contained in:
@@ -17,4 +17,5 @@
|
|||||||
06/03 :
|
06/03 :
|
||||||
- Récupération des modifications depuis 'dev'
|
- Récupération des modifications depuis 'dev'
|
||||||
- Ajout des redirections vers les pages 'Administration'
|
- Ajout des redirections vers les pages 'Administration'
|
||||||
- Adaptation du layout principal pour adaptation entre public et administration
|
- Adaptation du layout principal pour adaptation entre public et administration
|
||||||
|
- Ajout du Footer (sur toutes les pages)
|
||||||
13
Webzine.WebApplication/Views/Shared/_Footer.cshtml
Normal file
13
Webzine.WebApplication/Views/Shared/_Footer.cshtml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
@*
|
||||||
|
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
|
||||||
|
*@
|
||||||
|
@{
|
||||||
|
}
|
||||||
|
<div class="container text-bg-light my-2 pb-0">
|
||||||
|
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4">
|
||||||
|
<div class="col-md-4 d-flex align-items-center">
|
||||||
|
|
||||||
|
<span class="mb-3 mb-md-0 ms-5 text-body-secondary">© ASP .NET Core - DIIAGE 2025 - 2026</span>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container pb-0 mb-0">
|
||||||
<partial name="_Header"/>
|
<partial name="_Header"/>
|
||||||
<div class="row mt-5">
|
<div class="row mt-5">
|
||||||
<main class="col">
|
<main class="col">
|
||||||
@@ -26,6 +26,7 @@
|
|||||||
<partial name="_Sidebar" />
|
<partial name="_Sidebar" />
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
<partial name="_Footer" />
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user