Skip to content

Commit 8b32613

Browse files
committed
個人スポンサー募集終了のお知らせを掲載
1 parent 5898ba6 commit 8b32613

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

_pages/sponsors.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ title: スポンサーのご紹介
1111
{% assign inkind_sponsors = site.data.sponsors | where: "type", "inkind" %}
1212
{% assign individual_sponsors = site.data.sponsors | where: "type", "individual" %}
1313

14+
<style>
15+
html {
16+
/*
17+
画像のロードとsmooth scrollを組み合わせると
18+
スクロール位置がずれやすいためスムーススクロールを解除する
19+
*/
20+
scroll-behavior: auto !important;
21+
}
22+
</style>
23+
24+
1425
<h2 class="text-4xl text-center mb-8 mt-30 xl:mt-15">
1526
スポンサーのご紹介
1627
<span class="block mt-5 text-2xl">SPONSORS</span>
@@ -131,7 +142,7 @@ title: スポンサーのご紹介
131142
{% endfor %}
132143
</div>
133144

134-
<h3 class="text-2xl mt-15 mx-8 text-center mb-4">個人スポンサー
145+
<h3 id="individual_sponsor" class="text-2xl mt-15 mx-8 text-center mb-4">個人スポンサー
135146
<span class="block text-base mt-1">INDIVIDUAL SPONSOR</span>
136147
</h3>
137148
<div class="grid grid-cols-1 sm:grid-cols-2 gap-6 max-w-xl mx-auto mb-16">

_posts/2025-09-24-sponsorship-closed.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ tags: スポンサー
88
permalink: /news/sponsorship-closed/
99
---
1010

11+
<p class="border rounded px-5 py-3 mb-5">
12+
DojoCon Japan 2025 の個人スポンサーを含む全てのスポンサー募集は 2025年10月9日 をもって終了しました。<br>
13+
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。
14+
</p>
15+
16+
1117
<p>
1218
DojoCon Japan 2025 Gold, Silver, Bronze スポンサーの募集は 2025年9月24日 をもって終了しました。<br>
1319
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。<br>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: post
3+
title: 個人スポンサーの募集を終了しました
4+
date: 2025-10-09
5+
categories: news
6+
tags: スポンサー
7+
permalink: /news/individual-sponsor-closed/
8+
---
9+
10+
<img src="/img/common/coderdojo-nameplate.webp" class="mb-4" loading="lazy" alt="DojoCon Japan Cover Photo" title="DojoCon Japan Cover Photo" />
11+
12+
DojoCon Japan 2025 個人スポンサーの募集は 2025年10月9日 をもって終了しました。<br>
13+
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。
14+
15+
個人スポンサーは下記のページをご覧ください。
16+
17+
[個人スポンサー一覧](/sponsorship/list/#individual_sponsor)

0 commit comments

Comments
 (0)