1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-29 11:35:26 +01:00

Update README.md

This commit is contained in:
konpa 2014-03-07 19:32:56 +01:00
parent d5debdd362
commit 1cdd40be79

View File

@ -5,29 +5,24 @@ devicon aims to gather all logos representing development languages and tools in
Final font is built with [icomoon](http://icomoon.io).
Available icons
---------------
How to use it
--------------
#### Programming languages:
- HTML 5 (html5:text/color)
- CSS 3 (css3:text/color)
- Javascript (javascript:text/color; js:color)
- JQuery (jquery:text/color)
- MySQL (mysql:text/color)
```html
<head>
<link rel="stylesheet" href="devicon.css">
</head>
#### Frameworks:
- Laravel (laravel:text/color)
- Foundation (foundation:text/color)
- Bootstrap (bootstrap:text/color)
- Angular JS (angularjs:text/color)
<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 -->
<i class="devicon-git-plain git-color"></i>
</body>
```
#### Development tools:
- Grunt (grunt:plain/text/color)
- Bower (bower:plain/text/color)
- SASS (sass:color)
- LESS (less:color)
- Git (git:text/color)
#### Designing tools:
- Illustrator (illustrator:color)
- Photoshop (photoshop:color)
See the icons folder or devicon.json file for complete reference of icon's available versions.