Skip to content

Commit

Permalink
Update to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vorillaz committed Jul 18, 2014
1 parent 03ffdcc commit 3cab3c5
Show file tree
Hide file tree
Showing 17 changed files with 597 additions and 158 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@

[v1.1](#v1.1)
[v1.2](#v1.2)
[v1.2](#v1.3)


## v1.3

Change log and fixes in version 1.3:
1. Added Clojure and Clojure badge icons as suggested by [@arrdem](https://github.com/arrdem) , [@stevenfourie](https://github.com/stevenfourie) & [@TakaGoto](https://github.com/TakaGoto).
2. Added Nancy icon as suggested by [@khellang](https://github.com/khellang).
3. Added Nancy icon as suggested by [@markwellis](https://github.com/markwellis).
4. Added PostgreSQL icon as suggested by [@RoryDH](https://github.com/RoryDH).
5. Added Jenkins icon as suggested by Daniel Serodio.

6.Also added Celluloid, W3C, Redis and Web platform icons

## v1.2

Change log and fixes in version 1.2:
1. Added Gulp.js badge as suggested by [@pkozlowski-opensource](https://github.com/pkozlowski-opensource).

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Devicons is a full stack iconic font ready to be shipped with your next project.
Devicons iconic font is free to use and licensed under [MIT](http://opensource.org/licenses/MIT).


###Devicons icon set v 1.2
![Devicons](http://i.imgur.com/vqz74sT.png)
###Devicons icon set v 1.3
![Devicons](http://i.imgur.com/nTQC2my.png)


## Getting Started
Expand All @@ -27,7 +27,7 @@ Devicons iconic font is free to use and licensed under [MIT](http://opensource.o

`bower install devicons`

##Install using nmp
##Install using NPM
`npm install devicons`

##Create a custom set
Expand All @@ -54,15 +54,16 @@ New icons to be added in v.1.3

**Mobile:** Sencha Touch

**Ruby:** Celluloid
**Miscellaneous:** Piwik, Google Maps, Alfred app

**Miscellaneous:** Piwik, Google Maps
**Tools:** Yeoman

Do you have any additional request? Drop me a line or support an issue.



##Changelog
- v1.3 Added 10 new icons - 111 glyphs
- v1.2 Added 3 new icons - 101 glyphs
- v1.1 Added 12 new icons - 97 glyphs
- v1.0 Initial launch of Devicons iconic fonts - 85 glyphs
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devicons",
"description": "Devicons - An icon font made for developers",
"version": "1.0",
"version": "1.3",
"keywords": [
"icons",
"devicons",
Expand Down
32 changes: 31 additions & 1 deletion css/devicons.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Devicons 1.2 made by Theodore Vorillas / http://vorillaz.com
* Devicons 1.3 made by Theodore Vorillas / http://vorillaz.com
*/
@font-face {
font-family: 'devicons';
Expand Down Expand Up @@ -324,3 +324,33 @@

.devicons-cisco:before {
content: "\e665"; }

.devicons-nancy:before {
content: "\e666"; }

.devicons-clojure:before {
content: "\e668"; }

.devicons-clojure_alt:before {
content: "\e66a"; }

.devicons-perl:before {
content: "\e669"; }

.devicons-celluloid:before {
content: "\e66b"; }

.devicons-w3c:before {
content: "\e66c"; }

.devicons-redis:before {
content: "\e66d"; }

.devicons-postgresql:before {
content: "\e66e"; }

.devicons-webplatform:before {
content: "\e66f"; }

.devicons-jenkins:before {
content: "\e667"; }
4 changes: 2 additions & 2 deletions css/devicons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions css/devicons.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Devicons 1.2 made by Theodore Vorillas / http://vorillaz.com
* Devicons 1.3 made by Theodore Vorillas / http://vorillaz.com
*/
@font-face {
font-family: 'devicons';
Expand Down Expand Up @@ -127,7 +127,17 @@ $devicons: (git "\e602"),
(onedrive "\e662"),
(gulp "\e663"),
(atom "\e664"),
(cisco "\e665");
(cisco "\e665"),
(nancy "\e666"),
(clojure "\e668"),
(clojure_alt "\e66a"),
(perl "\e669"),
(celluloid "\e66b"),
(w3c "\e66c"),
(redis "\e66d"),
(postgresql "\e66e"),
(webplatform "\e66f"),
(jenkins "\e667");

@each $devicon in $devicons {
$iconClass: nth($devicon, 1);
Expand Down
Binary file modified fonts/devicons.eot
Binary file not shown.
Loading

0 comments on commit 3cab3c5

Please sign in to comment.