Skip to content

Commit b612cfd

Browse files
authored
Merge branch 'main' into cj9-frameworks-reorder
2 parents 0e235ab + f549c2d commit b612cfd

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

pydis_site/templates/events/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="box">
1111
<h2 class="title is-4"><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></h2>
1212
<div class="notification is-success">
13-
The <b>2022 Summer Code Jam</b> qualifier will open June 29th. Check out the details <a href="{% url "events:page" path="code-jams/9" %}">here</a>.
13+
The <b>2022 Summer Code Jam</b> is currently underway and you can still enter! <b>The qualifier is open until July 13</b>; check out the details <a href="{% url "events:page" path="code-jams/9" %}">here</a>.
1414
</div>
1515
<p>Every year we hold a community-wide Summer Code Jam. For this event, members of our community are assigned to teams to collaborate and create something amazing using a technology we picked for them. One such technology that was picked for the Summer 2021 Code Jam was text user interfaces (TUIs), where teams could pick from a pre-approved list of frameworks.</p>
1616
<p>To help fuel the creative process, we provide a specific theme, like <strong>Think Inside the Box</strong> or <strong>Early Internet</strong>. At the end of the Code Jam, the projects are judged by Python Discord server staff members and guest judges from the larger Python community. The judges will consider creativity, code quality, teamwork, and adherence to the theme.</p>

pydis_site/templates/events/pages/code-jams/9/_index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,20 @@
2222

2323
<h3 id="important-dates"><a href="#important-dates">Important Dates</a></h3>
2424
<ul>
25-
<li>Saturday, June 18 - Form to submit theme suggestions opens</li>
26-
<li>Wednesday, June 29 - The Qualifier is released</li>
25+
<li><strike>Saturday, June 18 - Form to submit theme suggestions opens</strike></li>
26+
<li><strike>Wednesday, June 29 - The Qualifier is released</strike></li>
2727
<li>Wednesday, July 6 - Voting for the theme opens</li>
2828
<li>Wednesday, July 13 - The Qualifier closes</li>
2929
<li>Thursday, July 21 - Code Jam Begins</li>
3030
<li>Sunday, July 31 - Coding portion of the jam ends</li>
3131
<li>Sunday, August 4 - Code Jam submissions are closed</li>
3232
</ul>
3333
<h3 id="how-to-join"><a href="#how-to-join">How to Join</a></h3>
34-
<p>The Qualifier isn't released yet, but to receive the most up-to-date information and to get notified
35-
when the Qualifier is released you can join the server: <a href="https://discord.gg/python">discord.gg/python</a>.</p>
36-
34+
<p>
35+
Before being able to join the code jam, you must complete a qualifier which tests your knowledge in Python.
36+
The qualifier can be found <a href="https://github.com/python-discord/code-jam-qualifier-9/" title="Code Jam 9 qualifier repository" target="_blank" rel="noopener">on our GitHub</a>
37+
and once completed you should submit your solution using the <a href="https://forms.pythondiscord.com/form/cj9-qualifier" target="_blank" rel="noopener">sign-up form</a>.
38+
</p>
3739
<h3 id="technology"><a href="#technology">Technology</a></h3>
3840
<p>
3941
The chosen technology/tech stack for this year is <strong>WebSockets</strong>.

pydis_site/templates/events/pages/code-jams/_index.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,9 @@
99

1010
{% block event_content %}
1111
<div class="block">
12-
<a href="9/_index" class="button is-primary mt-1">
13-
<span class="icon-text">
14-
<span>Code Jam 2022 is Coming This July!</span>
15-
<span class="icon">
16-
<i class="fas fa-arrow-right"></i>
17-
</span>
18-
</span>
19-
</a>
12+
<div class="notification is-success">
13+
The <b>2022 Summer Code Jam</b> is currently underway and you can still enter! <b>The qualifier is open until July 13</b>; check out the details <a href="{% url "events:page" path="code-jams/9" %}">here</a>.
14+
</div>
2015
</div>
2116

2217
<p>

pydis_site/templates/home/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Mobile-only Code Jam Banner -->
1313
<section id="mobile-notice" class="is-primary is-hidden-tablet">
1414
<a href="/events/code-jams/9/">
15-
<img src="{% static "images/events/summer_code_jam_2022/front_page_banners/qualifier_release.png" %}" alt="Summer Code Jam 2022">
15+
<img src="{% static "images/events/summer_code_jam_2022/front_page_banners/sign_up.png" %}" alt="Summer Code Jam 2022">
1616
</a>
1717
</section>
1818

@@ -48,7 +48,7 @@
4848
{# Code Jam Banner #}
4949
<div id="wave-hero-right" class="column is-half">
5050
<a href="/events/code-jams/9/">
51-
<img src="{% static "images/events/summer_code_jam_2022/front_page_banners/qualifier_release.png" %}" alt="Summer Code Jam 2022">
51+
<img src="{% static "images/events/summer_code_jam_2022/front_page_banners/sign_up.png" %}" alt="Summer Code Jam 2022">
5252
</a>
5353
</div>
5454
</div>

0 commit comments

Comments
 (0)