File tree Expand file tree Collapse file tree 7 files changed +79
-5
lines changed Expand file tree Collapse file tree 7 files changed +79
-5
lines changed Original file line number Diff line number Diff line change 92
92
logo : /img/sponsors/stellalink.png
93
93
link : https://www.stellalink.co.jp/
94
94
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
+
Original file line number Diff line number Diff line change 64
64
65
65
<!-- CSS -------------------------- -->
66
66
<!-- DojoCon CSS -->
67
- < link rel ="stylesheet " href ="/css/main.css?7f8c4bb4 " />
67
+ < link rel ="stylesheet " href ="/css/main.css?f4651439 " />
68
68
</ head >
Original file line number Diff line number Diff line change @@ -122,6 +122,23 @@ <h3 class="text-2xl mt-20 text-center mb-4">インカインドスポンサー
122
122
{% endfor %}
123
123
</ div >
124
124
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 >
125
142
< div class ="mx-auto mb-8 ">
126
143
{% include button.html href="/sponsorship/list/" label="スポンサーの紹介を見る" %}
127
144
</ div >
Original file line number Diff line number Diff line change @@ -130,3 +130,21 @@ title: スポンサーのご紹介
130
130
</div >
131
131
{% endfor %}
132
132
</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 >
Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ tags: スポンサー
8
8
permalink : /news/sponsorship-closed/
9
9
---
10
10
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
+
11
19
<p >
12
20
DojoCon Japan 2025 Gold, Silver, Bronze スポンサーの募集は 2025年9月24日 をもって終了しました。<br >
13
21
ご検討頂いた方を含め、多数のご応募頂きありがとうございました。<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_sponsors )
Original file line number Diff line number Diff line change 2
2
3
3
@use ' variables' as * ;
4
4
5
- html {
6
- scroll-behavior : smooth ;
7
- }
8
-
9
5
@font-face {
10
6
font-family : ' rounded-l-mplus-2p' ;
11
7
src : url (' /assets/fonts/rounded-l-mplus-2p-bold.ttf' ) format (' truetype' );
You can’t perform that action at this time.
0 commit comments