Skip to content

Commit 5ea36df

Browse files
authored
Readme Updated
1 parent f43873c commit 5ea36df

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
11
# 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).
34

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.
56

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.
78

89
## Getting started
910

1011

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`.
1213

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.
1415

1516

1617
### What's in the download?
1718

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.
1920

2021
```
2122
Skeleton/
2223
├── index.html
2324
├── css/
24-
│ ├── barebones.css
25+
│ ├── csskel.css
26+
│ ├── csskel.min.css
2527
│ ├── normalize.css
2628
│ └── skeleton-legacy.css
2729
└── images/
2830
└── favicon.png
2931
3032
```
3133

32-
## Why Barebones?
34+
## Why CSSkel?
3335

3436
Building off of Skeleton's [awesomeness](https://github.com/dhg/Skeleton#why-its-awesome):
3537
- Updated to use CSS variables

0 commit comments

Comments
 (0)