Skip to content

Commit 8ad3f9c

Browse files
committed
Put Summer Code Jam '21 banner on the front page.
1 parent 5609487 commit 8ad3f9c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

pydis_site/templates/home/index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@
1111

1212
<!-- Mobile-only Notice -->
1313
<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">
2315
</section>
2416

2517
<!-- Wave Hero -->
@@ -29,7 +21,7 @@
2921
<div class="columns is-variable is-8">
3022

3123
{# Embedded Welcome video #}
32-
<div id="wave-hero-centered" class="column is-half">
24+
<div id="wave-hero-left" class="column is-half">
3325
<div class="force-aspect-container">
3426
<iframe
3527
class="force-aspect-content"
@@ -50,6 +42,11 @@
5042
></iframe>
5143
</div>
5244
</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>
5350
</div>
5451
</div>
5552

0 commit comments

Comments
 (0)