aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
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
parentEvents: Fix grammars and add 2023 code jam logo (diff)
Events: Update the events to include in galleries
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/events/main_events.html22
-rw-r--r--pydis_site/templates/events/other_events.html30
2 files changed, 17 insertions, 35 deletions
diff --git a/pydis_site/templates/events/main_events.html b/pydis_site/templates/events/main_events.html
index a4675333..3b5c9aa9 100644
--- a/pydis_site/templates/events/main_events.html
+++ b/pydis_site/templates/events/main_events.html
@@ -37,21 +37,6 @@
</div>
<div class="card">
<div class="card-image">
- <img src="/static/images/events/gallery/pixels.png" alt="Logo for pixels">
- </div>
- <div class="card-content">
- <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 ml-0">
- <span class="icon date-icon"><i class="fa-regular fa-calendar"></i></span>
- <span>Not fixed</span>
- </span>
- </p>
- <p>A collaborative canvas where users paint pixel by pixel, by POSTing co-ordinates and a color code to an API.</p>
- </div>
- </div>
- <div class="card">
- <div class="card-image">
<img src="/static/images/events/gallery/adventofcode.png" alt="Server icon for AoC">
</div>
<div class="card-content">
@@ -62,7 +47,7 @@
<span>December</span>
</span>
</p>
- <p>An advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like, including Python.</p>
+ <p>An advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like, including Python. The puzzles start off easy and gradually get more difficult, all while revealing a fun little story that is appropriate for some seasons more than others. Puzzles are posted every day as they come, and you'll be able to discuss your solutions for each puzzle in dedicated threads.</p>
</div>
</div>
<div class="card">
@@ -77,7 +62,7 @@
<span>July to August</span>
</span>
</p>
- <p>Revival of Code is a Python Discord hosted event where we release old Advent of Code puzzles from a previous year. The puzzles start off easy and gradually get more difficult, all while revealing a fun little story that is appropriate for some seasons more than others. Questions will be posted every other day, and you'll be able to discuss your solutions in dedicated threads.</p>
+ <p>Revival of Code is a Python Discord hosted event where we release old Advent of Code puzzles from a previous year. Puzzles are for a variety of skill sets and skill levels that can be solved in any programming language you like, including Python. They will be posted every other day, and you'll be able to discuss your solutions in dedicated threads.</p>
</div>
</div>
<div class="card">
@@ -87,10 +72,9 @@
<p class="subtitle is-7 has-text-grey">
<span class="icon-text">
<span class="icon date-icon"><i class="fa-regular fa-calendar"></i></span>
- <span>April 1</span>
+ <span>April 1st</span>
</span>
</p>
- <p>HMMMMMMM what's this event about??</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
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>