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


BIN
assets/img/favicons/android-chrome-144x144.png
Normal file
After Width: | Height: | Size: 904 B |
BIN
assets/img/favicons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/img/favicons/android-chrome-36x36.png
Normal file
After Width: | Height: | Size: 458 B |
BIN
assets/img/favicons/android-chrome-48x48.png
Normal file
After Width: | Height: | Size: 515 B |
BIN
assets/img/favicons/android-chrome-72x72.png
Normal file
After Width: | Height: | Size: 558 B |
BIN
assets/img/favicons/android-chrome-96x96.png
Normal file
After Width: | Height: | Size: 689 B |
BIN
assets/img/favicons/apple-touch-icon-114x114.png
Normal file
After Width: | Height: | Size: 630 B |
BIN
assets/img/favicons/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 669 B |
BIN
assets/img/favicons/apple-touch-icon-144x144.png
Normal file
After Width: | Height: | Size: 763 B |
BIN
assets/img/favicons/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 795 B |
BIN
assets/img/favicons/apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 954 B |
BIN
assets/img/favicons/apple-touch-icon-57x57.png
Normal file
After Width: | Height: | Size: 387 B |
BIN
assets/img/favicons/apple-touch-icon-60x60.png
Normal file
After Width: | Height: | Size: 414 B |
BIN
assets/img/favicons/apple-touch-icon-72x72.png
Normal file
After Width: | Height: | Size: 441 B |
BIN
assets/img/favicons/apple-touch-icon-76x76.png
Normal file
After Width: | Height: | Size: 446 B |
BIN
assets/img/favicons/apple-touch-icon-precomposed.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/img/favicons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 954 B |
12
assets/img/favicons/browserconfig.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="https://www.privacytools.io/img/favicons/mstile-70x70.png?v=2"/>
|
||||
<square150x150logo src="https://www.privacytools.io/img/favicons/mstile-150x150.png?v=2"/>
|
||||
<square310x310logo src="https://www.privacytools.io/img/favicons/mstile-310x310.png?v=2"/>
|
||||
<wide310x150logo src="https://www.privacytools.io/img/favicons/mstile-310x150.png?v=2"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
assets/img/favicons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 340 B |
BIN
assets/img/favicons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 451 B |
BIN
assets/img/favicons/favicon-96x96.png
Normal file
After Width: | Height: | Size: 689 B |
BIN
assets/img/favicons/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
41
assets/img/favicons/manifest.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "privacytools.io",
|
||||
"icons": [
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/favicons\/android-chrome-36x36.png?v=2",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/favicons\/android-chrome-48x48.png?v=2",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/favicons\/android-chrome-72x72.png?v=2",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/favicons\/android-chrome-96x96.png?v=2",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/favicons\/android-chrome-144x144.png?v=2",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/favicons\/android-chrome-192x192.png?v=2",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
BIN
assets/img/favicons/mstile-144x144.png
Normal file
After Width: | Height: | Size: 904 B |
BIN
assets/img/favicons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 794 B |
BIN
assets/img/favicons/mstile-310x150.png
Normal file
After Width: | Height: | Size: 954 B |
BIN
assets/img/favicons/mstile-310x310.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/img/favicons/mstile-70x70.png
Normal file
After Width: | Height: | Size: 606 B |