From 491b8719340571a92bdefd50d809986d70fdb2fb Mon Sep 17 00:00:00 2001 From: ABHISHEK Joshi Date: Sun, 23 May 2021 17:33:41 +0530 Subject: [PATCH 1/5] Added prettierignore, ToC and People Icon --- .prettierignore | 1 + README.md | 22 +++++++++++++++------- icons/octicons/People.svg | 1 + 3 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 .prettierignore create mode 100644 icons/octicons/People.svg diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..2e1fa2d --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +*.md \ No newline at end of file diff --git a/README.md b/README.md index 42c924e..c7536aa 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,19 @@ This Repository aims to provide various SVG icons to use in your Readme, or any ## Table of Contents -- [How to use](#how-to-use) - - [Specific versions](#specific-versions) -- [Licenses](#licenses) -- [Why use this and not the actual source?](#why-use-this-and-not-the-actual-source) -- [Icons](#icons) - - [Octicons](#octicons) -- [Submit Icons](#submit-icons) +- [Readme-Icons](#readme-icons) + - [Table of Contents](#table-of-contents) + - [How to use](#how-to-use) + - [Specific versions](#specific-versions) + - [Licenses](#licenses) + - [Why use this and not the actual source?](#why-use-this-and-not-the-actual-source) + - [Icons](#icons) + - [Octicons](#octicons) + - [Issues](#issues) + - [Pull requests](#pull-requests) + - [Miscelanious](#miscelanious) + - [Gifs](#gifs) + - [Submit Icons](#submit-icons) ## How to use We keep all our icons/images in a `icon` directory, where they are further split up into categories. @@ -124,6 +130,7 @@ All icons used are the 16px variant available, which fit perfectly in normal tex | [`UnwatchRepository.svg`][OcticonsUnwatchRepository] | ![OcticonsUnwatchRepository] | | | [`WatchRepository.svg`][OcticonsWatchRepository] | ![OcticonsWatchRepository] | | | [`Wiki.svg`][OcticonsWiki] | ![OcticonsWiki] | | +| [`People.svg`][OcticonsPeople] | ![OcticonsPeople] | | [OcticonsComment]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/Comment.svg [OcticonsForkedRepository]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/ForkedRepository.svg @@ -133,6 +140,7 @@ All icons used are the 16px variant available, which fit perfectly in normal tex [OcticonsUnwatchRepository]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/UnwatchRepository.svg [OcticonsWatchRepository]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/WatchRepository.svg [OcticonsWiki]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/Wiki.svg +[OcticonsPeople]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/People.svg ### Gifs > **Sources:** diff --git a/icons/octicons/People.svg b/icons/octicons/People.svg new file mode 100644 index 0000000..1630b0e --- /dev/null +++ b/icons/octicons/People.svg @@ -0,0 +1 @@ + \ No newline at end of file From 5173f3a55064bc2369a2618629642a73b69720da Mon Sep 17 00:00:00 2001 From: ABHISHEK Joshi Date: Sun, 23 May 2021 17:36:34 +0530 Subject: [PATCH 2/5] fix table indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7536aa..236ab83 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ All icons used are the 16px variant available, which fit perfectly in normal tex | [`UnwatchRepository.svg`][OcticonsUnwatchRepository] | ![OcticonsUnwatchRepository] | | | [`WatchRepository.svg`][OcticonsWatchRepository] | ![OcticonsWatchRepository] | | | [`Wiki.svg`][OcticonsWiki] | ![OcticonsWiki] | | -| [`People.svg`][OcticonsPeople] | ![OcticonsPeople] | | +| [`People.svg`][OcticonsPeople] | ![OcticonsPeople] | | [OcticonsComment]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/Comment.svg [OcticonsForkedRepository]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/ForkedRepository.svg From d91e8cda5b4a6a7c6022e9b5546a181b2e36f0ad Mon Sep 17 00:00:00 2001 From: ABHISHEK Joshi Date: Sun, 23 May 2021 17:55:07 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 236ab83..1bb4c60 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,13 @@ This Repository aims to provide various SVG icons to use in your Readme, or any ## Table of Contents -- [Readme-Icons](#readme-icons) - - [Table of Contents](#table-of-contents) - - [How to use](#how-to-use) - - [Specific versions](#specific-versions) - - [Licenses](#licenses) - - [Why use this and not the actual source?](#why-use-this-and-not-the-actual-source) - - [Icons](#icons) - - [Octicons](#octicons) - - [Issues](#issues) - - [Pull requests](#pull-requests) - - [Miscelanious](#miscelanious) - - [Gifs](#gifs) - - [Submit Icons](#submit-icons) +- [How to use](#how-to-use) + - [Specific versions](#specific-versions) +- [Licenses](#licenses) +- [Why use this and not the actual source?](#why-use-this-and-not-the-actual-source) +- [Icons](#icons) + - [Octicons](#octicons) +- [Submit Icons](#submit-icons) ## How to use We keep all our icons/images in a `icon` directory, where they are further split up into categories. From 2ebf941fcc6da9f50f6becfb0ad9b5239e5ab954 Mon Sep 17 00:00:00 2001 From: ABHISHEK Joshi Date: Sun, 23 May 2021 17:56:46 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb4c60..a92bd94 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ All icons used are the 16px variant available, which fit perfectly in normal tex | [`UnwatchRepository.svg`][OcticonsUnwatchRepository] | ![OcticonsUnwatchRepository] | | | [`WatchRepository.svg`][OcticonsWatchRepository] | ![OcticonsWatchRepository] | | | [`Wiki.svg`][OcticonsWiki] | ![OcticonsWiki] | | -| [`People.svg`][OcticonsPeople] | ![OcticonsPeople] | | +| [`People.svg`][OcticonsPeople] | ![OcticonsPeople] | | [OcticonsComment]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/Comment.svg [OcticonsForkedRepository]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/ForkedRepository.svg From e65d13f757451477efbd6587d0cd8ff71a1e1ea6 Mon Sep 17 00:00:00 2001 From: ABHISHEK Joshi Date: Sun, 23 May 2021 18:14:06 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a92bd94..9239010 100644 --- a/README.md +++ b/README.md @@ -118,13 +118,13 @@ All icons used are the 16px variant available, which fit perfectly in normal tex | ---------------------------------------------------- |:----------------------------:| ----- | | [`Comment.svg`][OcticonsComment] | ![OcticonsComment] | | | [`ForkedRepository.svg`][OcticonsForkedRepository] | ![OcticonsForkedRepository] | | +| [`People.svg`][OcticonsPeople] | ![OcticonsPeople] | | | [`Release.svg`][OcticonsRelease] | ![OcticonsRelease] | | | [`Repository.svg`][OcticonsRepository] | ![OcticonsRepository] | | | [`StarredRepository.svg`][OcticonsStarredRepository] | ![OcticonsStarredRepository] | | | [`UnwatchRepository.svg`][OcticonsUnwatchRepository] | ![OcticonsUnwatchRepository] | | | [`WatchRepository.svg`][OcticonsWatchRepository] | ![OcticonsWatchRepository] | | | [`Wiki.svg`][OcticonsWiki] | ![OcticonsWiki] | | -| [`People.svg`][OcticonsPeople] | ![OcticonsPeople] | | [OcticonsComment]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/Comment.svg [OcticonsForkedRepository]: https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/octicons/ForkedRepository.svg