aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/home/index.html
diff options
context:
space:
mode:
authorGravatar Shakya Majumdar <[email protected]>2024-07-03 22:42:54 +0530
committerGravatar GitHub <[email protected]>2024-07-03 18:12:54 +0100
commitad3609812d228c38ca62479b05e62f45ced0d2c9 (patch)
treed8ab046f64ae57614518094537eb35601478cbb0 /pydis_site/templates/home/index.html
parentMerge pull request #1349 from python-discord/dependabot/pip/coverage-7.5.4 (diff)
Update site for Code Jam 2024 (#1353)
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r--pydis_site/templates/home/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 393e7c19..9ff6b393 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -11,8 +11,8 @@
<!-- Mobile-only Code Jam Banner -->
<section id="mobile-notice" class="is-primary is-hidden-tablet">
- <a href="/events/code-jams/9/">
- <img src="{% static "images/events/summer_code_jam_2023/banner3.png" %}" alt="Code Jam 2023">
+ <a href="/events/code-jams/11/">
+ <img src="{% static "images/events/summer_code_jam_2024/banner.webp" %}" alt="Code Jam 2024">
</a>
</section>
@@ -47,8 +47,8 @@
{# Code Jam Banner #}
<div id="wave-hero-right" class="column is-half">
- <a href="/events/code-jams/10/">
- <img src="{% static "images/events/summer_code_jam_2023/banner3.png" %}" alt="Code Jam 2023">
+ <a href="/events/code-jams/11/">
+ <img src="{% static "images/events/summer_code_jam_2024/banner.webp" %}" alt="Code Jam 2024">
</a>
</div>
</div>