Skip to content

Commit 4847f18

Browse files
committed
Update events index page about the CJ9 qualifier
1 parent ca2631d commit 4847f18

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
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/_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>

0 commit comments

Comments
 (0)