Skip to content

Commit

Permalink
Merge pull request #76 from rubytaiwan/feat/add-sponsor-and-adjust-guest
Browse files Browse the repository at this point in the history
Feat/add sponsor and adjust guest
  • Loading branch information
ryudoawaru authored Dec 14, 2023
2 parents 23da560 + 32fa2f9 commit 065a673
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h3 class="text-lg mt-2">Guest Greetings:</h3>
<div class="flex"><span class="pr-2">•</span><span>Chun-An CHEN(Commissioner, Department of Economic Development, Taipei City Government)</span></div>
<div class="flex"><span class="pr-2">•</span><span>San-Zhong Wang(Deputy Director General, Department of Economic Development, Taipei City Government)</span></div>
<div class="flex mt-2"><span class="pr-2">•</span><span>Yamane Kouji(Vice-mayor of Matsue City, Japan)</span></div>
- id: 2
Expand Down
6 changes: 6 additions & 0 deletions _data/sponsor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@
link: https://www.zendesk.tw/
desc: |-
<p>Zendesk is on a mission to simplify the complexity of business and make it easy for companies and customers to create connections. Our customer experience software unlocks the power of billions of interactions, enabling businesses to build rich, meaningful relationships with their customers. The company was conceived in Copenhagen, Denmark and today operates in more than 20 countries around the world.</p>
- title: gift partner
companies:
- name: JetBrains
link: https://www.jetbrains.com/
logo: sponsor_avatar/jb_beam.png
logo_size: "height"
- title: special thanks
companies:
- name: "日本・松江市 ( Matsue City JAPAN)"
Expand Down
12 changes: 12 additions & 0 deletions _includes/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ <h3 class="mt-12 text-3xl font-sans capitalize font-semibold text-dark-blue-200
<div class="w-full flex flex-wrap justify-center">
{% for company in item.companies %}
<div x-data="{ 'showModal': false }" class="pt-10 p-4 md:w-1/3">
{% if company.desc %}
<a @click="showModal = true" class="cursor-pointer align-center">
<img
{% if item.title=='Ruby' %}
Expand Down Expand Up @@ -60,6 +61,17 @@ <h3 class="mt-12 text-3xl font-sans capitalize font-semibold text-dark-blue-200
</div>
</div>
</div>
{% else %}
<a target="_blank" href="{{company.link}}" class="cursor-pointer align-center">
<img
{% if item.title=='Ruby' %}
class="w-50 mx-auto"
{% elsif item.title=='Rails' %}
class="w-50 px-8 mx-auto"
{% elsif company.logo_size=='height' %} class="h-28 mx-auto"
{%else %} class="w-full h-24 mx-auto px-0 md:px-12" {% endif %} src="/assets/{{ company.logo }}" />
</a>
{% endif %}
</div>
{% endfor %}
</div>
Expand Down
Binary file added assets/sponsor_avatar/jb_beam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 065a673

Please sign in to comment.