Skip to content

Commit

Permalink
add id4me icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jul 20, 2019
1 parent 5e60924 commit 231edf6
Show file tree
Hide file tree
Showing 60 changed files with 752 additions and 339 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to the OpenWebIcons project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.6.1] - 2019-07-20
### Added
- ID4me Icon

## [1.6.0] - 2018-11-20
### Added
- JSONFeed Icon
Expand Down Expand Up @@ -89,6 +93,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* **2012-05-05**: Added *federated social web*, *DataPortability* and *Open Web Foundation* Icon
* **2012-05-03**: Initial Release

[1.6.1]: https://github.com/pfefferle/openwebicons/compare/1.6.0...1.6.1
[1.6.0]: https://github.com/pfefferle/openwebicons/compare/1.4.3...1.6.0
[1.4.3]: https://github.com/pfefferle/openwebicons/compare/1.4.2...1.4.3
[1.4.2]: https://github.com/pfefferle/openwebicons/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/pfefferle/openwebicons/compare/1.4.0...1.4.1
Expand Down
16 changes: 3 additions & 13 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ module.exports = function (grunt) {
sass: {
expanded: {
options: {
style: 'expanded',
sourcemap: 'none'
style: 'expanded'
},
files: {
'css/openwebicons.css': 'sass/openwebicons.scss',
Expand All @@ -21,21 +20,12 @@ module.exports = function (grunt) {
},
compressed: {
options: {
style: 'compressed',
sourcemap: 'none'
style: 'compressed'
},
files: {
'css/openwebicons.min.css': 'sass/openwebicons.scss',
'css/openwebicons-bootstrap.min.css': 'sass/openwebicons-bootstrap.scss',
'css/openwebicons-cdn.min.css': 'sass/openwebicons-cdn.scss'
}
},
compact: {
options: {
style: 'compact',
sourcemap: 'none'
},
files: {
'css/openwebicons-cdn.min.css': 'sass/openwebicons-cdn.scss',
'css/weloveiconfonts.css': 'sass/weloveiconfonts.scss'
}
}
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"openwebicons","version":"1.6.0","main":["./css/openwebicons.css","./css/openwebicons-bootstrap.css"],"ignore":["config","docset","sass","source","styleguide",".DS_Store",".editorconfig",".gitignore",".npmignore",".jshintrc","bower.json","compile.sh","component.json","composer.json","Gruntfile.js","package.json","README.md"],"description":"OpenWeb Icons"}
{"name":"openwebicons","version":"1.6.1","main":["./css/openwebicons.css","./css/openwebicons-bootstrap.css"],"ignore":["config","docset","sass","source","styleguide",".DS_Store",".editorconfig",".gitignore",".npmignore",".jshintrc","bower.json","compile.sh","component.json","composer.json","Gruntfile.js","package.json","README.md"],"description":"OpenWeb Icons"}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"openwebicons","repository":"pfefferle/openwebicons","version":"1.6.0","keywords":["openweb","icons","font","css","sass","scss"],"main":"css/openwebicons.min.css","license":"OFL-1.1","styles":["css/openwebicons.css"],"fonts":["font/openwebicons.eot","font/openwebicons.svg","font/openwebicons.ttf","font/openwebicons.woff","font/openwebicons.woff2"],"description":"OpenWeb Icons","author":{"name":"Matthias Pfefferle","email":"[email protected]","url":"http://notizblog.org"},"development":{"grunt":"^1.0.3","grunt-contrib-sass":"^1.0.0","grunt-kss":"^5.0.1","grunt-svg2ttf":"*","grunt-update-json":"*"}}
{"name":"openwebicons","repository":"pfefferle/openwebicons","version":"1.6.1","keywords":["openweb","icons","font","css","sass","scss"],"main":"css/openwebicons.min.css","license":"OFL-1.1","styles":["css/openwebicons.css"],"fonts":["font/openwebicons.eot","font/openwebicons.svg","font/openwebicons.ttf","font/openwebicons.woff","font/openwebicons.woff2"],"description":"OpenWeb Icons","author":{"name":"Matthias Pfefferle","email":"[email protected]","url":"http://notizblog.org"},"development":{"grunt":"^1.0.3","grunt-contrib-sass":"^1.0.0","grunt-kss":"^5.0.1","grunt-svg2ttf":"*","grunt-update-json":"*"}}
21 changes: 16 additions & 5 deletions css/openwebicons-bootstrap.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/openwebicons-bootstrap.css.map

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

2 changes: 1 addition & 1 deletion css/openwebicons-bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/openwebicons-bootstrap.min.css.map

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

21 changes: 16 additions & 5 deletions css/openwebicons-cdn.css

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

1 change: 1 addition & 0 deletions css/openwebicons-cdn.css.map

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

Loading

0 comments on commit 231edf6

Please sign in to comment.