diff options
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/home/timeline.html | 21 | 
1 files changed, 20 insertions, 1 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 5c71f3a7..54cbdc1b 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -479,6 +479,25 @@              </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> + +            <div class="cd-timeline__content text-component"> +                <h2>Python Discord hosts the 2020 CPython Core Developer Q&A</h2> +                <div class="video-container"> +                    <iframe class="video" src="https://www.youtube.com/embed/gXMdfBTcOfQ" frameborder="0" +                        allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" +                        allowfullscreen></iframe> +                </div> + +                <div class="flex justify-between items-center"> +                    <span class="cd-timeline__date">Oct 21st, 2020</span> +                </div> +            </div> +        </div> +          <div class="cd-timeline__block">              <div class="cd-timeline__img pastel-dark-blue cd-timeline__img--picture">                  <i class="fa fa-users"></i> @@ -490,7 +509,7 @@                      and one we're very proud of. To commemorate it, we create this timeline.</p>                  <div class="flex justify-between items-center"> -                    <span class="cd-timeline__date">Sep ??, 2020</span> +                    <span class="cd-timeline__date">Oct 22nd, 2020</span>                  </div>              </div>          </div>  |