File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 url : https://www.combinaut.com
33 name : Combinaut
44 logo : Combinaut.png
5+ - type : speaker
6+ url : https://evilmartians.com
7+ name : Evil Martians
8+ logo : evilmartians.svg
59- type : special
610 url : https://www.city.matsue.lg.jp/sangyo_business/sangyoshinko/RubyCityMATSUE/index.html
711 name : RubyCityMATSUE
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h2 class="text-4xl md:text-5xl font-bold text-blue-normal mb-4">Partners</h2>
1111 {% assign speaker_sponsors = site.data.sponsor | where: "type", "speaker" %}
1212 {% if speaker_sponsors.size > 0 %}
1313 < div class ="mb-12 ">
14- < h3 class ="text-2xl md:text-3xl font-bold text-blue-normal text-center mb-8 "> Speaker Partners </ h3 >
14+ < h3 class ="text-2xl md:text-3xl font-bold text-blue-normal text-center mb-8 "> Speaker Supporters </ h3 >
1515 < div class ="grid grid-cols-1 md:grid-cols-2 {% if speaker_sponsors.size == 1 %}lg:grid-cols-1{% elsif speaker_sponsors.size <= 2 %}lg:grid-cols-2{% else %}lg:grid-cols-3{% endif %} gap-8 items-center justify-items-center ">
1616 {% for sponsor in speaker_sponsors %}
1717 < div class ="group w-full max-w-sm ">
You can’t perform that action at this time.
0 commit comments