-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy path_sponsors.html
49 lines (40 loc) · 1.46 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
42
43
44
45
46
47
48
49
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>cURL - Project Sponsors</TITLE>
#include "css.t"
</HEAD>
#define CURL_SPONSORS
#define WHO_DOCS
#define CURL_URL sponsors.html
#include "setup.t"
#include "docs/_menu.html"
WHERE3(Docs, "/docs/", Who and Why, "/docs/whodocs.html", Project Sponsors)
TITLE(Project Sponsors)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/">Online Docs</a>
</div>
<p>
<a href="https://www.haxx.se/"><img src="https://www.haxx.se/pics/haxxlogo.png" border="0"></a><p>
<a href="https://www.haxx.se/">Haxx</a> is the primary sponsor of the cURL project.
<p>
<a href="https://www.mozilla.com/"><img src="pix/mozilla.png" width="445" height="162"></a>
<p>
Mozilla employs <a href="https://daniel.haxx.se/">Daniel</a> and lets him spend parts of his paid work hours on curl.
SUBTITLE(Join in and Sponsor!)
<p>
Please consider sponsoring the project. Maintaining, bug tracking, hosting
and supporting this project requires resources. You can help!
<p>
We do not consider single-shot donations as "sponsorships". Those are
donations and while welcome, they will not be honored by a mention
here. Sponsors mentioned here keep supporting the project long-term by
covering some sort of notable cost to the benefit of the project and its
users.
<p>
The <b>best way to sponsor</b> this project is to allow a paid engineer or
two to spend work hours on curl. Responding to email and writing curl
improvements.
#include "_footer.html"
</BODY>
</HTML>