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:
Vince
2018-11-07 21:52:56 +01:00
committed by Samuel Shifterovich
parent 81a659dd09
commit 520e28626a
497 changed files with 308 additions and 253 deletions

13
assets/img/flags/rw.svg Executable file
View 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">
<path fill="#20603d" d="M0 0h640v480H0z"/>
<path fill="#fad201" d="M0 0h640v360H0z"/>
<path fill="#00a1de" d="M0 0h640v240H0z"/>
<g transform="translate(511 125.4) scale(.66667)">
<g id="b">
<path id="a" d="M116.1 0L35.692 4.7l76.452 25.35L33.26 13.776l67.286 44.273L28.56 21.915l53.535 60.18-60.18-53.534 36.135 71.986L13.777 33.26l16.272 78.884L4.7 35.692 0 116.1-1-1z" fill="#e5be01"/>
<use height="100%" width="100%" xlink:href="#a" transform="scale(1 -1)"/>
</g>
<use height="100%" width="100%" xlink:href="#b" transform="scale(-1 1)"/>
<circle r="34.3" fill="#e5be01" stroke="#00a1de" stroke-width="3.4"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 771 B