Commit Graph

1004 Commits

Author SHA1 Message Date
Eric Cornelissen
3c4322222f Add Kotlin icon (#1000)
* Add Kotlin icon details

The source links to a URL containing the official logo and logo
guidelins for the Kotlin logo. Unfortunately it doesn't specify anything
about the color of the logo. So I picked the color of the icons on the
Kotlin language landing page (https://kotlinlang.org/).

* Add Kotlin logo

Added a Kotlin logo, however Kotlin offers three possible logos we could
use (see the guidelines linked in the icon source). In the order they're
(as of this commit) found in the guidelines, here are SVGs varients:

1)
<svg aria-labelledby="simpleicons-kotlin-icon" role="img" viewBox="0 0
24 24" xmlns="http://www.w3.org/2000/svg"><title
id="simpleicons-kotlin-icon">Kotlin icon</title><path d="M24
0H0v24h24L12.04 11.96 24 0zM12.36 1.18h8.81L.91 21.66V13L12.36
1.18z"/></svg>

2) (found in this commit)
<svg aria-labelledby="simpleicons-kotlin-icon" role="img" viewBox="0 0
24 24" xmlns="http://www.w3.org/2000/svg"><title
id="simpleicons-kotlin-icon">Kotlin icon</title><path d="M1.3
24l11.3-11.5L24 24zM0 0h12L0 12.5zM13.4 0L0 14v10l12-12L24 0z"/></svg>

3)
<svg aria-labelledby="simpleicons-kotlin-icon" role="img" viewBox="0 0
24 24" xmlns="http://www.w3.org/2000/svg"><title
id="simpleicons-kotlin-icon">Kotlin icon</title><path d="M12 12L24
0H0v24h24L12 12z"/></svg>

* Update Kotlin color

