File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ import Icon from ' @/components/common/Icon.astro'
3+ import LinkButton from ' ./LinkButton.astro'
4+ ---
5+
6+ <LinkButton
7+ href =" https://discord.gg/gmhPgAGAGx"
8+ target =" _blank"
9+ variant =" discord"
10+ >
11+ <span class =" flex items-center gap-2.5" >
12+ <Icon name =" discord" alt =" Discord" class =" w-7" />
13+ <span >講習会に参加</span >
14+ </span >
15+ </LinkButton >
Original file line number Diff line number Diff line change 11---
22import Section from ' @/components/common/Section.astro'
3+ import OUTechsDiscordJoinLink from ' @/components/common/button/OUTechsDiscordJoinLink.astro'
34---
45
56<Section background =" white" >
67 <div class =" flex flex-col gap-5" >
78 <p >
89 新歓イベントの一環として部員や外部講師による講習会を開催しています。様々な技術について未経験者向けに解説しながら実際に使えるようになることを目指します。講習会内で必要なソフトウェアのインストールから説明しますので、事前準備は必要ありません。
910 </p >
11+ <div class =" flex justify-center" >
12+ <OUTechsDiscordJoinLink />
13+ </div >
14+ <p >
15+ こちらから講習会の資料や連絡を受け取れます。
16+ どなたでも無料で参加できます。是非お気軽にご参加ください!
17+ </p >
1018 </div >
1119</Section >
You can’t perform that action at this time.
0 commit comments