Skip to content

Commit

Permalink
Add docker, go, heroku, meteor & redis icons
Browse files Browse the repository at this point in the history
  • Loading branch information
konpa committed May 13, 2015
1 parent 18d5333 commit 61ef8f1
Show file tree
Hide file tree
Showing 36 changed files with 809 additions and 215 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.DS_Store
24 changes: 24 additions & 0 deletions devicon-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
.devicon-debian-plain.colored {
color: #A80030;
}
.devicon-docker-plain-wordmark.colored,
.devicon-docker-plain.colored {
color: #019bc6;
}
.devicon-dot-net-plain-wordmark.colored,
.devicon-dot-net-plain.colored {
color: #1384c8;
Expand All @@ -82,6 +86,10 @@
.devicon-git-plain.colored {
color: #f34f29;
}
.devicon-go-line.colored,
.devicon-go-plain.colored {
color: #000000;
}
.devicon-grunt-line-wordmark.colored,
.devicon-grunt-line.colored,
.devicon-grunt-plain-wordmark.colored,
Expand All @@ -91,6 +99,14 @@
.devicon-gulp-plain.colored {
color: #eb4a4b;
}
.devicon-heroku-line-wordmark.colored,
.devicon-heroku-line.colored,
.devicon-heroku-plain-wordmark.colored,
.devicon-heroku-plain.colored,
.devicon-heroku-original-wordmark.colored,
.devicon-heroku-original.colored {
color: #6762a6;
}
.devicon-html5-plain-wordmark.colored,
.devicon-html5-plain.colored {
color: #e54d26;
Expand Down Expand Up @@ -132,6 +148,10 @@
.devicon-linux-plain.colored {
color: #000000;
}
.devicon-meteor-plain.colored,
.devicon-meteor-plain-wordmark.colored {
color: #df5052;
}
.devicon-mongodb-plain.colored,
.devicon-mongodb-plain-wordmark.colored {
color: #4FAA41;
Expand Down Expand Up @@ -182,6 +202,10 @@
.devicon-react-original.colored {
color: #61dafb;
}
.devicon-redis-plain-wordmark.colored,
.devicon-redis-plain.colored{
color: #d82c20;
}
.devicon-ubuntu-plain-wordmark.colored,
.devicon-ubuntu-plain.colored {
color: #DD4814;
Expand Down
50 changes: 50 additions & 0 deletions devicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,56 @@
-moz-osx-font-smoothing: grayscale;
}

.devicon-go-line:before {
content: "\e610";
}

.devicon-redis-plain-wordmark:before {
content: "\e606";
}

.devicon-redis-plain:before {
content: "\e607";
}

.devicon-meteor-plain-wordmark:before {
content: "\e608";
}

.devicon-meteor-plain:before {
content: "\e609";
}

.devicon-heroku-line-wordmark:before,
.devicon-heroku-original-wordmark:before {
content: "\e60a";
}

.devicon-heroku-line:before,
.devicon-heroku-original:before {
content: "\e60b";
}

.devicon-heroku-plain-wordmark:before {
content: "\e60c";
}

.devicon-heroku-plain:before {
content: "\e60f";
}

.devicon-go-plain:before {
content: "\e61b";
}

.devicon-docker-plain-wordmark:before {
content: "\e61e";
}

.devicon-docker-plain:before {
content: "\e61f";
}

.devicon-amazonwebservices-original:before,
.devicon-amazonwebservices-plain:before {
content: "\e603";
Expand Down
40 changes: 40 additions & 0 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "docker",
"tags": ["platform", "deploy"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "dot-net",
"tags": ["framework"],
Expand Down Expand Up @@ -151,6 +159,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "go",
"tags": ["language"],
"versions": {
"svg": ["original", "plain", "line"],
"font": ["plain", "line"]
}
},
{
"name": "grunt",
"tags": ["task-runner", "nodejs"],
Expand All @@ -167,6 +183,14 @@
"font": ["plain"]
}
},
{
"name": "heroku",
"tags": ["cloud"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["original", "original-wordmark", "plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{
"name": "html5",
"tags": ["programming", "language"],
Expand Down Expand Up @@ -255,6 +279,14 @@
"font": ["plain"]
}
},
{
"name": "meteor",
"tags": ["javascript"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "mongodb",
"tags": ["database"],
Expand Down Expand Up @@ -343,6 +375,14 @@
"font": ["original", "original-wordmark"]
}
},
{
"name": "redis",
"tags": ["server"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "ruby",
"tags": ["programming", "language"],
Expand Down
2 changes: 1 addition & 1 deletion devicon.min.css

Large diffs are not rendered by default.

Binary file modified fonts/devicon.eot
Binary file not shown.
12 changes: 12 additions & 0 deletions fonts/devicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/devicon.ttf
Binary file not shown.
Binary file modified fonts/devicon.woff
Binary file not shown.
4 changes: 0 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ gulp.task('minify-css', function() {
.pipe(minifyCSS())
.pipe(gulp.dest('./'))
});

gulp.task('default', function() {
//
});
846 changes: 642 additions & 204 deletions icomoon.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions icons/docker/docker-original-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/docker/docker-original.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/docker/docker-plain-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/docker/docker-plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/docker/docker.eps
Binary file not shown.
Loading

0 comments on commit 61ef8f1

Please sign in to comment.