-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathFooter.php
66 lines (66 loc) · 1.68 KB
/
Footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<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>
<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 class="newsletter"><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>