Skip to content

Commit

Permalink
Add sponsorship files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Jun 27, 2022
1 parent dabe864 commit 5be00df
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
9 changes: 5 additions & 4 deletions documentation/_layouts/default.html
Expand Up @@ -68,15 +68,16 @@
<nav class="col-md-3">
{% case page.section %}
{% when "main" %}
<h4>JSZip users :</h4>
<h4>JSZip users:</h4>
<ul class="nav">
<li><a href="{{site.baseurl}}/">Installation</a></li>
<li><a href="{{site.baseurl}}/documentation/faq.html">FAQ</a></li>
<li><a href="{{site.baseurl}}/CHANGES.html">Changelog</a></li>
<li><a href="{{site.baseurl}}/documentation/upgrade_guide.html">Upgrade guide</a></li>
<li><a href="https://github.com/Stuk/jszip/issues">Bug tracker</a></li>
</ul>
<h4>JSZip developers :</h4>
<li><a href="{{site.baseurl}}/sponsors">Sponsorship</a></li>
</ul>
<h4>JSZip developers:</h4>
<ul class="nav">
<li><a href="{{site.baseurl}}/documentation/contributing.html">How to contribute</a></li>
<li><a href="https://github.com/Stuk/jszip/graphs/contributors">Contributors</a></li>
Expand Down Expand Up @@ -131,7 +132,7 @@ <h4>Examples</h4>
<li><a href="{{site.baseurl}}/documentation/examples/read-local-file-api.html">Read local file</a></li>
<li><a href="{{site.baseurl}}/documentation/examples/get-binary-files-ajax.html">Read remote file</a></li>
<li><a href="{{site.baseurl}}/documentation/examples/download-zip-file.html">Give the user its zip file</a></li>
<li><a href="{{site.baseurl}}/documentation/examples/downloader.html">Mini app : downloader</a></li>
<li><a href="{{site.baseurl}}/documentation/examples/downloader.html">Mini app: downloader</a></li>
</ul>
{% endcase %}
<!-- <ul class="nav"> -->
Expand Down
21 changes: 21 additions & 0 deletions sponsors.md
@@ -0,0 +1,21 @@
---
title: "Sponsors"
layout: default
section: main
---

[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.

This project only exists because of all the work dedicated to it by me and the other contributors.

If you or your company has benefited from JSZip then please consider [sponsoring on Github](https://github.com/sponsors/Stuk).

## 💎 Diamond

## 🥇 Gold

## 🥈 Silver

## 🥉 Bronze

## Supporters

0 comments on commit 5be00df

Please sign in to comment.