diff options
author | 2020-02-20 23:09:21 +0000 | |
---|---|---|
committer | 2020-02-20 23:09:21 +0000 | |
commit | 5e8875f2dbc5ab76bfb021ebbe7b66d62a85848e (patch) | |
tree | ad8eec3ec318d1e8b726e926631e4888cc549dea | |
parent | Change MEDIA_ROOT to /site/media (diff) |
Add sentry logo to sponsors
-rw-r--r-- | pydis_site/static/images/sponsors/sentry.png | bin | 0 -> 8610 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/sentry.png b/pydis_site/static/images/sponsors/sentry.png Binary files differnew file mode 100644 index 00000000..37494b19 --- /dev/null +++ b/pydis_site/static/images/sponsors/sentry.png diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index e8aae7fe..1ee93b10 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -96,6 +96,9 @@ <a href="https://adafruit.com" class="column is-narrow"> <img src="{% static "images/sponsors/adafruit.png" %}" alt="Adafruit"/> </a> + <a href="https://sentry.io" class="column is-narrow"> + <img src="{% static "images/sponsors/sentry.png" %}" alt="Sentry"/> + </a> </div> </div> </div> |