Skip to content

Commit f9b8309

Browse files
ryanrapiniskydiver
authored andcommitted
Updated Materialize to v1.0.0
1 parent bfa306d commit f9b8309

File tree

5 files changed

+1023
-875
lines changed

5 files changed

+1023
-875
lines changed

assets/README.md

+31-30
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,34 @@
22
<a href="http://materializecss.com/">
33
<img src="http://materializecss.com/res/materialize.svg" width="150">
44
</a>
5+
</p>
56

6-
<h3 align="center">MaterializeCSS</h3>
7+
<h3 align="center">MaterializeCSS</h3>
78

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">
3126
</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>
3233
</p>
3334

3435
## Table of Contents
@@ -43,12 +44,12 @@
4344
## Quickstart:
4445
Read the [getting started guide](http://materializecss.com/getting-started.html) for more information on how to use materialize.
4546

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`)
5051
- 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`)
5253

5354
## Documentation
5455
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
8788
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.
8889

8990
## 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

Comments
 (0)