Skip to content

Commit 70154a6

Browse files
committed
Hyperlink code jam banner to code jam page.
1 parent eda0a55 commit 70154a6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pydis_site/templates/home/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
<!-- Mobile-only Notice -->
1313
<section id="mobile-notice" class="message is-primary is-hidden-tablet">
14-
<img src="{% static "images/events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021">
14+
<a href="/events/code-jams/8/">
15+
<img src="{% static "images/events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021">
16+
</a>
1517
</section>
1618

1719
<!-- Wave Hero -->
@@ -45,7 +47,9 @@
4547

4648
{# Code Jam banner #}
4749
<div id="wave-hero-right" class="column is-half">
48-
<img src="{% static "images/events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021">
50+
<a href="/events/code-jams/8/">
51+
<img src="{% static "images/events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021">
52+
</a>
4953
</div>
5054
</div>
5155
</div>

0 commit comments

Comments
 (0)