forked from samuel-p/sp-codes.de
major improvements
added expenses and donations replaced some icons with svgs
This commit is contained in:
parent
c5b781fde1
commit
a5aa3cc014
41 changed files with 428 additions and 95 deletions
10
src/en/all-donations.html
Normal file
10
src/en/all-donations.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: base.njk
|
||||
key: all-donations
|
||||
title: Unterstützen
|
||||
---
|
||||
<h1><i class="fas fa-hand-holding-heart"></i> All Donations</h1>
|
||||
|
||||
<p><a href="/{{locale}}/donate/">➔ Donate</a></p>
|
||||
|
||||
{% include "donations.html" %}
|
|
@ -19,22 +19,22 @@ eleventyNavigation:
|
|||
</a>
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none"
|
||||
href="https://social.sp-codes.de/@samuel_p">
|
||||
<div class="pr-3"><span class="fab fa-fw fa-4x fa-mastodon text-foreground"></span></div>
|
||||
<div class="pr-3"><span class="si si-mastodon si-4x"></span></div>
|
||||
<div>Follow me on Mastodon or send me a message to <strong>@samuel_p@social.sp-codes.de</strong></div>
|
||||
</a>
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none"
|
||||
href="https://matrix.to/#/@samuel-p:matrix.sp-codes.de">
|
||||
<div class="pr-3"><span class="si si-matrix"></span></div>
|
||||
<div class="pr-3"><span class="si si-matrix si-4x"></span></div>
|
||||
<div>Write me on Matrix to <strong>@samuel-p:matrix.sp-codes.de</strong></div>
|
||||
</a>
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none"
|
||||
href="https://blabber.im/i/samuel-p/dismail.de">
|
||||
<div class="pr-3"><span class="si si-xmpp"></span></div>
|
||||
<div class="pr-3"><span class="si si-xmpp si-4x"></span></div>
|
||||
<div>Write me on XMPP to <strong>@samuel-p:dismail.de</strong></div>
|
||||
</a>
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none"
|
||||
href="https://threema.id/YSCU6F6U">
|
||||
<div class="pr-3"><span class="si si-threema"></span></div>
|
||||
<div class="pr-3"><span class="si si-threema si-4x"></span></div>
|
||||
<div>Write me on Threema to the ID <strong>YSCU6F6U</strong></div>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -27,7 +27,7 @@ eleventyNavigation:
|
|||
will then send you my bank details as soon as possible. I am especially happy about a standing order.
|
||||
<div class="mt-3 text-center">
|
||||
<img alt="Bank transfer {{ strings.supporters[locale] }}"
|
||||
src="https://shields.sp-codes.de/badge/{{ strings.supporters[locale] }}-{{ donations.banktransfer.number }}-{{ donations.banktransfer.color }}">
|
||||
src="https://shields.sp-codes.de/badge/{{ strings.supporters[locale] }}-{{ donations | banktransfers }}-active">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -37,12 +37,12 @@ eleventyNavigation:
|
|||
href="/en/imprint">imprint</a>.
|
||||
<div class="mt-3 text-center">
|
||||
<img alt="Cash {{ strings.supporters[locale] }}"
|
||||
src="https://shields.sp-codes.de/badge/{{ strings.supporters[locale] }}-{{ donations.cash.number }}-{{ donations.cash.color }}">
|
||||
src="https://shields.sp-codes.de/badge/{{ strings.supporters[locale] }}-{{ donations | cash }}-inactive">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card mb-3">
|
||||
<h2><i class="si h2si si-opencollective m-2"></i>Open Collective</h2>
|
||||
<h2><i class="si si-opencollective m-2"></i>Open Collective</h2>
|
||||
<div>You are also welcome to send me a small amount via <a href="https://opencollective.com/sp-codes"
|
||||
target="_blank">Open Collective</a>. If you like
|
||||
you can also support me with a regular donation.
|
||||
|
@ -70,9 +70,13 @@ eleventyNavigation:
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-4">
|
||||
<p>I maintain a list of all received donations <a target="_blank" href="https://git.sp-codes.de/sp-codes/expenses-donations/src/branch/master/donations.md">here</a>.</p>
|
||||
</div>
|
||||
<h2>Current Expenses</h2>
|
||||
{% include "expenses-current.html" %}
|
||||
|
||||
<h2>Donations {{donations[0].year}}</h2>
|
||||
{% include "donations-current.html" %}
|
||||
|
||||
<p><a href="/{{locale}}/all-donations/">➔ All Donations</a></p>
|
||||
|
||||
<div class="border-top mt-5 pt-2">
|
||||
<p><small><sup>1</sup> The payments made are donations in terms of § 516 BGB, not tax-deductible donations in terms
|
||||
|
|
|
@ -30,7 +30,7 @@ eleventyNavigation:
|
|||
href="https://social.sp-codes.de/@sp_codes">@sp_codes@social.sp-codes.de</a></strong>
|
||||
</p>
|
||||
<div class="row justify-content-center">
|
||||
{% include services-simple.html %}
|
||||
{% include "services-simple.html" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -44,4 +44,4 @@ eleventyNavigation:
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% include profiles.html %}
|
||||
{% include "profiles.html" %}
|
||||
|
|
|
@ -3,7 +3,7 @@ layout: base.njk
|
|||
key: gitea
|
||||
title: Gitea
|
||||
---
|
||||
# <i class="fas fa-code"></i> Gitea
|
||||
# <i class="si si-gitea"></i> Gitea
|
||||
|
||||
Gitea is a simple code hosting platform like GitHub or GitLab. It is open source and under continuous development. __Since the end of 2019 I have my own Gitea instance, to manage my projects.__ For example this website. Feel free to have a look at the source code and leave some feedback.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ layout: base.njk
|
|||
key: jitsi
|
||||
title: Jitsi Meet
|
||||
---
|
||||
# <i class="fas fa-users"></i> Jitsi Meet
|
||||
# <i class="si si-jitsi"></i> Jitsi Meet
|
||||
|
||||
Jitsi-Meet is a platform for video conferences. You can start fully encrypted video chats without registration. Additionally, Jitsi-Meet offers the possibility to share the screen with other participants, invite new users with a simple link and send messages in the integrated chat.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ layout: base.njk
|
|||
key: matrix
|
||||
title: Matrix
|
||||
---
|
||||
# <i class="fas fa-comments"></i> Matrix
|
||||
# <i class="si si-matrix"></i> Matrix
|
||||
|
||||
Matrix is a modern, open source software for decentralized communication (like e-mail). Matrix offers end-to-end encryption, voice and video calls and much more. However, the most important thing is that there is not one Matrix server that all users have to use, like WhatsApp, Telegram and many other popular messengers.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue