diff options
author | 2023-08-16 19:53:12 -0400 | |
---|---|---|
committer | 2023-08-18 13:47:08 +0200 | |
commit | 79872c8e0d6a8e063a23e6a23237982a4efc5afc (patch) | |
tree | 7627a976f8887855e073c74bb50193dad1f70af4 | |
parent | Update timeline (August 2023) (diff) |
Remove #today-i-teach and add missing date
-rw-r--r-- | pydis_site/templates/home/timeline.html | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index b2b55a97..1896ae58 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -34,23 +34,6 @@ </div> <div class="cd-timeline__block"> - <div class="cd-timeline__img pastel-orange cd-timeline__img--picture"> - <i class="fa fa-comments"></i> - </div> - - <div class="cd-timeline__content text-component"> - <h2>Creation of #today-i-teach</h2> - <p class="color-contrast-medium"> - We unveil the <code>#today-i-teach</code> forum channel where members can share - programming tidbits or fun facts that they've learned to the community. - </p> - <div class="flex justify-between items-center"> - <span class="cd-timeline__date">Dec 17th, 2022</span> - </div> - </div> - </div> - - <div class="cd-timeline__block"> <div class="cd-timeline__img pastel-pink cd-timeline__img--picture"> <i class="fa fa-comments"></i> </div> @@ -224,7 +207,7 @@ 150,000 to 300,000 in less than a year! </p> <div class="flex justify-between items-center"> - <span class="cd-timeline__date">Jan ??, 2022</span> + <span class="cd-timeline__date">Jan 19, 2022</span> </div> </div> </div> |