Skip to content

Commit da5108b

Browse files
authored
Merge pull request #730 from python-discord/update-cj-frequency
Update Code Jam frequency
2 parents f0ebe29 + 2ed2504 commit da5108b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

pydis_site/templates/events/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
{% block event_content %}
1010
<div class="box">
11-
<h2 class="title is-4">Code Jams</h2>
11+
<h2 class="title is-4"><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></h2>
1212
<div class="notification is-success">
1313
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>.
1414
</div>
15-
<p>Each year, we organize at least one code jam, one during the summer and sometimes one during the winter. During these events, members of our community will work together in teams to 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>
15+
<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>
1717
<p>If you want to read more about Code Jams, visit our <a href="{% url "events:page" path="code-jams" %}">Code Jam info page</a> or watch this video showcasing the best projects created during the <strong>Winter Code Jam 2020: Ancient Technology</strong>:</p>
1818
<iframe width="560" height="315" src="https://www.youtube.com/embed/8fbZsGrqBzo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2 class="title is-4" id="how-do-i-join"><a href="#how-do-i-join">How do I join
4242

4343
<h2 class="title is-4" id="how-often-do-these-happen"><a href="#how-often-do-these-happen">How often do these happen?</a></h2>
4444
<p>
45-
Our Code Jams happen twice a year. We have a Winter Jam and a Summer Jam.
45+
Our Code Jams happen once a year every summer.
4646
</p>
4747

4848
<h2 class="title is-4" id="what-happens-if-i-have-to-drop-out"><a href="#what-happens-if-i-have-to-drop-out">What happens if I have to drop out?</a></h2>

pydis_site/templates/events/sidebar/events-list.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@
88
<li><a class="has-text-black" style="cursor: default;">December: Advent of Code</a></li>
99
</ul>
1010
</div>
11+
12+
<div class="box">
13+
<p class="menu-label">Related Links</p>
14+
<ul class="menu-list">
15+
<li><a class="has-text-link" href="{% url "events:page" path="code-jams" %}">Code Jams</a></li>
16+
</ul>
17+
</div>

0 commit comments

Comments
 (0)