diff options
| author | 2020-07-14 13:08:41 -0700 | |
|---|---|---|
| committer | 2020-07-14 13:08:41 -0700 | |
| commit | 2a5bd3242582a9767d70e18e97fc643b9b6c30ec (patch) | |
| tree | cfc8c37fa2a59046f91305c86eca9e977dd1ef29 /pydis_site/templates/home/index.html | |
| parent | Allow empty list for message embeds (diff) | |
| parent | Catch ConnectionError when trying to get updated repository data (diff) | |
Merge branch 'master' into feat/deps/344/django-3.0
Diffstat (limited to 'pydis_site/templates/home/index.html')
| -rw-r--r-- | pydis_site/templates/home/index.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index d153b293..3e96cc91 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -38,14 +38,10 @@ </div> {# Right column container #} - <div class="column is-half-desktop video-container"> - <iframe - width="560" - height="315" - src="https://www.youtube.com/embed/I97L_Y3rhvc?start=381" - frameborder="0" - allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> - </iframe> + <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> </div> </div> |