File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
pydis_site/templates/home Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 9
9
{% block content %}
10
10
{% include "base/navbar.html" %}
11
11
12
+ <!-- Mobile-only Code Jam Banner -->
13
+ < section id ="mobile-notice " class ="is-primary is-hidden-tablet ">
14
+ < a href ="/events/code-jams/9/ ">
15
+ < img src ="{% static "images /events/summer_code_jam_2022/front_page_banners/qualifier_release.png" %}" alt="Summer Code Jam 2022 ">
16
+ </ a >
17
+ </ section >
18
+
12
19
<!-- Wave Hero -->
13
20
< section id ="wave-hero " class ="section is-hidden-mobile ">
14
21
37
44
> </ iframe >
38
45
</ div >
39
46
</ div >
47
+
48
+ {# Code Jam Banner #}
49
+ < div id ="wave-hero-right " class ="column is-half ">
50
+ < a href ="/events/code-jams/9/ ">
51
+ < img src ="{% static "images /events/summer_code_jam_2022/front_page_banners/qualifier_release.png" %}" alt="Summer Code Jam 2022 ">
52
+ </ a >
53
+ </ div >
40
54
</ div >
55
+
41
56
</ div >
42
57
43
58
{# Animated wave elements #}
You can’t perform that action at this time.
0 commit comments