Based on the colors in the logo gradient as pointed out by @birjolaxew
2018-10-06 18:13:22 +02:00
Eric Cornelissen
9e27c54d13 Add Scala icon (#1001)
* Add Scala icon

Vectorized the flat PNG found in the header at the scala homepage:
https://www.scala-lang.org/

* Add Scala icon details

Add Scala to the data file. The color is extracted from the hovered
styling of the links in the header (`nav > ul > li > a:hover`).

* Update Scala icon SVG

Co-authored-by: Johan Fagerberg <johanringmann@gmail.com>
2018-10-06 17:47:49 +02:00
Zaw W. Lwin
14b828f222 [New Icons] Elastic Brand and Products #879 (#921)
* Add data for Vagrant icon

* Reorder the Vagrant metadata alphabetically

* Add Vagrant

* Add Elastic brand and product logos

* Add Elastic Brand and Product Logos (#879)

* Fix missing commas

* Rename elasticxpack.svg to elasticx-pack.svg

* Revert Elastic products to their original names and reorder them

* Rename files of Elastic product icons

* Update elasticsearch.svg

* Update beats.svg

* Update elastic.svg

* Update elasticcloud.svg

* Update elasticstack.svg

* Update kibana.svg

* Update logstash.svg

* Update x-pack.svg

* Rename Elasticsearch

* Update <title> and its ID for elastic products
2018-10-06 16:23:38 +02:00
Eric Cornelissen
d1c6b75469 Add Clojure icon (#1002)
* Add Clojure icon SVG

Based on the SVG found on wikimedia:
https://commons.wikimedia.org/wiki/File:Clojure_logo.svg

* Add Clojure icon details

Added the icon details for Clojure. As no official guidelines on what
color to use are given, I went with the (dark)blue color of the logo, as
I personally associate blue with Clojure more then green.
2018-10-06 16:19:43 +02:00
Johan Fagerberg
ef2fc57e75 Added Fur Affinity (#996)
Logo manually vectorized
Color taken from orange part of their logo
2018-10-03 14:31:43 +02:00
Johan Fagerberg
998e70c822 Updated Flipboard (#997)
SVG taken from their official download:
https://about.flipboard.com/brand-guidelines/
2018-10-03 14:29:21 +02:00
Johan Fagerberg
a0eac66c85 Added TMDb (#993)
Color and SVG taken from their official page
https://www.themoviedb.org/about/logos-attribution
Closes #992
2018-10-02 08:03:33 +02:00
Johan Fagerberg
ac3aeee904 Added Weasyl (#994)
Color taken from their official PNG logo
Icon manually vectorized from high-res version used for their Twitter (@Weasyl)
2018-10-02 08:02:50 +02:00
Aaron Benjamin
971044502f update mailchimp icon (#990)
* update mailchimp icon 

see https://mailchimp.com/design/

* update mailchimp hex
2018-10-01 11:08:26 +02:00
Gabriel Vázquez (Dagger)
ad043f6db1 Added Nuget icon (#987)
* Added Nuget icon

* Minified Nuget icon

* Replaced tabs for spaces in json file

* Fixed svg attributes so it follows the guidelines
2018-09-26 14:15:43 +02:00
Eric Cornelissen
44a2a835f8 Add KaiOS icon (#984)
* Add the KaiOS logo SVG

Based on the contributions by @abenjamin765 in #976, but modified based on
some guidelines found here:
https://dribbble.com/shots/4931013-KaiOS-Brand-Guidelines/attachments/1105750

* Add KaiOS brand details

The be specific, as @abenjamin765 did not specify a source for the color
he used in #976, the color is taken from:
https://en.wikipedia.org/wiki/KaiOS#/media/File:KaiOS_logo.svg
2018-09-23 22:19:55 +02:00
Aaron Benjamin
038c558fab Add Apple Pay, AT&T, T-Mobile, Sprint, Verizon, Boost, Framer (#973)
* add new icons

- add icon for AT&T
- add icon for T-mobile
- add icon for Sprint
- add icon for Cricket
- add icon for Verizon
- add icon for Boost
- add icon for Framer
- add icon for Sketch
- Update _data/simple-icons.json with new icon data

* remove `<g>` from svg files

- remove `<g>` from svg files to address svglint error

* add apple pay

- Add apple pay
- Update simple-icons.json

* make changes per review

Changes were made based on review 9/9/18.

* fixed AT&T naming
2018-09-11 08:42:29 +02:00
Aaron Benjamin
4f76693a1e Add Groupon, HockeyApp, IconJar, Mix, Safari (#976)
* add new icons

- Add Groupon
- Add HockeyApp
- Add IconJar
- Add Mix
- Add Safari
- Remove Stumbleupon

* Fixed IconJar hex

Capitalized hex value for iconjar.

* Updated kaiOS filename.

Jekyll doesn't seem to like capital letters.

* add creative cloud

* Remove kiaOS

Travis doesn't seem to like this logo. Need to investigate issue further.

* Removing kiaOS for real 👍

* Remove kiaOS...for real for real :-)

* Address requested changes
2018-09-11 08:41:03 +02:00
Eric Cornelissen
e47433b9d9 Add DTube (#970)
* Add DTube icon

* Add DTube icon details
2018-09-09 21:55:09 +02:00
Eric Cornelissen
9dcc73abbd Add D3.js (#966)
* Add D3.js icon SVG

* Add D3.js icon details

Linked to the D3 official organisations repository for their logo. The
color is somewhat ambigious as their coloured logo uses gradients, and
there are no guidelines for the color (at least, I couldn't find them).
Hence, I went with one of the colors suggested by @SumNeuron in #874.

* Update D3.js icon details
2018-09-04 22:44:58 +02:00
Metaa
32a057cbf0 Add Mixer (#960)
* Add Mixer
* Changed the source URL
2018-08-31 11:26:30 +03:00
Metaa
27d076b88c Add rollup.js (#961)
* Add Rollup
* Actually SVGO the SVG
* Changed the source URL
2018-08-31 11:23:11 +03:00
Metaa
2a7a1ac112 Add devRant (#954)
* Add devRant

* Add "icon" to the SVG title (squash)

* Fixed the color of the devRant logo (squash)
2018-08-30 09:25:05 +02:00
Metaa
3ae239475e Update OneDrive (#893) (#957) 2018-08-30 08:50:59 +02:00
Metaa
f8aa841658 Add TYPO3 (#793) (#956)
* Add TYPO3 (#793)

* Add "icon" to the SVG title (squash)

* Remove a weird duplicate SVG tag inside the svg (squash)
2018-08-30 08:50:34 +02:00
Metaa
f12f881316 Add Furry Network (#955)
* Add Furry Network (#855)

* Add "icon" to the SVG title (squash)

Closes #855
2018-08-30 08:47:03 +02:00
Eric Cornelissen
03e6193164 Add CoffeeScript (#953)
* Add CoffeeScript icon SVG

As found on their homepage: https://coffeescript.org/

* Add CoffeeScript icon details

The color is taken from the navigation bar of their website (<nav>).

* Update CoffeeScript icon color
2018-08-29 16:49:30 +02:00
Johan Fagerberg
f9b7a0e1a2 Add Qzone (#940) 2018-08-29 16:23:19 +03:00
Johan Fagerberg
c45f4513f6 Add Archive of Our Own (#939) 2018-08-29 16:16:57 +03:00
Eric Cornelissen
52d9906933 Add Lua (#952)
* Add Lua icon SVG

SVG version of the icon taken from WikiMedia:
https://commons.wikimedia.org/wiki/File:Lua-logo-nolabel.svg

* Add Lua icon details

URL links to the documentation of the Lua language, where a clean
unanimated version of their logo can be found (the logo on the homepage is
animated).

The color comes from the SVG found on WikiMedia:
https://commons.wikimedia.org/wiki/File:Lua-logo-nolabel.svg
2018-08-29 15:07:49 +02:00
Metaa
8f738ed8e6 Add ESLint (#950)
* Add ESLint
* Remove group from the ESLint icon.
2018-08-28 00:37:31 +03:00
Eric Cornelissen
1aa1cf427c Add Go (the programmin language) (#944)
Color based on their favicon gopher
SVG manually vectorized based on their frontpage gopher
2018-08-26 23:23:20 +02:00
Eric Cornelissen
d79e524366 Add Java (#945)
* Add Java icon SVG

As requested by @hlfernandez

* Add Java icon details

Used Java Blue (#007396) rather than Java Orange (#ED8B00)
2018-08-26 11:11:48 +02:00
Johan Fagerberg
bc0fe39a0e Add Castorama (#937)
* Add Castorama
* Update Castorama source
2018-08-26 01:03:26 +03:00
Johan Fagerberg
55c3e18140 Update Mastodon (#938)
* Update Mastodon

Taken straight from their official source
Variant chosen is the one from their favicon

Closes #750

* Update Mastodon color

Source from their official SVG (thanks @ericcornelissen)
2018-08-23 12:58:45 +02:00
Johan Fagerberg
7fcb4d96a4 Add Envato icon (#935)
Color taken from the official SVG on their website
2018-08-21 12:55:01 +02:00
Johan Fagerberg
6b3abe34e2 Add Renren (#936)
Color from their official .jpg logo from renren.com
Note that the .jpg is very noisy - as such there are multiple shades of
blue in it. The chosen one is from the biggest consistent area I could
find.
Alternative color choice: #005EAC from the .png logo from Wikipedia

As no official SVG source is available, one was taken from third party
sources. This was verified to match the official .jpg as closely as
possible.
2018-08-21 12:43:18 +02:00
Augustus Yuan
8d7ca66ca9 [#932] update Evernote icon for new brand (#933) 2018-08-19 14:09:27 +02:00
Billy Ross
8cac17c783 #929 Add LeetCode icon (#930)
* Add LeetCode icon

* Clean up LeetCode icon conversion artifacts and primary colour
2018-08-19 14:08:01 +02:00
Tomer Aberbach
df08f5d147 Redbubble Icon (#927)
* Redbubble icon

* Update redbubble.svg

Fixed accidental id="simpleicons-adobephotoshop-con".
2018-08-09 15:32:15 +02:00
Aleksandar Olic
7e78631905 Add Clockify Icon (#924)
* Clockify logo

* Updated Clockify logo (cleanup)

* Enlarged Clockify logo (touches borders)
2018-08-07 14:17:16 +02:00
Eric Cornelissen
9e49af6210 Update Tails SVG 2018-08-05 22:37:11 +02:00
Eric Cornelissen
3bc3f3b16a Update Fandango SVG 2018-08-05 22:36:35 +02:00
Eric Cornelissen
28d6df72be Update ArtStation SVG 2018-08-05 22:35:51 +02:00
Eric Cornelissen
55f716212c [New icon] Mathematica (#919)
* Add Mathematica icon

* Add Mathematica details

* Rename Mathematica to Wolfram Mathmatica

* Remove stray <g>'s from Mathematica icon

* Reorder simple-icons.json alphabetically
2018-08-02 23:07:43 +02:00
Eric Cornelissen
f315ce63d8 [New icon] Wolfram (organisation) (#917)
* Add Wolfram (organisation) icon

* Add Wolfram (organisation) details
2018-08-02 20:51:28 +02:00
Eric Cornelissen
fd4a9fdea2 [New icon] Wolfram language (#918)
* Add Wolfram Language icon

* Add Wolfram Language details
2018-08-02 20:44:41 +02:00
Jimmy Lin
bf7474677a Update Plurk icon (#915)
* Update Plurk icon

* Remove the circular background
2018-08-02 09:27:49 +02:00
Johan Fagerberg
416f0ab19b
Merge pull request #912 from ericcornelissen/remove-codeschool
Remove Code School icon
2018-08-01 13:33:40 +02:00
Zaw W. Lwin
97b971d5bc [New Icon] Vagrant (#911)
* Add data for Vagrant icon

* Reorder the Vagrant metadata alphabetically

* Add Vagrant
2018-08-01 12:49:24 +02:00
Doron Brayer
c87b5cb7f6 [New icon] Samsung (#903)
* [New icon] Samsung

Title: Samsung
Hex: 1428A0
Source: https://www.samsung.com/us

Brand guidelines: https://samsunghvac.com/extranet/bl_guide/Samsung%20Logo%20Usage%20Guidelines_112916.pdf

* [New icon] Samsung

Title: Samsung
Hex: 1428A0
Source: https://www.samsung.com/us

Brand guidelines: https://samsunghvac.com/extranet/bl_guide/Samsung%20Logo%20Usage%20Guidelines_112916.pdf

* Lower precision to 4

Following discussion at #903
2018-08-01 12:38:45 +02:00
Eric Cornelissen
78066a719e Remove Code School icon
Code School was aquired by Pluralsight (for which an icon is already
present).
2018-08-01 12:26:47 +02:00
Doron Brayer
6e9e355898 [New icon] .NET (#875)
* Create dot-net.svg

.NET icon - according to the guidelines.

* Rename dot-net.svg to dotnet.svg

Removed hyphen in filename.

* Adding metadata of .NET

Adding metadata of .NET

* Rename .NET SVG to match #888

* Optimize .NET using SVGO

Precision: 4
Lower values gave artifacts in e.g. corners of "N"
2018-07-24 10:43:19 +02:00
Doron Brayer
45f934944a [New icon] Qualcomm (#900)
* [New icon] Qualcomm

Title: Qualcomm
Hex: 3253DC
Source: https://www.qualcomm.com

Brand guidelines: Not found

* [New icon] Qualcomm

Title: Qualcomm
Hex: 3253DC
Source: https://www.qualcomm.com

* Edited to look like the favicon/avatar

Edited to look like the favicon/avatar:
https://pbs.twimg.com/profile_images/950419109069631488/3-4MNT0E_400x400.jpg
2018-07-24 10:41:05 +02:00
Johan Fagerberg
a68c4b2b07
Merge pull request #888 from birjolaxew/fix/882
Limit destructive filename mapping
2018-07-23 23:31:48 +02:00
Johan Fagerberg
5f9e099cda
Merge pull request #896 from DoronBrayer/patch-9
[New icon] SAP
2018-07-23 18:28:49 +02:00
Johan Fagerberg
24f3790e51
Merge pull request #895 from ericcornelissen/update-styleshare
Update StyleShare
2018-07-23 18:20:25 +02:00
Doron Brayer
af3cc37388
File optimized again
SVGOMG: 'Precision' slider set to 3
2018-07-23 19:01:35 +03:00
Eric Cornelissen
98c17c0f2b Compress icons added by @DoronBrayer 2018-07-23 16:09:35 +02:00
Doron Brayer
1367a8d323
Optimized - SVGOMG 2018-07-23 14:06:23 +03:00
Doron Brayer
18c6d857b8
[New icon] SAP
Title: SAP
Hex: 008FD3
Source: https://support.sap.com/content/dam/support/sap-logo.svg

Brand guidelines: https://d.dam.sap.com/a/PnnmW/SAP_Developer_Guidelines_031314.pdf
2018-07-23 00:52:57 +03:00
Eric Cornelissen
5d6d9f8473 Update styleshare SVG 2018-07-22 21:33:39 +02:00
birjolaxew
80fe9c2ff3
Rename Ko-fi file 2018-07-21 13:17:19 +02:00
birjolaxew
d5585894df
Limit destructive filename mapping
Changes our title -> filename mapping to be less destructive
There is still some information lost (namely "!" and "`")
Closes #882
2018-07-20 22:23:11 +02:00
Doron Brayer
13ce80c086
[New icon] NVIDIA
Title: NVIDIA
Hex: 76B900
Source: http://international.download.nvidia.com/partnerforce-us/Brand-Guidelines/NVIDIA_Corporate_Guidelines_2012_1.2.pdf

Brand guidelines: https://www.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/images/NVIDIA-Logo.svg
2018-07-20 17:33:49 +03:00
Doron Brayer
bb042e6de1
[New icon] Dell
Title: Dell
Hex: 007DB8
Source: https://datasecurity.dell.com/wp-content/themes/dell/images/logo-dell.svg

Brand guidelines: https://hst.tradedoubler.com/file/3466/programme_information/Dell_Brand_Standards.pdf
2018-07-20 12:48:49 +03:00
Doron Brayer
afd854930c
[New icon] Internet Explorer
Title: Internet Explorer
Hex: 0076D6
Source: https://compass-ssl.microsoft.com/assets/c8/67/c867db4c-f328-45b8-817c-33834c70aae6.svg?n=IE.svg

Brand guidelines: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1qeRY
2018-07-19 01:38:47 +03:00
Doron Brayer
ce2fa774f4 [New icon] Microsoft Edge (#881)
* [New icon] Microsoft Edge

Title: Microsoft Edge
Hex: 0078D7
Source: https://compass-ssl.microsoft.com/assets/86/b5/86b52157-162f-4130-ab00-3db03397c46d.svg?n=edge.svg

Brand guidelines: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1q9FT
2018-07-18 18:17:52 +02:00
Doron Brayer
ba5e411b83 [New icon] AMD (#880)
Title: AMD
Hex: ED1C24
Source: https://subscriptions.amd.com/greatpower/img/amd-logo-black.svg

Brand guidelines: https://www.amd.com/Documents/amd-brand-guidelines.pdf
2018-07-17 10:50:18 +02:00
Doron Brayer
ecc824a5d5 Updating visualstudiocode.svg, including metadata (#877)
* Updating visualstudiocode.svg

The correct logo is this [view website header]:
https://code.visualstudio.com/
Also, this is how the icon looks like on Windows desktop (after installation of the program).

* Updating metadata of Visual Studio Code
2018-07-15 00:09:30 +02:00
Johan Fagerberg
4c696b5c03
Merge pull request #862 from EvasivePangolin/riseup
Add icon for Riseup.net
2018-06-13 22:23:43 +02:00
Eric Cornelissen
5df59504ae Add Ko-fi icon (#869)
* Add Ko-fi icon

Add icon for Ko-fi, a service similar to Patreon, only without recurring
donations. Icon is based on the SVG found on their About page (https://ko-fi.com/home/about).

* Add Ko-fi details

Update the simple-icons.json file to include Ko-fi. The source links to
the page where the SVG was found, the color is taken from this SVG.

* Fix indentation for Ko-fi data
2018-06-10 16:23:41 +02:00
Eric Cornelissen
a9b0119322 Add XSplit icon (#868)
* Add XSplit logo

Added the logo of XSplit, a video streaming service, taken from their
press kit.

* Add XSplit data

Add the XSplit data, linking to the press page. The color is taken from
the Branding Guidelines: https://cdn4.xsplit.com/cms/presskit/Updated%20Branding%20Guidelines.pdf
2018-06-10 16:21:58 +02:00
Caleb King
0bdacfc345 Add icon for TAILS Linux (#864)
* Add icon for TAILS Linux

The Amnesic Live System https://tails.boum.org

* Add TAILS to JSON
2018-06-03 16:38:24 +02:00
Caleb King
6a38a3448c
Remove redundant space 2018-06-02 18:19:35 -05:00
Caleb King
af36501b0a
Add Riseup icon
Riseup is an autonomous tech collective that provides secure technical services to activists.
2018-06-02 14:20:40 -05:00
Caleb King
e9a89b0dec Add Nextcloud icon (#861)
* Add Nextcloud logo

* Add Nextcloud to JSON data
2018-06-02 21:09:10 +02:00
Eric Cornelissen
ec4de0d827 Add Castro icon (#851)
Color taken from the page linked in simple-icons.json (at 2018-05-23).
2018-05-24 00:39:29 +02:00
Johan Fagerberg
232ea65679
Merge branch 'master' into develop 2018-05-10 16:27:59 +02:00
Eric Cornelissen
447e34877d Add Mail.Ru icon (#846)
* Add Mail.Ru icon

Added the icon for Mail.Ru taken from the source provided, using the
orange RGB found there as well because of the color of the sites favicon.

* Update Mail.Ru color

Updated the color for Mail.Ru based on feedback by @birjolaxew using the
primary brand color instead of the icon color.
2018-05-10 16:25:25 +02:00
Eric Cornelissen
c4d6845f3a Add Debian logo (#844)
Add the Debian logo taken from the provided link, the color is extracted
from the SVG found there.
2018-05-10 00:20:11 +02:00
Eric Cornelissen
fb51950805 Remove Geeklist icon (#845)
The website seems to have stopped
2018-05-10 00:17:59 +02:00
Eric Cornelissen
3d55e486a0 Remove Gratipay icon (#847)
The project stopped in 2017, see:
https://gratipay.news/the-end-cbfba8f50981
2018-05-10 00:15:44 +02:00
Johan Fagerberg
9a3109f4bc
Publish color updates, Aim removal, Viber update (#838)
* remove aim (#827)

* update etsy color (#828)

* update feedly color/source (#829)

* update freeCodeCamp (#830)

* update garmin color (#831)

* update gatsby color (#832)

* update geocaching (#833)

* update git color (#834)

* update gauges color (#835)

* Update Viber (#836)

* Update Viber SVG

* Update Viber color and source

* Version bump

* Version bump (removal)
2018-04-11 15:52:47 +02:00
Eric Cornelissen
c929b80a1c Update Viber (#836)
* Update Viber SVG

* Update Viber color and source
2018-04-11 11:15:20 +02:00
Stephen Sauceda
68b56f57b8 remove aim (#827) 2018-04-10 09:58:37 +02:00
Johan Fagerberg
6e860fe16d
Merge pull request #826 from simple-icons/develop
Publish ArtStation addition and Readability removal
2018-04-09 20:36:15 +02:00
Alice Fernandes
9b4b15b334 Add ArtStation Icon (#812)
* Add ArtStation Icon

* Fix name on data json

* Changed svg and addded new color on data.json

* Optimized SVG
2018-04-09 14:16:55 +02:00
Eric Cornelissen
02233dc390 Remove Readability icon (#808) 2018-04-02 10:12:59 -07:00
Johan Fagerberg
393c08f22c
Merge pull request #797 from simple-icons/develop
Publish LINE WEBTOON
2018-03-21 20:51:30 +01:00
Eric Cornelissen
ae94cb38fd
Add LINE WEBTOON (#795)
* Add LINE WEBTOON

Co-authored-by: Josh Powlison <joshuapowlison@gmail.com>

* Manually cleaned up letters
2018-03-21 18:38:40 +01:00
Johan Fagerberg
49774010a6
Merge pull request #790 from simple-icons/develop
Publish Highly, dev.to and AddThis
2018-03-08 21:58:20 +01:00
Eric Cornelissen
cdd19f6983 Update AddThis icon (#789)
Update the SVG which was slightly distorted. Also updated the color,
taken from the coloured SVG found in the header and updated the outdated
link (the old link gave a 404)
2018-03-08 10:23:04 -08:00
Belhassen Chelbi
3d02d3e095 Added dev.to logo icon (#756)
* Added dev.to logo icon

* Update devto.svg

* Change capitalization of dev.to in JSON
2018-03-08 14:45:39 +01:00
Hans Gerwitz
47bf7e4db0 classless rect 2018-03-07 13:47:52 +01:00
Hans Gerwitz
c4f86b1bde Highly icon 2018-03-05 13:03:31 +01:00
Caleb King
5246803bf3 Fix Cloudflare icon (#784) 2018-03-04 09:19:44 +01:00
Caleb King
80b4d84416
Remove width and height 2018-02-21 17:24:19 +00:00
Caleb King
e78da2f1ea
Add icon for Disroot
Disroot provides privacy-oriented email and productivity services. It's pretty neat.
2018-02-21 14:34:31 +00:00
Josh Powlison
055503b046 ADDED: Picarto.TV (#776)
* Add Picarto.TV icon and json

The color is taken from the press page's PNG files.

* Fix JSON indentation
2018-02-20 00:45:21 +01:00
Josh Powlison
78de72cbd8 Added Blender icon (#772)
* Add blender icon and info

* Fix JSON indentation
2018-02-16 16:49:53 +01:00
gmachure
d39460e00c #733 update hulu icon (#767)
* #733 update hulu icon
2018-02-15 11:15:19 -08:00
Josh Powlison
94b0b93178 Added Wattpad, Tapas, Aurelia, Gumroad icons (#763)
* Add files via upload

* Add Wattpad and Tapas

* Add Aurelia icon

* Add Aurelia to json

Chose "ED2B88" color based on the buttons on the site; since the logo and most design elements have gradients it's tricky-feeling to choose one color. I think this choice is backed up though, because the "a" in the text logo is "ED2C88", just a tad brigher than the color I chose, and the "a" is the brightest letter in the logo. Let me know if you think otherwise.

* Add Gumroad icon

* Added Gumroad to data

Green and orange display prominently in the logo, but green is used for the website buttons and seems to be more prominent in overall website design and marketing. I chose the base color for their buttons- not the gradient slight lighter than/darker than variants.

* Remove rogue fill on Gumroad

Dagnabit, why'd they put it at the end? XD

* Remove extra line that appeared

* Delete gumroad.svg

* Replace gumroad

To fix extra line being added and rogue fill

* Set to pages for icons, not direct icon links

For Tapas, Gumroad, Aurelia, and Wattpad

* Go to id assets for Wattpad
2018-02-15 16:42:32 +01:00
Caleb King
eac2602c18
Remove redundant attributes and rename file 2018-02-15 07:46:22 -06:00
Caleb King
39fdae11f3
Add icon for Cloudflare 2018-02-14 16:49:35 -06:00
Eric Cornelissen
27a675293f Update Jira name 2018-02-13 23:36:54 +01:00
Eric Cornelissen
a8434f3c0d Update the HipChat icon 2018-02-12 20:24:33 +01:00
Eric Cornelissen
7f2a08f08e Update the Jira icon 2018-02-12 20:20:41 +01:00
Johan Fagerberg
592f1a34d9
Merge pull request #753 from chrisssycollins/develop
Add Unsplash icon
2018-02-07 16:27:08 +01:00
Johan Fagerberg
7d41e4d79c
Merge pull request #749 from ericcornelissen/icon-firebase
Add Firebase icon
2018-02-07 16:26:06 +01:00
Chris Collins
dfa18195dd Add Unsplash icon 2018-02-07 11:54:55 +00:00
Eric Cornelissen
f3a3c74a88 Add Firebase icon
Added the firebase icon based on the provided source URL, as requested
by @tomap. I choose for the color #ffffff because of "Do not use the
flat knockout in any color but white" listed in the Common Errors
section.
2018-02-01 15:34:40 +01:00
Paul Robert Lloyd
823a0cfd61 Request: Micro.blog icon 2018-01-20 15:03:51 +00:00
CreativeGP
02da117c08 Request: Qiita icon (#731)
* #730 Added to metadata

* #730 Added Qiita icon

* #731 Fixed typo

* #731 Removed duplicate xmlns attribute

* Remove width and height from SVG
2018-01-06 10:37:01 +01:00
David Klebanoff
752b41a8bc Added Untappd. (#737) 2018-01-02 18:27:17 +01:00
David Klebanoff
ebe23119c9 Added Aventrix icon. 2018-01-01 18:22:33 -08:00
Johan Fagerberg
f3a5581d64
Merge pull request #716 from simonker/knownIcon
add Known icon
2017-12-23 17:21:31 +01:00
Eric Cornelissen
5f6f80256e Fix React, 500px, Coursera, Codecademy and Co-op (#725)
* Update React Icon and color

Updated the Icon as part of #588, found the color was incorrect as well
(new color is extracted from the SVG on the source site).

* Update Coursera icon, color and link

Updated the Coursera icon based on the one I found on the updated
source, also updated the color.

* Update Co-op icon and color

Updated the Co-op icon based on the SVG in the header on the provided
source, also updated the color based on the same SVG.

* Update 500px icon

Updated the 500px icon based on the icon found in the provided source.
2017-12-22 10:28:01 -08:00
William Owen
360348257f Added nodemon (#724)
* Added nodemon

* Update nodemon.svg

* Add missing keyword "icon" to nodemon.svg
2017-12-18 21:27:42 +01:00
Simon Ker
8733b846a8 Add Known Icon #709 fix aria label 2017-12-13 13:53:21 +00:00
Simon Ker
720a15e8b4 Add Known Icon #709 2017-12-13 13:51:48 +00:00
Simon Ker
1930a84365 Fix capitalization in svg 2017-12-12 13:21:55 +00:00
Simon Ker
936a915034 add xcode addresses #701 2017-12-12 10:26:46 +00:00
Eric Cornelissen
b4c468ede0 Remove fill-rule from PHP icon
Improvement on #710
2017-12-11 17:16:01 +01:00
Johan Fagerberg
d03f1ee1a3
Merge pull request #710 from William-Owen/develop
Added PHP icon
2017-12-11 14:02:21 +01:00
William Owen
eba24d4cd3 Fixed missing fill-rule 2017-12-11 12:38:32 +00:00
William Owen
3cd71b44cc Added PHP 2017-12-11 11:42:23 +00:00
Eric Cornelissen
1582b1c90c Update Wix <svg> and color
Remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit. Also update the color to yellow color currently on
their design-assets page.
2017-12-07 17:15:02 +01:00
Johan Fagerberg
f465439530
Merge pull request #706 from William-Owen/develop
Added Adobe Typekit
2017-12-07 16:43:02 +01:00
William Owen
a327aed46a Removed errant fill-rule 2017-12-07 15:17:54 +00:00
William Owen
f7fae4cd22 Added Adobe Typekit 2017-12-07 13:59:53 +00:00
Johan Fagerberg
85aa571aff
Merge pull request #704 from William-Owen/develop
Added Stylus
2017-12-07 14:40:52 +01:00
William Owen
5c56bd8f13 Added Stylus 2017-12-07 13:29:12 +00:00
David Klebanoff
6cfb69234b
Merge pull request #699 from William-Owen/develop
Added Google Chrome Icon
2017-12-06 09:06:57 -08:00
Ross Hill
3a07e2c2ff add Swift icon 2017-12-05 14:06:52 -05:00
Ross Hill
d2a557c903 add Rust logo (#700)
* add rust logo
2017-12-04 21:02:58 -08:00
William Owen
0cec67a702 Added Google Chrome SVG file 2017-12-04 21:46:08 +00:00
Eric Cornelissen
d044f9a90c Remove certain svg attributes from svgs that have them (#689)
* Update ACM <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update American Express <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Automatic <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Basecamp <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Dailymotion <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Ello <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Empire Kred <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Gauges <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Geeklist <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Google Hangouts <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update IMDb <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update InVision <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Klout <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update MailChimp <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Odnoklassniki <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update ProtonMail <svg>

remove use of fill-rule

* Update Runkeeper <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Simple Icons <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Slides <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Speaker Deck <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Spotlight <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Toggl <svg>

remove use of fill-rule

* Update Travis CI <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Trello <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit

* Update Vue.js <svg>

remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
2017-12-02 16:27:49 -08:00
Ross Hill
aa42717228 Adds Python logo (#685)
* add Python logo

* add svg annotations and title id

* Add role="img" to svg. Third time's the charm 🙂
2017-12-01 20:14:10 +01:00
Johan Fagerberg
5cba7e5d76
Merge pull request #678 from rosslh/develop
Change Mozilla icon to social icon instead of wordmark
2017-11-28 23:14:47 +01:00
Ross Hill
7084e9b6a9 remove id="a" from path tag 2017-11-28 16:54:56 -05:00
Li Xinyang
d971331e92 Remove unused attributes 2017-11-28 23:23:46 +08:00
Li Xinyang
406333e004 Add meta data to SVG 2017-11-28 17:18:03 +08:00
Li Xinyang
2444e22d02 Add Quantcast logo 2017-11-28 17:09:04 +08:00
Ross Hill
20884159dc fix icon & rebase 2017-11-27 16:47:27 -05:00
Ross Hill
5f6fc2def5 Add Mozilla Firefox logo (#677)
* add firefox

* add firefox svg
2017-11-27 17:17:24 +01:00
Johan Fagerberg
b33687552d
Merge pull request #673 from ericcornelissen/add-humblebundle
Add Humble Bundle icon
2017-11-22 22:43:56 +01:00
Eric Cornelissen
5a347a8aab Add Humble Bundle icon
Added the H logomark of HumbleBundle. I got it from their support website,
I used the red color present in their logo and support website.

I decided to use the H logomark over the "bindle" because the "bindle"
isn't present on their homepage anymore and I couldn't find any preference
on their support site.
2017-11-22 19:55:42 +01:00
Eric Cornelissen
0aa29161f4 Update the Glassdoor Icon (#672) 2017-11-21 14:17:54 -08:00
Louis
c6e4d6cebf Add homify icon 2017-11-19 13:54:29 +01:00
David Klebanoff
87c6f1effa Added staticman. 2017-11-12 13:33:12 -08:00
Jorge Moliner
d1b479f0a5
Compress
SVGO++
2017-11-03 05:37:04 +01:00
Jorge Moliner
c53ed96d1f
Bower!
Added bower icon 🕊
2017-11-02 22:57:05 +01:00
Jorge Moliner
9cd05adb93
Fixed typo error and optimized size
@birjolaxew
2017-11-01 16:46:43 +01:00
Jorge Moliner
4ba7a96e3c
Trully compressed and removed "false stroke"
:octocat:
2017-11-01 06:51:14 +01:00
Jorge Moliner
11339f1b14 Added Webpack 2017-11-01 06:29:27 +01:00
Johan Fagerberg
bbd8d6bae5 Merge pull request #646 from ericcornelissen/fix-icons
Fix: ComproPago, Node.JS, Garmin
2017-10-17 22:34:32 +02:00
Eric Cornelissen
98de7db0a4 Fix: ComproPago, Node.JS, Garmin
Update the SVGs of ComproPago and Node.JS Garmin to be properly sized
and padded.

Also changed the color for the Garmin logo based on the logo in the
header of their landing page: https://www.garmin.com/en-US
2017-10-17 14:13:44 +02:00
Eric Cornelissen
f3655f6d9c Swarm SVG reduce and color change
- Reduced the SVG of "swarm" to a single <path> element.
- Change the "swarm" color to a primary web color.
2017-10-17 13:31:07 +02:00
David Klebanoff
91bd9d87ae Deleted Bebo. 2017-10-14 21:52:29 -07:00
David Klebanoff
a73bc67b70 Updated Medium. 2017-10-14 18:21:00 -07:00
David Klebanoff
51808347d5 Updated Player.me. Issue #612. (#632) 2017-10-14 18:01:03 -07:00
David Klebanoff
a2b2371ebd Updated Django. Issue #611. (#631) 2017-10-14 18:00:34 -07:00
Eric Cornelissen
a5f7defff0 Add MongoDB icon (#626)
* Add MongoDB icon. Issue #487.
2017-10-14 15:34:38 -07:00
Eric Cornelissen
bd78e5f047 Add Redis icon (#613)
Added Redis. Issue #487.
2017-10-14 11:17:08 -07:00
Eric Cornelissen
968b351e24 Add Vim icon (#629)
Add Vim icon.
2017-10-14 10:49:23 -07:00
Eric Cornelissen
11e65da32e Add Shazam icon (#624)
Add Shazam icon.
2017-10-14 10:48:21 -07:00
Eric Cornelissen
ad9481594c Add Neo4j icon (#628)
Add Neo4j icon. Issue #487.
2017-10-14 10:33:28 -07:00
Fritz
60915693c7 Update Patreon icon (#627)
Update Patreon icon. Fixes #623.
2017-10-14 10:18:09 -07:00
David Klebanoff
264e7aee09 Merge pull request #622 from davidklebanoff/air
Deleted Air. Issue #621
2017-10-13 22:50:18 -07:00
David Klebanoff
213673e622 Deleted Air. Issue #621 2017-10-13 22:48:40 -07:00
David Klebanoff
1ed837302f Merge pull request #619 from davidklebanoff/appnet
Removed App.Net. Issue #618.
2017-10-13 17:34:34 -07:00
David Klebanoff
72b32bd831 Removed App.Net. Issue #618. 2017-10-13 17:33:12 -07:00
Eric Cornelissen
c693742de9 Add Arch Linux icon
As requested in the issues. I choose to include the Trademark symbol
(#594 relevant) in this logo given the Logo Usage Guidelines over at
https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy#Logo_Usage_Guidelines
2017-10-13 22:26:52 +02:00
David Klebanoff
d9a602a34e Merge pull request #609 from davidklebanoff/applemusic
Added Apple Music
2017-10-13 12:11:58 -07:00
David Klebanoff
ea6aebb3f1 Added Apple Music 2017-10-13 12:09:18 -07:00
David Klebanoff
16ad9550c6 Merge pull request #606 from davidklebanoff/keycdn
Added KeyCDN.
2017-10-12 22:12:27 -07:00
David Klebanoff
80e15386b2 Merge pull request #607 from davidklebanoff/icq
Added ICQ.
2017-10-12 22:11:51 -07:00
David Klebanoff
b6489c6526 Merge pull request #605 from davidklebanoff/gnusocial
Added GNU Social.
2017-10-12 22:11:16 -07:00
David Klebanoff
1cb67f2287 Added GNU Social. 2017-10-12 21:51:00 -07:00
David Klebanoff
18e529ae95 Added ICQ. 2017-10-12 21:47:00 -07:00
David Klebanoff
63f26ad76d Added KeyCDN. 2017-10-12 21:26:32 -07:00
Johan Fagerberg
2c465ae950 Added "Google" prefix to Allo filename 2017-10-12 09:23:51 +02:00
Johan Fagerberg
744d6a2e32 Merge pull request #601 from davidklebanoff/trademarks
Removed trademarks from MySQL & StubHub
2017-10-12 08:26:34 +02:00
David Klebanoff
3b9b22c628 Added Allo. (#600)
Added Allo. Issue #599.
2017-10-11 22:16:39 -07:00
David Klebanoff
c4dd3002a1 Merge branch 'develop' into trademarks 2017-10-11 22:01:43 -07:00
David Klebanoff
fbd6947a9a Removed trademarks from MySQL & StubHub 2017-10-11 21:58:40 -07:00
Johan Fagerberg
d35682d229 Merge branch 'develop' into fix/resize-icons 2017-10-11 17:04:57 +02:00
Johan Fagerberg
a2080f5b52 Merge pull request #598 from davidklebanoff/develop
Cleaned up subversion icon.
2017-10-11 17:03:02 +02:00
David Klebanoff
d4e7764f02 Revert "Added KeyCDN. Issue #471."
This reverts commit b77dc80509.
2017-10-10 22:32:19 -07:00
David Klebanoff
b77dc80509 Added KeyCDN. Issue #471. 2017-10-10 22:28:40 -07:00
David Klebanoff
2463c8c004 Merge pull request #595 from whoisjorge/patch-2
Rails .svg
2017-10-10 22:16:05 -07:00
Mudlabs Monster
cef7c33963 Codewars logo (#587)
* Added a detailed version of Codewars logo to icons directory and its required object to _data.
2017-10-10 22:12:25 -07:00
David Klebanoff
6afc27f14d Cleaned up subversion icon. 2017-10-10 22:03:36 -07:00
Jorge Moliner
8b58812267 Update rails.svg 2017-10-10 16:55:08 +02:00
Jorge Moliner
082b40de97 Compressed
removed the ID's from paths
2017-10-10 16:49:17 +02:00
Jorge Moliner
cfa4e989a3 Rails .svg
From original sources.
2017-10-10 05:42:54 +02:00
birjolaxew
39950ba89d
Resized icons (w/o newlines) 2017-10-10 02:01:07 +02:00
Johan Fagerberg
4294fb287b Revert "Remove padding from icons and resize to 24x24" 2017-10-09 23:37:58 +02:00
Johan Fagerberg
d88a235221 Merge branch 'develop' into fix/resize-icons 2017-10-09 14:29:07 +02:00
Johan Fagerberg
55f94f73f1 Merge pull request #586 from davidklebanoff/develop
Updated dropbox to new branding.
2017-10-09 14:26:40 +02:00
birjolaxew
0cd6b5dfc8
Reverted broken resizes 2017-10-09 14:23:37 +02:00
birjolaxew
1e8da55ce6
Resized icons 2017-10-09 14:23:29 +02:00
David Klebanoff
6e86c003e0 Updated dropbox to new branding. 2017-10-08 18:09:51 -07:00
Johan Fagerberg
1525a3c5c4 Merge pull request #581 from davidklebanoff/develop
Clean up Hatena Bookmark.
2017-09-26 23:37:07 +02:00
Johan Fagerberg
3464400abc Merge pull request #580 from xdesro/develop
Update Uber and Telegram
2017-09-26 23:36:03 +02:00
Henry Desroches
c365bca1c7 Update Telegram 2017-09-26 14:57:31 -06:00
David Klebanoff
609befba4d clean up Hatena Bookmark. 2017-09-26 13:55:12 -07:00
Henry Desroches
304c9ae13b Add Uber 2017-09-26 14:48:31 -06:00
David Klebanoff
9c363e3a03 Merge branch 'develop' of github.com:/davidklebanoff/simple-icons into develop 2017-09-26 09:13:17 -07:00
David Klebanoff
c2979d8706 Centered. Scaled. Cleaned up whitespace. 2017-09-26 09:12:50 -07:00
Johan Fagerberg
8b8174c3be Merge branch 'develop' into develop 2017-09-26 09:39:03 +02:00
David Klebanoff
635b552943 Added adobe products. 2017-09-25 17:50:02 -07:00
Henry Desroches
50ae64c2c2 Add Django 2017-09-25 15:10:06 -06:00
Henry Desroches
a3bb157927 I don't know how I got PS and jQ titles swapped lol. 2017-09-25 14:38:08 -06:00
Henry Desroches
cd137972fb Switch jQ to use blue and beams logo 2017-09-25 14:28:37 -06:00
Henry Desroches
bd05718e4f Add MySQL 2017-09-25 12:59:19 -06:00
Henry Desroches
a6ab4d760d Fix jQ aria and title tags 2017-09-25 12:58:57 -06:00
Henry Desroches
c6585708e6 Add jQuery 2017-09-25 12:58:03 -06:00
Henry Desroches
72c7946377 Add Photoshop 2017-09-25 12:57:01 -06:00
Johan Fagerberg
5f8bbeca87 Merge pull request #564 from davidklebanoff/develop
Added PS3, PS4, and Gamecube icons.
2017-09-24 18:23:47 +02:00
David Klebanoff
137e1c1a8a Added Nintendo Gamecube. 2017-09-21 18:25:34 -07:00
David Klebanoff
f6037c60eb Added PS3 & PS4 icons. Updated Playstation color. 2017-09-21 17:49:09 -07:00
Johan Fagerberg
d819664a86 Merge pull request #562 from xdesro/develop
Add Gatsby icon
2017-09-22 01:12:47 +02:00
Johan Fagerberg
88d1b05a85 Merge pull request #561 from davidklebanoff/develop
Updated Netflix icon.
2017-09-22 01:11:33 +02:00
Henry Desroches
39dd94fd24 add Gatsby 2017-09-21 16:27:18 -06:00
David Klebanoff
05d65abe8b Updated Netflix icon. 2017-09-21 13:49:19 -07:00
Johan Fagerberg
6d615e8cb5 Merge pull request #554 from davidklebanoff/develop
Removed Rdio.
2017-09-20 00:41:39 +02:00
David Klebanoff
d1dd9911d2 Removed Rdio. 2017-09-19 12:11:48 -07:00
Henry Desroches
410f825349 Removed Minecraft 2017-09-19 11:11:54 -06:00
Johan Fagerberg
2ca7b58dc5 Merge pull request #545 from davidklebanoff/develop
Push Fandango
2017-09-19 08:18:55 +02:00
Eric Cornelissen
a520a215c1 Update Meetup icon 2017-09-19 06:08:35 +02:00
David Klebanoff
1fd88ad296 Cleaned up. 2017-09-18 15:20:40 -07:00
David Klebanoff
c23f499e7f Added Fandango icon. 2017-09-17 16:23:39 -07:00
Henry Desroches
4bd0775b91 Removes unnecessary class from Meetup icon 2017-09-14 09:17:02 -06:00
Henry Desroches
52e21d5b8c Update Meetup icon and colors 2017-09-14 07:30:00 -06:00
Henry Desroches
859038a00a Merge remote-tracking branch 'upstream/develop' into develop 2017-09-14 07:13:18 -06:00
Henry Desroches
2a9a789f69 Removes Sentia Yoga 2017-09-13 22:43:19 -06:00
Paul Pflugradt
0053340a87 syntax error in matternet.svg
added missing `>`
2017-09-13 11:04:21 +02:00
Eric Cornelissen
a09ce0fa43 Remove redudant </g> in Bitbucket icon 2017-09-12 17:24:19 +02:00
Eric Cornelissen
5e5fbaddc0 Remove redundant <path> in Bitbucket svg 2017-09-12 17:22:53 +02:00
Eric Cornelissen
78ba34533a Update Bitbucket icon
Updated the Bitbucket icon according to the recent redesign, you can find
it at https://bitbucket.org/
2017-09-12 16:33:38 +02:00
Henry Desroches
ebc42ed0e9 Add Hexo 2017-09-11 15:01:12 -06:00
Henry Desroches
9e7d6b2516 Add Prismic 2017-09-11 14:48:08 -06:00
Henry Desroches
6b36a4f301 Add Netlify 2017-09-11 14:36:50 -06:00
Henry Desroches
5a778a4f18 Removed blank line in Atlassian SVG 2017-09-11 12:36:59 -06:00
Henry Desroches
6886e91672 Added Atlassian icon 2017-09-11 12:35:53 -06:00
Henry Desroches
4ee0bb108d Added Nextdoor icon 2017-09-11 10:34:13 -06:00
Henry Desroches
2983ec90ff Fixed Drupal size and alignment 2017-09-09 16:21:25 -06:00
Henry Desroches
d7a207f3b8 Added Haskell icon 2017-09-08 12:32:17 -06:00
Henry Desroches
23063b9027 Updated YouTube icon and brand color 2017-09-08 12:11:08 -06:00
Henry Desroches
2056933954 Updated Medium icon per August 2017 redesign 2017-09-07 11:27:16 -06:00
birjolaxew
8c125a2c8f
Change ARIA labelling
Fix #503
2017-09-06 14:33:04 +02:00
Eric Cornelissen
bc9f1c058c Batch update icon 2017-09-03 22:19:47 +02:00
Eric Cornelissen
837086c0cd Update About.me icon 2017-08-30 18:24:32 +02:00