Commit graph

1872 commits

Author SHA1 Message Date
Johan Fagerberg d76e0516e1
Merge pull request #1238 from simple-icons/develop
Publish 15 icons
2019-02-22 17:27:03 +01:00
birjolaxew fe5cb2ed80
Upgrade Jest to fix reported vulnerabilities
NPM reported several minor vulnerabilities in the old version of Jest
This upgrades the version of Jest to the newest version
2019-02-22 16:35:27 +01:00
birjolaxew eae0a275ef
Version bump 2019-02-22 16:28:05 +01:00
Eric Cornelissen b41eda60f7 Update issue labels table in Contributing Guidelines (#1204)
* Update issue labels table in Contributing.md

* Add "release" label to label table
2019-02-22 14:36:25 +01:00
Michael R. Crusoe 6bb187a356 Common Workflow Language, CWL (#1210)
* CWL logo

* no  extraneous attributes

* make the sections more obvious

* Remove ”width" and "height"

* Remove abbreviation from Common Workflow Language

Their official name appears to be "Common Workflow Language", without the abbreviation

* Remove abbreviation from Common Workflow Language icon

* Remove abbreviation from Common Workflow Language icon filename

Missed this in fbd15c3
2019-02-22 14:33:00 +01:00
David Klebanoff 59620473e8 Added Buy Me A Coffee (#1232)
* Added Buy Me A Coffee

* Invert label fill.
2019-02-22 14:20:15 +01:00
David Klebanoff 5cba1c81cc Add DocuSign. (#1223) 2019-02-22 14:17:24 +01:00
David Klebanoff 21810297d0 Added Qwiklabs. (#1226) 2019-02-22 14:12:24 +01:00
Johan Fagerberg d3e477becb
Added Hashnode (#1228) 2019-02-22 14:11:05 +01:00
David Klebanoff 706ac6ad12 Added TrainerRoad (#1229) 2019-02-22 14:09:43 +01:00
David Klebanoff dcc2aa8f23 Added Pivotal Tracker. (#1230)
* Added Pivotal Tracker.

* Condense PivotalTracker paths.
2019-02-22 14:08:07 +01:00
David Klebanoff dc5d99b3af Added HubSpot (#1234) 2019-02-22 12:22:55 +01:00
David Klebanoff 59d056154d Added Yarn. (#1225) 2019-02-22 12:00:55 +01:00
David Klebanoff 494f36da3f Added Mathworks/Matlab (#1233) 2019-02-22 11:59:19 +01:00
David Klebanoff eea7e37244 Added OpenStreetMap (#1227)
* Added OpenStreetMap

* Update OpenStreetMap source address.
2019-02-22 11:55:38 +01:00
David Klebanoff 0fb987b07a Added Magisk (#1235) 2019-02-22 06:51:04 +01:00
David Klebanoff 5b2f97c290 Added Hashnode 2019-02-21 15:36:19 -08:00
David Klebanoff 35c8766d88 Added Probot. (#1221)
* Added Probot.

* Removed extra paths.
2019-02-19 11:04:32 +01:00
David Klebanoff 815770c93e Added Let's Encrypt. (#1222)
* Added Let's Encrypt.

* Encode the apostrophe.

* Convert single quote to apostrophe.
2019-02-19 10:50:29 +01:00
Eric Cornelissen 2b76902599
Merge pull request #1220 from simple-icons/develop
Publish Sensu, Codeandbox, Society6, Drone, Tidal, Snapcraft, Conda-Forge, Dependabot, Travis CI and more...
2019-02-18 03:35:08 -05:00
David Klebanoff 942cf31f5f
Update package-lock Version 2019-02-17 12:51:19 -08:00
David Klebanoff a1660dd2df
Bump Package Version 2019-02-17 12:49:46 -08:00
Casper da Costa-Luis 2c0451e3d5 add conda-forge (#1219)
* add conda-forge

* remove group

* outlinify

* colour white

* pathify

* change default colour to black
2019-02-17 09:52:57 -05:00
Casper da Costa-Luis 384f8380fe add Snapcraft (#1215) 2019-02-13 23:05:53 -08:00
Eric Cornelissen c7e62fe417 Update Travis CI icon (#1209)
* Update Travis CI logo
* Update Travis CI color
2019-02-12 13:39:37 -08:00
Eric Cornelissen bf48e4044f Update dependencies and license information (#1205)
* Update dependencies

* Change "license" in package.json to SPDX format

Fixes the "npm WARN simple-icons@1.9.19 license should be a valid SPDX
license expression" warning given by NPM.
2019-02-12 10:01:35 -08:00
David Klebanoff 2de7f315bc Add Tidal (#1202)
* Add Tidal

* Update color from white to black.
2019-02-11 15:18:33 +02:00
Michael R. Crusoe 2cd101430c update svgo invocation (#1203) 2019-02-09 11:13:45 +02:00
David Klebanoff 92ede33f32 Add Drone (#1201) 2019-02-08 22:34:31 +02:00
David Klebanoff b04ee62dd2 Add Society6 (#1200) 2019-02-08 22:31:15 +02:00
Philip Harrison 7a21021ac1 Update dependabot logo (#1195) 2019-02-08 11:51:34 -08:00
Lucas zapico a45e356134 Codeandbox icon (#1185)
* Added CodeSandbox icon SVG
- Updated icon hex in json
- Optimized with SVGO

* moved CodeSandbox to proper alphabetical order

* Pascal case(Capitalization issue) title
- removed version
- added rule="img"
2019-02-08 11:40:41 +02:00
Aaron Sachs 217b3c13a5 Adding Sensu icon (#1192)
Closes #1198.
2019-02-06 14:06:52 -08:00
Jan Keromnes 722e9692dc Add gitpod config (#1164) 2019-02-04 15:24:42 +02:00
Eric Cornelissen b6a2ff1f5a Increase search debounce timeout (#1169) 2019-02-03 22:32:44 +01:00
Eric Cornelissen db442fb0c1 Improve search performance (#1170)
* Improve performance of search on website

By reducing the number of times a search query loops over all icons or
all icons that match the search query (from 3 to 1 and 2 to 0
respectively) the search on simpleicons.org should now be noticeably
faster (if it was slow before). Especially in conjunction with #1169.

This was achieved by utilizing CSS (which operates faster then plain
JavaScript) to do most of the heavy lifting. A class on <body> now
dictates the order of the icons rather then a JavaScript for-loop (found
in the removed function `orderIcons`).

It was also achieved by more cleverly utilizing the fuzzy search logic
and recognizing that the CSS `order` property also works if number are
not consecutive. Less relevant numbers will have a higher value assigned
by fuzzy search, which is what the `order`-value of the icon will
become, removing the need for sorting and an additional loop.

Some resources that helped me:
- https://css-tricks.com/css-attr-function-got-nothin-custom-properties/
- https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
    Specifically the "Values in JavaScript" section

* * *

One unrelated change in stylesheet.css where 2 separate rulesets for
.grid-item__link have been merged.

* Simplify script with regard to button states

* Reduce complexity of `previousQuery` variables
2019-02-03 22:31:22 +01:00
Johan Fagerberg 1e6ea9f5a3
Merge pull request #1190 from simple-icons/develop
Publish GOG.com, LGTM and Zeit
2019-02-03 22:28:12 +01:00
Eric Cornelissen e7f878ddf6
Version bump 2019-02-03 20:46:48 +02:00
Eric Cornelissen 7482b32c4d
Update Slack (#1172)
* Update Slack icon SVG

* Update Slack icon hex

* Fix slack.svg
2019-02-03 20:41:16 +02:00
Jos Ahrens 18dd9a2d6b readme: Update example icons to be that of Simple Icons (#1174) 2019-02-03 20:40:37 +02:00
Marek van der Hoeven a853febf3f Adding ZEIT (#1177)
* Adding ZEIT

* Vertically center zeit.svg
2019-01-24 15:23:08 +02:00
chris48s 9bb9b7d268 add LGTM (#1158) 2019-01-16 00:13:03 +01:00
Eric Cornelissen aae9abb9c2 Add GOG icon (#1163)
* Add GOG icon SVG

As it is found here https://www.cdprojekt.com/en/media/logotypes/

* Add GOG icon details

Added GOG icon details. The name is written as GOG as this is how it
appears as their website title and on their social media (even though
the logo is clearly lowercase). The (purple) color #86328A was picked
because GOG clearly has a purple esthetic, although the logos found at
the source all use (the gray) #333333.

* Rename GOG to GOG.com
2019-01-11 23:20:52 +01:00
Johan Fagerberg d94bcc8c2b
Merge pull request #1166 from simple-icons/develop
Publish Unsplash, Scrutinizer CI, Sourcegraph, Eclipse IDE and Monzo
2019-01-11 15:14:54 +01:00
Eric Cornelissen ac1dac0230
Version bump 2019-01-11 14:19:52 +01:00
d3xt3r1232 ef9d3b4fb5 add monzo icon (#1155) 2019-01-10 00:27:47 +01:00
Piotrek Żygieło 6409bdb648 Refine xmlstarlet options (#1159)
* print verbose error messages on stderr

* list only files which do not validate
2019-01-07 22:18:22 +01:00
chris48s 1eae489b75 Add Eclipse (#1161)
* Add elcipse logo

* change name and colour

* minify
2019-01-07 21:55:51 +01:00
chris48s 31fe659862 add Sourcegraph (#1156)
* add Sourcegraph

* Update simple-icons.json

Change Sourcegraph source to base repository, the logo's can be found (currently) in `website/static/sourcegraph`
2019-01-06 22:24:07 +01:00
chris48s 2612242a3d add Scrutinizer CI (#1157) 2019-01-06 22:05:32 +01:00