diff options
author | 2023-08-16 20:07:32 -0400 | |
---|---|---|
committer | 2023-08-18 13:47:09 +0200 | |
commit | 2d4b938f92987bc5c7f75ecf1f14f63a6da3edd7 (patch) | |
tree | 38c3e17dff925e3847dcf43d41b7c87f092e137d | |
parent | Remove #today-i-teach and add missing date (diff) |
Add switch to pinnward paste servicetimeline-branch-copy
-rw-r--r-- | pydis_site/templates/home/timeline.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 1896ae58..41eb5344 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -14,6 +14,26 @@ <div class="container max-width-lg cd-timeline__container"> <div class="cd-timeline__block"> + <div class="cd-timeline__img pastel-pink cd-timeline__img--picture"> + <i class="fa fa-comments"></i> + </div> + + <div class="cd-timeline__content text-component"> + <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>. + 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! + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Jul 11th, 2023</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> <div class="cd-timeline__img cd-timeline__img--picture"> <img src="{% static "images/timeline/cd-icon-picture.svg" %}" alt="Picture"> </div> |