Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
message: "「やりたいこと」を「できる」に変える<br>新たなアイデアの創出に強い熱意と情熱を持って挑戦するすべての人たちのために、さくらインターネットは ―「やりたいこと」を「できる」に変える― あらゆるアプローチを “インターネット” を通じて提供します。"
logo_scale: 1

- name: ポノス株式会社
logo: /img/sponsors/Ponos.png
link: https://www.ponos.jp/
type: silver
message: "ポノスは、1990年の創業以来ゲームを通してエンターテインメントという文化の発展に貢献してまいりました。【求められるモノは創らない、それ以上を創り出す。】を掲げ、自分たちしか創れない価値をプラスしていくことを大切にしています。現在は、オリジナルゲーム開発を核に事業を展開し、代表タイトル『にゃんこ大戦争』は、累計DL1億回(2025年2月現在)を超え、多くのお客様に楽しんでいただいております。"
logo_scale: 1

- name: サニーサイド<wbr>システムズ<wbr>合同会社
logo: /img/sponsors/Sunnyside_systems.png
link: https://www.sunnyside-sys.com/
Expand Down
8 changes: 4 additions & 4 deletions _includes/top/sections/sponsor.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">ゴールドスポンサー
{% for sponsor in gold_sponsors %}
{% if sponsor.link %}
<a
class="w-full flex flex-col mb-5 transition-all duration-200 hover:opacity-70 hover:scale-105 cursor-pointer"
class="w-full flex flex-col mb-5 transition-all duration-200 hover:scale-105 cursor-pointer"
style="transform-style: preserve-3d;"
href="{{ sponsor.link }}"
target="_blank"
Expand Down Expand Up @@ -45,7 +45,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">シルバースポンサー
{% for sponsor in silver_sponsors %}
{% if sponsor.link %}
<a
class="max-w-[{{500 | times:sponsor.logo_scale | round}}px] w-full flex flex-col mb-5 transition-all duration-200 hover:opacity-70 hover:scale-105 cursor-pointer"
class="max-w-[{{500 | times:sponsor.logo_scale | round}}px] w-full flex flex-col mb-5 transition-all duration-200 hover:scale-105 cursor-pointer"
style="transform-style: preserve-3d;"
href="{{ sponsor.link }}"
target="_blank"
Expand Down Expand Up @@ -73,7 +73,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">ブロンズスポンサー
{% for sponsor in bronze_sponsors %}
{% if sponsor.link %}
<a
class="max-w-[{{300 | times:sponsor.logo_scale | round}}px] w-full flex flex-col mb-5 transition-all duration-200 hover:opacity-70 hover:scale-105 cursor-pointer"
class="max-w-[{{300 | times:sponsor.logo_scale | round}}px] w-full flex flex-col mb-5 transition-all duration-200 hover:scale-105 cursor-pointer"
style="transform-style: preserve-3d;"
href="{{ sponsor.link }}"
target="_blank"
Expand Down Expand Up @@ -101,7 +101,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">インカインドスポンサー
{% for sponsor in inkind_sponsors %}
{% if sponsor.link %}
<a
class="max-w-[{{270 | times:sponsor.logo_scale | round}}px] w-full flex flex-col transition-all duration-200 hover:opacity-70 hover:scale-105 cursor-pointer"
class="max-w-[{{270 | times:sponsor.logo_scale | round}}px] w-full flex flex-col transition-all duration-200 hover:scale-105 cursor-pointer"
style="transform-style: preserve-3d;"
href="{{ sponsor.link }}"
target="_blank" rel="noopener noreferrer"
Expand Down
8 changes: 4 additions & 4 deletions _pages/sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ title: スポンサーのご紹介
<div class="w-full flex flex-col mb-5">
{% if sponsor.link %}
<a
class="flex-grow w-full flex items-center justify-center transition-all duration-200 hover:opacity-70 hover:scale-105 cursor-pointer"
class="flex-grow w-full flex items-center justify-center transition-all duration-200 hover:scale-105 cursor-pointer"
style="transform-style: preserve-3d;"
href="{{ sponsor.link }}"
target="_blank"
Expand Down Expand Up @@ -56,7 +56,7 @@ title: スポンサーのご紹介
<div class="flex flex-col mb-5">
{% if sponsor.link %}
<a
class="flex-grow w-full flex items-center justify-center transition-all duration-200 hover:opacity-70 hover:scale-105 cursor-pointer"
class="flex-grow w-full flex items-center justify-center transition-all duration-200 hover:scale-105 cursor-pointer"
style="transform-style: preserve-3d;"
href="{{ sponsor.link }}"
target="_blank"
Expand Down Expand Up @@ -84,7 +84,7 @@ title: スポンサーのご紹介
<div class="flex flex-col mb-5">
{% if sponsor.link %}
<a
class="w-full h-auto lg:h-96 flex-grow-0 flex items-center justify-center transition-all duration-200 hover:opacity-70 hover:scale-105 cursor-pointer"
class="w-full h-auto lg:h-96 flex-grow-0 flex items-center justify-center transition-all duration-200 hover:scale-105 cursor-pointer"
style="transform-style: preserve-3d;"
href="{{ sponsor.link }}"
target="_blank"
Expand Down Expand Up @@ -112,7 +112,7 @@ title: スポンサーのご紹介
<div class="flex flex-col">
{% if sponsor.link %}
<a
class="flex-grow w-full flex items-center justify-center transition-all duration-200 hover:opacity-70 hover:scale-105 cursor-pointer"
class="flex-grow w-full flex items-center justify-center transition-all duration-200 hover:scale-105 cursor-pointer"
style="transform-style: preserve-3d;"
href="{{ sponsor.link }}"
target="_blank"
Expand Down
Binary file added img/sponsors/Ponos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.