country flags added and country switcher added

This commit is contained in:
Benjamin Takats
2022-11-30 16:59:14 +01:00
parent 5da4044450
commit cad1ee22b9
526 changed files with 35618 additions and 25 deletions

View File

@@ -0,0 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512">
<defs>
<g transform="translate(0 -36)">
<g>
<g>
<path fill="#fff" d="M0-5L-1.5-.2l2.8.9z"/>
<use width="180" height="120" transform="scale(-1 1)" xlink:href="#a"/>
</g>
<use width="180" height="120" transform="rotate(72)" xlink:href="#b"/>
</g>
<use width="180" height="120" transform="rotate(-72)" xlink:href="#b"/>
<use width="180" height="120" transform="rotate(144)" xlink:href="#c"/>
</g>
</defs>
<path fill="#cf142b" d="M0 0h512v512H0z"/>
<path fill="#00247d" d="M0 0h512v341.3H0z"/>
<path fill="#fc0" d="M0 0h512v170.7H0z"/>
<g transform="translate(256.3 358.4) scale(4.265)">
<g>
<use width="180" height="120" transform="rotate(10)" xlink:href="#d"/>
<use width="180" height="120" transform="rotate(30)" xlink:href="#d"/>
</g>
<use width="180" height="120" transform="rotate(40)" xlink:href="#e"/>
</g>
<use width="180" height="120" transform="rotate(-80 256.3 358.4)" xlink:href="#f"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB