Skip to content

Commit

Permalink
feat: add webgl icon
Browse files Browse the repository at this point in the history
  • Loading branch information
t1st3 committed Apr 1, 2015
1 parent 2c6933d commit b601457
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ The icons are borrowed from the following projects:
* [![Ubuntu](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/ubuntu.png) Ubuntu](http://www.ubuntu.com/)
* [![VersionEye](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/versioneye.png) VersionEye](https://www.versioneye.com/)
* [![W3C](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/w3c.png) W3C](http://www.w3.org/)
* [![WebGL](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/webgl.png) WebGL](https://www.khronos.org/webgl/)
* [![Webkit](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/webkit.png) Webkit](https://www.webkit.org/)
* [![WHATWG](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/whatwg.png) WHATWG](https://whatwg.org/)
* [![Windows 8](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/windows8.png) Windows 8](http://windows.microsoft.com/en-us/windows-8)
Expand Down
Binary file added dist/128x128/webgl.png
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 dist/16x16/webgl.png
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 dist/256x256/webgl.png
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 dist/32x32/webgl.png
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 dist/48x48/webgl.png
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 dist/64x64/webgl.png
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 dist/96x96/webgl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 13 additions & 7 deletions dist/sprite-16x16/vendor-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
background-size: 160px 144px;
}

.vendor-icons.jekyll {
.vendor-icons.jquery {
width: 16px;
height: 16px;
background-position: 0px 0px;
Expand Down Expand Up @@ -261,13 +261,13 @@
background-position: 0px -96px;
}

.vendor-icons.angular {
.vendor-icons.jekyll {
width: 16px;
height: 16px;
background-position: -16px -96px;
}

.vendor-icons.jquery {
.vendor-icons.angular {
width: 16px;
height: 16px;
background-position: -32px -96px;
Expand Down Expand Up @@ -501,27 +501,33 @@
background-position: -144px -16px;
}

.vendor-icons.webkit {
.vendor-icons.webgl {
width: 16px;
height: 16px;
background-position: -144px -32px;
}

.vendor-icons.whatwg {
.vendor-icons.webkit {
width: 16px;
height: 16px;
background-position: -144px -48px;
}

.vendor-icons.windows8 {
.vendor-icons.whatwg {
width: 16px;
height: 16px;
background-position: -144px -64px;
}

.vendor-icons.yeoman {
.vendor-icons.windows8 {
width: 16px;
height: 16px;
background-position: -144px -80px;
}

.vendor-icons.yeoman {
width: 16px;
height: 16px;
background-position: -144px -96px;
}

2 changes: 1 addition & 1 deletion dist/sprite-16x16/vendor-icons.min.css

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

Binary file modified dist/sprite-16x16/vendor-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 13 additions & 7 deletions dist/sprite-32x32/vendor-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
background-size: 320px 288px;
}

.vendor-icons.jekyll {
.vendor-icons.jquery {
width: 32px;
height: 32px;
background-position: 0px 0px;
Expand Down Expand Up @@ -261,13 +261,13 @@
background-position: 0px -192px;
}

.vendor-icons.angular {
.vendor-icons.jekyll {
width: 32px;
height: 32px;
background-position: -32px -192px;
}

.vendor-icons.jquery {
.vendor-icons.angular {
width: 32px;
height: 32px;
background-position: -64px -192px;
Expand Down Expand Up @@ -501,27 +501,33 @@
background-position: -288px -32px;
}

.vendor-icons.webkit {
.vendor-icons.webgl {
width: 32px;
height: 32px;
background-position: -288px -64px;
}

.vendor-icons.whatwg {
.vendor-icons.webkit {
width: 32px;
height: 32px;
background-position: -288px -96px;
}

.vendor-icons.windows8 {
.vendor-icons.whatwg {
width: 32px;
height: 32px;
background-position: -288px -128px;
}

.vendor-icons.yeoman {
.vendor-icons.windows8 {
width: 32px;
height: 32px;
background-position: -288px -160px;
}

.vendor-icons.yeoman {
width: 32px;
height: 32px;
background-position: -288px -192px;
}

Loading

0 comments on commit b601457

Please sign in to comment.