diff --git a/README.md b/README.md index d49a70a..e49b5d1 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,9 @@ Please add your requests in the issues preferably with links to the vector files ## Express ![express](http://svgporn.com/logos/express.svg) +## F# +![fsharp](http://svgporn.com/logos/fsharp.svg) + ## Famo.us ![famous](http://svgporn.com/logos/famous.svg) @@ -355,6 +358,9 @@ Please add your requests in the issues preferably with links to the vector files ## Go ![go](http://svgporn.com/logos/gopher.svg) +## Gradle * +![gradle](http://svgporn.com/logos/gradle.svg) + ## Grails ![grails](http://svgporn.com/logos/grails.svg) @@ -397,6 +403,9 @@ Please add your requests in the issues preferably with links to the vector files ## HHVM * ![hhvm](http://svgporn.com/logos/hhvm.svg) +## HipChat +![hipchat](http://svgporn.com/logos/hipchat.svg) + ## HTML5 ![html-5](http://svgporn.com/logos/html-5.svg) @@ -511,6 +520,9 @@ Please add your requests in the issues preferably with links to the vector files ## Lotus ![lotus](http://svgporn.com/logos/lotus.svg) +## Lua +![lua](http://svgporn.com/logos/lua.svg) + ## Lucene ![lucene](http://svgporn.com/logos/lucene.svg) @@ -727,6 +739,9 @@ Please add your requests in the issues preferably with links to the vector files ## React ![react](http://svgporn.com/logos/react.svg) +## Reddit +![reddit](http://svgporn.com/logos/reddit.svg) + ## Redis ![redis](http://svgporn.com/logos/redis.svg) @@ -805,6 +820,9 @@ Please add your requests in the issues preferably with links to the vector files ## Stash ![stash](http://svgporn.com/logos/stash.svg) +## StatusPage * +![statuspage](http://svgporn.com/logos/statuspage.svg) + ## Struts ![struts](http://svgporn.com/logos/struts.svg) @@ -838,6 +856,9 @@ Please add your requests in the issues preferably with links to the vector files ## Traackr ![traackr](http://svgporn.com/logos/traackr.svg) +## Trac +![trac](http://svgporn.com/logos/trac.svg) + ## Travis CI ![travis-ci](http://svgporn.com/logos/travis-ci-icon.svg) @@ -846,6 +867,12 @@ Please add your requests in the issues preferably with links to the vector files ## Trello ![trello](http://svgporn.com/logos/trello.svg) +## Twilio +![twilio](http://svgporn.com/logos/twilio.svg) + +## UnitJS * +![unitjs](http://svgporn.com/logos/unitjs.svg) + ## Unity ![unity](http://svgporn.com/logos/unity.svg) diff --git a/app/logos.json b/app/logos.json index cf0fab6..3faa7b5 100644 --- a/app/logos.json +++ b/app/logos.json @@ -1084,6 +1084,17 @@ "web server" ] }, + { + "name": "F#", + "files": [ + "fsharp.svg" + ], + "shortname": "fsharp", + "url": "http://fsharp.org/", + "tags": [ + "language" + ] + }, { "name": "Famo.us", "files": [ @@ -1324,6 +1335,20 @@ "language" ] }, + { + "name": "Gradle", + "files": [ + "gradle.svg" + ], + "shortname": "gradle", + "url": "https://gradle.org/", + "tags": [ + "java", + "c", + "build automation" + ], + "converted": true + }, { "name": "Grails", "files": [ @@ -1499,6 +1524,17 @@ ], "converted": true }, + { + "name": "HipChat", + "files": [ + "hipchat.svg" + ], + "shortname": "hipchat", + "url": "https://www.hipchat.com/", + "tags": [ + "team collaboration" + ] + }, { "name": "HTML5", "files": [ @@ -1959,6 +1995,17 @@ "web framework" ] }, + { + "name": "Lua", + "files": [ + "lua.svg" + ], + "shortname": "lua", + "url": "http://www.lua.org/", + "tags": [ + "language" + ] + }, { "name": "Lucene", "files": [ @@ -2784,6 +2831,18 @@ "front-end" ] }, + { + "name": "Reddit", + "files": [ + "reddit.svg" + ], + "shortname": "reddit", + "url": "https://www.reddit.com/", + "tags": [ + "social news", + "community" + ] + }, { "name": "Redis", "files": [ @@ -3093,6 +3152,18 @@ "code management" ] }, + { + "name": "StatusPage", + "files": [ + "statuspage.svg" + ], + "shortname": "statuspage", + "url": "https://www.statuspage.io/", + "tags": [ + "server status" + ], + "converted": true + }, { "name": "Struts", "files": [ @@ -3225,6 +3296,17 @@ "social marketing" ] }, + { + "name": "Trac", + "files": [ + "trac.svg" + ], + "shortname": "trac", + "url": "http://trac.edgewall.org/", + "tags": [ + "issue tracker" + ] + }, { "name": "Travis CI", "files": [ @@ -3248,6 +3330,34 @@ "project manager" ] }, + { + "name": "Twilio", + "files": [ + "twilio.svg" + ], + "shortname": "twilio", + "url": "https://www.twilio.com/", + "tags": [ + "cloud communication", + "IaaS" + ] + }, + { + "name": "UnitJS", + "files": [ + "unitjs.svg" + ], + "shortname": "unitjs", + "url": "http://unitjs.com/", + "tags": [ + "testing", + "unit testing", + "assertion", + "bdd", + "tdd" + ], + "converted": true + }, { "name": "Unity", "files": [ diff --git a/logos/fsharp.svg b/logos/fsharp.svg new file mode 100644 index 0000000..79b4e6e --- /dev/null +++ b/logos/fsharp.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/logos/gradle.svg b/logos/gradle.svg new file mode 100644 index 0000000..0aec6d1 --- /dev/null +++ b/logos/gradle.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/logos/hipchat.svg b/logos/hipchat.svg new file mode 100644 index 0000000..1b9a0f2 --- /dev/null +++ b/logos/hipchat.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/logos/lua.svg b/logos/lua.svg new file mode 100644 index 0000000..a446288 --- /dev/null +++ b/logos/lua.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/logos/reddit.svg b/logos/reddit.svg new file mode 100644 index 0000000..1488cc9 --- /dev/null +++ b/logos/reddit.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/logos/statuspage.svg b/logos/statuspage.svg new file mode 100644 index 0000000..50db950 --- /dev/null +++ b/logos/statuspage.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/logos/trac.svg b/logos/trac.svg new file mode 100644 index 0000000..9a3b76b --- /dev/null +++ b/logos/trac.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/logos/twilio.svg b/logos/twilio.svg new file mode 100644 index 0000000..c55f3e1 --- /dev/null +++ b/logos/twilio.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/logos/unitjs.svg b/logos/unitjs.svg new file mode 100644 index 0000000..81e2885 --- /dev/null +++ b/logos/unitjs.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file