🔧 Add FastAPI user survey banner (#2623)

* 🔧 Add FastAPI user survey banner

* 🔧 Make FastAPI user survey banner open new tab
This commit is contained in:
Sebastián Ramírez 2021-01-09 22:24:03 +01:00 committed by GitHub
parent 307d37d85c
commit f031973848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
{% extends "base.html" %}
{% block announce %}
<a class="announce" href="https://fastapi.tiangolo.com/newsletter/">
<!-- <a class="announce" href="https://fastapi.tiangolo.com/newsletter/">
<span class="twemoji">
{% include ".icons/material/email.svg" %}
</span> Subscribe to the <strong>FastAPI and friends</strong> newsletter 🎉
</a> -->
<a class="announce" href="https://tripetto.app/run/RXZ6OLDBXX?s=dc" target="_blank">
<span class="twemoji">
</span>Fill the first-ever <strong>FastAPI user survey</strong> for a chance to win official <strong>FastAPI and Typer stickers</strong> 🎁
</a>
{% endblock %}
{% endblock %}