+++ /dev/null
----
-title: Support
----
-# I want to support you, how do I do that?
-First, thank you so much! Second, you can support me by..
-
-* Donating on [Patreon](https://patreon.com/junegardner).
-* Donating on [Ko-fi](https://ko-fi.com/junegardner).
-* [Getting in touch with me.](/contact)
<a href="https://june.codes/projects">(projects)</a>
<a href="https://where.june.codes">(code)</a>
<a href="https://june.codes/contact">(contact)</a>
- <a href="https://june.codes/support">(support)</a>
</nav>
</header>
<main>
{{ page.content }}
</main>
+ <footer>
+ <p>⦶</p>
+ <nav>
+ <a href="https://patreon.com/junegardner">(patreon)</a>
+ <a href="https://ko-fi.com/junegardner">(ko-fi)</a>
+ </nav>
+ <p>⦶</p>
+ </footer>
</body>
</html>
}
html {
+ margin: 0;
color: var(--foreground);
font-family: "Maple Mono";
font-size: var(--text-size);
}
main {
- height: 100%;
+ height: 85vh;
overflow: scroll;
}
text-decoration: 0.1rem solid underline;
}
-header {
+header, footer {
background: var(--foreground);
color: var(--background);
font-weight: bold;
gap: 0.5rem;
}
-header > p {
+header > p, footer > p {
margin: 0;
width: fit-content;
text-align: center;
justify-self: start;
}
-header > a, header > nav > a {
+header > a, nav > a {
text-decoration: none;
}
border-radius: 4rem;
}
-header > a:hover, header > nav > a:hover {
+header > a:hover, nav > a:hover {
color: var(--foreground);
background: var(--background);
}