Skip to content

Commit

Permalink
Add Community Partners (styava) (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mayer authored Nov 20, 2022
1 parent 7a10b41 commit f661a30
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/_data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
url: https://www.proudcloud.io/
logo_url: /images/sponsors/proudcloud.svg
level: silver
- name: STYAVA
about: "For Developers, By Developers, With Developers"
url: https://azure.styava.dev/apac/en/home
logo_url: /images/sponsors/styava.png
level: community
- name: Talented
about: "Talented helps small businesses with just about anything you can name. We cover bases like recruitment, social media, web design, and small business financing so you get a breather from managing your own business."
url: https://talentedhk.com/
Expand Down
Binary file added src/images/sponsors/styava.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ title: "Home"
{% assign gold_sponsors = site.data.sponsors | where: "level", "gold" %}
{% assign silver_sponsors = site.data.sponsors | where: "level", "silver" %}
{% assign speaker_sponsors = site.data.sponsors | where: "level", "speaker" %}
{% assign community_sponsors = site.data.sponsors | where: "level", "community" %}
{% assign other_sponsors = speaker_sponsors | concat: community_sponsors %}

{% render "list_sponsor", sponsors: gold_sponsors, level: 'gold' %}

{% render "list_sponsor", sponsors: silver_sponsors, level: 'silver' %}

{% render "list_sponsor", sponsors: speaker_sponsors, level: 'speaker' %}
{% render "list_sponsor", sponsors: other_sponsors, level: 'speaker' %}

<h5>Interested in sponsoring the conference?</h5>
<p>Promote your company to the world's top Ruby devs</p>
Expand Down
8 changes: 8 additions & 0 deletions src/sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ title: "Sponsors"
{% render "list_sponsor", sponsors: speaker_sponsors, level: 'speaker', with_info: true %}
</section>

<section class="sponsor-info">
<h2 class="sponsor-info__heading">Community Partners</h2>

{% assign community_sponsors = site.data.sponsors | where: "level", "community" %}

{% render "list_sponsor", sponsors: community_sponsors, level: 'community', with_info: true %}
</section>

<section class="sponsor-contact">
<h5>Want to have your company listed here?</h5>
<p>We offer various sponsorship packages at different levels and are open to any custom package that may fit better your company.</p>
Expand Down

0 comments on commit f661a30

Please sign in to comment.