Skip to content

Commit

Permalink
Add rrbone as a media partner
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Nov 21, 2018
1 parent 9fb2aba commit ca39f13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _sass/components/_sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
max-width: 15vw;
}
}
&.media {
img {
max-height: 15vh;
max-width: 15vw;
}
}
> li {
margin: 1em;
}
Expand Down
7 changes: 7 additions & 0 deletions _sponsors/rrbone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: "rrbone"
link: "https://www.rrbone.net/"
featured: false
group: media
png: true
---
Binary file added assets/sponsors/rrbone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2>Partners</h2>
<section>
<h2>Media Partner</h2>
<hr />
<ul>
<ul class="media">
{% for sponsor in media %}
<li><a href="{{sponsor.link}}" title="{{sponsor.name}}"><img src="/assets/sponsors/{{sponsor.slug}}.{% if sponsor.png %}png{% else %}svg{% endif %}" /></a></li>
{% if sponsor.desc %}
Expand Down

0 comments on commit ca39f13

Please sign in to comment.