diff --git a/_data/sponsors.yml b/_data/sponsors.yml index d8556ad2..781d7082 100644 --- a/_data/sponsors.yml +++ b/_data/sponsors.yml @@ -92,3 +92,21 @@ logo: /img/sponsors/stellalink.png link: https://www.stellalink.co.jp/ type: inkind + +# 個人スポンサー +- name: 宮野 慧 + link: https://miyacorata.net + type: individual + +- name: Katz Ueno + link: https://coderdojoowari.org + type: individual + +- name: 高田悠 + link: https://coderdojo-iwata.connpass.com/ + type: individual + +- name: 田代 拓也 + link: https://peatix.com/group/10488940 + type: individual + diff --git a/_includes/head.html b/_includes/head.html index a572435a..ca467168 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -64,5 +64,5 @@ - + diff --git a/_includes/top/sections/sponsor.html b/_includes/top/sections/sponsor.html index 10514a3c..a05a63fe 100644 --- a/_includes/top/sections/sponsor.html +++ b/_includes/top/sections/sponsor.html @@ -122,6 +122,23 @@
+ DojoCon Japan 2025 の個人スポンサーを含む全てのスポンサー募集は 2025年10月9日 をもって終了しました。
+ ご検討頂いた方を含め、多数のご応募頂きありがとうございました。
+
DojoCon Japan 2025 Gold, Silver, Bronze スポンサーの募集は 2025年9月24日 をもって終了しました。
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。
diff --git a/_posts/2025-10-09-individual-sponsor-closed.md b/_posts/2025-10-09-individual-sponsor-closed.md
new file mode 100644
index 00000000..18715185
--- /dev/null
+++ b/_posts/2025-10-09-individual-sponsor-closed.md
@@ -0,0 +1,17 @@
+---
+layout: post
+title: 個人スポンサーの募集を終了しました
+date: 2025-10-09
+categories: news
+tags: スポンサー
+permalink: /news/individual-sponsor-closed/
+---
+
+
+
+DojoCon Japan 2025 個人スポンサーの募集は 2025年10月9日 をもって終了しました。
+ご検討頂いた方を含め、多数のご応募頂きありがとうございました。
+
+個人スポンサーは下記のページをご覧ください。
+
+[個人スポンサー一覧](/sponsorship/list/#individual_sponsors)
diff --git a/_sass/global/base.scss b/_sass/global/base.scss
index 1e63c62a..dcde0aa0 100644
--- a/_sass/global/base.scss
+++ b/_sass/global/base.scss
@@ -2,10 +2,6 @@
@use 'variables' as *;
-html {
- scroll-behavior: smooth;
-}
-
@font-face {
font-family: 'rounded-l-mplus-2p';
src: url('/assets/fonts/rounded-l-mplus-2p-bold.ttf') format('truetype');