Skip to content

Commit b39ef12

Browse files
authored
Merge pull request #108 from coderdojo-japan/add-individual-sponsors
個人スポンサー掲載 & 個人スポンサー募集終了のお知らせ追加
2 parents cbd8d7f + e15c22b commit b39ef12

File tree

7 files changed

+79
-5
lines changed

7 files changed

+79
-5
lines changed

_data/sponsors.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,21 @@
9292
logo: /img/sponsors/stellalink.png
9393
link: https://www.stellalink.co.jp/
9494
type: inkind
95+
96+
# 個人スポンサー
97+
- name: 宮野 慧
98+
link: https://miyacorata.net
99+
type: individual
100+
101+
- name: Katz Ueno
102+
link: https://coderdojoowari.org
103+
type: individual
104+
105+
- name: 高田悠
106+
link: https://coderdojo-iwata.connpass.com/
107+
type: individual
108+
109+
- name: 田代 拓也
110+
link: https://peatix.com/group/10488940
111+
type: individual
112+

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464

6565
<!-- CSS -------------------------- -->
6666
<!-- DojoCon CSS -->
67-
<link rel="stylesheet" href="/css/main.css?7f8c4bb4" />
67+
<link rel="stylesheet" href="/css/main.css?f4651439" />
6868
</head>

_includes/top/sections/sponsor.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,23 @@ <h3 class="text-2xl mt-20 text-center mb-4">インカインドスポンサー
122122
{% endfor %}
123123
</div>
124124

125+
<h3 class="text-2xl mt-20 mb-8 text-center">個人スポンサー
126+
<span class="block text-base mt-1">INDIVIDUAL SPONSOR</span>
127+
</h3>
128+
<div class="grid grid-cols-1 sm:grid-cols-2 gap-6 max-w-xl mx-auto mb-16">
129+
{% for sponsor in individual_sponsors %}
130+
<div class="flex items-center justify-center">
131+
{% if sponsor.link %}
132+
<a href="{{ sponsor.link }}" target="_blank" rel="noopener noreferrer"
133+
class="block text-2xl font-bold text-center transition-transform duration-200 hover:scale-110 cursor-pointer">
134+
{{ sponsor.name }}
135+
</a>
136+
{% else %}
137+
<span class="block text-2xl font-bold text-center">{{ sponsor.name }}</span>
138+
{% endif %}
139+
</div>
140+
{% endfor %}
141+
</div>
125142
<div class="mx-auto mb-8">
126143
{% include button.html href="/sponsorship/list/" label="スポンサーの紹介を見る" %}
127144
</div>

_pages/sponsors.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,21 @@ title: スポンサーのご紹介
130130
</div>
131131
{% endfor %}
132132
</div>
133+
134+
<h3 id="individual_sponsors" class="text-2xl mt-15 mb-8 text-center">個人スポンサー
135+
<span class="block text-base mt-1">INDIVIDUAL SPONSOR</span>
136+
</h3>
137+
<div class="grid grid-cols-1 sm:grid-cols-2 gap-6 max-w-xl mx-auto mb-16">
138+
{% for sponsor in individual_sponsors %}
139+
<div class="flex items-center justify-center">
140+
{% if sponsor.link %}
141+
<a href="{{ sponsor.link }}" target="_blank" rel="noopener noreferrer"
142+
class="block text-2xl font-bold text-center transition-transform duration-200 hover:scale-110 cursor-pointer">
143+
{{ sponsor.name }}
144+
</a>
145+
{% else %}
146+
<span class="block text-2xl font-bold text-center">{{ sponsor.name }}</span>
147+
{% endif %}
148+
</div>
149+
{% endfor %}
150+
</div>

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

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

11+
<img src="/img/common/coderdojo-nameplate.webp" class="mb-4" loading="lazy" alt="DojoCon Japan Cover Photo" title="DojoCon Japan Cover Photo" />
12+
13+
<p class="border rounded px-5 py-3 mb-5">
14+
DojoCon Japan 2025 の個人スポンサーを含む全てのスポンサー募集は 2025年10月9日 をもって終了しました。<br>
15+
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。
16+
</p>
17+
18+
1119
<p>
1220
DojoCon Japan 2025 Gold, Silver, Bronze スポンサーの募集は 2025年9月24日 をもって終了しました。<br>
1321
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。<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_sponsors)

_sass/global/base.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
@use 'variables' as *;
44

5-
html {
6-
scroll-behavior: smooth;
7-
}
8-
95
@font-face {
106
font-family: 'rounded-l-mplus-2p';
117
src: url('/assets/fonts/rounded-l-mplus-2p-bold.ttf') format('truetype');

0 commit comments

Comments
 (0)