mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
74 lines
2.7 KiB
Markdown
74 lines
2.7 KiB
Markdown
# [XEIcon v2.0.0](http://xpressengine.github.io/XEIcon/)
|
|
[한글 문서 바로가기 →](https://github.com/xpressengine/XEIcon/blob/2.0.0-wip/README_kor.md)
|
|
|
|
### The iconic font and CSS toolkit
|
|
XEIcon is a full shite of 820 pictographic icons for easy scalable vector graphics on websites,
|
|
created by designer, [Lee Junha](https://github.com/junnaa), and maintained by [XpressEngine](http://www.xpressengine.com).
|
|
|
|
To get stared, check out [http://xpressengine.github.io/XEIcon](http://xpressengine.github.io/XEIcon)!
|
|
|
|
|
|
## Getting icons
|
|
- [Download the latest release](https://github.com/xpressengine/XEIcon/archive/v2.0.0.zip).
|
|
- Clone the repo:
|
|
```
|
|
$ git clone https://github.com/xpressengine/XEIcon.git
|
|
```
|
|
|
|
- Install with [Bower](http://bower.io):
|
|
```
|
|
$ bower install XEIcon
|
|
```
|
|
|
|
- CDN by [jsDelivr](http://www.jsdelivr.com/#!xeicon):
|
|
```html
|
|
<link href="//cdn.jsdelivr.net/xeicon/2.0.0/xeicon.min.css"
|
|
rel="stylesheet">
|
|
```
|
|
|
|
Read the [Get started page](http://xpressengine.github.io/XEIcon/started.html) for information on the contents and examples, and more.
|
|
|
|
|
|
## Changelog
|
|
- v1.0 - Basic icons added, optimized for 24px default.
|
|
- v1.0.1 - Detail fix.
|
|
- v1.0.2 - Added 78 icons.
|
|
- [v1.0.3 GitHub milestone](https://github.com/xpressengine/XEIcon/issues?q=milestone%3A%22XEIcon+1.0.3%22)
|
|
- [v1.0.4 GitHub milestone](https://github.com/xpressengine/XEIcon/milestones/XEIcon%201.0.4)
|
|
- [v2.0.0 Github milestone](https://github.com/xpressengine/XEIcon/milestones/XEIcon%202.1) - Change all icons style.
|
|
|
|
|
|
## Contributing
|
|
Please read through our [contributing guidelines](https://github.com/xpressengine/XEIcon/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
|
|
|
|
|
## Versioning
|
|
XEIcon library will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
|
|
|
|
`<major>.<minor>.<patch>`
|
|
|
|
for more information on SemVer, please visit http://semver.org/
|
|
|
|
|
|
## Maintainors
|
|
[@juna](https://github.com/junnaa), [@gunil](http://github.com/gunil), [@bnu](https://github.com/bnu).
|
|
|
|
|
|
## Contributors
|
|
[@LeeYoonGu](https://github.com/LeeYoonGu), [@marob](https://www.facebook.com/marob.99).
|
|
|
|
|
|
## Authors
|
|
- Email : lee_junha@xpressengine.com
|
|
- Facebook : https://www.facebook.com/juna.junhalee
|
|
- GitHub : https://github.com/junnaa
|
|
|
|
|
|
## License
|
|
- The XEIcon font is licensed under SIL OFL 1.1 :
|
|
- http://scripts.sil.org/OFL
|
|
- XEIcon CSS, LESS, and SASS files are licensed under the MIT License :
|
|
- http://opensource.org/licenses/mit-license.html
|
|
- The XEIcon documentation is licensed under the CC BY 4.0 License :
|
|
- http://creativecommons.org/licenses/by-sa/4.0
|
|
- Full detail : http://xpressengine.github.io/XEIcon/xe_icon_license.html
|