1
0
mirror of https://github.com/konpa/devicon.git synced 2025-02-06 16:18:47 +01:00
devicon/README.md

80 lines
1.3 KiB
Markdown
Raw Normal View History

2014-03-01 07:14:04 -08:00
devicon
=======
2014-03-02 00:11:54 +01:00
devicon aims to gather all logos representing development languages and tools in one font.
2014-07-21 09:31:53 +02:00
See all available icons on the github page: http://konpa.github.io/devicon/
2014-03-02 00:11:54 +01:00
Final font is built with [icomoon](http://icomoon.io).
2014-03-07 20:13:04 +01:00
How to use it
--------------
2014-03-02 00:11:54 +01:00
2014-03-07 20:13:04 +01:00
```html
<head>
<link rel="stylesheet" href="devicon.css">
</head>
2014-03-02 00:11:54 +01:00
2014-03-07 20:13:04 +01:00
<body>
<!-- for git plain version -->
<i class="devicon-git-plain"></i>
<!-- for git plain version with wordmark -->
<i class="devicon-git-plain-wordmark"></i>
<!-- for git plain version colored with git main color -->
2014-07-21 09:22:58 +02:00
<i class="devicon-git-plain colored"></i>
2014-07-21 09:24:17 +02:00
<!-- for git plain version with wordmark colored with git main color -->
<i class="devicon-git-plain-wordmark colored"></i>
2014-03-07 20:13:04 +01:00
</body>
```
2014-03-02 00:11:54 +01:00
2014-07-21 12:01:36 +02:00
See devicon.html or devicon.json file for complete and up to date reference of icon's available versions.
Available icons (alphabetical order)
---------------
- .NET
- AngularJS
- Bootstrap
- Bower
- Codeigniter
- CSS3
- Devicon
- Foundation
- Git
- Grunt
- Gulp
- HTML5
- Illustrator
- Java
- Javascript
- JQuery
- Laravel
- Less
- MySQL
- Photoshop
- PHP
- Python
- Rails
- Ruby
- Sass
- Wordpress
- Yii
- Zend
Upcoming icons
---------------
- Travis
- Github
- Bitbucket
- Sketch
- ... Please contribute or open an issue for requesting an icon
2014-07-17 17:29:07 +02:00