aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/home/index.html
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2021-03-24 22:46:05 +0100
committerGravatar Leon Sandøy <[email protected]>2021-03-24 22:57:03 +0100
commitc244fea3bc7c9560b3ff5cd4bd40f9e19cf62ae1 (patch)
tree807baa0a808dfa406a90e8619965ae717b87a759 /pydis_site/templates/home/index.html
parentMerge pull request #461 from python-discord/move-gunicorn-import (diff)
Remove the 100K user banner.
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r--pydis_site/templates/home/index.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index c35af2aa..f3470a83 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -29,7 +29,7 @@
<div class="columns is-variable is-8">
{# Embedded Welcome video #}
- <div id="wave-hero-left" class="column is-half">
+ <div id="wave-hero-centered" class="column is-half">
<div class="force-aspect-container">
<iframe
class="force-aspect-content"
@@ -50,12 +50,6 @@
></iframe>
</div>
</div>
-
- {# Right side content #}
- <div id="wave-hero-right" class="column is-half">
- <img src="{% static "images/events/100k.png" %}" alt="100K members!">
- </div>
-
</div>
</div>