Apply patch

This commit is contained in:
Firq 2025-04-08 09:32:41 +00:00
parent c013c7a298
commit 88e4b92b8d
9 changed files with 41 additions and 35 deletions
src/pages

View file

@ -7,6 +7,7 @@ import CustomFooter from '@layouts/customFooter.astro'
import TechnologyCard from '@components/cards/technologyCard.astro'
import technologydata from '@datafiles/technologydata.json'
import SmallTitle from '@components/titles/smallTitle.astro'
import Placeholder from '@components/placeholder.astro'
const description =
"A summary of the technologies used as well as my contact information. You'll also find disclaimers and thank you notes for the people that helped me."
@ -26,6 +27,7 @@ const subtext =
<ContactSection title="Disclaimers">
<CustomFooter />
</ContactSection>
<Placeholder height="1.5rem"/>
</Layout>
<style></style>