Skip to content

Commit

Permalink
Podcast sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
spikex committed Oct 3, 2023
1 parent 00b32c6 commit 8e9fd1e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ body {
.sponsor-podcast {
@apply max-w-[100px];
& img {
@apply max-h-[35px];
@apply max-h-[50px];
}
}

.sponsor-travel {
@apply max-w-[100px];
& img {
@apply max-h-[35px];
@apply max-h-[50px];
}
}
20 changes: 20 additions & 0 deletions src/_data/sponsors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,23 @@
level: travel
url: https://www.spreedly.com/
enabled: true
- name: The Ruby On Rails Podcast
logo: ruby-on-rails-podcast.png
level: podcast
url: https://www.therubyonrailspodcast.com/
enabled: true
- name: Code and the Coding Coders who Code it
logo: code-and-the-coding-coders-who-code-it.png
level: podcast
url: https://podcast.drbragg.dev/
enabled: true
- name: The Bike Shed
logo: the-bike-shed.png
level: podcast
url: https://www.bikeshed.fm/
enabled: true
- name: IndieRails
logo: indie-rails.png
level: podcast
url: https://www.indierails.com/
enabled: true
1 change: 1 addition & 0 deletions src/_partials/_sponsors.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
href="<%= sponsor.url %>"
target="_blank"
rel="nofollow noopner"
title="<%= sponsor.name %>"
>
<img
src="/images/sponsors/<%= sponsor.logo %>"
Expand Down
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/indie-rails.png
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/ruby-on-rails-podcast.png
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/the-bike-shed.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 8e9fd1e

Please sign in to comment.