From ae2d85ad36fe2de055bd92b13ea75211056e4946 Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Sun, 28 Jan 2018 16:56:05 -0800 Subject: [PATCH] Update icon information --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 18b482e..140b58e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A list of everything that \*could\* go in the `` of your document - [Elements](#elements) - [Meta](#meta) - [Link](#link) -- [Favicons](#favicons) +- [Icons](#icons) - [Social](#social) - [Facebook Open Graph](#facebook-open-graph) - [Twitter Card](#twitter-card) @@ -268,20 +268,25 @@ These elements provide information for how a document should be perceived, and r **[⬆ back to top](#table-of-contents)** -## Favicons +## Icons ``` html - - - - + + + + + + + + ``` - 📖 [All About Favicons (And Touch Icons)](https://bitsofco.de/all-about-favicons-and-touch-icons/) - 📖 [Favicon Cheat Sheet](https://github.com/audreyr/favicon-cheat-sheet) +- 📖 [Icons & Browser Colors](https://developers.google.com/web/fundamentals/design-and-ux/browser-customization/) **[⬆ back to top](#table-of-contents)** @@ -409,7 +414,7 @@ Pinterest lets you prevent people from saving things from your website, accordin ```html - + ``` ### Google Android @@ -448,7 +453,7 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. - + ``` - 📖 [Add to Homescreen - Google Chrome](https://developer.chrome.com/multidevice/android/installtohomescreen)