File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
pydis_site/templates/home Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<!-- Mobile-only Notice -->
13
13
< section id ="mobile-notice " class ="message is-primary is-hidden-tablet ">
14
- < div class ="message-header ">
15
- < p > 100K Member Milestone!</ p >
16
- </ div >
17
- < div class ="message-body ">
18
- Thanks to all our members for helping us create this friendly and helpful community!
19
- < br > < br >
20
- As a nice treat, we've created a < a href ="{% url 'timeline' %} "> Timeline page</ a > for people
21
- to discover the events that made our community what it is today. Be sure to check it out!
22
- </ div >
14
+ < img src ="{% static "images /events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021 ">
23
15
</ section >
24
16
25
17
<!-- Wave Hero -->
29
21
< div class ="columns is-variable is-8 ">
30
22
31
23
{# Embedded Welcome video #}
32
- < div id ="wave-hero-centered " class ="column is-half ">
24
+ < div id ="wave-hero-left " class ="column is-half ">
33
25
< div class ="force-aspect-container ">
34
26
< iframe
35
27
class ="force-aspect-content "
50
42
> </ iframe >
51
43
</ div >
52
44
</ div >
45
+
46
+ {# Code Jam banner #}
47
+ < div id ="wave-hero-right " class ="column is-half ">
48
+ < img src ="{% static "images /events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021 ">
49
+ </ div >
53
50
</ div >
54
51
</ div >
55
52
You can’t perform that action at this time.
0 commit comments