File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ title: スポンサーのご紹介
11
11
{% assign inkind_sponsors = site.data.sponsors | where: "type", "inkind" %}
12
12
{% assign individual_sponsors = site.data.sponsors | where: "type", "individual" %}
13
13
14
+ <style >
15
+ html {
16
+ /*
17
+ 画像のロードとsmooth scrollを組み合わせると
18
+ スクロール位置がずれやすいためスムーススクロールを解除する
19
+ */
20
+ scroll-behavior : auto !important ;
21
+ }
22
+ </style >
23
+
24
+
14
25
<h2 class =" text-4xl text-center mb-8 mt-30 xl:mt-15 " >
15
26
スポンサーのご紹介
16
27
<span class =" block mt-5 text-2xl " >SPONSORS</span >
@@ -131,7 +142,7 @@ title: スポンサーのご紹介
131
142
{% endfor %}
132
143
</div >
133
144
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 " >個人スポンサー
135
146
<span class =" block text-base mt-1 " >INDIVIDUAL SPONSOR</span >
136
147
</h3 >
137
148
<div class =" grid grid-cols-1 sm:grid-cols-2 gap-6 max-w-xl mx-auto mb-16 " >
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ tags: スポンサー
8
8
permalink : /news/sponsorship-closed/
9
9
---
10
10
11
+ <p class =" border rounded px-5 py-3 mb-5 " >
12
+ DojoCon Japan 2025 の個人スポンサーを含む全てのスポンサー募集は 2025年10月9日 をもって終了しました。<br>
13
+ ご検討頂いた方を含め、多数のご応募頂きありがとうございました。
14
+ </p >
15
+
16
+
11
17
<p >
12
18
DojoCon Japan 2025 Gold, Silver, Bronze スポンサーの募集は 2025年9月24日 をもって終了しました。<br >
13
19
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。<br >
Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments