Social restructure
This commit is contained in:
parent
19e7d02520
commit
d9e4f5b5f9
11 changed files with 159 additions and 90 deletions
src/pages
|
@ -2,8 +2,6 @@
|
|||
import Layout from '@layouts/Layout.astro'
|
||||
|
||||
import ContactSection from '@layouts/contactSection.astro'
|
||||
import ContactCard from '@components/cards/contactCard.astro'
|
||||
import contactdata from '@content/data/contactdata.json'
|
||||
|
||||
import CustomFooter from '@layouts/customFooter.astro'
|
||||
import TechnologyCard from '@components/cards/technologyCard.astro'
|
||||
|
@ -21,13 +19,10 @@ const subtext =
|
|||
currentpage="about"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
<SmallTitle maintext="About" subtext={subtext} fadeout={true} />
|
||||
<ContactSection title="Technologies used">
|
||||
<SmallTitle maintext="About this site" subtext={subtext} fadeout={true} />
|
||||
<ContactSection title="Powered by">
|
||||
{technologydata.map((item) => <TechnologyCard {...item} />)}
|
||||
</ContactSection>
|
||||
<ContactSection title="Contact me">
|
||||
{contactdata.map((item) => <ContactCard {...item} />)}
|
||||
</ContactSection>
|
||||
<ContactSection title="Disclaimers">
|
||||
<CustomFooter />
|
||||
</ContactSection>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue