remove default content and replace with myself

This commit is contained in:
2024-08-19 21:47:37 -05:00
parent 7ef4b48b18
commit 5dfe806e6b
11 changed files with 20 additions and 25 deletions

View File

@@ -6,15 +6,14 @@ const currentYear = new Date().getFullYear();
<footer>
<div class="group">
<p>
Designed & Developed in Portland with <a href="https://astro.build/">Astro</a>
Designed & Developed in Minnesota with <a href="https://astro.build/">Astro</a>
<Icon icon="rocket-launch" size="1.2em" />
</p>
<p>&copy; {currentYear} Jeanine White</p>
<p>&copy; {currentYear} Alex Lebens</p>
</div>
<p class="socials">
<a href="https://twitter.com/me"> Twitter</a>
<a href="https://github.com/me"> GitHub</a>
<a href="https://codepen.io/me"> CodePen</a>
<a href="https://github.com/alexlebens"> GitHub</a>
<a href="https://www.linkedin.com/in/alexanderlebens"> LinkedIn</a>
</p>
</footer>
<style>