aboutsummaryrefslogtreecommitdiff
path: root/includes/footer.php
blob: 8688bad61e01f587eb8b55d7ff26ae10a4ba7315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    <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>

    <script src="/static/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>