aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/home/index.html
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-20 14:27:42 +0800
committerGravatar hedy <[email protected]>2024-01-20 14:36:43 +0800
commit51bfa2cb88dd5c29f80bb8f9aa9d724d33a87d45 (patch)
tree8670e0d5fbc9abc105bf781cddbf7430ad2e1369 /pydis_site/templates/home/index.html
parentMerge pull request #1207 from python-discord/dependabot/pip/python-frontmatte... (diff)
Events: Initial redesign
- Added standalone pages for each event - Added initial design of new layout - Refactored some sidebars and templates to update current/upcoming event - Put two CJ10 assets into their own dedicated folder Includes dummy text for event descriptions and content that is not up-to-date: Current and Upcoming event components.
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r--pydis_site/templates/home/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index d246190b..347fa111 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -12,7 +12,7 @@
<!-- 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/cj10_2023_banner3.png" %}" alt="Code Jam 2023">
+ <img src="{% static "images/events/summer_code_jam_2023/banner3.png" %}" alt="Code Jam 2023">
</a>
</section>
@@ -48,7 +48,7 @@
{# Code Jam Banner #}
<div id="wave-hero-right" class="column is-half">
<a href="/events/code-jams/10/">
- <img src="{% static "images/events/cj10_2023_banner3.png" %}" alt="Code Jam 2023">
+ <img src="{% static "images/events/summer_code_jam_2023/banner3.png" %}" alt="Code Jam 2023">
</a>
</div>
</div>