Add sticky footer

This commit is contained in:
Ella Dunbar 2025-11-06 18:57:38 -06:00
parent e5ca253838
commit 35ac0d3bd8
4 changed files with 24 additions and 14 deletions

View file

@ -13,19 +13,20 @@
<body>
<div class="drop-shadow">
<header>
<hr>
<strong>elladunbar.com</strong>
<nav>
<a href="https://elladunbar.com">Home</a> | Blog [coming soon!] | RSS and Atom feeds [coming soon!] | <a
href="https://git.elladunbar.com">Forgejo</a>
</nav>
<label>
Color Scheme
Theme Picker
<select>
<option value="drifting">Drifting</option>
<option value="ascendant">Ascendant</option>
<option value="aristocratic">Aristocratic</option>
</select>
</label>
<nav>
<a href="https://elladunbar.com">Home</a> | Blog [coming soon!] | RSS and Atom feeds [coming soon!] | <a
href="https://git.elladunbar.com">Forgejo</a>
</nav>
<hr>
</header>
@ -78,6 +79,7 @@
<hr>
<p>Ella Dunbar | Updated on 2025-10-18 | <a href="https://git.elladunbar.com/ella/elladunbar.com">Source</a> |
Contact: web [at] elladunbar.com</p>
<hr>
</footer>
</div>
</body>