|
1 | 1 | # CSSkel |
2 | | -CSSkel is a fork of [Barebones](https://acahir.github.io/Barebones/) by is simple, responsive boilerplate based off the popular [Skeleton](http://getskeleton.com) project by [Dave Gamache](https://twitter.com/dhg). |
| 2 | +CSSkel is a fork of [Barebones](https://acahir.github.io/Barebones/) by Steve Acahir. |
| 3 | +Is a simple, responsive boilerplate based off the popular [Skeleton](http://getskeleton.com) project by [Dave Gamache](https://twitter.com/dhg). |
3 | 4 |
|
4 | | -We use it a lot for small projects so we appended some basic structures missing and fixed some class names to make it meaningful but short and logic. |
| 5 | +We start to using it for small projects so we appended some basic structures missing and fixed some class names to make it meaningful but short and logic. |
5 | 6 |
|
6 | | -While there are several other active forks of Skeleton, CSSkel heritage from Barebones requiring no external tools or dependencies such as CSS pre-processors. Simply download and go. |
| 7 | +While there are several other active forks of Skeleton, CSSkel, as in Barebones, require no external tools or dependencies such as CSS pre-processors. Simply download and go. |
7 | 8 |
|
8 | 9 | ## Getting started |
9 | 10 |
|
10 | 11 |
|
11 | | -Barebones can be downloaded via [zip file](https://github.com/acahir/Barebones/archive/master.zip) or the repo can be cloned using `git clone https://github.com/acahir/Barebones.git`. |
| 12 | +CSSkel can be downloaded via [zip file](https://github.com/digitart/CSSkel/archive/master.zip) or the repo can be cloned using `git clone https://github.com/digitart/CSSkel.git`. |
12 | 13 |
|
13 | | -Once you have your bare hands on Barebones, use the [documentation and examples](https://acahir.github.io/Barebones/) to get started. |
| 14 | +Once you have your bare hands on CSSkel, use the [documentation and examples](https://digitart.github.io/CSSkel/) to get started. |
14 | 15 |
|
15 | 16 |
|
16 | 17 | ### What's in the download? |
17 | 18 |
|
18 | | -The download includes Skeleton's CSS, [Normalize CSS](https://github.com/necolas/normalize.css/) as a reset, a sample favicon, and an index.html as a starting point. It also includes skeleton-legacy.css in case you are updating an existing site, though this stylesheet is not linked in the index.html template. |
| 19 | +The download includes CSSkel CSS, the minified version of CSSkel, [Normalize CSS](https://github.com/necolas/normalize.css/) as a reset, a sample favicon, and an index.html as a starting point. It also includes skeleton-legacy.css in case you are updating an existing site, though this stylesheet is not linked in the index.html template. |
19 | 20 |
|
20 | 21 | ``` |
21 | 22 | Skeleton/ |
22 | 23 | ├── index.html |
23 | 24 | ├── css/ |
24 | | -│ ├── barebones.css |
| 25 | +│ ├── csskel.css |
| 26 | +│ ├── csskel.min.css |
25 | 27 | │ ├── normalize.css |
26 | 28 | │ └── skeleton-legacy.css |
27 | 29 | └── images/ |
28 | 30 | └── favicon.png |
29 | 31 |
|
30 | 32 | ``` |
31 | 33 |
|
32 | | -## Why Barebones? |
| 34 | +## Why CSSkel? |
33 | 35 |
|
34 | 36 | Building off of Skeleton's [awesomeness](https://github.com/dhg/Skeleton#why-its-awesome): |
35 | 37 | - Updated to use CSS variables |
|
0 commit comments