1
0
mirror of https://github.com/konpa/devicon.git synced 2025-07-31 11:50:13 +02: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). Final font is built with [icomoon](http://icomoon.io).
Available icons How to use it
--------------- --------------
#### Programming languages: ```html
- HTML 5 (html5:text/color) <head>
- CSS 3 (css3:text/color) <link rel="stylesheet" href="devicon.css">
- Javascript (javascript:text/color; js:color) </head>
- JQuery (jquery:text/color)
- MySQL (mysql:text/color)
#### Frameworks: <body>
- Laravel (laravel:text/color) <!-- for git plain version -->
- Foundation (foundation:text/color) <i class="devicon-git-plain"></i>
- Bootstrap (bootstrap:text/color)
- Angular JS (angularjs:text/color) <!-- 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: See the icons folder or devicon.json file for complete reference of icon's available versions.
- 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)