File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Expand file tree Collapse file tree 3 files changed +53
-0
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 @@ -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 text-center mb-4 "> 個人スポンサー
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 class =" text-2xl mt-15 mx-8 text-center mb-4 " >個人スポンサー
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 >
You can’t perform that action at this time.
0 commit comments