Skip to content

Commit

Permalink
Merge pull request #340 from jpa-perl/add-hakodate2024-photos
Browse files Browse the repository at this point in the history
YAPC::Hakodate 2024の写真を公開
  • Loading branch information
karupanerura authored Nov 4, 2024
2 parents 21a9a80 + 2edb798 commit 396a9ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
11 changes: 3 additions & 8 deletions 2024hakodate/ejs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ module.exports = {
locals: {
announcements: [
{
date: "2024.07.13",
title: "YAPC::Hakodate 2024のチケットを販売いたします!!!",
url: "https://blog.yapcjapan.org/entry/hakodate-2024-ticket",
},
{
date: "2024.05.24",
title: "YAPC::Hakodate 2024 ご協賛のお願い",
url: "https://blog.yapcjapan.org/entry/2024/05/24/170000",
date: "2024.11.4",
title: "YAPC::Hakodate 2024の写真を公開しました",
url: "https://30d.jp/yapcjapan/8",
},
],
guestSpeakers: [],
Expand Down
9 changes: 5 additions & 4 deletions 2024hakodate/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@
</button>
</div>
<div id="menu" class="hidden">
<a href="https://fortee.jp/yapc-hakodate-2024/timetable" class="block p-4 border-b border-gray-700 hover:bg-gray-700">タイムテーブル</a>
<a href="https://fortee.jp/yapc-hakodate-2024/timetable" class="block p-4 border-b border-gray-700 hover:bg-gray-700">TIME TABLE</a>
<a href="https://30d.jp/yapcjapan/8" class="block p-4 border-b border-gray-700 hover:bg-gray-700">PHOTOS</a>
<a href="https://blog.yapcjapan.org/" class="block p-4 border-b border-gray-700 hover:bg-gray-700">BLOG</a>
<a href="/2024hakodate/individual-sponsors" class="block p-4 border-b border-gray-700 hover:bg-gray-700">個人スポンサー</a>
<a href="/2024hakodate/staff" class="block p-4 border-b border-gray-700 hover:bg-gray-700">スタッフ</a>
<a href="https://x.com/yapcjapan" class="block p-4">X</a>
<a href="https://x.com/yapcjapan" class="block p-4 border-b border-gray-700 hover:bg-gray-700">X</a>
<a href="/2024hakodate/individual-sponsors" class="block p-4 border-b border-gray-700 hover:bg-gray-700">INDIVIDUAL SPONSOR</a>
<a href="/2024hakodate/staff" class="block p-4 border-b border-gray-700 hover:bg-gray-700">STAFF</a>
</div>
</nav>

Expand Down
2 changes: 1 addition & 1 deletion 2024hakodate/src/individual-sponsors.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%- include('partial/header'); -%>
<section class="section flex flex-col">
<h2 class="en-serif-bold text-4xl sm:text-6xl text-center mb-16">個人スポンサー</h2>
<h2 class="en-serif-bold text-4xl sm:text-6xl text-center mb-16">INDIVIDUAL SPONSOR / 個人スポンサー</h2>
<div class="container pb-32 m-auto text-primary ">
<div class="p-2 mx-auto max-w-5xl">
<div class="flex flex-wrap justify-center gap-5">
Expand Down
2 changes: 1 addition & 1 deletion 2024hakodate/src/staff.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const staff=[
%>
<%- include('partial/header'); -%>
<section class="section flex flex-col">
<h2 class="en-serif-bold text-4xl sm:text-6xl text-center mb-16">STAFF</h2>
<h2 class="en-serif-bold text-4xl sm:text-6xl text-center mb-16">STAFF / スタッフ</h2>
<% staff.forEach(s=> { %>
<h3 class="en-serif-bold text-xl text-center mb-4"><%=s.title %></h3>
<div class="container pb-32 m-auto text-primary ">
Expand Down

0 comments on commit 396a9ec

Please sign in to comment.