|
2 | 2 | <a href="http://materializecss.com/">
|
3 | 3 | <img src="http://materializecss.com/res/materialize.svg" width="150">
|
4 | 4 | </a>
|
| 5 | +</p> |
5 | 6 |
|
6 |
| - <h3 align="center">MaterializeCSS</h3> |
| 7 | +<h3 align="center">MaterializeCSS</h3> |
7 | 8 |
|
8 |
| - <p align="center"> |
9 |
| - Materialize, a CSS Framework based on material design. |
10 |
| - <br> |
11 |
| - <a href="http://materializecss.com/"><strong>-- Browse the docs --</strong></a> |
12 |
| - <br> |
13 |
| - <br> |
14 |
| - <a href="https://travis-ci.org/Dogfalo/materialize"> |
15 |
| - <img src="https://travis-ci.org/Dogfalo/materialize.svg?branch=master" alt="Travis CI badge"> |
16 |
| - </a> |
17 |
| - <a href="https://badge.fury.io/js/materialize-css"> |
18 |
| - <img src="https://badge.fury.io/js/materialize-css.svg" alt="npm version badge"> |
19 |
| - </a> |
20 |
| - <a href="https://cdnjs.com/libraries/materialize"> |
21 |
| - <img src="https://img.shields.io/cdnjs/v/materialize.svg" alt="CDNJS version badge"> |
22 |
| - </a> |
23 |
| - <a href="https://david-dm.org/Dogfalo/materialize"> |
24 |
| - <img src="https://david-dm.org/Dogfalo/materialize/status.svg" alt="dependencies Status badge"> |
25 |
| - </a> |
26 |
| - <a href="https://david-dm.org/Dogfalo/materialize#info=devDependencies"> |
27 |
| - <img src="https://david-dm.org/Dogfalo/materialize/dev-status.svg" alt="devDependency Status badge"> |
28 |
| - </a> |
29 |
| - <a href="https://gitter.im/Dogfalo/materialize"> |
30 |
| - <img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter badge"> |
| 9 | +<p align="center"> |
| 10 | + Materialize, a CSS Framework based on material design. |
| 11 | + <br> |
| 12 | + <a href="http://materializecss.com/"><strong>-- Browse the docs --</strong></a> |
| 13 | + <br> |
| 14 | + <br> |
| 15 | + <a href="https://travis-ci.org/Dogfalo/materialize"> |
| 16 | + <img src="https://travis-ci.org/Dogfalo/materialize.svg?branch=master" alt="Travis CI badge"> |
| 17 | + </a> |
| 18 | + <a href="https://badge.fury.io/js/materialize-css"> |
| 19 | + <img src="https://badge.fury.io/js/materialize-css.svg" alt="npm version badge"> |
| 20 | + </a> |
| 21 | + <a href="https://cdnjs.com/libraries/materialize"> |
| 22 | + <img src="https://img.shields.io/cdnjs/v/materialize.svg" alt="CDNJS version badge"> |
| 23 | + </a> |
| 24 | + <a href="https://david-dm.org/Dogfalo/materialize"> |
| 25 | + <img src="https://david-dm.org/Dogfalo/materialize/status.svg" alt="dependencies Status badge"> |
31 | 26 | </a>
|
| 27 | + <a href="https://david-dm.org/Dogfalo/materialize#info=devDependencies"> |
| 28 | + <img src="https://david-dm.org/Dogfalo/materialize/dev-status.svg" alt="devDependency Status badge"> |
| 29 | + </a> |
| 30 | + <a href="https://gitter.im/Dogfalo/materialize"> |
| 31 | + <img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter badge"> |
| 32 | + </a> |
32 | 33 | </p>
|
33 | 34 |
|
34 | 35 | ## Table of Contents
|
|
43 | 44 | ## Quickstart:
|
44 | 45 | Read the [getting started guide](http://materializecss.com/getting-started.html) for more information on how to use materialize.
|
45 | 46 |
|
46 |
| -- [Download the latest release](https://github.com/Dogfalo/materialize/releases/latest) of materialize directly from GitHub. |
47 |
| -- Clone the repo: `git clone https://github.com/Dogfalo/materialize.git` |
48 |
| -- Include the files via [cdnjs](https://cdnjs.com/libraries/materialize). More [here](http://materializecss.com/getting-started.html). |
49 |
| -- Install with [npm](https://www.npmjs.com): `npm install materialize-css` |
| 47 | +- [Download the latest release](https://github.com/Dogfalo/materialize/releases/latest) of materialize directly from GitHub. ([Beta](https://github.com/Dogfalo/materialize/releases/)) |
| 48 | +- Clone the repo: `git clone https://github.com/Dogfalo/materialize.git` (Beta: `git clone -b v1-dev https://github.com/Dogfalo/materialize.git`) |
| 49 | +- Include the files via [cdnjs](https://cdnjs.com/libraries/materialize). More [here](http://materializecss.com/getting-started.html). ([Beta](https://cdnjs.com/libraries/materialize/1.0.0-beta)) |
| 50 | +- Install with [npm](https://www.npmjs.com): `npm install materialize-css` (Beta: `npm install materialize-css@next`) |
50 | 51 | - Install with [Bower](https://bower.io): `bower install materialize` ([DEPRECATED](https://bower.io/blog/2017/how-to-migrate-away-from-bower/))
|
51 |
| -- Install with [Atmosphere](https://atmospherejs.com): `meteor add materialize:materialize` |
| 52 | +- Install with [Atmosphere](https://atmospherejs.com): `meteor add materialize:materialize` (Beta: `meteor add materialize:materialize@=1.0.0-beta`) |
52 | 53 |
|
53 | 54 | ## Documentation
|
54 | 55 | The documentation can be found at <http://materializecss.com>. To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer.
|
@@ -87,4 +88,4 @@ We use Jasmine as our testing framework and we're trying to write a robust test
|
87 | 88 | Check out the [CONTRIBUTING document](CONTRIBUTING.md) in the root of the repository to learn how you can contribute. You can also browse the [help-wanted](https://github.com/Dogfalo/materialize/labels/help-wanted) tag in our issue tracker to find things to do.
|
88 | 89 |
|
89 | 90 | ## Copyright and license
|
90 |
| -Code copyright 2017 Materialize. Code released under the MIT license. |
| 91 | +Code Copyright 2018 Materialize. Code released under the MIT license. |
0 commit comments