From 7099b1fdd6a16c32204dd8c8e4879a9fd9f19614 Mon Sep 17 00:00:00 2001 From: r4ge <71139938+r4gesingh47@users.noreply.github.com> Date: Tue, 25 Apr 2023 23:28:03 +0530 Subject: Update Code Jam 2022 & Events homepage (#952) * Update Code Jam 2022 and events homepage to show that it has ended. * Remove strike through for important dates in CJ. --- .../templates/events/pages/code-jams/9/_index.html | 55 ++++- .../events/pages/code-jams/9/submissions.html | 232 +++++++++++++++++++++ 2 files changed, 280 insertions(+), 7 deletions(-) create mode 100644 pydis_site/templates/events/pages/code-jams/9/submissions.html diff --git a/pydis_site/templates/events/pages/code-jams/9/_index.html b/pydis_site/templates/events/pages/code-jams/9/_index.html index ca7c4f90..3e60c387 100644 --- a/pydis_site/templates/events/pages/code-jams/9/_index.html +++ b/pydis_site/templates/events/pages/code-jams/9/_index.html @@ -20,15 +20,56 @@ and walking through the program that your team has created. More details and specifics of this will be released within the next 2 weeks.

+

Code Jam Winners

+

Congratulations to our winners and the two runner ups! Check out their projects below.

+ +

Cerebral Centaurs: Drawn

+

Palmirka, Tu®tle, collerek, Rortox

+

+ Drawn is based on old school Pictionary game, with additional surprises waiting for the drawer each turn. +

+

+ GitHub Repository +
+ +

+ +

Kingly Kelpies: for level_id in range(14)

+

Kingu, Falkan, Bamboodja, Redriel, Vinyzu

+

+ A simple multiplayer puzzle game, in which your aim is to reach the goal by pressing buttons, standing on plates and moving boxes. +

+

+ Demo video +
+ GitHub Repository +
+

+ +

Logical Leprechauns: Curse of the Mites

+

Fyx, Aboo Minister, A5rocks, Bautista, ~tylerr

+

+ Curse of the Mites is a text based MUD (multi-user dungeon) in which you play as a caterpillar whose goal is to grow into a butterfly to escape the forest cursed by mites. +

+ GitHub Repository +
+

+ +

Submissions

+

+ By the end of the jam, 20+ teams made project submissions. Check them all out here: +

View Submissions
+

+

Important Dates

The Qualifier

diff --git a/pydis_site/templates/events/pages/code-jams/9/submissions.html b/pydis_site/templates/events/pages/code-jams/9/submissions.html new file mode 100644 index 00000000..e0139ce8 --- /dev/null +++ b/pydis_site/templates/events/pages/code-jams/9/submissions.html @@ -0,0 +1,232 @@ +{% extends "events/base_sidebar.html" %} + +{% load static %} + +{% block title %}Summer Code Jam 2022{% endblock %} + +{% block breadcrumb %} +
  • Events
  • +
  • Code Jams
  • +
  • Summer Code Jam 2022
  • +
  • Submissions
  • +{% endblock %} + +{% block event_content %} +

    + Below is a list of all projects submitted by the end of Summer Code Jam 2022 +

    + +
    +
    +

    Artful Angels

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Burly Barghests

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Cerebral Centaurs

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Dynamic Dryads

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Generous Giants

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Genuine Djinn

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Gorgeous Ghouls

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Heroic Hydra

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Kindly Kappa

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Kingly Kelpies

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Logical Leprechauns

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Lucky Leucrota

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Muscular Mermaids

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Old-Fashioned Orcs

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Sassy Snallygasters

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Silly Selkies

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Spiffy Sphinxes

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Stately Satyrs

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Tireless Timingila

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Towering Tupilaqs

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Valiant Valkyries

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Wily Werewolves

    +
    +
    +

    GitHub

    +
    +
    + +
    +
    +

    Zesty Zombies

    +
    +
    +

    GitHub

    +
    +
    + +{% endblock %} + +{% block sidebar %} + + {% include "events/sidebar/code-jams/9.html" %} + +{% endblock %} -- cgit v1.2.3