Skip to content

Commit f42ddfc

Browse files
committed
インカインドスポンサー追加, 株式会社ステラリンク様
1 parent 166f4fc commit f42ddfc

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

_data/sponsors.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,21 @@
7474
logo: /img/sponsors/ProtoPedia.png
7575
link: https://protopedia.net/
7676
type: inkind
77-
message:
78-
logo_scale: 1
7977

8078
- name: 株式会社<wbr>ヌーラボ
8179
tool: Backlog
8280
logo: /img/sponsors/Nulab.png
8381
link: https://nulab.com/ja/
8482
type: inkind
85-
message:
86-
logo_scale: 0.8
8783

8884
- name: YassLab <wbr>株式会社
8985
tool: Doorkeeper
9086
logo: /img/sponsors/YassLab.png
9187
link: https://yasslab.jp/
9288
type: inkind
93-
message:
94-
logo_scale: 0.9
89+
90+
- name: 株式会社<wbr>ステラリンク
91+
tool: 会場ネットワーク
92+
logo: /img/sponsors/stellalink.png
93+
link: https://www.stellalink.co.jp/
94+
type: inkind

_includes/top/sections/sponsor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">インカインドスポンサー
101101
{% for sponsor in inkind_sponsors %}
102102
{% if sponsor.link %}
103103
<a
104-
class="max-w-[{{270 | times:sponsor.logo_scale | round}}px] w-full flex flex-col transition-all duration-200 hover:scale-105 cursor-pointer"
104+
class="w-[270px] flex flex-col transition-all duration-200 hover:scale-105 cursor-pointer"
105105
style="transform-style: preserve-3d;"
106106
href="{{ sponsor.link }}"
107107
target="_blank" rel="noopener noreferrer"
@@ -112,7 +112,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">インカインドスポンサー
112112
<p class="w-full text-center break-keep">{{ sponsor.tool }}<wbr>のご提供</p>
113113
</a>
114114
{% else %}
115-
<div class="max-w-[{{270 | times:sponsor.logo_scale | round}}px] w-full flex flex-col">
115+
<div class="w-[270px] flex flex-col">
116116
<div class="flex-grow w-full flex items-center justify-center">
117117
<img class="w-full mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | append: "(" | append: sponsor.tool | append:")" | strip_html }}のロゴ">
118118
</div>

_pages/sponsors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ title: スポンサーのご紹介
118118
target="_blank"
119119
rel="noopener noreferrer"
120120
>
121-
<img class="max-w-[{{270 | times:sponsor.logo_scale | round}}px] w-full mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | append: "(" | append: sponsor.tool | append:")" | strip_html }}のロゴ">
121+
<img class="w-[270px] mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | append: "(" | append: sponsor.tool | append:")" | strip_html }}のロゴ">
122122
</a>
123123
{% else %}
124124
<div class="flex-grow w-full flex items-center justify-center">
125-
<img class="w-full mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | append: "(" | append: sponsor.tool | append:")" | strip_html }}のロゴ">
125+
<img class="w-[270px] mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | append: "(" | append: sponsor.tool | append:")" | strip_html }}のロゴ">
126126
</div>
127127
{% endif %}
128128
<p class="w-full text-center break-keep">{{ sponsor.name }}</p>

img/sponsors/stellalink.png

21.8 KB
Loading

0 commit comments

Comments
 (0)