Add site footer

Add site footer to default template
This commit is contained in:
2025-01-06 13:30:04 -05:00
parent 33094f897d
commit 114dc25235
5 changed files with 167 additions and 6 deletions
+53
View File
@@ -0,0 +1,53 @@
<footer>
<div>
<h1>keep in touch</h1>
<div>
<form action="https://buttondown.com/api/emails/embed-subscribe/eviewrites" method="post"
target="popupwindow" onsubmit="window.open('https://buttondown.com/eviewrites', 'popupwindow')"
class="embeddable-buttondown-form">
<label for="bd-email">
<p>Subscribe to my newsletter for updates &lt;3</p>
</label>
<div>
<input type="email" name="email" id="bd-email" required />
<input type="submit" value="Subscribe" style="border-inline-start: none;" />
</div>
</form>
<p>Or subscribe to my <a class="animated-link-underline" href="/feed.xml">RSS feed</a>! RSS rules, you can
learn more
about
it <a href="https://guides.library.yale.edu/keepingup/basics" class="animated-link-underline"
target="_blank" rel="noreferrer">here</a>.</p>
</div>
</div>
<div>
<h1>credits</h1>
<div>
<p><a href="https://augustkline.com" class="animated-link-underline" target="_blank" rel="noreferrer">august
kline</a>
made this website. she is the coolest in the whole world.</p>
<p><a href="https://www.redaction.us/" class="animated-link-underline" target="_blank"
rel="noreferrer">redaction</a> and <a href="https://www.brailleinstitute.org/freefont/"
class="animated-link-underline" target="_blank" rel="noreferrer">atkinson hyperlegible</a> are used
as display and text typefaces,
respectively.</p>
</div>
</div>
<div>
<h1>elsewhere</h1>
<nav>
<ul>
<li>
<ul>
<li>
<a href="https://www.instagram.com/evie.evergreen.docx/" class="animated-link">insta</a>
</li>
<li>
<a href="mailto:evieippolito@duck.com" class="animated-link">email</a>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</footer>