-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsors.html
More file actions
20 lines (19 loc) · 773 Bytes
/
sponsors.html
File metadata and controls
20 lines (19 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: page
title: "Thank you!"
permalink: /sponsors/
---
<p>This page is a place for me to say thank you to the individuals, or companies that have contributed towards the open source code I upload to Github. Thank you for your
generosity, every single donation helps.</p>
<p>If you want to add your name or logo to the list below you can <a href="https://github.com/sponsors/Ardesco">sponsor me here</a></p>
<h3>Sponsors</h3>
<div id="sponsors">
{% for sponsor in site.data.sponsors %}
<div class="sponsor">
<a href="{{ sponsor.url }}" target="_blank">
<div title="{{ sponsor.name}}" style="background-image: url('{{ site.url }}{{ sponsor.image }}')"></div>
</a>
</div>
{% endfor %}
</div>
<div class="spacer"></div>