Skip to content

Commit

Permalink
Update next meetup (11.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
naru200 committed Oct 28, 2024
1 parent 2c02426 commit c9ddac4
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,29 @@ const dates = Object.keys(sessions).sort(
<article class="space-y-4">
<h2 class="font-semibold text-2xl">Next Meetup</h2>
<p>
다음 모임은 2024년 11월 초에 진행될 예정입니다. 구체적인 일정은 추후
공지됩니다.
다음 세션은 <b class="font-semibold">11월 6일 수요일</b>에 아래
주제로 진행됩니다.
</p>

<p>
<ul>
<li class="font-semibold">
Plunk로 Amazon SES 누구보다 쉽게 사용하기
</li>
<li class="font-semibold">
Eventbridge와 Bedrock으로 구현하는 알람봇 만들기
</li>
</ul>
</p>

<p>
지금 참가 신청을 받고 있습니다! 아래 링크에서 참가 신청해 주세요.
</p>
<ArrowCardLink
title="11월 6일 세션 밋업 페이지"
href="https://www.meetup.com/ko-KR/awskrug/events/304245849/?slug=awskrug&eventId=303224793"
image={MeetUpSVG}
/>
</article>
</section>

Expand Down

0 comments on commit c9ddac4

Please sign in to comment.