privacyguides.org/assets/img/flags/4x3/sc.svg
Vince 520e28626a Implement Sass (#568)
* 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
2018-11-07 21:52:56 +01:00

15 lines
569 B
XML
Executable File

<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h682.67v512H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(.9375)" stroke-width="1pt">
<path fill="red" d="M0 0h992.13v512H0z"/>
<path d="M0 512l992.12-170.67V512H0z" fill="#090"/>
<path d="M0 512l992.12-341.33v170.67L0 512z" fill="#fff"/>
<path d="M0 512V0h330.71L0 512z" fill="#009"/>
<path d="M0 512L330.71 0h330.71L0 512z" fill="#ff0"/>
</g>
</svg>