Favicons + update read me

This commit is contained in:
Josh Johnson 2016-08-14 17:32:08 +01:00
parent 608e9eb1b2
commit f300c25465
13 changed files with 62 additions and 3 deletions

View file

@ -207,9 +207,9 @@ Pass an array of objects:
### search
<strong>Type:</strong> `Boolean` <strong>Default:</strong> `true`
<strong>Input types affected:</strong> `text`, `select-one`, `select-multiple`
<strong>Input types affected:</strong> `select-one`
<strong>Usage:</strong> Whether a search input should display allowing a user to filter choices.
<strong>Usage:</strong> Whether a user should be allowed to search avaiable choices. Note that multiple select boxes will always show search inputs.
### flip
<strong>Type:</strong> `Boolean` <strong>Default:</strong> `true`

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/assets/images/mstile-150x150.png"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 B

BIN
assets/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
assets/images/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -0,0 +1,12 @@
{
"name": "Choices.js",
"icons": [
{
"src": "\/assets\/images\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
}
],
"theme_color": "#ffffff",
"display": "standalone"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,28 @@
<?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="280.000000pt" height="280.000000pt" viewBox="0 0 280.000000 280.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,280.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M1108 2795 c-2 -1 -55 -6 -119 -9 -63 -4 -126 -8 -140 -11 -13 -2
-60 -7 -104 -10 -44 -4 -91 -9 -105 -10 -14 -1 -59 -6 -100 -9 -41 -4 -82 -9
-90 -11 -8 -2 -42 -6 -75 -10 -33 -3 -71 -8 -85 -10 -36 -5 -143 -17 -157 -18
-7 0 -13 -2 -13 -4 0 -3 -29 -189 -45 -283 -5 -35 -23 -175 -29 -235 -3 -27
-8 -75 -11 -105 -23 -212 -29 -354 -29 -645 -1 -255 8 -496 19 -567 2 -13 6
-55 10 -95 6 -72 11 -115 20 -183 3 -19 7 -57 10 -85 3 -27 8 -57 10 -65 2 -8
7 -37 10 -65 9 -83 34 -218 42 -226 7 -5 213 -40 328 -55 17 -2 68 -8 115 -14
47 -6 99 -12 115 -15 17 -2 66 -7 110 -10 44 -4 96 -9 115 -11 214 -21 853
-21 993 1 12 2 60 6 107 10 47 3 94 8 105 10 11 3 45 7 76 10 63 5 58 5 294
41 94 14 176 26 183 27 6 0 12 5 13 11 0 6 2 18 4 26 1 8 6 35 9 60 4 25 9 52
11 60 2 8 6 35 9 60 3 25 8 54 10 65 2 11 7 47 10 80 4 33 9 74 12 90 6 45 11
92 19 170 4 39 8 86 11 105 25 232 25 905 -1 1105 -2 17 -7 64 -10 105 -6 69
-39 341 -49 400 -3 14 -7 43 -11 65 -5 36 -10 68 -21 129 -5 29 -14 33 -79 40
-61 7 -70 8 -210 25 -106 13 -168 20 -240 26 -33 3 -71 7 -85 10 -14 2 -61 7
-105 10 -44 4 -107 8 -140 11 -66 6 -712 14 -717 9z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

File diff suppressed because one or more lines are too long

View file

@ -5,14 +5,24 @@
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<title>Choices</title>
<meta name=description itemprop=description content="A lightweight, configurable select box/text input plugin. Similar to Select2 and Selectize but without the jQuery dependency.">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/assets/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/assets/images/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg" color="#00bcd4">
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<meta name="msapplication-config" content="/assets/images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Ignore these -->
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=1.1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script>
<!-- End ignore these -->
<!-- Choices includes -->
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=1.1.0">
<script src="assets/scripts/dist/choices.min.js?version=1.1.0"></script>
<!-- End Choices includes -->
<!--[if lt IE 9]>
<style>