Skip to content

Commit 8cf3113

Browse files
committed
Add Summer CJ 2022 banner to frontpage.
1 parent 9d3a1ad commit 8cf3113

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pydis_site/templates/home/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
{% block content %}
1010
{% include "base/navbar.html" %}
1111

12+
<!-- Mobile-only Code Jam Banner -->
13+
<section id="mobile-notice" class="is-primary is-hidden-tablet">
14+
<a href="/events/code-jams/9/">
15+
<img src="{% static "images/events/summer_code_jam_2022/front_page_banners/qualifier_release.png" %}" alt="Summer Code Jam 2022">
16+
</a>
17+
</section>
18+
1219
<!-- Wave Hero -->
1320
<section id="wave-hero" class="section is-hidden-mobile">
1421

@@ -37,7 +44,15 @@
3744
></iframe>
3845
</div>
3946
</div>
47+
48+
{# Code Jam Banner #}
49+
<div id="wave-hero-right" class="column is-half">
50+
<a href="/events/code-jams/9/">
51+
<img src="{% static "images/events/summer_code_jam_2022/front_page_banners/qualifier_release.png" %}" alt="Summer Code Jam 2022">
52+
</a>
53+
</div>
4054
</div>
55+
4156
</div>
4257

4358
{# Animated wave elements #}

0 commit comments

Comments
 (0)