From 57904f2de4e4ee7d6a12e16a0c96fbd58841d268 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Mon, 26 Oct 2020 19:42:51 +0200 Subject: Create index events page template --- pydis_site/templates/events/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pydis_site/templates/events/index.html (limited to 'pydis_site') diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html new file mode 100644 index 00000000..5ec8b0ef --- /dev/null +++ b/pydis_site/templates/events/index.html @@ -0,0 +1,17 @@ +{% extends "events/base.html" %} + +{% block title %}Events{% endblock %} + +{% block breadcrumb %} +
  • Events
  • +{% endblock %} + +{% block event_content %} +
    +

    Code Jams

    +

    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.

    +

    To help fuel the creative process, we provide a specific theme, like Ancient Technology or This App Hates You. 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.

    +

    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:

    + +
    +{% endblock %} -- cgit v1.2.3