aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/events/sidebar/adventofcode
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-20 14:27:42 +0800
committerGravatar hedy <[email protected]>2024-01-20 14:36:43 +0800
commit51bfa2cb88dd5c29f80bb8f9aa9d724d33a87d45 (patch)
tree8670e0d5fbc9abc105bf781cddbf7430ad2e1369 /pydis_site/templates/events/sidebar/adventofcode
parentMerge pull request #1207 from python-discord/dependabot/pip/python-frontmatte... (diff)
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.
Diffstat (limited to 'pydis_site/templates/events/sidebar/adventofcode')
-rw-r--r--pydis_site/templates/events/sidebar/adventofcode/useful-links.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/pydis_site/templates/events/sidebar/adventofcode/useful-links.html b/pydis_site/templates/events/sidebar/adventofcode/useful-links.html
new file mode 100644
index 00000000..8b0b3c6f
--- /dev/null
+++ b/pydis_site/templates/events/sidebar/adventofcode/useful-links.html
@@ -0,0 +1,10 @@
+<div class="box">
+ <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>
+ <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>
+ </ul>
+</div>