add promo image, edit readme

This commit is contained in:
t1m0n 2015-12-10 16:09:06 +03:00
parent 776f0a5781
commit 00927e4bd9
6 changed files with 15 additions and 10 deletions

View File

@ -1,6 +1,7 @@
# Air Datepicker
Lightweight cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern browsers.
Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern browsers.
![air datepicker image](https://github.com/t1m0n/air-datepicker/raw/develop/docs/img/promo-img.png)
## Install
```
@ -18,7 +19,11 @@ $('.my-datepicker').datepicker([options])
## Change log
### v.1.1.0
### v1.2.0
* add `range` feature
* improve keyboard navigation (fixed two focused cells)
### v1.1.0
* add keyboard navigation
* add `classes` option to add custom classes
* add `altField` option

BIN
docs/img/promo-img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@ block content
article
h2#intro Описание
p
| Легкий (<strong>~20kb</strong> минифицированный js файл и <strong>~5.5kb</strong> gziped) кроссбраузерный календарь, написан с использованием
| Легкий (<i><strong>~26kb</strong> минифицированный js файл и <strong>~7kb</strong> gziped</i>), кастомизируемый, кроссбраузерный календарь, написан с использованием
+example-inline('es5')
| и
+example-inline('css flexbox', 'js')
@ -439,7 +439,7 @@ block content
+param('Alt + &larr; | &darr;')
| - переход на 10 лет назад
li
+param('Ctrl + Shift + &uarr; | &darr;')
+param('Ctrl + Shift + &uarr;')
| - переход на следующий вид
li
+param('Esc')

View File

@ -17,7 +17,7 @@ block content
article
h2#intro Description
p
| Light (<strong>~20kb</strong> minified js file and <strong>~5.5kb</strong> gziped) cross-browser calendar, built with
| Light (<i><strong>~26kb</strong> minified js file and <strong>~7kb</strong> gziped</i>) customizable cross-browser calendar, built with
+example-inline('es5')
| and
+example-inline('css flexbox', 'js')
@ -424,7 +424,7 @@ block content
+param('Alt + &larr; | &darr;')
| - move 10 years backwards
li
+param('Ctrl + Shift + &uarr; | &darr;')
+param('Ctrl + Shift + &uarr;')
| - move to next view
li
+param('Esc')