committed by
GitHub
10 changed files with 263 additions and 84 deletions
After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 55 KiB |
@ -1,13 +1,26 @@ |
|||||
{% extends "base.html" %} |
{% extends "base.html" %} |
||||
|
|
||||
{% block announce %} |
{% block announce %} |
||||
<a class="announce" href="https://fastapi.tiangolo.com/newsletter/"> |
<div class="announce-wrapper"> |
||||
<span class="twemoji"> |
<div id="announce-left"> |
||||
{% include ".icons/material/email.svg" %} |
<div class="item"> |
||||
</span> Subscribe to the <strong>FastAPI and friends</strong> newsletter 🎉 |
<a class="announce-link" href="https://fastapi.tiangolo.com/newsletter/"> |
||||
</a> |
<span class="twemoji"> |
||||
<!-- <a class="announce" href="https://tripetto.app/run/RXZ6OLDBXX?s=dc" target="_blank"> |
{% include ".icons/material/email.svg" %} |
||||
<span class="twemoji"> |
</span> Subscribe to the <strong>FastAPI and friends</strong> newsletter 🎉 |
||||
</span>Fill the first-ever <strong>FastAPI user survey</strong> for a chance to win official <strong>FastAPI and Typer stickers</strong> 🎁 |
</a> |
||||
</a> --> |
</div> |
||||
|
<div class="item"> |
||||
|
<iframe style="display: inline-block; vertical-align: middle; border: none; margin-right: 0.5rem;" src="https://github.com/sponsors/tiangolo/button" title="Sponsor tiangolo" height="35" width="116" style="border: 0;"></iframe> <a class="announce-link" target="_blank" href="https://github.com/sponsors/tiangolo">You can now sponsor <strong>FastAPI</strong> 🍰</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="announce-right" style="position: relative;"> |
||||
|
<div class="item"> |
||||
|
<a title="The launchpad for all your (team's) ideas" style="display: block; position: relative;" href="https://www.deta.sh/?ref=fastapi"> |
||||
|
<span class="sponsor-badge">sponsor</span> |
||||
|
<img style="display: block;" src="/img/sponsors/deta-banner.svg" /> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
{% endblock %} |
{% endblock %} |
||||
|
Loading…
Reference in new issue