diff options
| author | 2020-02-28 13:59:24 +1000 | |
|---|---|---|
| committer | 2020-02-28 13:59:24 +1000 | |
| commit | b70c136671a535b0b986d5d83f7fa20aef357741 (patch) | |
| tree | 6bd377cbb020ddfaf81dabe4b1e86f1b2c5eea79 /pydis_site/templates | |
| parent | Fix #329 missing manage.py & Django logs (diff) | |
| parent | Merge pull request #333 from python-discord/add-sentry-sdk (diff) | |
Merge branch 'master' into bug/backend/s329/docker-compose-tty
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/home/index.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 3b150767..1ee93b10 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -37,11 +37,15 @@ </p> </div> - {# Code Jam banner #} + {# Right column container #} <div class="column is-half-desktop video-container"> - <a href="https://pythondiscord.com/pages/code-jams/code-jam-6/"> - <img src="https://raw.githubusercontent.com/python-discord/branding/master/logos/logo_discord_banner/code%20jam%206%20-%20website%20banner.png"/> - </a> + <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> </div> @@ -92,6 +96,9 @@ <a href="https://adafruit.com" class="column is-narrow"> <img src="{% static "images/sponsors/adafruit.png" %}" alt="Adafruit"/> </a> + <a href="https://sentry.io" class="column is-narrow"> + <img src="{% static "images/sponsors/sentry.png" %}" alt="Sentry"/> + </a> </div> </div> </div> |