Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioars authored Dec 19, 2016
1 parent e6635fa commit ca2a1cc
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# Sculptor - The future web experience## AboutSculptor is a CSS Framework that allows you make beautiful web-based applications.We've got inspired in designs we believe is real futuristic and in colors of the universe.Created by [Fabio Soares](http://facebook.com/1fabiosoares) on a 2016 saturday afternoon.## Getting Started- [Download](https://github.com/1fabiosoares/sculptor/releases) on Github Releases- Clone our repository `git clone git@github.com:1fabiosoares/sculptor.git`- Use [CDN](https://unpkg.com/sculptorcss@0.0.2/css/sculptor.min.css) `https://unpkg.com/sculptorcss@0.0.1/css/sculptor.min.css`- Download npm package `npm install sculptorcss`- Download bower package `bower install sculptor`- Download composer package `*future*`Put it on you HTML pageUsing CDN <link rel="stylesheet" href="https://unpkg.com/sculptorcss@0.0.1/css/sculptor.min.css">or using a local reference <link rel="stylesheet" href="css/sculptor.min.css">
# Sculptor - The future web experience

## About

Sculptor is a CSS Framework that allows you make beautiful web-based applications.
We've got inspired in designs we believe is real futuristic and in colors of the universe.
Created by [Fabio Soares](http://facebook.com/1fabiosoares) on a 2016 saturday afternoon.

## Getting Started

- [Download](https://github.com/1fabiosoares/sculptor/releases) on Github Releases
- Clone our repository `git clone git@github.com:1fabiosoares/sculptor.git`
- Use [CDN](https://unpkg.com/sculptorcss@0.0.2/css/sculptor.min.css) `https://unpkg.com/sculptorcss@0.0.2/css/sculptor.min.css`
- Download npm package `npm install sculptorcss`
- Download bower package `bower install sculptor`
- Download composer package `*future*`

Put it on you HTML page

Using CDN

<link rel="stylesheet" href="https://unpkg.com/sculptorcss@0.0.2/css/sculptor.min.css">

or using a local reference

<link rel="stylesheet" href="css/sculptor.min.css">

0 comments on commit ca2a1cc

Please sign in to comment.