aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/home/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r--pydis_site/templates/home/index.html22
1 files changed, 6 insertions, 16 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 129320b3..985ccae1 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -9,21 +9,14 @@
{% block content %}
{% include "base/navbar.html" %}
- <!-- Mobile-only Notice -->
- <section id="mobile-notice" class="message is-primary is-hidden-tablet">
- <a href="/events/code-jams/8/">
- <img src="{% static "images/events/summer_code_jam_2021/front_page_banners/currently_live.png" %}" alt="Summer Code Jam 2021">
- </a>
- </section>
-
<!-- Wave Hero -->
<section id="wave-hero" class="section is-hidden-mobile">
<div class="container">
- <div class="columns is-variable is-8">
+ <div class="columns is-variable is-8 is-centered">
{# Embedded Welcome video #}
- <div id="wave-hero-left" class="column is-half">
+ <div id="wave-hero-left" class="column is-half ">
<div class="force-aspect-container">
<iframe
class="force-aspect-content"
@@ -44,13 +37,6 @@
></iframe>
</div>
</div>
-
- {# Code Jam banner #}
- <div id="wave-hero-right" class="column is-half">
- <a href="/events/code-jams/8/">
- <img src="{% static "images/events/summer_code_jam_2021/front_page_banners/currently_live.png" %}" alt="Summer Code Jam 2021">
- </a>
- </div>
</div>
</div>
@@ -201,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>