diff options
author | 2024-07-18 22:29:01 +0200 | |
---|---|---|
committer | 2024-07-18 22:29:01 +0200 | |
commit | 10f3f6a591c2eb7b3e744be80edcd55f8ef469b8 (patch) | |
tree | e859e884a287952210f2abd24562c956dd6375ec /pydis_site/templates/home/index.html | |
parent | Timeline: Fix word breaking on hyphenation in 8th Code Jam (diff) | |
parent | Merge pull request #1365 from python-discord/more-frameworks (diff) |
Merge branch 'main' into feat/timeline-from-yaml
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r-- | pydis_site/templates/home/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 036a785c..c7d14fd6 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> |