aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/events/other_events.html
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-02-11 21:49:05 +0800
committerGravatar hedy <[email protected]>2024-02-11 21:49:05 +0800
commit86841ade288233f19251eb9173b1c67209d31601 (patch)
tree8c78f488db178f8e860540edcbc43cd191ed59e5 /pydis_site/templates/events/other_events.html
parentEvents: Fix grammars and add 2023 code jam logo (diff)
Events: Update the events to include in galleries
Diffstat (limited to 'pydis_site/templates/events/other_events.html')
-rw-r--r--pydis_site/templates/events/other_events.html30
1 files changed, 14 insertions, 16 deletions
diff --git a/pydis_site/templates/events/other_events.html b/pydis_site/templates/events/other_events.html
index 9fc7c6ab..06c50999 100644
--- a/pydis_site/templates/events/other_events.html
+++ b/pydis_site/templates/events/other_events.html
@@ -111,23 +111,23 @@
<article class="media">
<div class="media-left">
<p class="image">
- <img class="is-rounded" src="https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/files/python-logo-only.svg" style="width: 3rem;">
+ <img src="/static/images/events/pixels_logo_transparent.gif" style="width: 3rem;">
</p>
</div>
<div class="media-content">
<div class="content">
- <h2 class="title is-4"><a href="https://www.youtube.com/watch?v=gXMdfBTcOfQ">Python Core Developers Q&A</a></h2>
+ <h2 class="title is-4"><a href="{% url "events:page" path="pixels" %}">Pixels</a></h2>
<p class="subtitle is-7 has-text-grey">
<span class="icon-text">
<span class="date-icon icon"><i class="fa-regular fa-calendar"></i></span>
- <span>Oct. 21, 2020</span>
+ <span>May 2021</span>
</span>
</p>
- <p>The first Python Core Developers Q&A! During the Q&A, several core developers answered questions sent in by you, the broader Python community. This Q&A was part of the yearly Python Core Dev Sprint, organized virtually in 2020 on Python Discord.</p>
+ <p>Inspired by r/place, the reddit April Fools experiment where users could place pixels on a canvas one-by-one, Pixels was an application that allowed users to collaboratively decorate a canvas pixel-by-pixel. The twist? Interacting with our canvas can only be done via an API.</p>
</div>
- <a class="button is-small is-link is-outlined" href="https://www.youtube.com/watch?v=gXMdfBTcOfQ">
- <span class="icon"><i class="fab fa-youtube"></i></span>
- <span>Watch on YouTube</span>
+ <a class="button is-small is-link is-outlined" href="{% url "events:page" path="pixels" %}">
+ <span class="icon"><i class="fas fa-circle-info"></i></span>
+ <span>Learn more</span>
</a>
</div>
</article>
@@ -136,24 +136,22 @@
<div class="box">
<article class="media">
<div class="media-left">
- <p class="image">
- <img class="is-rounded" src="https://user-images.githubusercontent.com/33516116/77593036-5fb09780-6eeb-11ea-9feb-336b2e5e23de.png" style="width: 3rem;">
- </p>
+ <span class="icon is-large"><i class="fas fa-comments fa-2xl" style="color: #4B8BBE"></i></span>
</div>
<div class="media-content">
<div class="content">
- <h2 class="title is-4"><a href="{% url "events:page" path="game-jams" %}">Game Jam</a></h2>
+ <h2 class="title is-4"><a href="https://www.youtube.com/watch?v=gXMdfBTcOfQ">Python Core Developers Q&A</a></h2>
<p class="subtitle is-7 has-text-grey">
<span class="icon-text">
<span class="date-icon icon"><i class="fa-regular fa-calendar"></i></span>
- <span>April 2020</span>
+ <span>Oct. 21, 2020</span>
</span>
</p>
- <p>The Game Jam was similar to our Code Jams, but smaller in scope. Instead of having to complete a qualifier and being teamed up with random strangers, members of our community can just sign-up individually or pair up with whoever they like.</p>
+ <p>The first Python Core Developers Q&A! During the Q&A, several core developers answered questions sent in by you, the broader Python community. This Q&A was part of the yearly Python Core Dev Sprint, organized virtually in 2020 on Python Discord.</p>
</div>
- <a class="button is-small is-link is-outlined" href="{% url "events:page" path="game-jams" %}">
- <span class="icon"><i class="fas fa-circle-info"></i></span>
- <span>Learn more</span>
+ <a class="button is-small is-link is-outlined" href="https://www.youtube.com/watch?v=gXMdfBTcOfQ">
+ <span class="icon"><i class="fab fa-youtube"></i></span>
+ <span>Watch on YouTube</span>
</a>
</div>
</article>