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
This commit is contained in:

committed by
Samuel Shifterovich

parent
81a659dd09
commit
520e28626a
13
assets/img/flags/gw.svg
Executable file
13
assets/img/flags/gw.svg
Executable file
@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" version="1">
|
||||
<path fill="#ce1126" d="M0 0h320v480H0z"/>
|
||||
<path fill="#fcd116" d="M320 0h320v240H320z"/>
|
||||
<path fill="#009e49" d="M320 240h320v240H320z"/>
|
||||
<g id="b" transform="matrix(80 0 0 80 160 240)">
|
||||
<path id="a" d="M0-1v1h.5" transform="rotate(18 0 -1)"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" transform="scale(-1 1)"/>
|
||||
</g>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(72 160 240)"/>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(144 160 240)"/>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-144 160 240)"/>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-72 160 240)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 806 B |
Reference in New Issue
Block a user