Skip to content

Commit

Permalink
feat: add profile cards section
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhojang6 committed Oct 6, 2023
1 parent 901d995 commit eeab879
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
HeroInfo,
Roadmap,
Box,
ProfileCards,
} from '../components/mdx'

<Hero size="large">
Expand Down Expand Up @@ -92,6 +93,28 @@ import {
/>
</Box>

<Box top={{ xs: 144, lg: 216 }}>
<CallToActionSection
title="Team"
columns={1}
description="Description"
label="CTA"
href="/about/team"
target="_self"
/>
<ProfileCards
items={[
{
name: 'Name',
githubUsername: 'Github',
githubLink: 'https://github.com/',
discordUsername: 'Discord',
discordLink: 'https://discord.gg/',
},
]}
/>
</Box>

<Box top={{ xs: 144, lg: 216 }}>
<Roadmap
title="Roadmap"
Expand Down

0 comments on commit eeab879

Please sign in to comment.