21 SVG icons for popular brands. Download them from GitHub.
+23 SVG icons for popular brands. Download them from GitHub.
- Facebook
#3B5998 - Google
#4285F4 - Lanyrd
#3C80CA - Twitter
#55ACEE - GOV.UK
#005EA5
+ - Yammer
#0072C6 - Trello
#0079BF
+ - LinkedIn
#0077B5 - Vimeo
#1AB7EA - Slack
#56B68B - Koding
#00B057 - Event Store
#5AB552
- - Evernote
#6Fb536
+ - Evernote
#6Fb536 - Khan Academy
#9DB63B - Bitly
#EE6123 - Google+
#DD4B39
diff --git a/simple-icons.json b/simple-icons.json
index cf10cf817..0afe9d136 100644
--- a/simple-icons.json
+++ b/simple-icons.json
@@ -70,6 +70,11 @@
"hex": "3C80CA",
"source": "http://lanyrd.com/help/faq/#branding"
},
+ {
+ "title": "LinkedIn",
+ "hex": "0077B5",
+ "source": "https://brand.linkedin.com"
+ },
{
"title": "MediaTemple",
"hex": "000000",
@@ -100,6 +105,11 @@
"hex": "1AB7EA",
"source": "https://vimeo.com/about/brand_guidelines"
},
+ {
+ "title": "Yammer",
+ "hex": "0072C6",
+ "source": "https://developer.yammer.com/docs/branding-guide"
+ },
{
"title": "YouTube",
"hex": "CD201F",
diff --git a/src/header.html b/src/header.html
index 5ade7a7e5..fbf5129aa 100644
--- a/src/header.html
+++ b/src/header.html
@@ -95,8 +95,8 @@
.hex {
opacity: 0.5;
}
- @media (min-width: 600px) { .tiles li { width: 50%; } }
- @media (min-width: 800px) { .tiles li { width: 33.333%; } }
+ @media (min-width: 500px) { .tiles li { width: 50%; } }
+ @media (min-width: 700px) { .tiles li { width: 33.333%; } }
@media (min-width: 1000px) { .tiles li { width: 25% } }
@media (min-width: 1200px) { .tiles li { width: 20% } }
@media (min-width: 1500px) { .tiles li { width: 16.666% } }