diff --git a/_data/sponsors.yml b/_data/sponsors.yml index 98a9b648..259c3c66 100644 --- a/_data/sponsors.yml +++ b/_data/sponsors.yml @@ -1,62 +1,83 @@ # - id: ID(スポンサーページのアンカータグになります) # name: スポンサー名 +# tool: スポンサー提供ツール名(inkindの場合使用) # logo: ロゴ画像ファイルのパス # link: ロゴ画像をクリックした際のリンク先 # type: スポンサー種別(platinum, gold, silver, bronze, inkind, individual) # message: スポンサー紹介文 +# logo_scale: ロゴ画像の拡大率(1が等倍、0.5が半分のサイズ) - id: cygames name: 株式会社Cygames - logo: + logo: /img/sponsors/Cygames.jpg link: type: gold message: + logo_scale: 1 - id: sakura_internet name: さくらインターネット株式会社 - logo: + logo: /img/sponsors/sakura_internet.png link: type: silver message: + logo_scale: 1 - id: sunnyside_systems name: サニーサイドシステムズ合同会社 - logo: + logo: /img/sponsors/Sunnyside_systems.png link: type: bronze message: + logo_scale: 1 - id: dojoletter name: DojoLetter編集部 - logo: + logo: /img/sponsors/DojoLetter.png link: type: bronze message: + logo_scale: 0.8 - id: unique_i_net name: ユニーク・アイネット株式会社 - logo: + logo: /img/sponsors/Unique_i_net.png link: type: bronze message: + logo_scale: 1 + +- id: tcs + name: 株式会社テクノ・カルチャー・システム + logo: /img/sponsors/TechnoCultureSystem.png + link: + type: bronze + message: + logo_scale: 0.8 - id: ma - name: 一般社団法人MA(ProtoPedia) - logo: + name: 一般社団法人MA + tool: ProtoPedia + logo: /img/sponsors/ProtoPedia.png link: type: inkind message: + logo_scale: 1 - id: nulab - name: 株式会社ヌーラボ(Backlog) - logo: + name: 株式会社ヌーラボ + tool: Backlog + logo: /img/sponsors/Nulab.png link: type: inkind message: + logo_scale: 0.8 - id: yasslab - name: YassLab 株式会社(Doorkeeper) - logo: + name: YassLab 株式会社 + tool: Doorkeeper + logo: /img/sponsors/YassLab.png link: type: inkind message: + logo_scale: 0.9 diff --git a/_includes/top/sections/sponsor.html b/_includes/top/sections/sponsor.html index 435d4a70..10be80c5 100644 --- a/_includes/top/sections/sponsor.html +++ b/_includes/top/sections/sponsor.html @@ -9,54 +9,59 @@

SPONSOR

-

ゴールドスポンサー +

ゴールドスポンサー GOLD SPONSOR

-
{% for sponsor in gold_sponsors %} -
- {% comment %} {{ sponsor.name | strip_html }}のロゴ {% endcomment %} -

{{ sponsor.name }}

-
+
+
+ {{ sponsor.name | strip_html }}のロゴ +
+
{% endfor %}
-

シルバースポンサー +

シルバースポンサー SILVER SPONSOR

{% for sponsor in silver_sponsors %} -
- {% comment %} {{ sponsor.name | strip_html }}のロゴ {% endcomment %} -

{{ sponsor.name }}

+
+
+ {{ sponsor.name | strip_html }}のロゴ +
{% endfor %}
-

ブロンズスポンサー +

ブロンズスポンサー BRONZE SPONSOR

{% for sponsor in bronze_sponsors %} -
- {% comment %} {{ sponsor.name | strip_html }}のロゴ {% endcomment %} -

{{ sponsor.name }}

+
+
+ {{ sponsor.name | strip_html }}のロゴ +
{% endfor %}
-

インカインドスポンサー +

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

-
+
{% for sponsor in inkind_sponsors %} -
- {% comment %} {{ sponsor.name | strip_html }}のロゴ {% endcomment %} -

{{ sponsor.name }}

+
+
+ {{ sponsor.name + +
+

{{ sponsor.tool }}のご提供

{% endfor %}
+ diff --git a/img/sponsors/Cygames.jpg b/img/sponsors/Cygames.jpg new file mode 100644 index 00000000..eacd9636 Binary files /dev/null and b/img/sponsors/Cygames.jpg differ diff --git a/img/sponsors/DojoLetter.png b/img/sponsors/DojoLetter.png new file mode 100644 index 00000000..08e69b5b Binary files /dev/null and b/img/sponsors/DojoLetter.png differ diff --git a/img/sponsors/Nulab.png b/img/sponsors/Nulab.png new file mode 100644 index 00000000..24be4bb7 Binary files /dev/null and b/img/sponsors/Nulab.png differ diff --git a/img/sponsors/ProtoPedia.png b/img/sponsors/ProtoPedia.png new file mode 100644 index 00000000..044d1872 Binary files /dev/null and b/img/sponsors/ProtoPedia.png differ diff --git a/img/sponsors/Sunnyside_systems.png b/img/sponsors/Sunnyside_systems.png new file mode 100644 index 00000000..44eeb79e Binary files /dev/null and b/img/sponsors/Sunnyside_systems.png differ diff --git a/img/sponsors/TechnoCultureSystem.png b/img/sponsors/TechnoCultureSystem.png new file mode 100644 index 00000000..cf7d545b Binary files /dev/null and b/img/sponsors/TechnoCultureSystem.png differ diff --git a/img/sponsors/Unique_i_net.png b/img/sponsors/Unique_i_net.png new file mode 100644 index 00000000..012079ef Binary files /dev/null and b/img/sponsors/Unique_i_net.png differ diff --git a/img/sponsors/YassLab.png b/img/sponsors/YassLab.png new file mode 100644 index 00000000..9dd8bd5a Binary files /dev/null and b/img/sponsors/YassLab.png differ diff --git a/img/sponsors/sakura_internet.png b/img/sponsors/sakura_internet.png new file mode 100644 index 00000000..1f481f1f Binary files /dev/null and b/img/sponsors/sakura_internet.png differ