diff options
author | 2020-06-07 01:49:04 +0200 | |
---|---|---|
committer | 2020-06-07 01:49:04 +0200 | |
commit | 7048cf15868f234cd59fe6072e1b77a81d3140a0 (patch) | |
tree | d90727f0be6a73ce4d0505edee4ead790e8e65d9 | |
parent | Merge pull request #361 from python-discord/dependabot/pip/django-2.2.13 (diff) |
Add Summer Code Jam image on landing page.
-rw-r--r-- | pydis_site/static/images/events/summer_code_jam_2020.png | bin | 0 -> 271282 bytes | |||
-rw-r--r-- | pydis_site/templates/home/index.html | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/static/images/events/summer_code_jam_2020.png b/pydis_site/static/images/events/summer_code_jam_2020.png Binary files differnew file mode 100644 index 00000000..63c311b0 --- /dev/null +++ b/pydis_site/static/images/events/summer_code_jam_2020.png diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index c30cbee6..3e96cc91 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -39,8 +39,8 @@ {# Right column container #} <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/events/game%20jam%202020/game%20jam%202020%20-%20website%20banner.png"> + <a href="https://pythondiscord.com/pages/code-jams/code-jam-7/"> + <img src="{% static "images/events/summer_code_jam_2020.png" %}"> </a> </div> </div> |