update logos.json and README
This commit is contained in:
@@ -397,10 +397,10 @@ Please add your requests in the issues preferably with links to the vector files
|
||||
## <a href="http://neo4j.com/" target="_blank">Neo4j</a>
|
||||

|
||||
|
||||
## <a href="" target="_blank">Netbeans</a>
|
||||
## <a href="https://netbeans.org/" target="_blank">Netbeans</a>
|
||||

|
||||
|
||||
## <a href="" target="_blank">New Relic</a>
|
||||
## <a href="http://newrelic.com/" target="_blank">New Relic</a>
|
||||

|
||||
|
||||
## <a href="https://www.nginx.com/" target="_blank">NGINX</a>
|
||||
@@ -502,7 +502,7 @@ Please add your requests in the issues preferably with links to the vector files
|
||||
## <a href="http://www.scala-lang.org/" target="_blank">Scala</a>
|
||||

|
||||
|
||||
## <a href="" target="_blank">Segment</a>
|
||||
## <a href="https://segment.com/" target="_blank">Segment</a>
|
||||

|
||||
|
||||
## <a href="http://www.sinatrarb.com/" target="_blank">Sinatra</a>
|
||||
@@ -514,7 +514,7 @@ Please add your requests in the issues preferably with links to the vector files
|
||||
## <a href="http://socket.io/" target="_blank">Socket.io</a>
|
||||

|
||||
|
||||
## <a href="" target="_blank">Spring</a>
|
||||
## <a href="https://spring.io/" target="_blank">Spring</a>
|
||||

|
||||
|
||||
## <a href="http://stackoverflow.com/" target="_blank">Stack Overflow</a>
|
||||
@@ -523,7 +523,7 @@ Please add your requests in the issues preferably with links to the vector files
|
||||
## <a href="https://www.atlassian.com/software/stash" target="_blank">Stash</a>
|
||||

|
||||
|
||||
## <a href="" target="_blank">Struts</a>
|
||||
## <a href="https://struts.apache.org/" target="_blank">Struts</a>
|
||||

|
||||
|
||||
## <a href="https://learnboost.github.io/stylus/" target="_blank">Stylus</a>
|
||||
@@ -535,7 +535,7 @@ Please add your requests in the issues preferably with links to the vector files
|
||||
## <a href="https://developer.apple.com/swift/" target="_blank">Swift</a>
|
||||

|
||||
|
||||
## <a href="" target="_blank">Symfony</a>
|
||||
## <a href="https://symfony.com/" target="_blank">Symfony</a>
|
||||

|
||||
|
||||
## <a href="http://traackr.com/" target="_blank">Traackr</a>
|
||||
@@ -546,7 +546,7 @@ Please add your requests in the issues preferably with links to the vector files
|
||||
|
||||

|
||||
|
||||
## <a href="" target="_blank">Vaadin</a>
|
||||
## <a href="https://vaadin.com/" target="_blank">Vaadin</a>
|
||||

|
||||
|
||||
## <a href="https://www.vagrantup.com/" target="_blank">Vagrant</a>
|
||||
@@ -555,7 +555,7 @@ Please add your requests in the issues preferably with links to the vector files
|
||||
## <a href="https://www.visualstudio.com/" target="_blank">Visual Studio</a>
|
||||

|
||||
|
||||
## <a href="" target="_blank">Visual Website Optimizer</a>
|
||||
## <a href="https://vwo.com/" target="_blank">Visual Website Optimizer</a>
|
||||

|
||||
|
||||
## <a href="http://vuejs.org/" target="_blank">Vue.js</a>
|
||||
|
||||
+8
-8
@@ -1350,7 +1350,7 @@
|
||||
"netbeans.svg"
|
||||
],
|
||||
"shortname": "netbeans",
|
||||
"url": "",
|
||||
"url": "https://netbeans.org/",
|
||||
"tags": [
|
||||
"editor",
|
||||
"IDE"
|
||||
@@ -1362,7 +1362,7 @@
|
||||
"new-relic.svg"
|
||||
],
|
||||
"shortname": "new-relic",
|
||||
"url": "",
|
||||
"url": "http://newrelic.com/",
|
||||
"tags": [
|
||||
"software analytics",
|
||||
"SaaS"
|
||||
@@ -1708,7 +1708,7 @@
|
||||
"segment.svg"
|
||||
],
|
||||
"shortname": "segment",
|
||||
"url": "",
|
||||
"url": "https://segment.com/",
|
||||
"tags": [
|
||||
"customer data analytics",
|
||||
"service integration"
|
||||
@@ -1750,7 +1750,7 @@
|
||||
"spring.svg"
|
||||
],
|
||||
"shortname": "spring",
|
||||
"url": "",
|
||||
"url": "https://spring.io/",
|
||||
"tags": [
|
||||
"java",
|
||||
"framework"
|
||||
@@ -1782,7 +1782,7 @@
|
||||
"struts.svg"
|
||||
],
|
||||
"shortname": "struts",
|
||||
"url": "",
|
||||
"url": "https://struts.apache.org/",
|
||||
"tags": [
|
||||
"java",
|
||||
"framework"
|
||||
@@ -1825,7 +1825,7 @@
|
||||
"symfony.svg"
|
||||
],
|
||||
"shortname": "symfony",
|
||||
"url": "",
|
||||
"url": "https://symfony.com/",
|
||||
"tags": [
|
||||
"php",
|
||||
"framework"
|
||||
@@ -1859,7 +1859,7 @@
|
||||
"vaadin.svg"
|
||||
],
|
||||
"shortname": "vaadin",
|
||||
"url": "",
|
||||
"url": "https://vaadin.com/",
|
||||
"tags": [
|
||||
"java",
|
||||
"framework"
|
||||
@@ -1894,7 +1894,7 @@
|
||||
"visual_website_optimizer.svg"
|
||||
],
|
||||
"shortname": "visual_website_optimizer",
|
||||
"url": "",
|
||||
"url": "https://vwo.com/",
|
||||
"tags": [
|
||||
"testing",
|
||||
"a/b testing"
|
||||
|
||||
@@ -38,6 +38,7 @@ gulp.task('templates', function () {
|
||||
});
|
||||
});
|
||||
templateData.meta = meta.join(', ');
|
||||
templateData.count = json.items.length;
|
||||
|
||||
return gulp.src('assets/templates/index.handlebars')
|
||||
.pipe($.compileHandlebars(templateData, {
|
||||
|
||||
Reference in New Issue
Block a user