diff options
author | 2022-07-14 04:15:05 +0200 | |
---|---|---|
committer | 2022-07-14 04:15:13 +0200 | |
commit | 0df412364e619b44e1a266b8e372c57fcc8f93ed (patch) | |
tree | 1fb648f451a1a21c48395032e0098ec440065062 /pydis_site/templates | |
parent | Strike over passed dates in codejam information (diff) |
Remove notification about open codejam qualifier
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/events/index.html | 3 | ||||
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/_index.html | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html index db3e32f7..796a2e34 100644 --- a/pydis_site/templates/events/index.html +++ b/pydis_site/templates/events/index.html @@ -9,9 +9,6 @@ {% block event_content %} <div class="box"> <h2 class="title is-4"><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></h2> - <div class="notification is-success"> - 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>. - </div> <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> <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> diff --git a/pydis_site/templates/events/pages/code-jams/_index.html b/pydis_site/templates/events/pages/code-jams/_index.html index 74efcfaa..c7975679 100644 --- a/pydis_site/templates/events/pages/code-jams/_index.html +++ b/pydis_site/templates/events/pages/code-jams/_index.html @@ -8,12 +8,6 @@ {% block title %}Code Jams{% endblock %} {% block event_content %} - <div class="block"> - <div class="notification is-success"> - 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>. - </div> - </div> - <p> If you've been around the server for a while, or you just happened to join at the right time, you may have heard of something known as a Code Jam. |