aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/events/index.html
diff options
context:
space:
mode:
authorGravatar Janine vN <[email protected]>2021-09-18 18:26:32 -0400
committerGravatar Janine vN <[email protected]>2021-09-18 18:26:32 -0400
commita7afdf4f8742a3f3f61883e92604d0fe08c8f199 (patch)
tree0abd0cf033ed80f6e8878e79ca9e1580da7af452 /pydis_site/templates/events/index.html
parentRemove code jam notice from front page (diff)
Update wording on main Events page
Diffstat (limited to 'pydis_site/templates/events/index.html')
-rw-r--r--pydis_site/templates/events/index.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html
index daad1c9c..352a3aa9 100644
--- a/pydis_site/templates/events/index.html
+++ b/pydis_site/templates/events/index.html
@@ -9,11 +9,8 @@
{% block event_content %}
<div class="box">
<h2 class="title is-4">Code Jams</h2>
- <div class="notification is-success">
- The 2021 Summer Code Jam qualifier will open June 21st. Check out the details <a href="{% url "events:page" path="code-jams/8" %}">here</a>.
- </div>
- <p>Each year, we organize a Winter Code Jam and a Summer Code Jam. 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 Winter Code Jam 2020 was Kivy, a cross-platform GUI framework.</p>
- <p>To help fuel the creative process, we provide a specific theme, like <strong>Ancient Technology</strong> or <strong>This App Hates You</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>
+ <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>
+ <p>To help fuel the creative process, we provide a specific theme, like <strong>Think Outside 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>
<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>
<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>
</div>
@@ -121,6 +118,5 @@
{% endblock %}
{% block sidebar %}
- {% include "events/sidebar/ongoing-event.html" %}
{% include "events/sidebar/events-list.html" %}
{% endblock %}