Added pages for Abit, most notably about how to help out on development.
8
favicons/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Favicons
|
||||
|
||||
These sample favicons have been generated at http://realfavicongenerator.net/.
|
||||
|
||||
To add your own simply visit http://realfavicongenerator.net/ and
|
||||
generate a new set of favicons (change the path option to `/favicons/`)
|
||||
and replace all of the files in this folder. Then update the favicon section in
|
||||
the [head.html](../_includes/head.html) include with the generated meta tags.
|
BIN
favicons/android-chrome-144x144.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
favicons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
favicons/android-chrome-256x256.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
favicons/android-chrome-36x36.png
Normal file
After Width: | Height: | Size: 876 B |
BIN
favicons/android-chrome-384x384.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
favicons/android-chrome-48x48.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
favicons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
favicons/android-chrome-72x72.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
favicons/android-chrome-96x96.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
favicons/apple-touch-icon-114x114-precomposed.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
favicons/apple-touch-icon-114x114.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
favicons/apple-touch-icon-120x120-precomposed.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
favicons/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
favicons/apple-touch-icon-144x144-precomposed.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
favicons/apple-touch-icon-144x144.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
favicons/apple-touch-icon-152x152-precomposed.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
favicons/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
favicons/apple-touch-icon-180x180-precomposed.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
favicons/apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
favicons/apple-touch-icon-57x57-precomposed.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
favicons/apple-touch-icon-57x57.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
favicons/apple-touch-icon-60x60-precomposed.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
favicons/apple-touch-icon-60x60.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
favicons/apple-touch-icon-72x72-precomposed.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
favicons/apple-touch-icon-72x72.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
favicons/apple-touch-icon-76x76-precomposed.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
favicons/apple-touch-icon-76x76.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
favicons/apple-touch-icon-precomposed.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
favicons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
12
favicons/browserconfig.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="/mstile-70x70.png"/>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<square310x310logo src="/mstile-310x310.png"/>
|
||||
<wide310x150logo src="/mstile-310x150.png"/>
|
||||
<TileColor>#ffc40d</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
favicons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 453 B |
BIN
favicons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 789 B |
BIN
favicons/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
51
favicons/manifest.json
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "Abit",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/android-chrome-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image\/png"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image\/png"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image\/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#e4b44f"
|
||||
}
|
BIN
favicons/mstile-144x144.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
favicons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
favicons/mstile-310x150.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
favicons/mstile-310x310.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
favicons/mstile-70x70.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
26
favicons/safari-pinned-tab.svg
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M782 4319 c-142 -28 -266 -137 -317 -279 -15 -41 -16 -177 -15 -1394
|
||||
1 -1325 1 -1351 21 -1409 43 -128 138 -223 267 -266 l62 -21 1778 2 1777 3 66
|
||||
31 c114 54 190 138 228 251 20 58 20 84 21 1409 l2 1349 -21 55 c-43 111 -138
|
||||
207 -248 252 l-58 23 -1760 1 c-968 1 -1779 -2 -1803 -7z m899 -198 c87 -28
|
||||
161 -82 209 -153 56 -84 70 -140 70 -275 l0 -113 63 0 c77 0 124 -23 154 -76
|
||||
23 -39 23 -42 23 -474 0 -432 0 -435 -23 -474 -45 -78 -26 -76 -613 -76 l-521
|
||||
0 -33 23 c-18 12 -43 35 -54 50 -20 28 -21 40 -24 455 -2 274 0 440 7 462 6
|
||||
20 27 51 46 70 33 32 41 35 109 38 l74 4 4 128 c4 123 5 130 41 203 89 181
|
||||
281 266 468 208z"/>
|
||||
<path d="M1465 3956 c-102 -48 -134 -113 -135 -269 l0 -107 238 2 237 3 -1
|
||||
110 c0 92 -4 117 -21 150 -64 122 -197 168 -318 111z"/>
|
||||
<path d="M1490 3168 c-103 -70 -108 -197 -10 -270 88 -65 223 -4 246 110 9 46
|
||||
-20 116 -63 149 -50 38 -126 43 -173 11z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |