The login buttons for oAuth services
Copy 'dist' folder and make it accessible on your web server. After that, link 'oauth-buttons.min.css' on your web page. The design spec of button is in the 'example' folder. If you want to see the design of button, check out the Preview Page.
If you want to build directly. Refer to below guides.
- Requires Node.js runtime and NPM
First, Install the Grunt CLI. Run the following command
npm install -g grunt-cli
And then run the following command to install dependencies.
npm install
And then run the following command to build stylesheet
npm run build
If you have done all of the following commands, the files will be successfully added / changed on 'dist' folder.
If the 'oauth-buttons.min.css' and logo are properly linked, You can provide nice buttons!
Please read CONTRIBUTING.md for details on our code of conduct.
We use SemVer 2.0.0 for versioning. For the versions available, see the tags on this repository.
- small_sunshine - CSS, JS, build system - small-sunshines
- Ranol - Provides logo and brand color, the owner. - RanolP
See also the list of contributors who participated in this project.
This project licensed under the MIT License - see the LICENSE file for details.
- This project uses svg, If your browser can't support svg, It can't render normally.
- Indirectly, We supports png rendering. If you applies dedicated script, It replaces SVG to PNG if browsers that don't support SVG.
- This project works on most browsers. However, Some browsers won't work.
- The translation may not be correct.