Nutze Progressbar-Shortcode für Spendenbalken
This commit is contained in:
parent
6cfede57e7
commit
cba3e2fcd0
1 changed files with 3 additions and 6 deletions
|
@ -9,12 +9,9 @@ Die Werbefreiheit, unsere unkommerzielle Ausrichtung und damit verbundene Unabh
|
|||
{{< toc >}}
|
||||
|
||||
## Aktueller Spendenstand
|
||||
{{< rawhtml >}}
|
||||
<div class="progressbar" role="progressbar" aria-label="Aktueller Spendenstand" aria-valuenow="38" style="--progressbar-value: 38%;">
|
||||
<div class="progressbar-value"></div>
|
||||
<span class="progressbar-label"><strong>1366,50 €</strong></span>
|
||||
</div>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
{{< progress title="1366,50 €" value=38 icon=gdoc_heart >}}
|
||||
|
||||
|
||||
## Jährliche Kosten
|
||||
|
||||
|
|
Loading…
Reference in a new issue