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="スポンサーの紹介を見る" %} +
+