mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Add X and Instagram links to site footer
This commit is contained in:
parent
54f46254d8
commit
92c647f2b1
5 changed files with 71 additions and 10 deletions
|
@ -1,6 +1,18 @@
|
|||
<footer>
|
||||
<ul class="social-media">
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://twitter.com/standardebooks">X</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://www.instagram.com/standardebooks/">Instagram</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p><a href="/newsletter">Subscribe to our free newsletter</a></p>
|
||||
<ul>
|
||||
<ul class="nav-links">
|
||||
<li>
|
||||
<a href="/ebooks">Ebooks</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue