Update OIDC and CalDav/CardDav instructions.

Upgrade Deno, formatting tweaked the SVG files, now.
This commit is contained in:
Bruno Bernardino
2025-07-26 09:13:59 +01:00
parent 781df673dc
commit 820d1622f6
40 changed files with 991 additions and 498 deletions

View File

@@ -1,5 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin:auto;background:transparent;display:block;" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<path d="M10 50A40 40 0 0 0 90 50A40 42 0 0 1 10 50" fill="#000000" stroke="none">
<animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" keyTimes="0;1" values="0 50 51;360 50 51"></animateTransform>
</path>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
style="margin: auto; background: transparent; display: block"
width="200px"
height="200px"
viewBox="0 0 100 100"
preserveAspectRatio="xMidYMid"
>
<path d="M10 50A40 40 0 0 0 90 50A40 42 0 0 1 10 50" fill="#000000" stroke="none">
<animateTransform
attributeName="transform"
type="rotate"
dur="1s"
repeatCount="indefinite"
keyTimes="0;1"
values="0 50 51;360 50 51"
></animateTransform>
</path>
</svg>

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 544 B