diff options
author | 2020-03-27 17:41:00 +0100 | |
---|---|---|
committer | 2020-03-27 17:41:00 +0100 | |
commit | b3ab6441aa60d057fe0b8dcf44832f76a90b5b5b (patch) | |
tree | 2d2b9607412361ea4a8e6fbb43d54529855e7bd3 /pydis_site | |
parent | Add events section to menu dropdown (diff) |
Add Game Jam banner to landing page
I've added the Game Jam banner to the home page and made it link the Game Jam info page.
Diffstat (limited to 'pydis_site')
-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..bd713e55 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/events/game-jam-2020/"> + <img src="https://raw.githubusercontent.com/python-discord/branding/master/logos/logo_discord_banner/game%20jam%202020/game%20jam%202020%20-%20website%20banner.png"> + </a> </div> </div> |