Skip to content

Commit 7c67384

Browse files
authored
Merge pull request #546 from python-discord/lemon/summer_code_jam_21/front_page_banner_fixes
Summer Code Jam 2021 - Hyperlink to event, center text.
2 parents b51299f + 144c06b commit 7c67384

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed
457 Bytes
Loading
-63 Bytes
Loading
92 Bytes
Loading

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)