Skip to content

Commit

Permalink
Merge pull request #117 from cniajp/add-day-staff-section
Browse files Browse the repository at this point in the history
当日スタッフ募集のセクションを追加
  • Loading branch information
ishikawa-pro authored Jun 10, 2024
2 parents e7223ef + 16f64d0 commit 5881e88
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/pages/pek2024/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,24 @@ const news = [
<Hero />

<a id="update"></a>
<div class="py-10 bg-slate-100">
<div class="mb-10 md:mx-auto text-center md:mb-12 max-w-3xl">
<p class="text-base dark:text-blue-200 font-semibold tracking-wide uppercase">Staff Recruitment</p>
<h2 class="text-4xl md:text-5xl font-bold leading-tighter tracking-tighter mb-4">当日スタッフ募集中</h2>
</div>
<div class="flex flex-col items-center justify-center">
<p>カンファレンスの当日スタッフを募集しています!</p>
<p>募集期間は 6/10(月)10:00 ~ 6/15(土)23:59 です。</p>
<p>詳細は以下のリンクからご確認ください。</p>
<a
rel="noopener noreferrer"
href="https://pfem.notion.site/Platform-Engineering-Kaigi-2024-DAY-2cb32ea4197e403181631cd353e3100e"
target="_blank"
class="btn btn-flat mx-4 my-2 rounded-md text-sm">募集ガイドを見る
</a>
</div>
</div>

<Update highlight="News" title="お知らせ" items={news} />
{blogPosts.length > 0 && <Update highlight="Blog" title="ブログ" items={blogPosts.slice(0, 5)} />}

Expand Down

0 comments on commit 5881e88

Please sign in to comment.