diff options
author | 2020-09-26 20:13:06 -0400 | |
---|---|---|
committer | 2020-09-26 20:13:06 -0400 | |
commit | 9a98122a2544fc943b05015b156769ce2a53d0b6 (patch) | |
tree | 3dec74534d467628fe3e0f38e9f3d84e8e9969fc | |
parent | Merge pull request #289 from python-discord/admin-api-pages-improvements (diff) |
Add "Welcome to Python Discord" video to index
-rw-r--r-- | pydis_site/templates/home/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 3e96cc91..f31363a4 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -39,9 +39,7 @@ {# Right column container #} <div class="column is-half-desktop"> - <a href="https://pythondiscord.com/pages/code-jams/code-jam-7/"> - <img src="{% static "images/events/summer_code_jam_2020.png" %}"> - </a> + <iframe width="560" height="315" src="https://www.youtube.com/embed/ZH26PuX3re0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> </div> |