First about version and rescaling
This commit is contained in:
parent
e717b4b8dd
commit
b0fc3a05c5
11 changed files with 63 additions and 13 deletions
src/pages
|
@ -4,6 +4,7 @@ import BaseSection from '../layouts/baseSection.astro'
|
|||
import FavouriteCard from '../components/cards/favouriteCard.astro'
|
||||
import favouritesdata from '../../static/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'
|
||||
|
@ -15,6 +16,9 @@ const description =
|
|||
descriptionOverride={description}
|
||||
>
|
||||
<Hi />
|
||||
<BaseSection title="About me">
|
||||
<AboutText/>
|
||||
</BaseSection>
|
||||
<BaseSection title="Favourite Things">
|
||||
{favouritesdata.map((item) => <FavouriteCard {...item} />)}
|
||||
</BaseSection>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue