Skip to content

Commit

Permalink
Add email to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
benborgers committed Sep 7, 2024
1 parent 8bd15c6 commit e6b02ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ import MailchimpForm from "../components/mailchimp-form.astro";
<br />
Project Manager applications took place in the spring of 2024.
</p>
<p class="opacity-70 mt-4">
Questions? Email <a
href="mailto:[email protected]"
class="underline decoration-white/40"
>
[email protected]</a
>!
</p>
</div>
</body>
</html>

0 comments on commit e6b02ed

Please sign in to comment.