diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..ee6ae17d --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +ports: + - port: 4000 + onOpen: open-preview +tasks: + - init: gem install jekyll bundler + command: jekyll serve --host 0.0.0.0 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c294b93..b2b7d9a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,7 @@ All icons in Simple Icons have been optimized with the [SVGO tool](https://githu * Install SVGO * With npm: `npm install -g svgo` * With Homebrew: `brew install svgo` - * Run the following command `svgo --precision=3 icon.svg icon.min.svg` + * Run the following command `svgo --precision=3 -i icon.svg -o icon.min.svg` * Check if there is a loss of quality in the output, if so increase the precision. * The [SVGOMG Online Tool](https://jakearchibald.github.io/svgomg/) * Click "Open SVG" and select an SVG file. @@ -166,3 +166,9 @@ We use several labels to help organize and identify issues. You can find all lab * Make sure you have [Jekyll](https://jekyllrb.com/) installed (using `$ gem install jekyll bundler`). * Build and run the website locally using `$ jekyll serve`. * Connect to the website in your browser via the "Server address" provided by the output of this command, e.g. `http://localhost:4000/` + +## Building In Your Browser + +Alternatively, you can build and run the website in a readily configured online workspace: + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/simple-icons/simple-icons) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 65640fb5..36ec66d5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -390,6 +390,11 @@ "hex": "3E8DCC", "source": "https://github.com/twolfson/coderwall-svg" }, + { + "title": "CodeSandbox", + "hex": "000000", + "source": "https://codesandbox.io" + }, { "title": "Codeship", "hex": "3C4858", @@ -420,6 +425,11 @@ "hex": "414959", "source": "https://www.conekta.io" }, + { + "title": "Conda-Forge", + "hex": "000000", + "source": "https://github.com/conda-forge/conda-forge.github.io/" + }, { "title": "Co-op", "hex": "00B1E7", @@ -492,8 +502,8 @@ }, { "title": "Dependabot", - "hex": "0025FF", - "source": "https://github.com/dependabot/website/" + "hex": "025E8C", + "source": "https://dependabot.com/dependabot-logo-symbol-square-mono.svg" }, { "title": "Designer News", @@ -575,6 +585,11 @@ "hex": "EA4C89", "source": "https://dribbble.com/branding" }, + { + "title": "Drone", + "hex": "212121", + "source": "https://github.com/drone/brand" + }, { "title": "Dropbox", "hex": "0061FF", @@ -1965,6 +1980,11 @@ "hex": "21B352", "source": "https://sellfy.com/about/" }, + { + "title": "Sensu", + "hex": "89C967", + "source": "https://github.com/sensu/sensu-go/blob/master/dashboard/src/assets/logo/graphic/green.svg" + }, { "title": "Sentry", "hex": "FB4226", @@ -2045,11 +2065,21 @@ "hex": "FFFC00", "source": "https://www.snapchat.com/brand-guidelines" }, + { + "title": "Snapcraft", + "hex": "82BEA0", + "source": "https://github.com/snapcore/snap-store-badges" + }, { "title": "Snyk", "hex": "4C4A73", "source": "https://snyk.io/press-kit" }, + { + "title": "Society6", + "hex": "000000", + "source": "https://blog.society6.com/app/themes/society6/dist/images/mark.svg" + }, { "title": "Sogou", "hex": "FB6022", @@ -2265,6 +2295,11 @@ "hex": "01D277", "source": "https://www.themoviedb.org/about/logos-attribution" }, + { + "title": "Tidal", + "hex": "000000", + "source": "https://tidal.com" + }, { "title": "Tinder", "hex": "FF6B6B", @@ -2297,8 +2332,8 @@ }, { "title": "Travis CI", - "hex": "39A85B", - "source": "https://travis-ci.org" + "hex": "3EAAAF", + "source": "https://travis-ci.com/logo" }, { "title": "Treehouse", diff --git a/icons/codesandbox.svg b/icons/codesandbox.svg new file mode 100644 index 00000000..bca0c26c --- /dev/null +++ b/icons/codesandbox.svg @@ -0,0 +1 @@ +CodeSandbox Icon diff --git a/icons/conda-forge.svg b/icons/conda-forge.svg new file mode 100644 index 00000000..bfff5432 --- /dev/null +++ b/icons/conda-forge.svg @@ -0,0 +1 @@ +Conda-Forge icon \ No newline at end of file diff --git a/icons/dependabot.svg b/icons/dependabot.svg index 17d58a76..99576955 100644 --- a/icons/dependabot.svg +++ b/icons/dependabot.svg @@ -1 +1 @@ -Dependabot icon \ No newline at end of file +Dependabot icon diff --git a/icons/drone.svg b/icons/drone.svg new file mode 100644 index 00000000..f3f2f79c --- /dev/null +++ b/icons/drone.svg @@ -0,0 +1 @@ +Drone icon \ No newline at end of file diff --git a/icons/sensu.svg b/icons/sensu.svg new file mode 100644 index 00000000..af5ea5c6 --- /dev/null +++ b/icons/sensu.svg @@ -0,0 +1 @@ +Sensu icon \ No newline at end of file diff --git a/icons/snapcraft.svg b/icons/snapcraft.svg new file mode 100644 index 00000000..c97819e3 --- /dev/null +++ b/icons/snapcraft.svg @@ -0,0 +1 @@ +Snapcraft icon \ No newline at end of file diff --git a/icons/society6.svg b/icons/society6.svg new file mode 100644 index 00000000..76a299ed --- /dev/null +++ b/icons/society6.svg @@ -0,0 +1 @@ +Society6 icon \ No newline at end of file diff --git a/icons/tidal.svg b/icons/tidal.svg new file mode 100644 index 00000000..c73fb89d --- /dev/null +++ b/icons/tidal.svg @@ -0,0 +1 @@ +Tidal icon \ No newline at end of file diff --git a/icons/travisci.svg b/icons/travisci.svg index cc4ad687..94a3d71d 100644 --- a/icons/travisci.svg +++ b/icons/travisci.svg @@ -1 +1 @@ -Travis CI icon \ No newline at end of file +Travis CI icon \ No newline at end of file diff --git a/index.html b/index.html index 748f6624..f0a8bc77 100644 --- a/index.html +++ b/index.html @@ -216,7 +216,7 @@ Sort by color Sort alphabetically - Sort by relevance + Sort by relevance