aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-10-06 20:33:19 +0100
committerGravatar GitHub <[email protected]>2021-10-06 20:33:19 +0100
commite608c0be5ac37382d2030d964a4fb686eadbe652 (patch)
tree8ef45354bb952dc17f0c6980ef49e70764cccf2a /pydis_site/templates
parentSwitches HTTP Links To HTTPS (diff)
parentMerge pull request #600 from python-discord/netlify-logo (diff)
Merge branch 'main' into fix-http-links
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/home/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 8e52274d..77037ef8 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -187,6 +187,10 @@
</a>
<a href="https://streamyard.com" class="column is-narrow">
<img src="{% static "images/sponsors/streamyard.png" %}" alt="StreamYard"/>
+ </a>
+ <a href="https://www.netlify.com/" class="column is-narrow">
+ <img src="{% static "images/sponsors/netlify.png" %}" alt="Netlify"/>
+ </a>
<a href="https://www.cloudflare.com/" class="column is-narrow">
<img src="{% static "images/sponsors/cloudflare.png" %}" alt="Cloudflare"/>
</a>