diff options
author | 2023-08-26 15:30:48 -0400 | |
---|---|---|
committer | 2023-08-26 15:36:40 -0400 | |
commit | 57d0fb596efa44c6d70dc49d04cddba37e55d709 (patch) | |
tree | 527aefab3627bf7c2a77bf27568f31960087e3b3 | |
parent | Merge pull request #1065 from python-discord/update-timeline (diff) |
Fix broken links and remove extraneous space in timeline
Many thanks to @Rainb0wCodes for making me aware of the broken links.
Co-authored-by: Rainb0w :3 <[email protected]>
-rw-r--r-- | pydis_site/templates/home/timeline.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 41eb5344..7fc6f325 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -22,7 +22,8 @@ <h2>Switch to new paste service</h2> <p class="color-contrast-medium"> We migrate over to <a href="https://github.com/supakeen/pinnwand">pinnwand</a> - as the service that powers our paste bin over at <a>https://paste.pythondiscord.com/</a>. + as the service that powers our paste bin over at + <a href="https://paste.pythondiscord.com">https://paste.pythondiscord.com/</a>. We made the switch as it comes with native light/dark modes, support for multi-file pastes, additional support for text highlighting languages, and plus, it's written in Python! @@ -204,9 +205,8 @@ <p class="color-contrast-medium"> We gave our resources pages some much needed love and <a href="https://www.pythondiscord.com/resources/"> - reorganised them into a single page - </a> - , complete with a shiny new resource filter that allows you to more quickly find + reorganised them into a single page</a>, + complete with a shiny new resource filter that allows you to more quickly find ones that relate to your interests, experience, learning style, and ability to pay! </p> <div class="flex justify-between items-center"> @@ -329,7 +329,7 @@ <div class="cd-timeline__content text-component"> <h2>Owners become PSF Fellows</h2> <p class="color-contrast-medium">Joe, Leon, and Sebastiaan - <a hreh="https://pyfound.blogspot.com/2021/04/python-software-foundation-fellow.html"> + <a href="https://pyfound.blogspot.com/2021/04/python-software-foundation-fellow.html"> are recognized as Python Software Foundation Fellows </a> for their substantial contributions to the Python ecosystem by fostering |