Version 1.0
This commit is contained in:
parent
4bebbb27e4
commit
eaa508a8df
33 changed files with 2822 additions and 994 deletions
19
steam-gift-manager/templates/footer.html
Normal file
19
steam-gift-manager/templates/footer.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<footer class="mt-5 py-4 bg-body-tertiary border-top">
|
||||
<div class="container text-center small text-muted">
|
||||
<div class="mb-2">
|
||||
<strong>Game Key Manager</strong> — is done by nocci
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<a href="https://git.nocci.it/nocci/GiftGamesDB" target="_blank" rel="noopener">
|
||||
<img src="{{ url_for('static', filename='forgejo.svg') }}" alt="forgejo" width="20" style="vertical-align:middle;margin-right:4px;">
|
||||
find the source code on my Forgejo
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<span>feel free to donate - if you can affort it:</span>
|
||||
<a href="https://www.paypal.me/badbramstedt" target="_blank" rel="noopener">PayPal</a> ·
|
||||
<a href="https://ko-fi.com/nocci" target="_blank" rel="noopener">Ko-fi</a> ·
|
||||
<a href="https://liberapay.com/nocci" target="_blank" rel="noopener">Liberapay</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue