aboutsummaryrefslogtreecommitdiff
path: root/includes/footer.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-01 10:37:28 +0100
committerMinteck <contact@minteck.org>2022-01-01 10:37:28 +0100
commitef055e79855cf3be1ad5e1aa5f9ebad480062384 (patch)
treeff074b29a7a87c3ccfc3b10741bbe30cb28e103e /includes/footer.php
parente3a79df6428799024eac64e9cffbb062317aeb95 (diff)
downloadmain-ef055e79855cf3be1ad5e1aa5f9ebad480062384.tar.gz
main-ef055e79855cf3be1ad5e1aa5f9ebad480062384.tar.bz2
main-ef055e79855cf3be1ad5e1aa5f9ebad480062384.zip
Bye furriesHEADtrunk
Diffstat (limited to 'includes/footer.php')
-rw-r--r--includes/footer.php26
1 files changed, 14 insertions, 12 deletions
diff --git a/includes/footer.php b/includes/footer.php
index 8688bad..f6a6039 100644
--- a/includes/footer.php
+++ b/includes/footer.php
@@ -1,16 +1,18 @@
-
-
-
-
- <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="/code-of-conduct"><?= l("Code of conduct", "Code de conduite") ?></a> · <a href="/contact"><?= l("Contact me", "Me contacter") ?></a>
- </p>
- </div>
- <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 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="/code-of-conduct"><?= l("Code of conduct", "Code de conduite") ?></a> · <a
+ href="/contact"><?= l("Contact me", "Me contacter") ?></a>
+ </p>
</div>
+ <br>
+</div>
- <script src="/static/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
+<script src="/static/js/bootstrap.bundle.min.js"
+ integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
+ crossorigin="anonymous"></script>
</body>
</html> \ No newline at end of file