diff options
author | 2024-02-06 17:17:02 +0800 | |
---|---|---|
committer | 2024-02-06 17:17:02 +0800 | |
commit | 42ab17bb22df198a6538837d10481dc31a4a701a (patch) | |
tree | 7480cf7429bdf1e918562f216f911e68ff5cb613 /pydis_site/templates/events/current_event.html | |
parent | Fix conflicts (diff) |
Events: Fix grammars and add 2023 code jam logo
Diffstat (limited to 'pydis_site/templates/events/current_event.html')
-rw-r--r-- | pydis_site/templates/events/current_event.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <img src="https://pyweek.readthedocs.io/en/latest/_static/pyweek.svg" style="border-radius: 10px;" alt="PyWeek logo"> </div> </div> - <p>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.</p> + <p>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.</p> <a class="button is-link" href="https://pyweek.org/37/"> <span class="icon-text"> <span>Learn more</span><span class="icon has-text-white"><i class="fa-solid fa-arrow-right"></i></span> |