Skip to content

Commit c57cf0b

Browse files
committed
講習会参加のためのOUTechsのDIscordのリンクを配置
1 parent dee4382 commit c57cf0b

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
---
22
import 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>

0 commit comments

Comments
 (0)