Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new speaker sponsor: WNB-RB #336

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/_data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
url: "https://oivan.com/"
level: gold
- name: The Urban Office
about: The Urban Office is Thailands leading hybrid model coworking space provider, built with a mission to empower startups and SMEs to succeed through different stages of business growth. Our flexible workspace solution includes shared coworking spaces, instant plug & play serviced offices, virtual offices, meeting room facilities, breakout lounges, phone booths, in-house café, outdoor terrace, and more. Our flexible workspace solutions are integrated with business-driven IT network solutions created to meet hybrid work needs and encourage communication, collaboration, creativity, and productivity while offering ultimate flexibility whether a client chooses 1 hot desk seat or enterprise solution for up to 100 pax.
about: The Urban Office is Thailand's leading hybrid model coworking space provider, built with a mission to empower startups and SMEs to succeed through different stages of business growth. Our flexible workspace solution includes shared coworking spaces, instant plug & play serviced offices, virtual offices, meeting room facilities, breakout lounges, phone booths, in-house café, outdoor terrace, and more. Our flexible workspace solutions are integrated with business-driven IT network solutions created to meet hybrid work needs and encourage communication, collaboration, creativity, and productivity while offering ultimate flexibility whether a client chooses 1 hot desk seat or enterprise solution for up to 100 pax.
logo_url: /images/sponsors/urbanoffice.svg
url: "https://www.theurbanoffice.com/"
level: gold
- name: WNB.rb
about: A virtual community for women and non-binary Rubyists. Attend the monthly meetup and join our Slack organization to start up a conversation and find your next job opportunity.
logo_url: /images/sponsors/wnb-rb.png
url: "https://www.wnb-rb.dev/"
level: speaker
Binary file added src/images/sponsors/wnb-rb.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: 2 additions & 2 deletions src/sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ published: true
{% render "list_sponsor", sponsors: silver_sponsors, level: 'silver', with_info: true %}
</section>

<!-- <section class="sponsor-info">
<section class="sponsor-info">
<h2 class="sponsor-info__heading">Speaker Sponsors</h2>

{% assign speaker_sponsors = site.data.sponsors | where: "level", "speaker" %}

{% render "list_sponsor", sponsors: speaker_sponsors, level: 'speaker', with_info: true %}
</section> -->
</section>

<!-- <section class="sponsor-info">
<h2 class="sponsor-info__heading">Community Partners</h2>
Expand Down
Loading