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
19
assets/img/flags/4x3/cn.svg
Executable file
19
assets/img/flags/4x3/cn.svg
Executable file
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="640" height="480" viewBox="-5 -5 12.8 9.6">
|
||||
<title>
|
||||
Flag of the People's Republic of China
|
||||
</title>
|
||||
<defs>
|
||||
<path id="b" fill="#ffde00" d="M-.588.81L0-1 .588.81-.952-.31H.952z"/>
|
||||
<clipPath id="a">
|
||||
<path d="M-5-15.4h26.667v20H-5z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g transform="matrix(.48 0 0 .48 -2.6 2.39)" clip-path="url(#a)">
|
||||
<path fill="#de2910" d="M-5-15.4h30v20H-5z"/>
|
||||
<use height="20" width="30" transform="matrix(3 0 0 3 0 -10.4)" xlink:href="#b"/>
|
||||
<use height="20" width="30" transform="rotate(-120.93 -1.29 -8.12)" xlink:href="#b"/>
|
||||
<use height="20" width="30" transform="rotate(-98.11 -1.45 -8.74)" xlink:href="#b"/>
|
||||
<use height="20" width="30" transform="rotate(-74.04 -2.07 -8.84)" xlink:href="#b"/>
|
||||
<use height="20" width="30" transform="rotate(-51.32 -4.16 -8.4)" xlink:href="#b"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 950 B |
Reference in New Issue
Block a user