Skip to content

Commit

Permalink
Merge pull request #460 from python-discord/add-streamyard
Browse files Browse the repository at this point in the history
Adds Streamyard Banner To Homepage
  • Loading branch information
jb3 committed Mar 23, 2021
2 parents 8276ba5 + c7c571a commit 929181b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pydis_site/static/css/home/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,17 @@ h1 {
#sponsors .hero-body {
padding-top: 2rem;
padding-bottom: 3rem;

text-align: center;
}

#sponsors .columns {
justify-content: center;
margin: auto;
max-width: 80%;
}

#sponsors img {
height: 5rem;
margin-right: 2rem;
margin: auto 1rem;
}
Binary file added pydis_site/static/images/sponsors/streamyard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions pydis_site/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ <h1 class="title is-6 has-text-grey">
<a href="https://notion.so" class="column is-narrow">
<img src="{% static "images/sponsors/notion.png" %}" alt="Notion"/>
</a>
<a href="https://streamyard.com" class="column is-narrow">
<img src="{% static "images/sponsors/streamyard.png" %}" alt="StreamYard"/>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 929181b

Please sign in to comment.