Skip to content
Snippets Groups Projects
Commit 1c963b82 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

final form

parent cd32bec3
No related branches found
No related tags found
No related merge requests found
Showing
with 4585 additions and 4 deletions
File added
File added
File added
File added
Source diff could not be displayed: it is too large. Options to address this: view the blob.
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
// Il faut donc l'inclure dans le "head" de chaque page // Il faut donc l'inclure dans le "head" de chaque page
?> ?>
<!-- Icône du site --> <!-- Icône du site -->
<link rel="icon" type="image/svg+xml" href="<?=getWebsiteSetting("websiteUrl")?>data/images/logo/favicon.svg"> <link rel="icon" type="image/svg+xml" href="<?=getWebsiteSetting("websiteUrl")?>data/images/logo/favicon-blanc.svg">
<link rel="alternate icon" href="<?=getWebsiteSetting("websiteUrl")?>data/images/logo/favicon.ico"> <link rel="alternate icon" href="<?=getWebsiteSetting("websiteUrl")?>data/images/logo/favicon-blanc.ico">
<link rel="mask-icon" href="<?=getWebsiteSetting("websiteUrl")?>data/images/logo/favicon.svg" color="#ed8930"> <link rel="mask-icon" href="<?=getWebsiteSetting("websiteUrl")?>data/images/logo/favicon-blanc.svg" color="#ffffff">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
......
<!-- Navbar -->
<div class="container-fluid">
<div class="connexionNav">
<nav class="container d-flex justify-content-end">
<a class="text-light" href="#">Se connecter</a>
<a class="text-light" href="#">Lien n°2</a>
</nav>
</div>
</div>
\ No newline at end of file
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<meta content="<?=getWebsiteSetting("websiteName")?>" property="og:title" /> <meta content="<?=getWebsiteSetting("websiteName")?>" property="og:title" />
<meta content="<?=getWebsiteSetting("websiteDescription")?>" property="og:description" /> <meta content="<?=getWebsiteSetting("websiteDescription")?>" property="og:description" />
<meta content="<?=getWebsiteSetting("websiteUrl")?>" property="og:url" /> <meta content="<?=getWebsiteSetting("websiteUrl")?>" property="og:url" />
<meta content="<?=getWebsiteSetting("websiteUrl")?>data/images/logo/favicon.png" property="og:image" /> <meta content="<?=getWebsiteSetting("websiteUrl")?>data/images/logo/short-blanc.png" property="og:image" />
<meta content="<?=getWebsiteSetting("mainColor")?>" data-react-helmet="true" name="theme-color" /> <meta content="<?=getWebsiteSetting("mainColor")?>" data-react-helmet="true" name="theme-color" />
<!-- Uniquement pour la vitrine --> <!-- Uniquement pour la vitrine -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment