remove default content and replace with myself
This commit is contained in:
@@ -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>© {currentYear} Jeanine White</p>
|
||||
<p>© {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>
|
||||
|
Reference in New Issue
Block a user