diff --git a/README.md b/README.md index f32fa10..140b58e 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,13 @@ 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) - [Twitter Privacy](#twitter-privacy) - [Google+ / Schema.org](#google--schemaorg) + - [Pinterest](#pinterest) - [Facebook Instant Articles](#facebook-instant-articles) - [OEmbed](#oembed) - [Browsers / Platforms](#browsers--platforms) @@ -48,7 +49,7 @@ Below are the essential elements for any web document (websites/apps): - + + + @@ -264,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)** @@ -405,7 +414,7 @@ Pinterest lets you prevent people from saving things from your website, accordin ```html - + ``` ### Google Android @@ -444,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) @@ -477,27 +486,6 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. **[⬆ back to top](#table-of-contents)** -## App Links - -``` html - - - - - - - - - - - - -``` - -- 📖 [App Links](http://applinks.org/documentation/) - -**[⬆ back to top](#table-of-contents)** - ## Browsers (Chinese) ### 360 Browser @@ -549,6 +537,27 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. **[⬆ back to top](#table-of-contents)** +## App Links + +``` html + + + + + + + + + + + + +``` + +- 📖 [App Links](http://applinks.org/documentation/) + +**[⬆ back to top](#table-of-contents)** + ## Other Resources - 📖 [HTML5 Boilerplate Docs: The HTML](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md)