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