Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalxob/cool-kitten
A parallax scrolling responsive framework
https://github.com/jalxob/cool-kitten
Last synced: 15 days ago
JSON representation
A parallax scrolling responsive framework
- Host: GitHub
- URL: https://github.com/jalxob/cool-kitten
- Owner: jalxob
- Created: 2013-02-04T16:58:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T15:27:02.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T12:21:06.872Z (29 days ago)
- Language: JavaScript
- Size: 931 KB
- Stars: 1,380
- Watchers: 147
- Forks: 465
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
///// Cool Kitten - Parrallax Scrolling responsive frame work - 1.0 /////
Author: Jalxob
Release Date: February 2013.///// Building /////
A small build script is included in order to minify and concatenate your javascript and css files. In order to use this script, you need to have *clean-css* and *uglify-js* installed globally using npm.
``` bash
sudo npm install clean-css uglify-js -g
```Own the script
``` bash
chmod u+x compile.sh
```Execute the script
``` bash
./compile.sh
```///// Resources /////
- Normalize.css
- jQuery Easing Plugin
- Stellar.js///// Questions & Contact /////
This is my first framework so if you see any issue please let me know it.Website: www.jalxob.com/cool-kitten
Author's website: www.jalxob.com
Twitter: @JalxobBuild script and additional changes by [@james2doyle](https://github.com/james2doyle)