diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
commit | b028da9fea70c65ccd52d1d478859739027d756a (patch) | |
tree | f6ad05f4313499ebd84c2afd26320217b18ad04f /includes/footer.php | |
parent | af9e5ef458b93ef2003905e1ccc5665e7266c242 (diff) | |
download | main-b028da9fea70c65ccd52d1d478859739027d756a.tar.gz main-b028da9fea70c65ccd52d1d478859739027d756a.tar.bz2 main-b028da9fea70c65ccd52d1d478859739027d756a.zip |
Commmmmmit
Diffstat (limited to 'includes/footer.php')
-rw-r--r-- | includes/footer.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/footer.php b/includes/footer.php index 51fbdac..0b8de30 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -5,10 +5,9 @@ <div style="background: #f8f9fa;padding-top: 16px;text-align: center;" id="footer-space"> <div class="container"> <p>Copyright © 2011-<?= date('Y') ?> Minteck, <?= l("All rights reserved", "Tous droits réservés") ?><br> - <a href="/legal"><?= l("Legal Notices", "Mentions légales") ?></a> · <a href="https://github.com/Minteck/Website" target="_blank"><?= l("Open-source software", "Logiciel libre") ?></a> + <a href="/legal"><?= l("Legal Notices", "Mentions légales") ?></a> · <a href="https://github.com/Minteck/Website" target="_blank"><?= l("Open-source software", "Logiciel libre") ?></a> · <a href="/code-of-conduct"><?= l("Code of conduct", "Code de conduite") ?></a> · <a href="/contact"><?= l("Contact me", "Me contacter") ?></a> </p> </div> - <br> <a href="/about/#art-credits" title="Click to view artwork credits"><img alt="Friends!" src="/banner.png" style="width:calc(60vw - 24px);margin-left:20vw;margin-right:20vw;"></a> </div> |