From 1d6c004886b2a8a67e46731fd26ec947b5e568f1 Mon Sep 17 00:00:00 2001 From: Daisuke Yamamura Date: Sat, 30 Aug 2025 20:29:54 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=83=9D=E3=83=B3=E3=82=B5=E3=83=BC?= =?UTF-8?q?=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E4=BD=99?= =?UTF-8?q?=E7=99=BD=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/top/sections/sponsor.html | 218 ++++++++++++++-------------- 1 file changed, 110 insertions(+), 108 deletions(-) diff --git a/_includes/top/sections/sponsor.html b/_includes/top/sections/sponsor.html index 35d4d125..f22372ca 100644 --- a/_includes/top/sections/sponsor.html +++ b/_includes/top/sections/sponsor.html @@ -4,123 +4,125 @@ {% assign inkind_sponsors = site.data.sponsors | where: "type", "inkind" %} {% assign individual_sponsors = site.data.sponsors | where: "type", "individual" %} -

- スポンサー - SPONSOR -

+
+

+ スポンサー + SPONSOR +

-

ゴールドスポンサー - GOLD SPONSOR -

-
- {% for sponsor in gold_sponsors %} - {% if sponsor.link %} - -
- {{ sponsor.name | strip_html }}のロゴ +

ゴールドスポンサー + GOLD SPONSOR +

+
+ {% for sponsor in gold_sponsors %} + {% if sponsor.link %} + +
+ {{ sponsor.name | strip_html }}のロゴ +
+
+ {% else %} +
+
+ {{ sponsor.name | strip_html }}のロゴ +
- - {% else %} -
-
- {{ sponsor.name | strip_html }}のロゴ -
-
- {% endif %} - {% endfor %} -
+ {% endif %} + {% endfor %} +
-

シルバースポンサー - SILVER SPONSOR -

+

シルバースポンサー + SILVER SPONSOR +

-
- {% for sponsor in silver_sponsors %} - {% if sponsor.link %} - -
- {{ sponsor.name | strip_html }}のロゴ -
-
- {% else %} -
-
- {{ sponsor.name | strip_html }}のロゴ +
+ {% for sponsor in silver_sponsors %} + {% if sponsor.link %} + +
+ {{ sponsor.name | strip_html }}のロゴ +
+
+ {% else %} +
+
+ {{ sponsor.name | strip_html }}のロゴ +
-
- {% endif %} - {% endfor %} -
+ {% endif %} + {% endfor %} +
-

ブロンズスポンサー - BRONZE SPONSOR -

+

ブロンズスポンサー + BRONZE SPONSOR +

-
- {% for sponsor in bronze_sponsors %} - {% if sponsor.link %} - -
- {{ sponsor.name | strip_html }}のロゴ +
+ {% for sponsor in bronze_sponsors %} + {% if sponsor.link %} + +
+ {{ sponsor.name | strip_html }}のロゴ +
+
+ {% else %} +
+
+ {{ sponsor.name | strip_html }}のロゴ +
- - {% else %} -
-
- {{ sponsor.name | strip_html }}のロゴ -
-
- {% endif %} - {% endfor %} -
+ {% endif %} + {% endfor %} +
-

インカインドスポンサー - IN-KIND SPONSOR -

+

インカインドスポンサー + IN-KIND SPONSOR +

-
- {% for sponsor in inkind_sponsors %} - {% if sponsor.link %} - -
- {{ sponsor.name | append: -
-

{{ sponsor.tool }}のご提供

-
- {% else %} -
-
- {{ sponsor.name | append: +
+ {% for sponsor in inkind_sponsors %} + {% if sponsor.link %} + +
+ {{ sponsor.name | append: +
+

{{ sponsor.tool }}のご提供

+
+ {% else %} +
+
+ {{ sponsor.name | append: +
+

{{ sponsor.tool }}のご提供

-

{{ sponsor.tool }}のご提供

-
- {% endif %} - {% endfor %} -
+ {% endif %} + {% endfor %} +
-
- {% include button.html href="/sponsorship/list/" label="スポンサー一覧はこちら" %} -
+
+ {% include button.html href="/sponsorship/list/" label="スポンサーの紹介を見る" %} +
+