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 @@

インカインドスポンサー {% endfor %} +

個人スポンサー + INDIVIDUAL SPONSOR +

+
+ {% for sponsor in individual_sponsors %} +
+ {% if sponsor.link %} + + {{ sponsor.name }} + + {% else %} + {{ sponsor.name }} + {% endif %} +
+ {% endfor %} +
{% include button.html href="/sponsorship/list/" label="スポンサーの紹介を見る" %}
diff --git a/_pages/sponsors.md b/_pages/sponsors.md index 18ffbc3c..9689525c 100644 --- a/_pages/sponsors.md +++ b/_pages/sponsors.md @@ -130,3 +130,21 @@ title: スポンサーのご紹介 {% endfor %} + +

個人スポンサー + INDIVIDUAL SPONSOR +

+
+ {% for sponsor in individual_sponsors %} +
+ {% if sponsor.link %} + + {{ sponsor.name }} + + {% else %} + {{ sponsor.name }} + {% endif %} +
+ {% endfor %} +
diff --git a/_posts/2025-09-24-sponsorship-closed.md b/_posts/2025-09-24-sponsorship-closed.md index 92f131bc..8ccd6c9f 100644 --- a/_posts/2025-09-24-sponsorship-closed.md +++ b/_posts/2025-09-24-sponsorship-closed.md @@ -8,6 +8,14 @@ tags: スポンサー permalink: /news/sponsorship-closed/ --- +DojoCon Japan Cover Photo + +

+ 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 Cover Photo + +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');