diff options
author | 2021-03-23 09:43:32 +0300 | |
---|---|---|
committer | 2021-03-23 09:43:32 +0300 | |
commit | 90c5e62d1c0e8e347d1f16df4849ea942086affe (patch) | |
tree | 96431446702c48dcc6f074816c4c2b5f23a24efe | |
parent | Merge pull request #451 from python-discord/mbaruh/channel-activity (diff) |
Adds Streamyard Banner To Homepage
-rw-r--r-- | pydis_site/static/images/sponsors/streamyard.png | bin | 0 -> 86678 bytes | |||
-rw-r--r-- | pydis_site/templates/home/index.html | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/static/images/sponsors/streamyard.png b/pydis_site/static/images/sponsors/streamyard.png Binary files differnew file mode 100644 index 00000000..a1527e8d --- /dev/null +++ b/pydis_site/static/images/sponsors/streamyard.png diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 04815b7f..c35af2aa 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -204,6 +204,9 @@ <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> |