aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/events/index.html
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-20 16:23:37 +0800
committerGravatar hedy <[email protected]>2024-01-20 16:23:37 +0800
commit09180515049b7138cf186fbf259315155660cb2f (patch)
tree82ece1faf6dc5b3eee46fa16c388beae9436fb86 /pydis_site/templates/events/index.html
parentEvents: Initial redesign (diff)
Events: Update content and remove fillers
Diffstat (limited to 'pydis_site/templates/events/index.html')
-rw-r--r--pydis_site/templates/events/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html
index 547368da..e248edd6 100644
--- a/pydis_site/templates/events/index.html
+++ b/pydis_site/templates/events/index.html
@@ -29,8 +29,8 @@
<div class="box">
<h2 class="title is-6">July-December</h2>
<ul>
- <li><a href="{% url "events:page" path="revivalofcode" %}">Revival of Code</a></li>
- <li><a href="{% url "events:page" path="code-jams" %}">Code Jam</a></li>
+ <li>TBD: <a href="{% url "events:page" path="revivalofcode" %}">Revival of Code</a></li>
+ <li>TBD: <a href="{% url "events:page" path="code-jams" %}">Code Jam</a></li>
<li>September: <a href="{% url "events:page" path="pyweek" %}">Pyweek</a></li>
<li>December 1-25: <a href="{% url "events:page" path="adventofcode" %}">Advent of Code</a></li>
</ul>
@@ -67,7 +67,7 @@
<div class="column is-one-third-desktop is-half-tablet">
<div class="box">
<h2 class="title is-4"><a href="{% url "events:page" path="pixels" %}">Pixels</a></h2>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur.</p>
+ <p>A collaborative canvas where users paint pixel by pixel, by POSTing co-ordinates and a color code to an API.</p>
<div class="has-text-centered">
<img src="/static/images/events/pixels_logo_transparent.gif" alt="Logo for pixels">
</div>
@@ -87,7 +87,9 @@
<div class="column is-one-third-desktop is-half-tablet">
<div class="box">
<h2 class="title is-4"><a href="{% url "events:page" path="revivalofcode" %}">Revival of Code</a></h2>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur.</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>
<div class="has-text-centered">
<img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" alt="Server icon for AoC">
</div>