Skip to content

Commit

Permalink
Add Flagrant and Remote Ruby as sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
bekkii77 committed Sep 6, 2024
1 parent 753c282 commit 533e1a1
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 12 deletions.
19 changes: 10 additions & 9 deletions src/_data/sponsors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@
url: https://dnsimple.com/
enabled: true
footer: true
- name: The Ruby On Rails Podcast
logo: ruby-on-rails-podcast.png
level: podcast
url: https://www.therubyonrailspodcast.com/
enabled: false
- name: Code and the Coding Coders who Code it
logo: code-and-the-coding-coders-who-code-it.png
- name: Flagrant
logo: FlagrantLogo_Color.svg
footer_logo: FlagrantLogo_White.svg
level: community
url: https://www.beflagrant.com/
enabled: true
- name: Remote Ruby
logo: remote-ruby.jpeg
level: podcast
url: https://podcast.drbragg.dev/
enabled: false
url: https://www.remoteruby.com
enabled: true
- name: The Bike Shed
logo: the-bike-shed.png
level: podcast
Expand Down
6 changes: 3 additions & 3 deletions src/_partials/_sponsors.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<% site.data.sponsor_levels.each do |level| %>
<% sponsors = all_sponsors.select {|sponsor| sponsor.level == level.name } %>
<% unless sponsors.empty? %>
<div class="flex flex-wrap">
<div class="flex flex-wrap mb-4">
<div class="mx-4 w-full">
<div class="wow fadeInUp" data-wow-delay=".2s">
<div class="ud-title mb-8">
<div class="ud-title my-4">
<h4 class="text-center font-semibold text-lg text-<%= level.name -%> mb-8"><%= level.title %> Sponsors</h4>
</div>
<div class="ud-brands-logo flex flex-wrap items-center justify-center">
<% sponsors.each do |sponsor| %>
<div class="ud-single-logo mr-10 mb-5 sponsor-<%= level.name -%>">
<div class="ud-single-logo mx-10 mb-5 sponsor-<%= level.name -%>">
<a
href="<%= sponsor.url %>"
target="_blank"
Expand Down
10 changes: 10 additions & 0 deletions src/images/sponsors/FlagrantLogo_Black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/images/sponsors/FlagrantLogo_Color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/images/sponsors/FlagrantLogo_White.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/sponsors/remote-ruby.jpeg
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 533e1a1

Please sign in to comment.