aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/events
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/apps/events')
-rw-r--r--pydis_site/apps/events/pages/code-jams/7/_index.html102
-rw-r--r--pydis_site/apps/events/pages/code-jams/7/rules.html68
-rw-r--r--pydis_site/apps/events/pages/code-jams/_index.html5
-rw-r--r--pydis_site/apps/events/tests/test-pages/my-event/_index.html1
-rw-r--r--pydis_site/apps/events/tests/test-pages/my-event/subpage.html1
5 files changed, 0 insertions, 177 deletions
diff --git a/pydis_site/apps/events/pages/code-jams/7/_index.html b/pydis_site/apps/events/pages/code-jams/7/_index.html
deleted file mode 100644
index d69d0a9e..00000000
--- a/pydis_site/apps/events/pages/code-jams/7/_index.html
+++ /dev/null
@@ -1,102 +0,0 @@
-{% extends "events/base.html" %}
-
-{% block title %}Summer Code Jam 2020{% endblock %}
-
-{% block breadcrumb %}
- <li><a href="{% url "events:index" %}">Events</a></li>
- <li><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></li>
- <li class="is-active"><a href="#">Summer Code Jam 2020</a></li>
-{% endblock %}
-
-{% block event_content %}
- <p>
- Ladies and gentlemen, it’s that time of year again! The 7<sub>th</sub> Python Discord Code Jam is imminent.
- This code jam will be held from <strong>Friday, July 31<sup>st</sup> to Sunday, August 9<sup>th</sup></strong>
- where you will complete in teams of five for the elusive title of Code Jam Champion and win some of the many prizes listed.
- </p>
- <p>
- Web development is one of the most popular areas for Python software and development.
- For this code jam, you will be utilizing the <strong>Django</strong> framework to create a web application.
- The Django Software Foundation has even decided to sponsor this event,
- allowing us to add more prizes to our prize pool.
- </p>
- <p>
- Are you unsure of what a code jam is? If so, check out our <a href="/events/code-jams">general code jam page</a>.
- </p>
-
- <article class="message is-warning">
- <div class="message-header">
- <p>Signups are closed</p>
- </div>
-
- <div class="message-body">
- <p>
- The sign-up period for the Summer Code Jam 2020 is over,
- which means that you can no longer sign up for the Code Jam.
- You can still take a look at
- <a href="https://github.com/python-discord/summer-code-jam-2020-qualifier">the qualifier</a>
- to get an idea of the task we asked the participants to complete in order to qualify for the jam.
- If you want to compete in the next Code Jam,
- subscribe to the announcements posted in our community by using the
- <code>!subscribe</code> command in the <code>#bot-commands</code> channel of our server.
- </p>
- </div>
- </article>
-
- <h3>New to Django?</h3>
- <p>
- Don't worry! This code jam will be the perfect opportunity for you to get to know one of the most popular web frameworks for Python.
- Whether it be a REST API or full fledged website, Django can do it!
- </p>
- <p>
- During the event, feel free to ask Django-specific questions in the code jam channels
- or <code>#web-development</code>. As always, our helpers will be there to help you with all the
- other Python-related questions that you have via our <a href="/pages/resources/guides/help-channels">help channel system</a>. <!-- Change help channels page link after content app is ready. -->
- </p>
- <p>
- If you want to get familiar with Django before the event starts, be sure to check out <a href="https://docs.djangoproject.com/en/3.0/intro/">the tutorial in the official
- Django documentation</a>. Alternatively, you could have a look at Corey Schafer's <a href="https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p">Django Tutorials playlist</a> on YouTube.
- </p>
-
- <h3>Prizes</h3>
- <p>This year's prize pool includes:</p>
- <ul>
- <li>5 JetBrains 1-year any product licenses</li>
- <li>5 Django hoodies</li>
- <li>Python Discord t-shirts</li>
- </ul>
- <p>
- We will award as many Python Discord t-shirts as we can afford!
- We want to thank all of our Patrons over at our
- <a href="https://www.patreon.com/python_discord">Patreon account</a> for making this possible.
- We literally couldn't do this without you!
- </p>
- <h3>Qualifier & Signups</h3>
- <p>
- It is no longer possible to sign up for the Summer Code Jam 2020.
- If you would like to attempt the qualifier assignment as a personal challenge, you can find it on
- <a href="https://github.com/python-discord/summer-code-jam-2020-qualifier">GitHub</a>.
- The repository also includes a test suite and a solution.
- </p>
- <p>
- If you would like to participate in one of our future events and don't want to risk missing it,
- subscribe to our announcements by using the <code>!subscribe</code> command in the <code>#bot-commands</code> channel on our Discord server.
- </p>
- <h3>Theme</h3>
- <p>
- Similarly to our previous code jams, the theme was chosen by our community!
- By the end of our two-step voting process,
- <strong>Early Internet</strong> came out on top and is the official theme for this code jam.
- </p>
-{% endblock %}
-
-{% block sidebar %}
- {% include "events/sidebar/code-jams/7.html" %}
- <div class="box">
- <p class="menu-label">Relevant Links</p>
- <ul class="menu-list">
- <!-- Add other items when they become available -->
- <li><a class="has-text-link" href="/events/code-jams/7/rules">Rules</a></li>
- </ul>
- </div>
-{% endblock %}
diff --git a/pydis_site/apps/events/pages/code-jams/7/rules.html b/pydis_site/apps/events/pages/code-jams/7/rules.html
deleted file mode 100644
index b490551a..00000000
--- a/pydis_site/apps/events/pages/code-jams/7/rules.html
+++ /dev/null
@@ -1,68 +0,0 @@
-{% extends "events/base.html" %}
-
-{% block title %}Rules{% endblock %}
-
-{% block breadcrumb %}
- <li><a href="{% url "events:index" %}">Events</a></li>
- <li><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></li>
- <li><a href="{% url "events:page" path="code-jams/7" %}">Summer Code Jam 2020</a></li>
- <li class="is-active"><a href="#">Rules</a></li>
-{% endblock %}
-
-{% block event_content %}
- <ol>
- <li><p>Your solution must use the Django framework. It is not permitted to circumvent this rule by e.g. using Django as a wrapper for another framework.</p></li>
- <li><p>Your solution should be platform agnostic. For example, if you use filepaths in your submission, use <code>pathlib</code> to create platform agnostic Path objects instead of hardcoding the paths.</p></li>
- <li><p>Your project should be a web app which can be run in a <em>standard web browser</em>.</p></li>
- <li>
- <p>
- You must document precisely how to install and run your project.
- This should be as easy as possible, which means you should consider using dependency managers like <code>pipenv</code>, and <code>npm</code>.
- We would also encourage you to use <code>docker</code> and <code>docker-compose</code> to containerize your project, but this isn't a requirement.
- </p>
- </li>
- <li>
- You must get contributions from every member of your team, if you have an issue with someone on your team please contact a member of the administration team.
- These contributions do not necessarily have to be code, for example it's absolutely fine for someone to contribute management, documentation, graphics or audio.
- <strong>
- Team members that do not contribute will be removed from the Code Jam, and will not receive their share of any prizes the team may win.
- They may also be barred from entering future events.
- </strong>
- </li>
- <li><p>You must use GitHub as source control.</p></li>
- <li>
- <p>
- All code and assets must be compatible with the <a href="https://en.wikipedia.org/wiki/MIT_License">MIT license</a>.
- This is because we will be merging your submission into our <code>summer-code-jam-2020</code> repo at the end of the jam,
- and this repo is licensed with the MIT license.
- <strong>Projects that include assets that are incompatible with this license may be disqualified.</strong>
- </p>
- </li>
- <li><p>All code must be written and committed within the time constrictions of the jam. Late commits may be reverted, so make sure you leave enough time to bug test your program.</p></li>
- <li>
- <p>
- Use English as the main language for your project, including names, comments, documentation, and commit messages.
- The text displayed in your web application should also be in English,
- although you are allowed to provide the user with options for internationalisation and translation.
- </p>
- </li>
- </ol>
-
- <!-- Change links after migrating them is done. -->
- <blockquote>
- Please note that our regular
- <a href="/pages/rules">community rules</a> and <a href="/pages/code-of-conduct">code of conduct</a>
- also apply during the event and that we reserve the right to make changes to these rules at any time.
- </blockquote>
-{% endblock %}
-
-{% block sidebar %}
- {% include "events/sidebar/code-jams/7.html" %}
- <div class="box">
- <p class="menu-label">Relevant Links</p>
- <ul class="menu-list">
- <li><a class="has-text-link" href="/events/code-jams/7">Summer Code Jam 2020</a></li>
- <li><a class="has-text-link" href="https://github.com/python-discord/summer-code-jam-2020-qualifier/">Code Jam Qualifier</a></li>
- </ul>
- </div>
-{% endblock %}
diff --git a/pydis_site/apps/events/pages/code-jams/_index.html b/pydis_site/apps/events/pages/code-jams/_index.html
deleted file mode 100644
index 5df3807c..00000000
--- a/pydis_site/apps/events/pages/code-jams/_index.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% extends "events/base.html" %}
-
-{% block event_content %}
- <p>ToDo!</p>
-{% endblock %}
diff --git a/pydis_site/apps/events/tests/test-pages/my-event/_index.html b/pydis_site/apps/events/tests/test-pages/my-event/_index.html
deleted file mode 100644
index 1a859fdd..00000000
--- a/pydis_site/apps/events/tests/test-pages/my-event/_index.html
+++ /dev/null
@@ -1 +0,0 @@
-{% extends "events/base.html" %}
diff --git a/pydis_site/apps/events/tests/test-pages/my-event/subpage.html b/pydis_site/apps/events/tests/test-pages/my-event/subpage.html
deleted file mode 100644
index 1a859fdd..00000000
--- a/pydis_site/apps/events/tests/test-pages/my-event/subpage.html
+++ /dev/null
@@ -1 +0,0 @@
-{% extends "events/base.html" %}