File: sponsors.html

package info (click to toggle)
python-webargs 8.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 700 kB
  • sloc: python: 4,926; makefile: 149
file content (11 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<div class="sponsors">
  {% if tidelift_url %}
  <div class="sponsor">
    <a class="image" href="{{ tidelift_url }}">
      <img src="https://user-images.githubusercontent.com/2379650/45126032-50b69880-b13f-11e8-9c2c-abd16c433495.png" alt="Sponsor"></a>
    <div class="text">Professionally-supported {{ project }} is available with the
      <a href="{{ tidelift_url }}">Tidelift Subscription</a>.
    </div>
  </div>
  {% endif %}
</div>