diff options
| author | 2023-08-10 17:35:29 +0200 | |
|---|---|---|
| committer | 2023-08-10 17:35:29 +0200 | |
| commit | 7627f99c7625e3fd7182dada13ce9b2fe456b022 (patch) | |
| tree | 58f3c112febf203478abf58e2f21e651f7ce856a /pydis_site/templates/home/index.html | |
| parent | Merge pull request #1070 from python-discord/dependabot/pip/ruff-0.0.284 (diff) | |
| parent | update final repo name (diff) | |
Merge pull request #1069 from python-discord/cj10-initial-update
Update for Code Jam 2023
Diffstat (limited to 'pydis_site/templates/home/index.html')
| -rw-r--r-- | pydis_site/templates/home/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index cf6ff8cd..23652720 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/summer_code_jam_2022/site_banner.png" %}" alt="Summer Code Jam 2022"> + <img src="{% static "images/events/cj10_2023_banner.png" %}" alt="Code Jam 2023"> </a> </section> @@ -47,8 +47,8 @@ {# Code Jam Banner #} <div id="wave-hero-right" class="column is-half"> - <a href="/events/code-jams/9/"> - <img src="{% static "images/events/summer_code_jam_2022/site_banner.png" %}" alt="Summer Code Jam 2022"> + <a href="/events/code-jams/10/"> + <img src="{% static "images/events/cj10_2023_banner3.png" %}" alt="Code Jam 2023"> </a> </div> </div> |