File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 74
74
logo : /img/sponsors/ProtoPedia.png
75
75
link : https://protopedia.net/
76
76
type : inkind
77
- message :
78
- logo_scale : 1
79
77
80
78
- name : 株式会社<wbr>ヌーラボ
81
79
tool : Backlog
82
80
logo : /img/sponsors/Nulab.png
83
81
link : https://nulab.com/ja/
84
82
type : inkind
85
- message :
86
- logo_scale : 0.8
87
83
88
84
- name : YassLab <wbr>株式会社
89
85
tool : Doorkeeper
90
86
logo : /img/sponsors/YassLab.png
91
87
link : https://yasslab.jp/
92
88
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
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">インカインドスポンサー
101
101
{% for sponsor in inkind_sponsors %}
102
102
{% if sponsor.link %}
103
103
< 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 "
105
105
style ="transform-style: preserve-3d; "
106
106
href ="{{ sponsor.link }} "
107
107
target ="_blank " rel ="noopener noreferrer "
@@ -112,7 +112,7 @@ <h3 class="text-2xl mt-20 text-center mb-4">インカインドスポンサー
112
112
< p class ="w-full text-center break-keep "> {{ sponsor.tool }}< wbr > のご提供</ p >
113
113
</ a >
114
114
{% 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 ">
116
116
< div class ="flex-grow w-full flex items-center justify-center ">
117
117
< img class ="w-full mx-auto mb-3 " src ="{{ sponsor.logo }} " alt ="{{ sponsor.name | append: "( " | append: sponsor.tool | append:")" | strip_html }}のロゴ">
118
118
</ div >
Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ title: スポンサーのご紹介
118
118
target="_ blank"
119
119
rel="noopener noreferrer"
120
120
>
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 }}のロゴ">
122
122
</a >
123
123
{% else %}
124
124
<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 }}のロゴ">
126
126
</div >
127
127
{% endif %}
128
128
<p class =" w-full text-center break-keep " >{{ sponsor.name }}</p >
You can’t perform that action at this time.
0 commit comments