Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
akiy2009 authored Feb 27, 2025
1 parent 99a0d8b commit 6762738
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/app/member/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,22 @@ const ContactsPage: NextPage = () => {
role="Programmer"
text="皆様が使いやすいHPを作れるように頑張ります。"
/>
<BioCard
avatar="https://github.com/Puton1221.png"
name="ぷとん(Puton)"
role="Programmer"
text="培ってきた技術を元に発展に力を注げるよう頑張ります。"
github="PUton1221"
twitter="PutonFPS"
/>
<BioCard
avatar="https://github.com/nemu-a1021.png"
name="ねむa"
role="Programmer"
text="頑張ります。"
github="nemu-a1021"
twitter="nemu_adatoomou"
/>
</section>
</main>
);
Expand Down

0 comments on commit 6762738

Please sign in to comment.