web/templates/Footer.php
Anthony J. Bentley e00ed3c9a1 Fix typo
2024-11-23 10:45:25 -06:00

68 lines
1.7 KiB
PHP

<footer>
<ul class="social-media">
<li>
<p>
<a href="https://x.com/standardebooks" rel="me">X</a>
</p>
</li>
<li>
<p>
<a href="https://www.facebook.com/standardebooks/" rel="me">Facebook</a>
</p>
</li>
<li>
<p>
<a href="https://www.instagram.com/standardebooks/" rel="me">Instagram</a>
</p>
</li>
<? /* Disable for now until we have someone managing these accounts.
<li>
<p>
<a href="https://mastodon.social/@standardebooks" rel="me">Mastodon</a>
</p>
</li>
<li>
<p>
<a href="https://bsky.app/profile/standardebooks.org" rel="me">Bluesky</a>
</p>
</li>
*/ ?>
</ul>
<p><a href="/newsletter">Subscribe to our free newsletter</a></p>
<ul class="nav-links">
<li>
<a href="/ebooks">Ebooks</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/contribute">Get Involved</a>
</li>
<li>
<a href="/donate">Donate</a>
</li>
<li>
<a href="/settings">Settings</a>
</li>
<li>
<a href="https://github.com/standardebooks">GitHub</a>
</li>
<li>
<a href="/bulk-downloads">Bulk downloads</a>
</li>
<li>
<a href="/feeds">Ebook Feeds</a>
</li>
<li>
<a href="/about/accessibility">Accessibility</a>
</li>
</ul>
<p>Content produced by or for Standard Ebooks L<sup>3</sup>C is dedicated to the <a href="https://en.wikipedia.org/wiki/Public_domain">public domain</a> via the <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal Public Domain Dedication</a>.</p>
<p>Content not produced by or for Standard Ebooks L<sup>3</sup>C but displayed on this website may be subject to copyright.</p>
<p>
<a href="/">Standard Ebooks</a>
</p>
</footer>
</body>
</html>