aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-23 22:30:26 +0100
committerGravatar GitHub <[email protected]>2020-10-23 22:30:26 +0100
commitc5380778751af515e98ab9f7f74b7424e5508c52 (patch)
tree7b11a44d8dbb5ba63744c471fb9efa1bac6f82fa /pydis_site/templates
parentAllow requesting API data from internal DNS (diff)
parentUpdate Python Discord badge to 100k members. (diff)
Merge branch 'master' into allow-internal-dns-api
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/home/timeline.html21
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>