Skip to content

Commit

Permalink
Merge pull request #986 from amakarudze/add-survey
Browse files Browse the repository at this point in the history
Add survey link to website
  • Loading branch information
amakarudze authored May 4, 2024
2 parents 493041a + 86e58f2 commit ce829ab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions templates/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,24 @@ <h1>{% trans "We inspire women to fall in love with programming." %}</h1>
</div>
</section>

<section id="survey">
<div class="organize">
<div class="panel row">
<div class="col-md-12">
<h2>{% trans "We are celebrating 10 years with Django Girls! 🎉" %}</h2>
<p>
{% blocktrans trimmed %}
Have you been an attendee, coach, or organizer with Django Girls? We want to hear from YOU! Thanks to PyCharm,
we put together a short survey to collect your thoughts and experiences.
Please take a moment to <a href="https://surveys.jetbrains.com/s3/w-django-girls-survey-2024">fill in our survey
here</a>. Thank you 🎈❤️!
{% endblocktrans %}
</p>
</div>
</div>
</div>
</section>

<div class="container">
<section id="about">
<div class="row">
Expand Down

0 comments on commit ce829ab

Please sign in to comment.