From b94786e60afe4f0e2b51947f11b8898ebd84ead9 Mon Sep 17 00:00:00 2001 From: hedy Date: Mon, 11 Mar 2024 18:41:45 +0800 Subject: Fix timeline icons for Summer Code Jam and AoC 2020 --- pydis_site/templates/home/timeline.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 6c627033..23a6459c 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -344,7 +344,7 @@
- +
@@ -473,7 +473,7 @@
- +
-- cgit v1.2.3 From 8b9b9294bea5f68eaadec8892645e1f66c6b23b0 Mon Sep 17 00:00:00 2001 From: hedy Date: Tue, 12 Mar 2024 17:08:18 +0800 Subject: Fix FA icons in Code Jam pages --- pydis_site/templates/events/pages/code-jams/10/_index.html | 6 +++--- pydis_site/templates/events/pages/code-jams/8/_index.html | 6 +++--- pydis_site/templates/events/pages/code-jams/9/_index.html | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/events/pages/code-jams/10/_index.html b/pydis_site/templates/events/pages/code-jams/10/_index.html index 372aa805..c246456e 100644 --- a/pydis_site/templates/events/pages/code-jams/10/_index.html +++ b/pydis_site/templates/events/pages/code-jams/10/_index.html @@ -29,7 +29,7 @@ Taking captchas to the next level in an effort to foil some of the new AIs. The captchas are image based with a twist.

- GitHub Repository + GitHub Repository

@@ -40,7 +40,7 @@ Given a snippet of code, create an image of the code to easily share and also embed the code into the image of the code itself.

- GitHub Repository + GitHub Repository

@@ -49,7 +49,7 @@

Image manipulation puzzle game. Adjust image manipulation sliders to find secret codes.

- GitHub Repository + GitHub Repository

diff --git a/pydis_site/templates/events/pages/code-jams/8/_index.html b/pydis_site/templates/events/pages/code-jams/8/_index.html index 2d197199..178cc536 100644 --- a/pydis_site/templates/events/pages/code-jams/8/_index.html +++ b/pydis_site/templates/events/pages/code-jams/8/_index.html @@ -31,7 +31,7 @@

Demo video
- GitHub Repository + GitHub Repository

@@ -46,7 +46,7 @@

Demo video
- GitHub Repository + GitHub Repository

@@ -58,7 +58,7 @@ Just like a real world Rubik's cube, you can move this cube around to look at it from all sides. And, of course, you can rotate the individual discs it is made up of to first scramble up the order and then to try and solve it into perfect ordering again.

- GitHub Repository + GitHub Repository

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 68e377c9..d2e02d2c 100644 --- a/pydis_site/templates/events/pages/code-jams/9/_index.html +++ b/pydis_site/templates/events/pages/code-jams/9/_index.html @@ -29,7 +29,7 @@ Drawn is based on old school Pictionary game, with additional surprises waiting for the drawer each turn.

- GitHub Repository + GitHub Repository

@@ -42,7 +42,7 @@

Demo video
- GitHub Repository + GitHub Repository

@@ -51,7 +51,7 @@

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 + GitHub Repository

-- cgit v1.2.3