Commit graph

1672 commits

Author SHA1 Message Date
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 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
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
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
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
Chrissy fb8e2a7688 Update unsplash.svg (#1153)
Unsplash has changed their primary logo. I have updated the path.
2019-01-04 17:52:31 +01:00
Johan Fagerberg 7d855dca92
Version bump 2018-12-26 23:06:06 +01:00
Eric Cornelissen 1f3a1575d7 Add dblp icon (#1143)
* Add dblp icon SVG

* Add dblp icon details

* Update dblp color
2018-12-26 22:26:01 +01:00
chris48s 031d81e46f add Liberapay (#1139) 2018-12-26 01:02:03 +01:00
chris48s ebf074ed86 add Dependabot (#1138)
* add Dependabot

* use blue hex icon instead
2018-12-25 23:18:29 +01:00
chris48s a7cd078e0b add Matrix (#1140) 2018-12-25 12:05:36 +01:00
chris48s 8f30fd3212 add Codeship (#1137)
* add Codeship

* Update _data/simple-icons.json
2018-12-23 18:13:19 +02:00
Gabriele D'Arrigo 65171b81d6 Add SPDX icon (#1134) 2018-12-23 13:15:26 +02:00
chris48s c2d168ee36 add Azure DevOps (#1136) 2018-12-23 13:03:45 +02:00
Eric Cornelissen e126c55481
Version bump 2018-12-18 01:00:03 +02:00
chris48s aa88323595 add postgresql icon (#1132) 2018-12-17 23:52:26 +02:00
Gabriele D'Arrigo 40f38859da Add Snyk icon (#1130)
* Change icon color to #4c4a73
2018-12-17 13:01:44 +02:00
chris48s 55f216f07e add Appveyor icon (#1128)
* add Appveyor icon

* Appveyor --> AppVeyor

* DDDDDD --> 00B3E0
2018-12-16 18:40:45 +02:00
Gabriele D'Arrigo 6e4f6d5949 Add Amazon AWS icon (#1120)
* Fix the hex color to the right value
2018-12-14 15:12:33 +02:00