diff --git a/README.md b/README.md index ad5f03d..6ba4b8a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ ####Welcome Calm is an alternative client for [twister](http://twister.net.co/) based on [original](https://github.com/miguelfreitas/twister-html) with new design, features and bugfixes. -![twister](https://raw.github.com/iHedgehog/twister-calm/master/img/poster.jpg) +![poster](https://raw.github.com/iHedgehog/twister-calm/master/img/screenshots/poster.jpg) ####For newbies - delete default html folder - download zip archive (button is on the right) - unpack and rename folder with files to html - place it to twister folder + +####Screenshots +![Main page](https://raw.github.com/iHedgehog/twister-calm/master/img/screenshots/1.png) + +![Modal profile](https://raw.github.com/iHedgehog/twister-calm/master/img/screenshots/2.png) + +![Options page](https://raw.github.com/iHedgehog/twister-calm/master/img/screenshots/3.png) + +![Following page](https://raw.github.com/iHedgehog/twister-calm/master/img/screenshots/4.png) \ No newline at end of file diff --git a/css/style.css b/css/style.css index e947bce..bd8b662 100644 --- a/css/style.css +++ b/css/style.css @@ -378,7 +378,7 @@ input.userMenu-search-field:focus::-ms-input-placeholder { z-index: 1; min-height: 100%; } -.optionsPage:after, .profileEditPage:after, .loginPage:after +.optionsPage:after, .profileEditPage:after, .loginPage:after, .followingPage:after { content: ''; display: block; diff --git a/img/poster.jpg b/img/poster.jpg deleted file mode 100644 index 761e52d..0000000 Binary files a/img/poster.jpg and /dev/null differ diff --git a/img/screenshots/poster.jpg b/img/screenshots/poster.jpg new file mode 100644 index 0000000..bb163b6 Binary files /dev/null and b/img/screenshots/poster.jpg differ diff --git a/img/screenshots/scr1.png b/img/screenshots/scr1.png new file mode 100644 index 0000000..a9f0d6d Binary files /dev/null and b/img/screenshots/scr1.png differ diff --git a/img/screenshots/scr2.png b/img/screenshots/scr2.png new file mode 100644 index 0000000..e4aef02 Binary files /dev/null and b/img/screenshots/scr2.png differ diff --git a/img/screenshots/scr3.png b/img/screenshots/scr3.png new file mode 100644 index 0000000..6b468e7 Binary files /dev/null and b/img/screenshots/scr3.png differ diff --git a/img/screenshots/scr4.png b/img/screenshots/scr4.png new file mode 100644 index 0000000..0794013 Binary files /dev/null and b/img/screenshots/scr4.png differ