Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Code Jam 2025 (CJ12)
date: September 11th, 2025
icon: fa fa-dice
icon_color: pastel-lime
---

We host the 12th Code Jam. This year, teams had to create a **Python in the
browser** based on the theme of **"Wrong Tool for the Job"**.

11 projects were submitted, 3 came out victorious.
18 changes: 6 additions & 12 deletions pydis_site/templates/events/current_event.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,21 @@
<small class="has-text-grey">Upcoming event</small>
<div class="columns is-3 mt-1" style="--columnGap: 0.75rem;">
<div class="column">
<h2 class="title is-4"><a href="{% url "events:page" path="code-jams/11" %}">Summer Code Jam 2025</a></h2>
<h2 class="title is-4"><a href="{% url "events:page" path="#" %}">No current upcoming events yet!</a></h2>
<p class="subtitle is-6" style="margin-top: -.75rem;">
<span class="icon-text">
<span class="icon"><i class="fa-regular fa-calendar"></i></span><span>August 7 - August 22</span>
<span class="icon"><i class="fa-regular fa-calendar"></i></span><span>TBD</span>
</span>
</p>
</div>
<div class="column">
<img src="{% static "images/events/summer_code_jam_2025/banner_with_dates.png" %}" style="border-radius: 10px;" alt="Code Jam 2025">
<img src="{% static "images/events/gallery/pixels.png" %}" style="border-radius: 10px;" alt="No current events">
</div>
</div>
<div class="notification is-success">
The <strong>2025 Summer Code Jam</strong> is currently underway and you can still enter!
<strong>The qualifier is open until July 31</strong>; check out the details <a href="{% url "events:page" path="code-jams/12" %}">here</a>.
</div>
<p>Once a year we host a code jam for members of our server to participate in. The code jam is an event where we place you
in a team with 5 other random server members. You then have 11 days to code some sort of application or program in Python.
Your program must use the specified technology/framework and incorporate the theme chosen by the server.</p>
<a class="button is-primary" href="{% url "events:page" path="code-jams/12" %}">
<p>There are currently no planned upcoming events. Subscribe to the announcements at our Discord Server to find out more!</p>
<a class="button is-primary" href="https://discord.gg/python">
<span class="icon-text">
<span>Learn more</span><span class="icon"><i class="fa-solid fa-arrow-right"></i></span>
<span>Join our Discord</span><span class="icon"><i class="fa-solid fa-arrow-right"></i></span>
</span>
</a>
</div>
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div class="box">
<p class="menu-label">Previous Code Jams</p>
<ul class="menu-list">
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/12" %}">Code Jam 12: Python in the Browser</a></li>
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/11" %}">Code Jam 11: Information Overload</a></li>
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/10" %}">Code Jam 10: Secret Codes</a></li>
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/9" %}">Code Jam 9: It's Not A Bug, It's A Feature</a></li>
Expand Down
21 changes: 17 additions & 4 deletions pydis_site/templates/events/sidebar/main_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h2 class="title is-5">Previous events</h2>
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/summer_code_jam_2023/logo.PNG" alt="">
<img class="is-rounded" src="/static/images/events/summer_code_jam_2023/logo.PNG" alt="Code Jam 2023">
</p>
</div>
<div class="media-content">
Expand All @@ -16,7 +16,7 @@ <h5 class="title is-5"><a href="{% url "events:page" path="code-jams/10" %}">Sum
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/icons/pyweek.png" alt="">
<img class="is-rounded" src="/static/images/events/icons/pyweek.png" alt="PyWeek 36">
</p>
</div>
<div class="media-content">
Expand All @@ -29,7 +29,7 @@ <h5 class="title is-5"><a href="https://pyweek/36/">PyWeek 36</a></h5>
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/icons/adventofcode.png" alt="">
<img class="is-rounded" src="/static/images/events/icons/adventofcode.png" alt="Advent Of Code 2023">
</p>
</div>
<div class="media-content">
Expand All @@ -42,7 +42,7 @@ <h5 class="title is-5"><a href="https://adventofcode.com/2023">Advent of Code 20
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/icons/pyweek.png" alt="">
<img class="is-rounded" src="/static/images/events/icons/pyweek.png" alt="PyWeek 37">
</p>
</div>
<div class="media-content">
Expand All @@ -52,6 +52,19 @@ <h5 class="title is-5"><a href="https://pyweek/35/">PyWeek 37</a></h5>
</div>
</div>
</article>
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/summer_code_jam_2025/logo.png" alt="Code Jam 2025">
</p>
</div>
<div class="media-content">
<div class="content">
<h5 class="title is-5"><a href="{% url "events:page" path="code-jams/12" %}">Summer Code Jam 2025</a></h5>
<p class="subtitle is-6">August 2025</p>
</div>
</div>
</article>
</div>

<div class="is-hidden-mobile">
Expand Down
8 changes: 2 additions & 6 deletions pydis_site/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

<!-- Mobile-only Code Jam Banner -->
<section id="mobile-notice" class="is-primary is-hidden-tablet">
<a href="/events/code-jams/12/">
<img src="{% static "images/events/summer_code_jam_2025/banner_with_dates.png" %}" alt="Code Jam 2025">
</a>
<!-- Leaving it blank here for the next banner-->
</section>

<!-- Wave Hero -->
Expand Down Expand Up @@ -47,9 +45,7 @@

{# Code Jam Banner #}
<div id="wave-hero-right" class="column is-half">
<a href="/events/code-jams/12/">
<img src="{% static "images/events/summer_code_jam_2025/banner_with_dates.png" %}" alt="Code Jam 2025">
</a>
<!-- Leaving it blank here for the next banner-->
</div>
</div>

Expand Down