From 1e0ac08d585ac8621cbcd61189bd10fc3ce86f7e Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 2 Feb 2024 19:47:49 +0800 Subject: Events: Re-organize templates and significantly improve layouts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aka, many minor changes I shouldn't've grouped together in a single commit. - Add main page events description - Use date icons every where - Fill up one-off events list - Use a media-like layout for one-off events instead - Use 2-column masonry for one-off events list - Update schedules for this year - Add a colored top border line to cards in the main gallery that do not have thumbnail banners - Add april fools to fill the gap in the second row so the grid looks better - Re-purpose 'all events' sidebar as 'ToC' with appropriate anchor links - Use circle-info icon everywhere for learn more buttons - Added python release streams to the one-off events That light blue cloud icon for devops hour looks dope IMO :P - And of course, thanks to the layout change for one-off events list I do not have to hurriedly create ad-hoc thumbnails for them 😔. phew - Which means our fancy hats workshop can use the beautiful magician hat emoji as the icon! - Renamed 'scheduled' and 'recent' events to be year-independent. This makes it consistent because we might end up updating the list mid-year. This means all dates will have the year specified. The pain of updating the gallery sections' height for both main and one-off events section continues to be a limitation. --- pydis_site/templates/events/pages/adventofcode/_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/templates/events/pages/adventofcode') diff --git a/pydis_site/templates/events/pages/adventofcode/_index.html b/pydis_site/templates/events/pages/adventofcode/_index.html index b45ef33b..fd9ba06d 100644 --- a/pydis_site/templates/events/pages/adventofcode/_index.html +++ b/pydis_site/templates/events/pages/adventofcode/_index.html @@ -10,7 +10,7 @@ {% block event_content %}

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 of Code (AoC) 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.

-- cgit v1.2.3