Skip to content

Commit

Permalink
Add erlang, nodewebkit, apache, nginx & doctrine icons
Browse files Browse the repository at this point in the history
  • Loading branch information
konpa committed May 13, 2015
1 parent 61ef8f1 commit e05de22
Show file tree
Hide file tree
Showing 37 changed files with 7,656 additions and 25 deletions.
28 changes: 28 additions & 0 deletions devicon-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
.devicon-angularjs-plain.colored {
color: #c4473a;
}
.devicon-apache-line-wordmark.colored,
.devicon-apache-line.colored
.devicon-apache-plain-wordmark.colored,
.devicon-apache-plain.colored {
color: #303284;
}
.devicon-appcelerator-plain-wordmark.colored,
.devicon-appcelerator-original.colored,
.devicon-appcelerator-plain.colored {
Expand Down Expand Up @@ -66,6 +72,12 @@
.devicon-docker-plain.colored {
color: #019bc6;
}
.devicon-doctrine-line-wordmark.colored,
.devicon-doctrine-line.colored
.devicon-doctrine-plain-wordmark.colored,
.devicon-doctrine-plain.colored {
color: #f56d39;
}
.devicon-dot-net-plain-wordmark.colored,
.devicon-dot-net-plain.colored {
color: #1384c8;
Expand All @@ -74,6 +86,10 @@
.devicon-drupal-plain.colored {
color: #0073BA;
}
.devicon-erlang-plain-wordmark.colored,
.devicon-erlang-plain.colored {
color: #a90533;
}
.devicon-firefox-plain-wordmark.colored,
.devicon-firefox-plain.colored {
color: #DD732A;
Expand Down Expand Up @@ -164,10 +180,22 @@
.devicon-mysql-plain-wordmark.colored {
color: #00618a;
}
.devicon-nginx-original.colored,
.devicon-nginx-original-wordmark.colored,
.devicon-nginx-plain.colored,
.devicon-nginx-plain-wordmark.colored {
color: #090;
}
.devicon-nodejs-plain.colored,
.devicon-nodejs-plain-wordmark.colored {
color: #83CD29;
}
.devicon-nodewebkit-line.colored,
.devicon-nodewebkit-line-wordmark.colored,
.devicon-nodewebkit-plain.colored,
.devicon-nodewebkit-plain-wordmark.colored {
color: #3d3b47;
}
.devicon-oracle-original.colored,
.devicon-oracle-plain.colored,
.devicon-oracle-plain-wordmark.colored {
Expand Down
63 changes: 63 additions & 0 deletions devicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,69 @@
-moz-osx-font-smoothing: grayscale;
}

.devicon-nodewebkit-line-wordmark:before {
content: "\e611";
}

.devicon-nodewebkit-line:before {
content: "\e612";
}

.devicon-nodewebkit-plain-wordmark:before {
content: "\e613";
}

.devicon-nodewebkit-plain:before {
content: "\e614";
}

.devicon-nginx-original:before,
.devicon-nginx-original-wordmark:before,
.devicon-nginx-plain:before,
.devicon-nginx-plain-wordmark:before {
content: "\e615";
}

.devicon-erlang-plain-wordmark:before {
content: "\e616";
}

.devicon-erlang-plain:before {
content: "\e617";
}

.devicon-doctrine-line-wordmark:before {
content: "\e618";
}

.devicon-doctrine-line:before {
content: "\e619";
}

.devicon-doctrine-plain-wordmark:before {
content: "\e61a";
}

.devicon-doctrine-plain:before {
content: "\e625";
}

.devicon-apache-line-wordmark:before {
content: "\e626";
}

.devicon-apache-line:before {
content: "\e627";
}

.devicon-apache-plain-wordmark:before {
content: "\e628";
}

.devicon-apache-plain:before {
content: "\e629";
}

.devicon-go-line:before {
content: "\e610";
}
Expand Down
40 changes: 40 additions & 0 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "apache",
"tags": ["php"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark", "line", "line-wordmark"],
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{
"name": "appcelerator",
"tags": ["app", "mobile"],
Expand Down Expand Up @@ -119,6 +127,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "doctrine",
"tags": [],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark", "line", "line-wordmark"],
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{
"name": "dot-net",
"tags": ["framework"],
Expand All @@ -135,6 +151,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "erlang",
"tags": [],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "firefox",
"tags": ["browser"],
Expand Down Expand Up @@ -311,6 +335,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "nginx",
"tags": ["server"],
"versions": {
"svg": ["original"],
"font": ["original", "original-wordmark", "plain", "plain-wordmark"]
}
},
{
"name": "nodejs",
"tags": ["javascript", "language"],
Expand All @@ -319,6 +351,14 @@
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "nodewebkit",
"tags": [],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark", "line", "line-wordmark"],
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{
"name": "oracle",
"tags": ["database"],
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.
15 changes: 15 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.
Loading

0 comments on commit e05de22

Please sign in to comment.