Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ icon: pydis
---

<p style="background-color: #7289DA; border-radius: 10px;">
<img style="padding-right: 20px;" src="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_banner/logo_site_banner.svg">
<img style="padding-right: 20px;" src="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_banner/logo_site_banner.svg" alt="Python Discord Logo">
</p>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Python 3.13 Release Stream
date: Oct 10th, 2022
date: Oct 10th, 2024
icon: pydis
---

Expand Down
4 changes: 2 additions & 2 deletions pydis_site/templates/events/main_events.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="title is-4"><a href="{% url "events:page" path="pyweek" %}">PyWeek</a
</div>
<div class="card">
<div class="card-image">
<img loading=lazy src="/static/images/events/gallery/adventofcode.png" alt="Server icon for AoC">
<img loading=lazy src="/static/images/events/gallery/adventofcode.png" alt="Server icon for Advent of Code">
</div>
<div class="card-content">
<h2 class="title is-4"><a href="{% url "events:page" path="adventofcode" %}">Advent of code</a></h2>
Expand All @@ -53,7 +53,7 @@ <h2 class="title is-4"><a href="{% url "events:page" path="adventofcode" %}">Adv
</div>
<div class="card">
<div class="card-image">
<img loading=lazy src="/static/images/events/gallery/adventofcode.png" alt="Server icon for AoC">
<img loading=lazy src="/static/images/events/gallery/adventofcode.png" alt="Server icon for Advent of Code">
</div>
<div class="card-content">
<h2 class="title is-4"><a href="{% url "events:page" path="revivalofcode" %}">Revival of Code</a></h2>
Expand Down
6 changes: 3 additions & 3 deletions pydis_site/templates/events/other_events.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 class="title is-4"><a href="https://www.youtube.com/watch?v=PTjLkvvjKnM">Fan
<article class="media">
<div class="media-left">
<p class="image">
<img loading=lazy class="is-rounded" src="https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/files/python-logo-only.svg" style="width: 3rem;">
<img loading=lazy class="is-rounded" src="https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/files/python-logo-only.svg" style="width: 3rem;" alt="">
</p>
</div>
<div class="media-content">
Expand Down Expand Up @@ -85,7 +85,7 @@ <h2 class="title is-4"><a href="https://www.youtube.com/watch?v=00CW1y-O8YQ">Dev
<article class="media">
<div class="media-left">
<p class="image">
<img loading=lazy class="is-rounded" src="https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/files/python-logo-only.svg" style="width: 3rem;">
<img loading=lazy class="is-rounded" src="https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/files/python-logo-only.svg" style="width: 3rem;" alt="">
</p>
</div>
<div class="media-content">
Expand All @@ -111,7 +111,7 @@ <h2 class="title is-4"><a href="https://www.youtube.com/watch?v=AHT2l3hcIJg">Pyt
<article class="media">
<div class="media-left">
<p class="image">
<img loading=lazy src="/static/images/events/pixels_logo_transparent.gif" style="width: 3rem;">
<img loading=lazy src="/static/images/events/pixels_logo_transparent.gif" style="width: 3rem;" alt="">
</p>
</div>
<div class="media-content">
Expand Down
6 changes: 3 additions & 3 deletions pydis_site/templates/events/scheduled_events.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h2 class="title is-5" style="margin-bottom: 2rem;">Scheduled events</h2>
<article class="media">
<div class="media-left">
<p class="image is-64x64">
<a href="{% url "events:page" path="code-jams/12" %}"><img class="is-rounded" src="/static/images/events/summer_code_jam_2025/logo.png"></a>
<a href="{% url "events:page" path="code-jams/12" %}"><img class="is-rounded" src="/static/images/events/summer_code_jam_2025/logo.png" alt=""></a>
</p>
</div>
<div class="media-content">
Expand All @@ -26,7 +26,7 @@ <h5 class="title is-4"><a href="{% url "events:page" path="code-jams/12" %}">Sum
<article class="media">
<div class="media-left">
<p class="image is-64x64">
<a href="{% url "events:page" path="pyweek" %}"><img class="is-rounded" src="/static/images/events/icons/pyweek.png"></a>
<a href="{% url "events:page" path="pyweek" %}"><img class="is-rounded" src="/static/images/events/icons/pyweek.png" alt=""></a>
</p>
</div>
<div class="media-content">
Expand All @@ -49,7 +49,7 @@ <h5 class="title is-4"><a href="{% url "events:page" path="pyweek" %}">PyWeek 38
<article class="media">
<div class="media-left">
<p class="image is-64x64">
<a href="{% url "events:page" path="adventofcode" %}"><img class="is-rounded" src="/static/images/events/icons/adventofcode.png"></a>
<a href="{% url "events:page" path="adventofcode" %}"><img class="is-rounded" src="/static/images/events/icons/adventofcode.png" alt=""></a>
</p>
</div>
<div class="media-content">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="box">
<div class="has-text-centered">
<img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" style="border-radius: 10px;" alt="Server icon for AoC">
<img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" style="border-radius: 10px;" alt="Server icon for Advent of Code">
</div>
<p class="menu-label">Quick links</p>
<ul class="menu-list">
Expand Down
8 changes: 4 additions & 4 deletions pydis_site/templates/events/sidebar/main_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h2 class="title is-5">Previous events</h2>
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/summer_code_jam_2023/logo.PNG">
<img class="is-rounded" src="/static/images/events/summer_code_jam_2023/logo.PNG" alt="">
</p>
</div>
<div class="media-content">
Expand All @@ -16,7 +16,7 @@ <h5 class="title is-5"><a href="{% url "events:page" path="code-jams/10" %}">Sum
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/icons/pyweek.png">
<img class="is-rounded" src="/static/images/events/icons/pyweek.png" alt="">
</p>
</div>
<div class="media-content">
Expand All @@ -29,7 +29,7 @@ <h5 class="title is-5"><a href="https://pyweek/36/">PyWeek 36</a></h5>
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/icons/adventofcode.png">
<img class="is-rounded" src="/static/images/events/icons/adventofcode.png" alt="">
</p>
</div>
<div class="media-content">
Expand All @@ -42,7 +42,7 @@ <h5 class="title is-5"><a href="https://adventofcode.com/2023">Advent of Code 20
<article class="media">
<div class="media-left">
<p class="image is-32x32">
<img class="is-rounded" src="/static/images/events/icons/pyweek.png">
<img class="is-rounded" src="/static/images/events/icons/pyweek.png" alt="">
</p>
</div>
<div class="media-content">
Expand Down
2 changes: 1 addition & 1 deletion pydis_site/templates/events/sidebar/revivalofcode.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="box">
<div class="has-text-centered">
<img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" style="border-radius: 10px;" alt="Server icon for AoC">
<img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" style="border-radius: 10px;" alt="Server icon for Advent of Code">
</div>
<p class="menu-label">Quick links</p>
<ul class="menu-list">
Expand Down
2 changes: 1 addition & 1 deletion pydis_site/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
span{height:1.5em;text-align:center;font:68px/1.5 sans-serif;color:#FFFFFFEE;text-shadow:0 0 0.1em #00000020}
</style>
<a href=https://www.youtube.com/embed/ZH26PuX3re0?autoplay=1>
<img src='{% static "images/frontpage/welcome.jpg" %}' alt='Welcome to Python Discord'>
<img src='{% static "images/frontpage/welcome.jpg" %}' alt='Welcome to Python Discord, click to play'>
<span>▶</span>
</a>"
allow="autoplay; accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
Expand Down
2 changes: 1 addition & 1 deletion pydis_site/templates/timeline/timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="timeline-icon-date">
<div class="timeline-icon {{ entry.icon_color }}">
{% if entry.icon == "pydis" %}
<img class="pydis" src="{% static "images/timeline/cd-icon-pydis.svg" %}" alt="Logo">
<img class="pydis" src="{% static "images/timeline/cd-icon-pydis.svg" %}" alt="">
{% else %}
<span class="icon"><i class="{{ entry.icon }}"></i></span>
{% endif %}
Expand Down