diff --git a/icons/orange-icon.svg b/icons/orange-icon.svg new file mode 100644 index 0000000..ea006a5 --- /dev/null +++ b/icons/orange-icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/orange-square.svg b/icons/orange-square.svg new file mode 100644 index 0000000..2e41e50 --- /dev/null +++ b/icons/orange-square.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/index.md b/index.md index 1a83e45..72f4da0 100644 --- a/index.md +++ b/index.md @@ -10,7 +10,7 @@ You just need a special app called a **newsreader.** A feed is also known as a _"web feed"_ and the technical term (which you'll see a lot) is _"RSS feed."_ A feed contains the latest content in a form that your **newsreader app** understands. (Your newsreader checks the feed automatically, every few hours.) -**Tons of websites already have feeds,** mostly news sites and blogs. You'll often see a link at the bottom of the page that says _"RSS"_ or an orange icon. The [Web Feed article](https://en.wikipedia.org/wiki/Web_feed) at Wikipedia has an example. +**Tons of websites already have feeds,** mostly news sites and blogs. You'll often see a link at the bottom of the page that says _"RSS"_ or an orange icon similar to this: Whenever you see a website with a feed, that means you can subscribe to that site. @@ -72,4 +72,6 @@ To contribute or to give feedback, [start a discussion on the About Feeds repo o --Matt -The content of this site is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.](https://creativecommons.org/licenses/by-nc-sa/3.0/) +The content of this site is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](https://creativecommons.org/licenses/by-nc-sa/3.0/). + +The sample feed icon is from [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Feed-icon.svg) and are used under the [Mozilla Public License Version 1.1](https://www.mozilla.org/MPL/1.1/).