diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09ea6038..61ac81fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -133,16 +133,16 @@ Icon metadata should be added to the `_data/simple-icons.json` file. Each icon i * The `title` of the new SVG. * A `hex` color value that matches the brand's primary color. All uppercase and without the `#` pound symbol.) - * The `source` URL of the logo being used. (Be specific!) + * The `source` URL of the logo being used. This is used to find updates if the logo ever changes. -Here is the object for the Adobe Photoshop icon as an example: +Here is the object for The Movie Database as an example: ```json { - "title": "Adobe Photoshop", - "hex": "00C8FF", - "source": "https://wwwimages2.adobe.com/etc/clientlibs/beagle/ace/source/font/aceui-fonts.svg" -}, + "title": "The Movie Database", + "hex": "01D277", + "source": "https://www.themoviedb.org/about/logos-attribution" +} ``` ### 7. Create a pull request diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f85e1619..d781f650 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -405,6 +405,11 @@ "hex": "F43059", "source": "http://csswizardry.com" }, + { + "title": "C++", + "hex": "00599C", + "source": "https://github.com/isocpp/logos" + }, { "title": "D3.js", "hex": "F9A03C", @@ -1160,6 +1165,11 @@ "hex": "00D735", "source": "https://letterboxd.com/about/logos/" }, + { + "title": "LibraryThing", + "hex": "251A15", + "source": "https://twitter.com/LibraryThing/status/1054466649271656448" + }, { "title": "Line", "hex": "00C300", @@ -1600,6 +1610,11 @@ "hex": "9933CC", "source": "https://www.apple.com/itunes/marketing-on-podcasts/identity-guidelines.html#apple-podcasts-icon" }, + { + "title": "PowerShell", + "hex": "5391FE", + "source": "https://github.com/PowerShell/PowerShell" + }, { "title": "Prismic", "hex": "484A7A", @@ -2270,6 +2285,11 @@ "hex": "6383A8", "source": "https://vk.com/about" }, + { + "title": "VLC media player", + "hex": "FF8800", + "source": "http://git.videolan.org/?p=vlc.git;a=tree;f=extras/package/macosx/asset_sources" + }, { "title": "VSCO", "hex": "000000", diff --git a/icons/cplusplus.svg b/icons/cplusplus.svg new file mode 100644 index 00000000..cb25c86f --- /dev/null +++ b/icons/cplusplus.svg @@ -0,0 +1 @@ + diff --git a/icons/librarything.svg b/icons/librarything.svg new file mode 100644 index 00000000..87391d77 --- /dev/null +++ b/icons/librarything.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/powershell.svg b/icons/powershell.svg new file mode 100644 index 00000000..ca37c8b1 --- /dev/null +++ b/icons/powershell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/vlcmediaplayer.svg b/icons/vlcmediaplayer.svg new file mode 100644 index 00000000..6d6d5f16 --- /dev/null +++ b/icons/vlcmediaplayer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index e3f6e2cb..fe196165 100644 --- a/index.html +++ b/index.html @@ -219,6 +219,9 @@