mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-11 05:33:39 +01:00
520e28626a
* Move all images to assets/img * Move all scripts to assets/js * Move all webfonts to assets/webfonts * Move all files to assets/files * Move css to assets/css and add imports * Adjust all references to assets folder * Fix tor icon path * Rewrite custom css to sass and add variables * Change ?v on style.css to 5. * Enable Sass minification * Remove CryptoPaper-full.7z
15 lines
481 B
XML
Executable File
15 lines
481 B
XML
Executable File
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
|
|
<defs>
|
|
<clipPath id="a">
|
|
<path fill="gray" d="M67.64-154h666v666h-666z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g transform="matrix(.961 0 0 .7207 -65 110.99)" clip-path="url(#a)">
|
|
<g fill-rule="evenodd" stroke-width="1pt">
|
|
<path fill="#319400" d="M0-154h333v666H0z"/>
|
|
<path fill="#ffd600" d="M333-154h666v333H333z"/>
|
|
<path fill="#de2110" d="M333 179h666v333H333z"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|