Skip to content

Commit

Permalink
Added billboard for 2024 developer survey
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed Nov 25, 2024
1 parent c191f01 commit 42efb4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions djangoproject/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ blockquote {

a, h1 a {
color: $black;
font-weight: bold;
text-decoration: none;
&:hover {
text-decoration: underline;
Expand Down
12 changes: 11 additions & 1 deletion djangoproject/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,17 @@
elements.
{% endcomment %}

<div id="billboard">{% block billboard %}{% endblock %}</div>
<div id="billboard">
{% block billboard %}
<div class="banner">
<p>
Please take a few minutes to complete the
<a href="https://jb.gg/asjljo">2024 Django Developers Survey</a>.<br>
Your feedback will help guide future efforts.
</p>
</div>
{% endblock %}
</div>

<div class="container {% block layout_class %}{% endblock %}">
<div role="main">
Expand Down

0 comments on commit 42efb4e

Please sign in to comment.