From 51bfa2cb88dd5c29f80bb8f9aa9d724d33a87d45 Mon Sep 17 00:00:00 2001 From: hedy Date: Sat, 20 Jan 2024 14:27:42 +0800 Subject: Events: Initial redesign - Added standalone pages for each event - Added initial design of new layout - Refactored some sidebars and templates to update current/upcoming event - Put two CJ10 assets into their own dedicated folder Includes dummy text for event descriptions and content that is not up-to-date: Current and Upcoming event components. --- pydis_site/templates/events/current_event.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pydis_site/templates/events/current_event.html (limited to 'pydis_site/templates/events/current_event.html') diff --git a/pydis_site/templates/events/current_event.html b/pydis_site/templates/events/current_event.html new file mode 100644 index 00000000..11a98343 --- /dev/null +++ b/pydis_site/templates/events/current_event.html @@ -0,0 +1,18 @@ +{# Current or ongoing event #} + +{% load static %} +

Current event

+
+

Code Jam 2023

+
+
+

Once a year we host a code jam for members of our server to participate in. The code jam is an event where we place you in a team with 5 other random server members. You then have 11 days to code some sort of application or program in Python. Your program must use the specified technology/framework and incorporate the theme chosen by the server.

+ + Join now + +
+
+ Code Jam 2023 +
+
+
-- cgit v1.2.3