Skip to content

Commit 6d08e93

Browse files
committed
Add evilmartians
1 parent 541381c commit 6d08e93

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

_data/sponsor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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

_includes/sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

assets/images/evilmartians.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)