You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,13 @@ <h4>Developer (v1.8)</h4>
196
196
</div>
197
197
</div>
198
198
</div>
199
+
<h3>Supporters of the project</h3>
200
+
<ulclass="supporters">
201
+
<ahref="https://www.paypal.me/{{ site.footer-links.paypal }}" class="button">Become a Gigachad <ion-iconname="logo-paypal" style="vertical-align: middle;"></ion-icon></a>
202
+
{% for supporter in site.data.supporters.supporters %}
203
+
{% include supporter.html name=supporter.name contribution=supporter.amount %}
204
+
{% endfor %}
205
+
</ul>
199
206
<h3>Community contributors <spantitle="The current contributors' wall is ordered by date of contribution." style="font-size:small;vertical-align:top;cursor:help;">?</span></h3>
200
207
<ulclass="contributors">
201
208
{% for contributor in site.data.contributors.contributors %}
0 commit comments