diff options
| -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  |