Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cnu.mdx #9

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions src/content/univ/cnu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ univImg: '/images/univ/cnu/cnu.jpeg'
univDescription: '충남대학교 동아리 리스트'
leadName: '최동현'
viceLeadName: ['']
clubList: ['SUSC CNU']
clubList: ['SUSC CNU', 'SPG']
---


import UnivInfo from '@components/univ/UnivInfo.astro'

<UnivInfo
univName="충남대학교"
clubList={['SUSC CNU']}
clubList={['SUSC CNU', 'SPG']}
/>
import UnivOrgCard from '@components/univ/UnivOrgCard.astro';

Expand All @@ -30,6 +30,13 @@ import UnivOrgCard from '@components/univ/UnivOrgCard.astro';
linkedIn="https://www.linkedin.com/in/downpool/"
instagram="https://www.instagram.com/downpool_/"
/>
<UnivOrgCard
orgImg="/images/defaultImg/SUSC.png"
orgName="양종인"
role="SPG"
instagram="https://www.instagram.com/yang.jongin/"
/>
</div>
</div>
</section>