aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/events/sidebar/adventofcode
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-02-02 19:47:49 +0800
committerGravatar hedy <[email protected]>2024-02-02 19:47:49 +0800
commit1e0ac08d585ac8621cbcd61189bd10fc3ce86f7e (patch)
tree1d3615693645e9217397e3791ca9beaac5db5b61 /pydis_site/templates/events/sidebar/adventofcode
parentEvents: Maybe fix masonry grid on tablets (diff)
Events: Re-organize templates and significantly improve layouts
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.
Diffstat (limited to 'pydis_site/templates/events/sidebar/adventofcode')
-rw-r--r--pydis_site/templates/events/sidebar/adventofcode/useful-links.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/sidebar/adventofcode/useful-links.html b/pydis_site/templates/events/sidebar/adventofcode/useful-links.html
index 8b0b3c6f..11dafcb8 100644
--- a/pydis_site/templates/events/sidebar/adventofcode/useful-links.html
+++ b/pydis_site/templates/events/sidebar/adventofcode/useful-links.html
@@ -2,7 +2,7 @@
<div class="has-text-centered">
<img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" style="border-radius: 10px;" alt="Server icon for AoC">
</div>
- <p class="menu-label">Advent of Code Links</p>
+ <p class="menu-label">Quick links</p>
<ul class="menu-list">
<li><a class="has-text-link" href="https://adventofcode.com">Homepage</a></li>
<li><a class="has-text-link" href="https://reddit.com/r/adventofcode">Reddit</a></li>