diff options
author | 2020-11-28 12:32:09 -0500 | |
---|---|---|
committer | 2020-11-28 12:32:09 -0500 | |
commit | 5ec3971519781453fd87c605a91a0714f03804dd (patch) | |
tree | 14fc4f901ef34ee616bd32344cee5624b4fe8615 | |
parent | Merge branch 'master' into sebastiaan/backend/refactor-deployment (diff) | |
parent | Merge pull request #429 from python-discord/ks129/frontpage-adafruit-remove (diff) |
Merge branch 'master' into sebastiaan/backend/refactor-deployment
-rw-r--r-- | pydis_site/static/images/sponsors/adafruit.png | bin | 11705 -> 0 bytes | |||
-rw-r--r-- | pydis_site/templates/home/index.html | 3 |
2 files changed, 0 insertions, 3 deletions
diff --git a/pydis_site/static/images/sponsors/adafruit.png b/pydis_site/static/images/sponsors/adafruit.png Binary files differdeleted file mode 100644 index eb14cf5d..00000000 --- a/pydis_site/static/images/sponsors/adafruit.png +++ /dev/null diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index ff1eaaf0..72a5f67c 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -196,9 +196,6 @@ <a href="https://jetbrains.com" class="column is-narrow"> <img src="{% static "images/sponsors/jetbrains.png" %}" alt="JetBrains"/> </a> - <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> |