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>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
import AboutText from '@components/aboutText.astro'
|
||||
import FavouriteCard from '@components/cards/favouriteCard.astro'
|
||||
import Hi from '@components/titles/title.astro'
|
||||
import favouritesdata from '@content/data/favouritesdata.json'
|
||||
import Layout from '@layouts/Layout.astro'
|
||||
import BaseSection from '@layouts/baseSection.astro'
|
||||
import FavouriteCard from '@components/cards/favouriteCard.astro'
|
||||
import favouritesdata from '@content/data/favouritesdata.json'
|
||||
import Hi from '@components/titles/title.astro'
|
||||
import AboutText from '@components/aboutText.astro'
|
||||
|
||||
const description =
|
||||
'The very own page of Firq for providing informating about TA servants, listing past TA achievements and hosting a blog for talking about FGO, Programming and other stuff'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue