aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-06-27 16:27:25 +0200
committerGravatar GitHub <[email protected]>2021-06-27 16:27:25 +0200
commit7c67384f3a5cd15bb463323cb65aac0d033fe119 (patch)
treea6105fc5f59e062369bb864dba3c9e148d7d1e9c /pydis_site/templates
parentMerge pull request #545 from python-discord/docker-compose/postgres-13 (diff)
parentMerge branch 'main' into lemon/summer_code_jam_21/front_page_banner_fixes (diff)
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.
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/home/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 3d173d6d..2efa5b49 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -11,7 +11,9 @@
<!-- Mobile-only Notice -->
<section id="mobile-notice" class="message is-primary is-hidden-tablet">
- <img src="{% static "images/events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021">
+ <a href="/events/code-jams/8/">
+ <img src="{% static "images/events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021">
+ </a>
</section>
<!-- Wave Hero -->
@@ -45,7 +47,9 @@
{# Code Jam banner #}
<div id="wave-hero-right" class="column is-half">
- <img src="{% static "images/events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021">
+ <a href="/events/code-jams/8/">
+ <img src="{% static "images/events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021">
+ </a>
</div>
</div>
</div>