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

+## Imagemin
+
+
## Invision

@@ -331,6 +334,9 @@ Please add your requests in the issues preferably with links to the vector files
## JetBrains

+## Jhipster
+
+
## JIRA

@@ -343,6 +349,12 @@ Please add your requests in the issues preferably with links to the vector files
## jsbin

+## JSCS
+
+
+## JSFiddle
+
+
## JSON

@@ -439,6 +451,9 @@ Please add your requests in the issues preferably with links to the vector files
## Neo4j

+## Neovim
+
+
## Netbeans

@@ -532,6 +547,9 @@ Please add your requests in the issues preferably with links to the vector files
## Raphaƫl

+## Raspberry Pi
+
+
## React

@@ -610,6 +628,9 @@ Please add your requests in the issues preferably with links to the vector files
## Taiga

+## TodoMVC
+
+
## Traackr

@@ -639,6 +660,9 @@ Please add your requests in the issues preferably with links to the vector files
## W3C

+## WebComponents
+
+
## webpack

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 @@
-