besnik le goat
This commit is contained in:
parent
03b69928ae
commit
0d81a3d617
9 changed files with 63 additions and 39 deletions
|
|
@ -102,7 +102,7 @@ body {
|
|||
|
||||
.footer{
|
||||
color: white;
|
||||
background-color: #0000ff;
|
||||
background-color: #6A6ED4;
|
||||
}
|
||||
|
||||
.footer ul{
|
||||
|
|
@ -113,3 +113,7 @@ body {
|
|||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.txt_title {
|
||||
color: rgb(51, 152, 217);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,34 +1,23 @@
|
|||
|
||||
<footer class="footer container-fluid d-flex justify-content-around mt-auto">
|
||||
<div class="col-3">
|
||||
<ul>
|
||||
<li><a href="#">Découvrir</a>
|
||||
<li><a href="#">Customisation</a>
|
||||
<li><a href="#">Emploi</a>
|
||||
<li><a href="?ctrl=project&action=about">A propos</a>
|
||||
<footer class="py-3 mt-3 text-center" >
|
||||
<p>Créé par YaLaGuBe</a></p>
|
||||
<nav aria-label="Navigation pied de page">
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item">
|
||||
<a href="?ctrl=project&action=about">A propos</a>
|
||||
</li>
|
||||
<li class="list-inline-item" aria-hidden="true">|</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="index.php?ctrl=page&action=help">Aide et support</a>
|
||||
</li>
|
||||
<li class="list-inline-item" aria-hidden="true">|</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="?ctrl=project&action=mentions">Mentions légales</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<ul>
|
||||
<li><a href="#">Recruter</a>
|
||||
<li><a href="#">Partenariat</a>
|
||||
<li><a href="#">Blog</a>
|
||||
<li><a href="index.php?ctrl=page&action=help">Aide et support</a>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<ul>
|
||||
<li><a href="#">Politique de confidentialité</a>
|
||||
<li><a href="?ctrl=project&action=mentions">Mentions légales</a>
|
||||
<li><a href="#">CGU</a>
|
||||
<li><a href="#">CGV</a>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<p>Suivez-nous</p>
|
||||
</div>
|
||||
</nav>
|
||||
</footer>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
|
||||
<script src="assests/js/scripts.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="assests/css/style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
|
||||
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
|
||||
<title>Folliow{block name="title"}{/block}</title>
|
||||
|
|
@ -84,4 +84,25 @@
|
|||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main id="main-content" class="container my-4">
|
||||
<section
|
||||
class="p-4 mb-4 text-center txt_title "
|
||||
aria-labelledby="page-title"
|
||||
>
|
||||
<div class="col-lg-8 mx-auto">
|
||||
<h2 id="page-title" class="display-5 fw-semibold mb-3">
|
||||
{block name="h2"}{/block}
|
||||
</h2>
|
||||
<p class="lead mb-2">
|
||||
{block name="p"}{/block}
|
||||
</p>
|
||||
<p class="text-muted small mb-0">
|
||||
{block name="date_maj"}{/block}
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
{include file="views/_partial/messages.tpl"}
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
{block name="title" append} - À propos{/block}
|
||||
|
||||
{block name="h2"}À propos de FOLLIOW{/block}
|
||||
{block name="p"}Plateforme de partage de projets – Projet pédagogique{/block}
|
||||
{block name="h2"}À propos{/block}
|
||||
{block name="p"}Plateforme de partage de portfolio – Projet pédagogique{/block}
|
||||
|
||||
{block name="content"}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
{extends file="views/layout.tpl"}
|
||||
|
||||
{block name="h2"}Ajouter un projet{/block}
|
||||
{block name="p"}Ajouter un projet à votre portfolio{/block}
|
||||
|
||||
|
||||
{block name="content"}
|
||||
<section class="container mt-4">
|
||||
{if isset($smarty.session.user)}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{extends file="views/layout.tpl"}
|
||||
|
||||
{block name="h2"}Admin{/block}
|
||||
{block name="p"}Tableau de bord administrateur{/block}
|
||||
|
||||
{block name="content"}
|
||||
|
||||
<section>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
{extends file="views/layout.tpl"}
|
||||
|
||||
{block name="h2"}Bienvenue sur l'aide & support de Folliow !{/block}
|
||||
{block name="p"}Ici, vous trouverez de l'aide pour naviguer sur notre site.{/block}
|
||||
|
||||
{block name="content"}
|
||||
<h1 class="display-2 text-center">Bienvenue sur l'aide & support de Folliow !</h1>
|
||||
<br>
|
||||
<p class="display-6 text-center">Ici, vous trouverez de l'aide pour naviguer sur notre site.</p>
|
||||
<br>
|
||||
|
||||
<section class="container">
|
||||
{if isset($smarty.session.user)}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{include file="views/_partial/header.tpl"}
|
||||
|
||||
<main class="container">
|
||||
<main class="container mb-4 mt-1">
|
||||
{block name="content"}
|
||||
{/block}
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
{extends file="views/layout.tpl"}
|
||||
{block name="title" append} - Rechercher{/block}
|
||||
|
||||
{block name="h2"}Rechercher{/block}
|
||||
{block name="p"}Recherche de portfolios par mot clés, date, auteur et catégorie.{/block}
|
||||
|
||||
|
||||
{block name="content"}
|
||||
<section aria-label="Blog">
|
||||
<h2 class="visually-hidden">Rechercher parmi les articles</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue