Skip to content

Commit

Permalink
Update coming session
Browse files Browse the repository at this point in the history
  • Loading branch information
naru200 committed Dec 23, 2024
1 parent 2cbced9 commit b9e7ca0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@ const dates = Object.keys(sessions).sort(
</article>
</section>

<!-- <section class="animate">
<section class="animate">
<article class="space-y-4">
<h2 class="font-semibold text-2xl">Next Meetup</h2>
<p>
다음 세션은 <b class="font-semibold">11월 6일 수요일</b>에 아래
다음 세션은 <b class="font-semibold">1월 8일 수요일</b>에 아래
주제로 진행됩니다.
</p>

<p>
<ul>
<li class="font-semibold">
Plunk로 Amazon SES 누구보다 쉽게 사용하기
AWS 컨테이너 서비스로 나만의 AI 기반 서비스 배포하기
</li>
<li class="font-semibold">
Eventbridge와 Bedrock으로 구현하는 알람봇 만들기
늦게나마 풀어보는 re:Invent 2024 회고
</li>
</ul>
</p>
Expand All @@ -108,12 +108,12 @@ const dates = Object.keys(sessions).sort(
지금 참가 신청을 받고 있습니다! 아래 링크에서 참가 신청해 주세요.
</p>
<ArrowCardLink
title="11월 6일 세션 밋업 페이지"
href="https://www.meetup.com/ko-KR/awskrug/events/304245849/?slug=awskrug&eventId=303224793"
title="1월 8일 세션 밋업 페이지"
href="https://www.meetup.com/ko-KR/awskrug/events/305223632/?slug=awskrug&eventId=304245849"
image={MeetUpSVG}
/>
</article>
</section> -->
</section>

<section class="animate">
<article class="space-y-4">
Expand Down

0 comments on commit b9e7ca0

Please sign in to comment.