Skip to content

Commit 5be00df

Browse files
committed
Add sponsorship files
1 parent dabe864 commit 5be00df

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

Diff for: documentation/_layouts/default.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,16 @@
6868
<nav class="col-md-3">
6969
{% case page.section %}
7070
{% when "main" %}
71-
<h4>JSZip users :</h4>
71+
<h4>JSZip users:</h4>
7272
<ul class="nav">
7373
<li><a href="{{site.baseurl}}/">Installation</a></li>
7474
<li><a href="{{site.baseurl}}/documentation/faq.html">FAQ</a></li>
7575
<li><a href="{{site.baseurl}}/CHANGES.html">Changelog</a></li>
7676
<li><a href="{{site.baseurl}}/documentation/upgrade_guide.html">Upgrade guide</a></li>
7777
<li><a href="https://github.com/Stuk/jszip/issues">Bug tracker</a></li>
78-
</ul>
79-
<h4>JSZip developers :</h4>
78+
<li><a href="{{site.baseurl}}/sponsors">Sponsorship</a></li>
79+
</ul>
80+
<h4>JSZip developers:</h4>
8081
<ul class="nav">
8182
<li><a href="{{site.baseurl}}/documentation/contributing.html">How to contribute</a></li>
8283
<li><a href="https://github.com/Stuk/jszip/graphs/contributors">Contributors</a></li>
@@ -131,7 +132,7 @@ <h4>Examples</h4>
131132
<li><a href="{{site.baseurl}}/documentation/examples/read-local-file-api.html">Read local file</a></li>
132133
<li><a href="{{site.baseurl}}/documentation/examples/get-binary-files-ajax.html">Read remote file</a></li>
133134
<li><a href="{{site.baseurl}}/documentation/examples/download-zip-file.html">Give the user its zip file</a></li>
134-
<li><a href="{{site.baseurl}}/documentation/examples/downloader.html">Mini app : downloader</a></li>
135+
<li><a href="{{site.baseurl}}/documentation/examples/downloader.html">Mini app: downloader</a></li>
135136
</ul>
136137
{% endcase %}
137138
<!-- <ul class="nav"> -->

Diff for: sponsors.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Sponsors"
3+
layout: default
4+
section: main
5+
---
6+
7+
[JSZip](https://github.com/Stuk/jszip) was created in 2009 by [Stuart](https://github.com/Stuk). Since then it has received well over [600 million downloads](https://npm-stat.com/charts.html?package=jszip&from=2009-06-20&to=2022-06-20), is depended on by over 3000 packages on npm, and powers zipping and unzipping on sites large and small.
8+
9+
This project only exists because of all the work dedicated to it by me and the other contributors.
10+
11+
If you or your company has benefited from JSZip then please consider [sponsoring on Github](https://github.com/sponsors/Stuk).
12+
13+
## 💎 Diamond
14+
15+
## 🥇 Gold
16+
17+
## 🥈 Silver
18+
19+
## 🥉 Bronze
20+
21+
## Supporters

0 commit comments

Comments
 (0)