diff options
| author | 2019-12-23 00:41:06 +0000 | |
|---|---|---|
| committer | 2019-12-23 00:41:06 +0000 | |
| commit | b9f985018ebaa880695c2f099a46eab01ab2d492 (patch) | |
| tree | 90c7c684acf77de5e12e9fd6cb52cb2fa182ef2d | |
| parent | Pad the discriminator with zeroes in profile. (diff) | |
| parent | Add Code Jam 6 banner to the homepage (diff) | |
Merge pull request #319 from python-discord/code-jam-6-update
Add Code Jam 6 banner to the homepage
| -rw-r--r-- | pydis_site/templates/home/index.html | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index dfcc6715..3b150767 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -37,11 +37,11 @@            </p>          </div> -        {# Intro video #} +        {# Code Jam banner #}          <div class="column is-half-desktop video-container"> -          <iframe src="https://www.youtube.com/embed/DIBXg8Qh7bA" frameborder="0" -                  allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" -                  allowfullscreen></iframe> +          <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>          </div>        </div>  |