Skip to content

Commit ec62894

Browse files
committed
navbar に参加申し込みを追加
1 parent c78dd8e commit ec62894

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_includes/navbar.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="hidden xl:block sticky mx-4 top-4 z-10">
22
<nav
3-
class="rounded-[40px] w-fit mx-auto bg-[#f5f5f5] mt-8 inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)] shadow-[7px_7px_10px_rgba(125,125,125,0.15)]">
4-
<ul class="flex flex-wrap min-h-20 items-center p-5 justify-center divide-x-2 gap-y-2 *:text-[#cc8f2e] *:px-6">
3+
class="rounded-[40px] w-fit mx-auto bg-[#f5f5f5] mt-8 inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)] shadow-[7px_7px_10px_rgba(125,125,125,0.15)] flex items-stretch">
4+
<ul class="flex flex-wrap min-h-20 items-center p-5 pr-0 justify-center divide-x-2 gap-y-2 *:text-[#cc8f2e] *:px-6">
55
<li><a href="/#outline">開催概要</a></li>
66
<li><a href="/#session">セッション</a></li>
77
<li><a href="/events/">企画</a></li>
@@ -10,5 +10,8 @@
1010
<li><a href="/sponsorship/">スポンサー募集</a></li>
1111
<li><a href="{{ site.contact }}" target="_blank">お問い合わせ</a></li>
1212
</ul>
13+
<div class="text-xl px-8 py-4 rounded-r-[40px] bg-[#cc8f2e] text-[#f5f5f5] flex flex-col justify-center">
14+
<a href="/registration/">参加申込</a>
15+
</div>
1316
</nav>
1417
</div>

0 commit comments

Comments
 (0)