From 42ab17bb22df198a6538837d10481dc31a4a701a Mon Sep 17 00:00:00 2001 From: hedy Date: Tue, 6 Feb 2024 17:17:02 +0800 Subject: Events: Fix grammars and add 2023 code jam logo --- pydis_site/templates/events/current_event.html | 2 +- pydis_site/templates/events/index.html | 2 +- pydis_site/templates/events/sidebar/code-jams/10.html | 3 +++ pydis_site/templates/events/sidebar/main_sidebar.html | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/events/current_event.html b/pydis_site/templates/events/current_event.html index df47f6f7..7e16fcfa 100644 --- a/pydis_site/templates/events/current_event.html +++ b/pydis_site/templates/events/current_event.html @@ -16,7 +16,7 @@ PyWeek logo -

PyWeek has been running a bi-annual game jam for the Python language. As of 2020, we are excited to say we are officially partnered with PyWeek to co-run these events.

+

A bi-annual game jam where participants write a game in Python in a week, either individually or as a team. The theme is voted by the competitors prior to the challenge, and the entries are also judged by the competitors after the challenge.

Learn more diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html index 4ff29ede..90d68e97 100644 --- a/pydis_site/templates/events/index.html +++ b/pydis_site/templates/events/index.html @@ -9,7 +9,7 @@ {% block event_base_content %}
-

At Python Discord we run a few regular events such as programming contests and workshops, as well as more ad-hoc events such as Python release streams. All members are welcome to participate in the events live, and for most events we release videos on our YouTube channel after the event in case you've missed it.

+

At Python Discord, we run a few regular events such as programming contests and workshops, as well as more ad-hoc events such as Python release streams. All members are welcome to participate in the events live, and for most events we release videos on our YouTube channel after the event in case you've missed it.

To subscribe to the announcements, head over to the bottom of the #roles channel and get the @Announcements role to receive notifications on the latest updates!

{% include "events/current_event.html" %} {% include "events/scheduled_events.html" %} diff --git a/pydis_site/templates/events/sidebar/code-jams/10.html b/pydis_site/templates/events/sidebar/code-jams/10.html index 31b5bda5..956b5140 100644 --- a/pydis_site/templates/events/sidebar/code-jams/10.html +++ b/pydis_site/templates/events/sidebar/code-jams/10.html @@ -6,3 +6,6 @@ The Code Style Guide
+
+ logo +
diff --git a/pydis_site/templates/events/sidebar/main_sidebar.html b/pydis_site/templates/events/sidebar/main_sidebar.html index 4f7272bc..fb9da290 100644 --- a/pydis_site/templates/events/sidebar/main_sidebar.html +++ b/pydis_site/templates/events/sidebar/main_sidebar.html @@ -16,7 +16,7 @@

- +

-- cgit v1.2.3