From fcea687aa193cb24657efa1fbf9bd1a87d55c335 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Thu, 6 Feb 2020 00:42:08 +1000 Subject: Update resources reference in head navbar. Due to the tweak in the wiki page structure, the Tools page is now under resources, and Learning Resources is now just Resources. --- pydis_site/templates/base/navbar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 2ba5bdd4..376dab5a 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -63,9 +63,9 @@ - {# Code Jam banner #} + {# Right column container #}
- - - +
-- cgit v1.2.3 From 5e8875f2dbc5ab76bfb021ebbe7b66d62a85848e Mon Sep 17 00:00:00 2001 From: Joseph Banks Date: Thu, 20 Feb 2020 23:09:21 +0000 Subject: Add sentry logo to sponsors --- pydis_site/static/images/sponsors/sentry.png | Bin 0 -> 8610 bytes pydis_site/templates/home/index.html | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 pydis_site/static/images/sponsors/sentry.png (limited to 'pydis_site/templates') diff --git a/pydis_site/static/images/sponsors/sentry.png b/pydis_site/static/images/sponsors/sentry.png new file mode 100644 index 00000000..37494b19 Binary files /dev/null and b/pydis_site/static/images/sponsors/sentry.png differ diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index e8aae7fe..1ee93b10 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -96,6 +96,9 @@ Adafruit + + Sentry + -- cgit v1.2.3