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
28
assets/img/flags/ve.svg
Executable file
28
assets/img/flags/ve.svg
Executable file
@ -0,0 +1,28 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="640" height="480" viewBox="0 0 128 96">
|
||||
<defs>
|
||||
<g id="d" transform="translate(0 -36)">
|
||||
<g id="c">
|
||||
<g id="b">
|
||||
<path d="M0-5L-1.545-.245l2.853.927z" id="a" fill="#fff"/>
|
||||
<use xlink:href="#a" transform="scale(-1 1)" width="180" height="120"/>
|
||||
</g>
|
||||
<use xlink:href="#b" transform="rotate(72)" width="180" height="120"/>
|
||||
</g>
|
||||
<use xlink:href="#b" transform="rotate(-72)" width="180" height="120"/>
|
||||
<use xlink:href="#c" transform="rotate(144)" width="180" height="120"/>
|
||||
</g>
|
||||
</defs>
|
||||
<path d="M0 0h128v96H0z" fill="#cf142b"/>
|
||||
<path d="M0 0h128v64H0z" fill="#00247d"/>
|
||||
<path d="M0 0h128v32H0z" fill="#fc0"/>
|
||||
<g transform="matrix(.8 0 0 .8 64 67.2)">
|
||||
<g id="f">
|
||||
<g id="e">
|
||||
<use xlink:href="#d" transform="rotate(10)" width="180" height="120"/>
|
||||
<use xlink:href="#d" transform="rotate(30)" width="180" height="120"/>
|
||||
</g>
|
||||
<use xlink:href="#e" transform="rotate(40)" width="180" height="120"/>
|
||||
</g>
|
||||
<use xlink:href="#f" transform="rotate(-80)" width="180" height="120"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user