aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-11-14 12:01:58 +0000
committerGravatar Joe Banks <[email protected]>2020-11-14 12:01:58 +0000
commitca2503a1b69d96820b10f51d3c8ee3481bd0c22b (patch)
tree9ab72fb8fa3765ffe85bea214543e826a793b3cd
parentExclude bot commands and seasonalbot commands from voice gate (diff)
Add Notion to sponsors
-rw-r--r--pydis_site/static/images/sponsors/notion.pngbin0 -> 38207 bytes
-rw-r--r--pydis_site/templates/home/index.html3
2 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/static/images/sponsors/notion.png b/pydis_site/static/images/sponsors/notion.png
new file mode 100644
index 00000000..44ae9244
--- /dev/null
+++ b/pydis_site/static/images/sponsors/notion.png
Binary files differ
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 1583dcc6..ff1eaaf0 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -202,6 +202,9 @@
<a href="https://sentry.io" class="column is-narrow">
<img src="{% static "images/sponsors/sentry.png" %}" alt="Sentry"/>
</a>
+ <a href="https://notion.so" class="column is-narrow">
+ <img src="{% static "images/sponsors/notion.png" %}" alt="Notion"/>
+ </a>
</div>
</div>
</div>