diff --git a/README.md b/README.md index 0a8ff8d..27aaabe 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,9 @@ Please add your requests in the issues preferably with links to the vector files ## HTML5 Boilerplate ![html5-boilerplate](http://gilbarbara.github.io/logos/html5-boilerplate.svg) +## Imagemin +![imagemin](http://gilbarbara.github.io/logos/imagemin.svg) + ## Invision ![invision](http://gilbarbara.github.io/logos/invision.svg) @@ -331,6 +334,9 @@ Please add your requests in the issues preferably with links to the vector files ## JetBrains ![jetbrains](http://gilbarbara.github.io/logos/jetbrains.svg) +## Jhipster +![jhipster](http://gilbarbara.github.io/logos/jhipster.svg) + ## JIRA ![jira](http://gilbarbara.github.io/logos/jira.svg) @@ -343,6 +349,12 @@ Please add your requests in the issues preferably with links to the vector files ## jsbin ![jsbin](http://gilbarbara.github.io/logos/jsbin.svg) +## JSCS +![jscs](http://gilbarbara.github.io/logos/jscs.svg) + +## JSFiddle +![jsfiddle](http://gilbarbara.github.io/logos/jsfiddle.svg) + ## JSON ![json](http://gilbarbara.github.io/logos/json.svg) @@ -439,6 +451,9 @@ Please add your requests in the issues preferably with links to the vector files ## Neo4j ![neo4j](http://gilbarbara.github.io/logos/neo4j.svg) +## Neovim +![neovim](http://gilbarbara.github.io/logos/neovim.svg) + ## Netbeans ![netbeans](http://gilbarbara.github.io/logos/netbeans.svg) @@ -532,6 +547,9 @@ Please add your requests in the issues preferably with links to the vector files ## Raphaƫl ![raphael](http://gilbarbara.github.io/logos/raphael.svg) +## Raspberry Pi +![raspberry-pi](http://gilbarbara.github.io/logos/raspberry-pi.svg) + ## React ![react](http://gilbarbara.github.io/logos/react.svg) @@ -610,6 +628,9 @@ Please add your requests in the issues preferably with links to the vector files ## Taiga ![taiga](http://gilbarbara.github.io/logos/taiga.svg) +## TodoMVC +![todomvc](http://gilbarbara.github.io/logos/todomvc.svg) + ## Traackr ![traackr](http://gilbarbara.github.io/logos/traackr.svg) @@ -639,6 +660,9 @@ Please add your requests in the issues preferably with links to the vector files ## W3C ![w3c](http://gilbarbara.github.io/logos/w3c.svg) +## WebComponents +![webcomponents](http://gilbarbara.github.io/logos/webcomponents.svg) + ## webpack ![webpack](http://gilbarbara.github.io/logos/webpack.svg) diff --git a/assets/logos.json b/assets/logos.json index 4f9103e..05d670a 100644 --- a/assets/logos.json +++ b/assets/logos.json @@ -69,7 +69,7 @@ "shortname": "atom", "url": "https://atom.io/", "tags": [ - "editor", + "code editor", "node.js" ] }, @@ -241,7 +241,7 @@ "shortname": "brackets", "url": "http://brackets.io/", "tags": [ - "editor" + "code editor" ] }, { @@ -405,7 +405,9 @@ "shortname": "codepen", "url": "http://codepen.io/", "tags": [ - "code playground" + "code playground", + "code editor", + "service" ] }, { @@ -632,7 +634,7 @@ "shortname": "eclipse", "url": "https://eclipse.org/", "tags": [ - "editor", + "code editor", "IDE" ] }, @@ -1057,6 +1059,17 @@ ] }, + { + "name": "Imagemin", + "files": [ + "imagemin.svg" + ], + "shortname": "imagemin", + "url": "https://github.com/imagemin/imagemin", + "tags": [ + "image optimization" + ] + }, { "name": "Invision", "files": [ @@ -1157,10 +1170,25 @@ "shortname": "jetbrains", "url": "https://www.jetbrains.com/", "tags": [ - "editor", + "code editor", "IDE" ] }, + { + "name": "Jhipster", + "files": [ + "jhipster.svg" + ], + "shortname": "jhipster", + "url": "https://jhipster.github.io/", + "tags": [ + "yeoman", + "generator", + "java", + "spring", + "angular" + ] + }, { "name": "JIRA", "files": [ @@ -1208,6 +1236,31 @@ "code playground" ] }, + { + "name": "JSCS", + "files": [ + "jscs.svg" + ], + "shortname": "jscs", + "url": "http://jscs.info/", + "tags": [ + "linter", + "javascript" + ] + }, + { + "name": "JSFiddle", + "files": [ + "jsfiddle.svg" + ], + "shortname": "jsfiddle", + "url": "", + "tags": [ + "playground", + "code editor", + "service" + ] + }, { "name": "JSON", "files": [ @@ -1552,6 +1605,18 @@ "graph database" ] }, + { + "name": "Neovim", + "files": [ + "neovim.svg" + ], + "shortname": "neovim", + "url": "http://neovim.io/", + "tags": [ + "vim", + "code editor" + ] + }, { "name": "Netbeans", "files": [ @@ -1560,7 +1625,7 @@ "shortname": "netbeans", "url": "https://netbeans.org/", "tags": [ - "editor", + "code editor", "IDE" ] }, @@ -1765,7 +1830,8 @@ "shortname": "polymer", "url": "https://www.polymer-project.org/1.0/", "tags": [ - "components" + "components", + "polyfill" ] }, { @@ -1885,6 +1951,17 @@ ] }, + { + "name": "Raspberry Pi", + "files": [ + "raspberry-pi.svg" + ], + "shortname": "raspberry-pi", + "url": "https://www.raspberrypi.org/", + "tags": [ + "hardware" + ] + }, { "name": "React", "files": [ @@ -2185,6 +2262,18 @@ "kanban" ] }, + { + "name": "TodoMVC", + "files": [ + "todomvc.svg" + ], + "shortname": "todomvc", + "url": "http://todomvc.com/", + "tags": [ + "javascript", + "tutorials" + ] + }, { "name": "Traackr", "files": [ @@ -2291,6 +2380,18 @@ ] }, + { + "name": "WebComponents", + "files": [ + "webcomponents.svg" + ], + "shortname": "webcomponents", + "url": "http://webcomponents.org/", + "tags": [ + "components", + "shadow dom" + ] + }, { "name": "webpack", "files": [ diff --git a/logos/imagemin.svg b/logos/imagemin.svg new file mode 100644 index 0000000..554c67a --- /dev/null +++ b/logos/imagemin.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/logos/jhipster.svg b/logos/jhipster.svg new file mode 100644 index 0000000..6bb03c5 --- /dev/null +++ b/logos/jhipster.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/logos/jscs.svg b/logos/jscs.svg new file mode 100644 index 0000000..8dae83d --- /dev/null +++ b/logos/jscs.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/logos/jsfiddle.svg b/logos/jsfiddle.svg new file mode 100644 index 0000000..63de86c --- /dev/null +++ b/logos/jsfiddle.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/logos/neovim.svg b/logos/neovim.svg new file mode 100644 index 0000000..04884fa --- /dev/null +++ b/logos/neovim.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/logos/raspberry-pi.svg b/logos/raspberry-pi.svg new file mode 100644 index 0000000..49e5c01 --- /dev/null +++ b/logos/raspberry-pi.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/logos/segment.svg b/logos/segment.svg index c2f303c..c3ad5d2 100644 --- a/logos/segment.svg +++ b/logos/segment.svg @@ -1,7 +1,12 @@ - - - - + + + + + + + + + \ No newline at end of file diff --git a/logos/todomvc.svg b/logos/todomvc.svg new file mode 100644 index 0000000..625bf75 --- /dev/null +++ b/logos/todomvc.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/logos/webcomponents.svg b/logos/webcomponents.svg new file mode 100644 index 0000000..3ff2d5b --- /dev/null +++ b/logos/webcomponents.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file