diff options
author | 2022-06-18 20:41:30 +0300 | |
---|---|---|
committer | 2022-06-18 21:52:52 +0300 | |
commit | 754070ef247ea6d0e28d7a9f14fc41a2080201f6 (patch) | |
tree | 6215532adb32a1a8f06bdbb739a40b833f26871a /pydis_site/templates/events/index.html | |
parent | Merge pull request #699 from camcaswell/contrib-streamline (diff) |
Initial CJ9 info
Diffstat (limited to 'pydis_site/templates/events/index.html')
-rw-r--r-- | pydis_site/templates/events/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html index 158ec56b..ccbbabf0 100644 --- a/pydis_site/templates/events/index.html +++ b/pydis_site/templates/events/index.html @@ -9,6 +9,9 @@ {% block event_content %} <div class="box"> <h2 class="title is-4">Code Jams</h2> + <div class="notification is-success"> + The 2022 Summer Code Jam qualifier will open June 29th. Check out the details <a href="{% url "events:page" path="code-jams/9" %}">here</a>. + </div> <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 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> <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> |