From c2f506390a3bb0aecb29606f2ee13732cbd29a2e Mon Sep 17 00:00:00 2001 From: Guz <43732358+Guz013@users.noreply.github.com> Date: Thu, 30 Dec 2021 09:58:26 -0300 Subject: [PATCH] Fixed README --- .github/README.md | 25 ++++++++++++++----------- .github/LICENSE => LICENSE | 0 2 files changed, 14 insertions(+), 11 deletions(-) rename .github/LICENSE => LICENSE (100%) diff --git a/.github/README.md b/.github/README.md index acb6db5..6b85aa4 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,20 +1,22 @@ -
-

<Website.013/>

+
+

+ <Website.013/> +

*"Someone who's trying to improve his website."* -![guz-badge] ![license-badge] ![version-badge] ![dependencies-badge] +![guz-badge] ![license-badge] ![version-badge] -
+ This is my (*[probably overcomplicated](#tools-used)*) website. It's designed to be a simple way to access social media links and forms of contact. [Licensed under the MIT license](#license) so you also can use it to make your version of this website. --- -
-

- TODO - IDEAS -

-
+
+

- TODO - IDEAS -

+
--- @@ -41,7 +43,8 @@ Copyright © 2022 Gustavo "Guz" L. de Mello The source code of this project is licensed under the [MIT license](./LICENSE). *This does not grant you permission to use any of Guz's trademarks.* --- -[guz-badge]: https://img.shields.io/badge/By-Guz013-white?style=flat-square -[version-badge]: https://img.shields.io/github/package-json/v/guz013/website?label=Version&logo=github&logoColor=white& -[dependencies-badge]: https://img.shields.io/depfu/guz013/website?label=Dependencies&logo=npm&logoColor=white&style=flat-square -[license-badge]: https://img.shields.io/github/license/guz013/website?label=License&logo=Open%20Source%20Initiative&logoColor=white&style=flat-square +[guz-badge]: https://img.shields.io/badge/By-Guz013-white?style=flat-square&labelColor=black&color=cyan + +[version-badge]: https://img.shields.io/github/package-json/v/guz013/website?style=flat-square&label=Version&logo=github&logoColor=blueviolet&labelColor=black&color=blueviolet + +[license-badge]: https://img.shields.io/github/license/guz013/website?style=flat-square&label=License&logo=Open%20Source%20Initiative&logoColor=white&labelColor=black&color=white diff --git a/.github/LICENSE b/LICENSE similarity index 100% rename from .github/LICENSE rename to LICENSE