diff options
| author | Arne Rief <riearn@proton.me> | 2025-08-20 21:36:19 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-08-20 21:36:19 +0200 |
| commit | dac4024abcfea76f14522a84bee4b7258c37b72d (patch) | |
| tree | 1aa3c2e0af122d5c0feb4360850476fd55d3831e /static | |
| parent | f0506acd6f70da636b8fdb23439c85bbf2392b40 (diff) | |
Language selection & theme toggle
Diffstat (limited to 'static')
| -rw-r--r-- | static/flags/de.svg | 7 | ||||
| -rw-r--r-- | static/flags/en.svg | 24 | ||||
| -rw-r--r-- | static/rss.svg | 7 |
3 files changed, 38 insertions, 0 deletions
diff --git a/static/flags/de.svg b/static/flags/de.svg new file mode 100644 index 0000000..9fc1a16 --- /dev/null +++ b/static/flags/de.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Source: SVG Repo, https://www.svgrepo.com/svg/405490/flag-for-flag-germany --> +<svg width="800px" height="800px" viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--twemoji" preserveAspectRatio="xMidYMid meet"> + <path fill="#FFCD05" d="M0 27a4 4 0 0 0 4 4h28a4 4 0 0 0 4-4v-4H0v4z"></path> + <path fill="#ED1F24" d="M0 14h36v9H0z"></path> + <path fill="#141414" d="M32 5H4a4 4 0 0 0-4 4v5h36V9a4 4 0 0 0-4-4z"></path> +</svg> diff --git a/static/flags/en.svg b/static/flags/en.svg new file mode 100644 index 0000000..0ea496a --- /dev/null +++ b/static/flags/en.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Source: SVG Repo, https://www.svgrepo.com/svg/508511/flag-gb --> +<svg width="800px" height="800px" viewBox="0 -4 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"> + <g clip-path="url(#clip0_503_2952)"> + <rect width="28" height="20" rx="2" fill="white"/> + <mask id="mask0_503_2952" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="28" height="20"> + <rect width="28" height="20" rx="2" fill="white"/> + </mask> + <g mask="url(#mask0_503_2952)"> + <rect width="28" height="20" fill="#0A17A7"/> + <path fill-rule="evenodd" clip-rule="evenodd" d="M-1.28244 -1.91644L10.6667 6.14335V-1.33333H17.3334V6.14335L29.2825 -1.91644L30.7737 0.294324L21.3263 6.66667H28V13.3333H21.3263L30.7737 19.7057L29.2825 21.9165L17.3334 13.8567V21.3333H10.6667V13.8567L-1.28244 21.9165L-2.77362 19.7057L6.67377 13.3333H2.95639e-05V6.66667H6.67377L-2.77362 0.294324L-1.28244 -1.91644Z" fill="white"/>
+ <path d="M18.668 6.33219L31.3333 -2" stroke="#DB1F35" stroke-width="0.666667" stroke-linecap="round"/> + <path d="M20.0128 13.6975L31.3666 21.3503" stroke="#DB1F35" stroke-width="0.666667" stroke-linecap="round"/> + <path d="M8.00555 6.31046L-3.83746 -1.67099" stroke="#DB1F35" stroke-width="0.666667" stroke-linecap="round"/> + <path d="M9.29006 13.6049L-3.83746 22.3105" stroke="#DB1F35" stroke-width="0.666667" stroke-linecap="round"/> + <path fill-rule="evenodd" clip-rule="evenodd" d="M0 12H12V20H16V12H28V8H16V0H12V8H0V12Z" fill="#E6273E"/> + </g> + </g> + <defs> + <clipPath id="clip0_503_2952"> + <rect width="28" height="20" rx="2" fill="white"/> + </clipPath> + </defs> +</svg> diff --git a/static/rss.svg b/static/rss.svg new file mode 100644 index 0000000..9dbdb73 --- /dev/null +++ b/static/rss.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Source: SVG Repo, https://www.svgrepo.com/svg/349492/rss --> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <rect width="512" height="512" rx="15%" fill="#f80"/> + <circle cx="145" cy="367" r="35" fill="#ffffff"/> + <path fill="none" stroke="#ffffff" stroke-width="60" d="M109 241c89 0 162 73 162 162m114 0c0-152-124-276-276-276"/> +</svg> |
