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