Skip to content

Commit

Permalink
Merge pull request #1135 from python-discord/cj10-finalize
Browse files Browse the repository at this point in the history
Update CJ 2023 with winners and full submissions list
  • Loading branch information
jchristgit authored Nov 22, 2023
2 parents 26c2db5 + ce25f85 commit 2a869c6
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 2 deletions.
63 changes: 62 additions & 1 deletion pydis_site/templates/events/pages/code-jams/10/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,45 @@
and walking through the program that your team has created. More details and specifics of this will be released within the next 2 weeks.
</p>

<h3 id="winners"><a href="#winners">Code Jam Winners</a></h3>
<p>Congratulations to our winners and the two runner ups! Check out their projects below.</p>

<h4 class="mt-5 mb-2"><i class="fa fa-trophy"></i> Dynamic Typists: next level CAPTCHA</h4>
<p class="my-1"><em>tfblunt, the_outlaw_josey_wales, istalantar, maxyodedara5, ooliver</em></p>
<p class="my-1">
Taking captchas to the next level in an effort to foil some of the new AIs. The captchas are image based with a twist.
</p>
<p>
<a href="https://github.com/thijsfranck/the-dynamic-typists" title="The Dynamic Typists GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<br/>

</p>

<h4 class="mt-5 mb-2"><i class="fa fa-medal"></i> Magic Methods: Code Stego</h4>
<p class="my-1"><em>moltensteel, _h_s_p_, ilovetensor, fusionx96, koushireo</em></p>
<p class="my-1">
Given a snippet of code, create an image of the code to easily share and also embed the code into the image of the code itself.
</p>
<p>
<a href="https://github.com/StoneSteel27/The-Magic-Methods" title="The Magic Methods GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<br/>
</p>

<h4 class="mt-5 mb-2"><i class="fa fa-medal"></i> Async Aggregators: Digital Shadows</h4>
<p class="my-1"><em>flowglow, leo.the.lion, dfebs, avongard, chronsfu, _sardines_</em></p>
<p class="my-1">
Image manipulation puzzle game. Adjust image manipulation sliders to find secret codes.
<p>
<a href="https://github.com/Flow-Glow/Code-Jam-2023-Async-Aggregators" title="The Async Aggregators GitHub Repository" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub Repository</a>
<br/>
</p>

<h3 id="submissions"><a href="#submissions">Submissions</a></h3>
<p>
By the end of the jam, 17 teams made project submissions. Check them all out here:
<div class="has-text-centered"><a class="button is-link" href="submissions">View Submissions</a></div>
</p>

<h3 id="important-dates"><a href="#important-dates">Important Dates</a></h3>
<ul>
<li>Wednesday, August 16 - The Qualifier is released</li>
Expand All @@ -46,9 +85,31 @@ <h3 id="technology"><a href="#technology">Technology</a></h3>

<h3 id="prizes"><a href="#prizes">Prizes</a></h3>
<p>
Prizes for the code jam will be announced in the coming weeks.
Our Code Jam Sponsors have provided prizes for the winners of the code jam.
Also, thanks to our Patreon patrons supporting this server, we are able to send members of the winning teams
Python Discord t-shirts and possibly other goodies.
</p>

<div class="card mb-4">
<div class="card-content">
<div class="media">
<div class="media-left" style="max-width:150px">
<img src="{% static "images/sponsors/jetbrains.png" %}" alt="JetBrains">
</div>
<div class="media-content">
<p class="subtitle has-link"><a href="https://www.jetbrains.com/" target="_blank" rel="noopener">JetBrains</a></p>
<p class="is-italic">
Whatever platform or language you work with, JetBrains has a development tool for you.
We help developers work faster by automating common, repetitive tasks to enable them to stay focused on code design and the big picture.
We provide tools to explore and familiarize with code bases faster. Our products make it easy for you to take care of quality during all stages of development and spend less time on maintenance tasks.
</p>
<p><strong>Prizes</strong><br>
1-year JetBrain licenses to the members of a winning team.</p>
</div>
</div>
</div>
</div>

{% endblock %}

{% block sidebar %}
Expand Down
178 changes: 178 additions & 0 deletions pydis_site/templates/events/pages/code-jams/10/submissions.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
{% extends "events/base_sidebar.html" %}

{% load static %}

{% block title %}Code Jam 2023{% endblock %}

{% block breadcrumb %}
<li><a href="{% url "events:index" %}">Events</a></li>
<li><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></li>
<li><a href="{% url "events:page" path="code-jams/10" %}">Code Jam 2022</a></li>
<li class="is-active"><a href="#">Submissions</a></li>
{% endblock %}

{% block event_content %}
<p>
Below is a list of all projects submitted by the end of Summer Code Jam 2022
</p>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Async Aggregators</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/Flow-Glow/Code-Jam-2023-Async-Aggregators" title="The Async Aggregators">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Benevolent Dictators</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/ransomw/the-benevolent-dictators" title="The Benevolent Dictators">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Dot Operators</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/LukeHankey/the-dot-operators/tree/readme" title="The Dot Operators">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Dynamic Typists</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/thijsfranck/the-dynamic-typists" title="The Dynamic Typists">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Emerging Exceptions</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/FloncDev/emerging-exceptions" title="The Emerging Exceptions">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Expected Indents</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/BUSH222/cj-The-Expected-Indents" title="The Expected Indents">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Itinerant Iterators</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/smileyface12349/itinerant-iterators" title="The Itinerant Iterators">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Magic Methods</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/StoneSteel27/The-Magic-Methods" title="The Magic Methods">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Missing Dependencies</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/Bobby-McBobface/the-missing-dependencies" title="The Missing Dependencies">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Monkey Patches</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/mache102/cj10-monkey-patches" title="The Monkey Patches">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Neverending Loops</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/inkontoasty/the-neverending-loops" title="The Neverending Loops">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Pickled Peps</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/A5rocks/code-jam-10" title="The Pickled Peps">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Readable Regexes</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/Artemis21/pydis-jam23" title="The Readable Regexes">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Rubber Duck Debuggers</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/nozwock/code-jam-the-rubber-duck-debuggers" title="The Rubber Duck Debuggers">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Thick Wrappers</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/DavidLlanio/cj10_the_thick_wrappers/" title="The Thick Wrappers">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Top Level Walruses</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/lemonyte/the-top-level-walruses" title="The Top Level Walruses">GitHub</a></p>
</div>
</div>

<div class="columns is-mobile is-centered">
<div class="column is-half">
<p class="has-text-centered">The Wheels of Cheese</p>
</div>
<div class="column is-half">
<p class="has-text-centered"><a href="https://github.com/kronifer/code-jam-10" title="The Wheels of Cheese">GitHub</a></p>
</div>
</div>

{% endblock %}

{% block sidebar %}

{% include "events/sidebar/code-jams/9.html" %}

{% endblock %}
1 change: 0 additions & 1 deletion pydis_site/templates/events/pages/code-jams/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ <h2 class="title is-4" id="how-experienced-do-i-need-to-be-to-join-a-code-jam">
{% endblock %}

{% block sidebar %}
{% include "events/sidebar/code-jams/ongoing-code-jam.html" %}
{% include "events/sidebar/code-jams/previous-code-jams.html" %}
{% include "events/sidebar/code-jams/useful-information.html" %}
{% endblock %}
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/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>
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/8" %}">Code Jam 8: Think Inside the Box</a></li>
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/7" %}">Code Jam 7: Early Internet</a></li>
Expand Down

0 comments on commit 2a869c6

Please sign in to comment.