updated informations
This commit is contained in:
parent
8004bd7390
commit
2e03ebffa6
@ -11,6 +11,7 @@
|
||||
"bootstrap",
|
||||
"css",
|
||||
"css3",
|
||||
"flexbox",
|
||||
"front-end",
|
||||
"framework",
|
||||
"html",
|
||||
|
@ -11,6 +11,7 @@
|
||||
"bootstrap",
|
||||
"css",
|
||||
"css3",
|
||||
"flexbox",
|
||||
"front-end",
|
||||
"framework",
|
||||
"html",
|
||||
|
@ -11,6 +11,7 @@
|
||||
"bootstrap",
|
||||
"css",
|
||||
"css3",
|
||||
"flexbox",
|
||||
"front-end",
|
||||
"framework",
|
||||
"html",
|
||||
|
@ -116,17 +116,7 @@
|
||||
|
||||
<section class="container" id="contributing">
|
||||
<h5 class="title">Contributing</h5>
|
||||
<p> Help improve these docs. Open an <a target="_blank" href="https://github.com/milligram/milligram/issues/new" title="Issue">issue</a> or submit a pull request.</p>
|
||||
<p>
|
||||
<ol>
|
||||
<li>Navigate to the main page of the repository</li>
|
||||
<li><a target="_blank" href="https://github.com/milligram/milligram#fork-destination-box" title="Fork it!">Fork it!</a></li>
|
||||
<li>Create your feature branch: git checkout -b my-new-feature</li>
|
||||
<li>Commit your changes: git commit -m 'Add some feature'</li>
|
||||
<li>Push to the branch: git push origin my-new-feature</li>
|
||||
<li>Submit a pull request =D</li>
|
||||
</ol>
|
||||
</p>
|
||||
<p>Want to contribute? Follow these <a href="https://github.com/milligram/milligram/blob/master/contributing.md" title="Contributing">recommendations</a>.</p>
|
||||
</section>
|
||||
|
||||
<footer class="footer">
|
||||
|
2
license
2
license
@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright © 2015 CJ Patoilo <cjpatoilo@gmail.com>
|
||||
Copyright © 2016 CJ Patoilo <cjpatoilo@gmail.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -11,6 +11,7 @@
|
||||
"bootstrap",
|
||||
"css",
|
||||
"css3",
|
||||
"flexbox",
|
||||
"front-end",
|
||||
"framework",
|
||||
"html",
|
||||
|
11
readme.md
11
readme.md
@ -5,7 +5,7 @@
|
||||
[![Build Status](https://travis-ci.org/milligram/milligram.svg?branch=master)](https://travis-ci.org/milligram/milligram)
|
||||
[![GitHub version](https://badge.fury.io/gh/milligram%2Fmilligram.svg)](https://badge.fury.io/gh/milligram%2Fmilligram)
|
||||
[![Bower version](https://badge.fury.io/bo/milligram.svg)](https://badge.fury.io/bo/milligram)
|
||||
[![npm version](https://badge.fury.io/js/milligram.svg)](http://badge.fury.io/js/milligram)
|
||||
[![npm version](https://badge.fury.io/js/milligram.svg)](https://badge.fury.io/js/milligram)
|
||||
[![Dependencies Status](https://david-dm.org/milligram/milligram.svg)](https://travis-ci.org/milligram/milligram)
|
||||
|
||||
|
||||
@ -48,14 +48,7 @@ $ npm install milligram
|
||||
|
||||
## Contributing
|
||||
|
||||
Help improve these docs. Open an [issue](https://github.com/milligram/milligram/issues/new) or submit a pull request.
|
||||
|
||||
- Navigate to the main page of the repository
|
||||
- [Fork it!](https://github.com/milligram/milligram#fork-destination-box)
|
||||
- Create your feature branch: git checkout -b my-new-feature
|
||||
- Commit your changes: git commit -m 'Add some feature'
|
||||
- Push to the branch: git push origin my-new-feature
|
||||
- Submit a pull request =D
|
||||
Want to contribute? Follow these [recommendations](https://github.com/milligram/milligram/blob/master/contributing.md).
|
||||
|
||||
|
||||
## License
|
||||
|
@ -53,6 +53,7 @@ input[type='submit']
|
||||
|
||||
&.button-disabled,
|
||||
&[disabled]
|
||||
|
||||
&:hover,
|
||||
&:focus
|
||||
color: $color-primary
|
||||
@ -71,6 +72,7 @@ input[type='submit']
|
||||
|
||||
&.button-disabled,
|
||||
&[disabled]
|
||||
|
||||
&:hover,
|
||||
&:focus
|
||||
color: $color-primary
|
||||
|
Loading…
Reference in New Issue
Block a user