aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/home/index.html
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-10-06 23:20:56 +0200
committerGravatar Johannes Christ <[email protected]>2021-10-06 23:22:45 +0200
commitce75197fc1d0b2086631277d29f9396908bdc86c (patch)
tree2eab9855ab1a83352a5d83050d8a1fc0524f3285 /pydis_site/templates/home/index.html
parentMerge branch 'main' into subdomains-to-query-paths (diff)
parentMerge pull request #599 from python-discord/fix-http-links (diff)
Merge branch 'master' into subdomains-to-query-paths
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>