forked from amphp/amphp.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors.html
41 lines (35 loc) · 1.41 KB
/
sponsors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: Sponsors
description: Maintaining high-quality open source packages is hard work. You can support us by becoming a GitHub sponsor.
image: undraw/undraw_appreciation.svg
permalink: /sponsors
layout: docs
---
<p>Thanks for using our libraries! Your GitHub sponsorship supports our core team members to help ship more releases and better documentation. Thanks to all of you already sponsoring us!</p>
<p>
<a href="https://github.com/sponsors/amphp"><code>@amphp</code> on GitHub</a>
</p>
<!--
<h2>Business Sponsors</h2>
<div class="business-sponsors">
{% for sponsor in site.data.sponsors.business %}
<div class="business-sponsor">
<p><a href="{{ sponsor.link }}" target="_blank"><img class="sponsor-logo" src="{{ sponsor.logo }}" alt="{{ sponsor.name }}"/></a></p>
<h3 class="my-0"><a href="{{ sponsor.link }}" target="_blank">{{ sponsor.name }}</a></h3>
<p class="my-0">{{ sponsor.description }}</p>
</div>
{% endfor %}
</div>
<h2>Other Sponsors</h2>
-->
<h2>Current Sponsors</h2>
<div class="other-sponsors">
<p>Thank you to all our sponsors!</p>
<ul>
{% for sponsor in site.data.sponsors.other %}
<li class="sponsor-github {% if sponsor.highlight %}sponsor-highlight{% endif %}">
<a title="{{ sponsor.github }}" href="https://github.com/{{ sponsor.github }}" target="_blank">{{ sponsor.github }}</a>
</li>
{% endfor %}
</ul>
</div>