Skip to content
Merged
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
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>
70 changes: 1 addition & 69 deletions pydis_site/templates/events/scheduled_events.html
Original file line number Diff line number Diff line change
@@ -1,72 +1,4 @@
<div class="box" id="scheduled-events">
<h2 class="title is-5" style="margin-bottom: 2rem;">Scheduled events</h2>
<article class="media">
<div class="media-left">
<p class="image is-64x64">
<a href="{% url "events:page" path="code-jams/12" %}"><img class="is-rounded" src="/static/images/events/summer_code_jam_2025/logo.png" alt="Summer Code Jam 2025"></a>
</p>
</div>
<div class="media-content">
<div class="content">
<h5 class="title is-4"><a href="{% url "events:page" path="code-jams/12" %}">Summer Code Jam 2025</a></h5>
<p class="subtitle is-6">
<span class="icon-text">
<span class="icon date-icon"><i class="fa-regular fa-calendar"></i></span>
<span>July/August 2025</span>
</span>
</p>
<p>Our annual code-jam where we place you in a team of five and you have 11 days to code some sort of application or program in Python based on a selected technology or framework.</p>
</div>
<a class="button is-small is-link is-outlined" href="{% url "events:page" path="code-jams" %}">
<span class="icon date-icon"><i class="fas fa-circle-info"></i></span>
<span>Learn more</span>
</a>
</div>
</article>
<article class="media">
<div class="media-left">
<p class="image is-64x64">
<a href="{% url "events:page" path="pyweek" %}"><img class="is-rounded" src="/static/images/events/icons/pyweek.png" alt="PyWeek 38"></a>
</p>
</div>
<div class="media-content">
<div class="content">
<h5 class="title is-4"><a href="{% url "events:page" path="pyweek" %}">PyWeek 38</a></h5>
<p class="subtitle is-6">
<span class="icon-text">
<span class="icon date-icon"><i class="fa-regular fa-calendar"></i></span>
<span>September 2024</span>
</span>
</p>
<p>The bi-annual game-jam where you are allowed one week to write a game from scratch, either as an individual or as a team.</p>
</div>
<a class="button is-small is-link is-outlined" href="https://pyweek.org/">
<span class="icon date-icon"><i class="fas fa-circle-info"></i></span>
<span>Learn more</span>
</a>
</div>
</article>
<article class="media">
<div class="media-left">
<p class="image is-64x64">
<a href="{% url "events:page" path="adventofcode" %}"><img class="is-rounded" src="/static/images/events/icons/adventofcode.png" alt="Advent of Code"></a>
</p>
</div>
<div class="media-content">
<div class="content">
<h5 class="title is-4"><a href="{% url "events:page" path="adventofcode" %}">Advent of Code</a></h5>
<p class="subtitle is-6">
<span class="icon-text">
<span class="icon date-icon"><i class="fa-regular fa-calendar"></i></span>
<span>December 1-25, 2024</span>
</span>
</p>
<p>Daily programming puzzles with increasing difficulties where each puzzle has a little story and you can discuss solutions with other participants. You are allowed to use any programming language you like.</p>
</div>
<a class="button is-small is-link is-outlined" href="{% url "events:page" path="adventofcode" %}">
<span class="icon date-icon"><i class="fas fa-circle-info"></i></span>
<span>Learn more</span>
</a>
</div>
</article>
<p>There are currently no scheduled events. Subscribe to the announcements at our Discord Server to find out more!</p>
</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
47 changes: 43 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,45 @@ <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>
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/icons/pyweek.png" alt="PyWeek 38">
</p>
</div>
<div class="media-content">
<div class="content">
<h5 class="title is-5"><a href="{% url "events:page" path="pyweek" %}">PyWeek 38</a></h5>
<p class="subtitle is-6">September 2024</p>
</div>
</div>
</article>
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/icons/adventofcode.png" alt="Advent of Code">
</p>
</div>
<div class="media-content">
<div class="content">
<h5 class="title is-5"><a href="{% url "events:page" path="adventofcode" %}">Advent of Code 2024</a></h5>
<p class="subtitle is-6">December 2024</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