aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-10-26 19:46:31 +0200
committerGravatar ks129 <[email protected]>2020-10-26 19:46:31 +0200
commitae79506c40b12d044ecda4f0c03ccd110ec99613 (patch)
tree4bb5b1da6fe2a4f751f422dc84eda655ab169fb6 /pydis_site
parentCreate code jams info page with content ToDo! (diff)
Create sidebar for summer code jam 2020 pages
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/events/sidebar/code-jams/7.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/pydis_site/templates/events/sidebar/code-jams/7.html b/pydis_site/templates/events/sidebar/code-jams/7.html
new file mode 100644
index 00000000..d4615c2a
--- /dev/null
+++ b/pydis_site/templates/events/sidebar/code-jams/7.html
@@ -0,0 +1,12 @@
+{% load static %}
+
+<div class="box">
+ <img src="https://raw.githubusercontent.com/python-discord/branding/master/events/summer_code_jam_2020/summer%20cj%202020%20discord%20banner.png" alt="Summer Code Jam 2020">
+ <p class="menu-label">Sponsors</p>
+ <a href="https://www.djangoproject.com/" target="_blank">
+ <img src="https://static.djangoproject.com/img/logos/django-logo-positive.png" alt="Django">
+ </a>
+ <a href="https://jetbrains.com" target="_blank">
+ <img src="{% static "images/sponsors/jetbrains.png" %}" alt="JetBrains">
+ </a>
+</div>