Skip to content

Commit 8fd5178

Browse files
authored
Merge pull request #124 from coderdojo-japan/change-header-link
[DO NOT MERGE] ヘッダーの「参加登録」リンクを「タイムライン」に差し替え」
2 parents 3ede99c + b4492ba commit 8fd5178

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

_includes/header.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ <h1 class="xl:block hidden mx-auto max-w-lg pt-5 px-8">
1313
alt="DojoCon Japan 2025 Inspire Next." />
1414
</a>
1515
<div class="flex items-cetner gap-x-2 shrink-0">
16-
<a href="/registration/" class="px-3 py-2 rounded-sm text-center bg-[#cc8f2e] text-[#f5f5f5] justify-center">
17-
参加申込
16+
<a href="/time-table/" class="px-3 py-2 rounded-sm text-xs text-center bg-[#cc8f2e] text-[#f5f5f5] flex items-center">
17+
タイムテーブル
1818
</a>
1919
<button id="menu-btn" type="button" aria-label="メニューを開く"
2020
class="flex p-2 size-10 shrink-0 flex-col items-center justify-center rounded border border-gray-300 bg-white cursor-pointer">
@@ -29,7 +29,6 @@ <h1 class="xl:block hidden mx-auto max-w-lg pt-5 px-8">
2929
<li><a href="/sessions/">セッション</a></li>
3030
<li><a href="/events/">イベント</a></li>
3131
<li><a href="/contests/">コンテスト</a></li>
32-
<li><a href="/time-table/">タイムテーブル</a></li>
3332
<li><a href="https://suzuri.jp/DojoConJapan" target="_blank">グッズ</a></li>
3433
<li><a href="/sponsorship/list/">スポンサー紹介</a></li>
3534
<li><a href="{{ site.contact }}" target="_blank">お問い合わせ</a></li>

_includes/navbar.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
<li><a href="/sessions/">セッション</a></li>
77
<li><a href="/events/">イベント</a></li>
88
<li><a href="/contests/">コンテスト</a></li>
9-
<li><a href="/time-table/">タイムテーブル</a></li>
109
<li><a href="https://suzuri.jp/DojoConJapan" target="_blank">グッズ</a></li>
1110
<li><a href="/sponsorship/list/">スポンサー紹介</a></li>
1211
<li><a href="{{ site.contact }}" target="_blank">お問い合わせ</a></li>
1312
</ul>
14-
<a href="/registration/" class="text-xl px-8 py-4 rounded-r-[40px] bg-[#cc8f2e] text-[#f5f5f5] inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)] flex items-center">
15-
参加申込
13+
<a href="/time-table/" class="px-8 py-4 rounded-r-[40px] bg-[#cc8f2e] text-[#f5f5f5] inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)] flex items-center">
14+
タイムテーブル
1615
</a>
1716
</nav>
1817
</div>

0 commit comments

Comments
 (0)