From 45875a8ce4f6bf444dda087e233a9f09ee1b6ec1 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Mon, 23 Nov 2020 18:11:56 +0200 Subject: Finish events index page --- pydis_site/templates/events/index.html | 106 +++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html index 72a47557..5d9a60ef 100644 --- a/pydis_site/templates/events/index.html +++ b/pydis_site/templates/events/index.html @@ -14,4 +14,110 @@

If you want to read more about Code Jams, visit our Code Jam info page or watch this video showcasing the best projects created during the Winter Code Jam 2020: Ancient Technology:

+ +
+

Game Jam

+
+
+

+ The Game Jam is similar to our Code Jams, but smaller in scope. Instead of having to complete a qualifier + and being teamed up with random strangers, members of our community can just sign-up individually or pair up + with whoever they like. +

+

+ The participants will have ten days to create a game using the technology we've selected, and drawing + inspiration from a provided theme. After the event, a panel of judges will play all the games and select a + winner. The top 5 will featured in a special video on our YouTube channel. +

+

+ The first edition of the Game Jam ran from + April 17, 2020 to April 26, 2020. +

+
+
+ +
+
+
+ +
+

Hacktoberfest

+
+
+

+ This event revolves around the annual Hacktoberfest + event organized by Digital Ocean. In addition to promoting Hacktoberfest in our community and supporting + those who choose to take their first steps into the world of open source, we will also ease our members into + contributing to open source by starting a low-entry, beginner-friendly open source project where we will + guide our members through the open source process in a safe environment. +

+

+ The exact form this event will take has not been decided yet, but we'll make sure to keep you updated in + our community announcements! +

+
+
+ +
+
+
+ +
+

Advent of Code

+
+
+

+ Each year, many of our members take part of an online coding competition called + Advent of Code that takes place in December. Advent of Code is an + Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved + in any programming language you like, including Python. +

+

+ During the event, we will open a special discussion channel in which our members can discuss the puzzles + and compare their solutions. We will also open a private leaderboard and may even reward the best scoring + members on that board with prizes! +

+

+ However, this event isn't purely competitive. You can also join in just to see how far you'll get, to + challenge yourself, as a way of learning Python, or just for the fun of it. In 2019, almost 200 members + signed up for our private leaderboard, but many more took on the challenge without focusing on the + competitive aspect. +

+
+
+ +
+
+
+ +
+

PyWeek

+
+
+

+ For the past 15 years, PyWeek has been running a bi-annual game jam for the + Python language. As of 2020, we are excited to say we are officially partnered with PyWeek to co-run these + events. +

+

+ During each PyWeek event, we open a special discussion channel in which our members can discuss their + submissions, meet other participants, and talk to PyWeek staff. The PyWeek organizer, + Daniel Pope (@lordmauve) will be present during the entire event to answer + questions and post announcements and information in our community. +

+

+ Unlike our other events, the community will select the winner from all the submissions + during PyWeek. We may release YouTube content showcasing the best submissions after the events are finished. +

+
+
+ +
+
+
+{% endblock %} + +{% block sidebar %} + {% include "events/sidebar/upcoming-event.html" %} + {% include "events/sidebar/events-list.html" %} {% endblock %} -- cgit v1.2.3