Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions _data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

17 changes: 17 additions & 0 deletions _includes/top/sections/sponsor.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,23 @@ <h3 class="text-2xl mt-20 text-center mb-4">インカインドスポンサー
{% endfor %}
</div>

<h3 class="text-2xl mt-20 text-center mb-4">個人スポンサー
<span class="block text-base mt-1">INDIVIDUAL SPONSOR</span>
</h3>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-6 max-w-xl mx-auto mb-16">
{% for sponsor in individual_sponsors %}
<div class="flex items-center justify-center">
{% if sponsor.link %}
<a href="{{ sponsor.link }}" target="_blank" rel="noopener noreferrer"
class="block text-2xl font-bold text-center transition-transform duration-200 hover:scale-110 cursor-pointer">
{{ sponsor.name }}
</a>
{% else %}
<span class="block text-2xl font-bold text-center">{{ sponsor.name }}</span>
{% endif %}
</div>
{% endfor %}
</div>
<div class="mx-auto mb-8">
{% include button.html href="/sponsorship/list/" label="スポンサーの紹介を見る" %}
</div>
Expand Down
29 changes: 29 additions & 0 deletions _pages/sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ title: スポンサーのご紹介
{% assign inkind_sponsors = site.data.sponsors | where: "type", "inkind" %}
{% assign individual_sponsors = site.data.sponsors | where: "type", "individual" %}

<style>
html {
/*
画像のロードとsmooth scrollを組み合わせると
スクロール位置がずれやすいためスムーススクロールを解除する
*/
scroll-behavior: auto !important;
}
</style>


<h2 class="text-4xl text-center mb-8 mt-30 xl:mt-15">
スポンサーのご紹介
<span class="block mt-5 text-2xl">SPONSORS</span>
Expand Down Expand Up @@ -130,3 +141,21 @@ title: スポンサーのご紹介
</div>
{% endfor %}
</div>

<h3 id="individual_sponsor" class="text-2xl mt-15 mx-8 text-center mb-4">個人スポンサー
<span class="block text-base mt-1">INDIVIDUAL SPONSOR</span>
</h3>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-6 max-w-xl mx-auto mb-16">
{% for sponsor in individual_sponsors %}
<div class="flex items-center justify-center">
{% if sponsor.link %}
<a href="{{ sponsor.link }}" target="_blank" rel="noopener noreferrer"
class="block text-2xl font-bold text-center transition-transform duration-200 hover:scale-110 cursor-pointer">
{{ sponsor.name }}
</a>
{% else %}
<span class="block text-2xl font-bold text-center">{{ sponsor.name }}</span>
{% endif %}
</div>
{% endfor %}
</div>
6 changes: 6 additions & 0 deletions _posts/2025-09-24-sponsorship-closed.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ tags: スポンサー
permalink: /news/sponsorship-closed/
---

<p class="border rounded px-5 py-3 mb-5">
DojoCon Japan 2025 の個人スポンサーを含む全てのスポンサー募集は 2025年10月9日 をもって終了しました。<br>
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。
</p>


<p>
DojoCon Japan 2025 Gold, Silver, Bronze スポンサーの募集は 2025年9月24日 をもって終了しました。<br>
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。<br>
Expand Down
17 changes: 17 additions & 0 deletions _posts/2025-10-09-individual-sponsor-closed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: post
title: 個人スポンサーの募集を終了しました
date: 2025-10-09
categories: news
tags: スポンサー
permalink: /news/individual-sponsor-closed/
---

<img src="/img/common/coderdojo-nameplate.webp" class="mb-4" loading="lazy" alt="DojoCon Japan Cover Photo" title="DojoCon Japan Cover Photo" />

DojoCon Japan 2025 個人スポンサーの募集は 2025年10月9日 をもって終了しました。<br>
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。

個人スポンサーは下記のページをご覧ください。

[個人スポンサー一覧](/sponsorship/list/#individual_sponsor)