diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-03-22 21:23:52 +0200 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-03-22 21:23:52 +0200 |
| commit | f6a9b0dfd250a43d697f74a2e1382a757a91180a (patch) | |
| tree | 7230e1d6f735879ab9c6644b091d954bea884f00 | |
| parent | ef4154e3f44db3034f70511c4295c8a8c7c966c9 (diff) | |
Template Readme.md
| -rw-r--r-- | README.md | 70 | ||||
| -rw-r--r-- | images/logo.png | bin | 0 -> 1674317 bytes | |||
| -rw-r--r-- | images/screenshot.png | bin | 0 -> 119829 bytes |
3 files changed, 8 insertions, 62 deletions
@@ -1,24 +1,5 @@ -<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 --> - <a name="readme-top"></a> -<!-- -*** Thanks for checking out the Best-README-Template. If you have a suggestion -*** that would make this better, please fork the repo and create a pull request -*** or simply open an issue with the tag "enhancement". -*** Don't forget to give the project a star! -*** Thanks again! Now go create something AMAZING! :D ---> - -<!-- PROJECT SHIELDS --> -<!-- -*** I'm using markdown "reference style" links for readability. -*** Reference links are enclosed in brackets [ ] instead of parentheses ( ). -*** See the bottom of this document for the declaration of the reference variables -*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. -*** https://www.markdownguide.org/basic-syntax/#reference-style-links ---> - [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] @@ -29,26 +10,23 @@ <!-- PROJECT LOGO --> <br /> <div align="center"> - <a href="https://github.com/othneildrew/Best-README-Template"> - <img src="images/logo.png" alt="Logo" width="80" height="80"> + <a href="https://github.com/robusta/robusta-krr"> + <img src="images/logo.png" alt="Logo" width="320" height="320"> </a> - - <h3 align="center">Best-README-Template</h3> - + <h3 align="center">Robusta-KRR</h3> <p align="center"> - An awesome README template to jumpstart your projects! + A robust knowledge representation and reasoning framework! <br /> - <a href="https://github.com/othneildrew/Best-README-Template"><strong>Explore the docs »</strong></a> + <a href="https://github.com/robusta/robusta-krr"><strong>Explore the docs »</strong></a> <br /> <br /> - <a href="https://github.com/othneildrew/Best-README-Template">View Demo</a> + <a href="https://github.com/robusta/robusta-krr">View Demo</a> · - <a href="https://github.com/othneildrew/Best-README-Template/issues">Report Bug</a> + <a href="https://github.com/robusta/robusta-krr/issues">Report Bug</a> · - <a href="https://github.com/othneildrew/Best-README-Template/issues">Request Feature</a> + <a href="https://github.com/robusta/robusta-krr/issues">Request Feature</a> </p> </div> - <!-- TABLE OF CONTENTS --> <details> <summary>Table of Contents</summary> @@ -74,7 +52,6 @@ <li><a href="#acknowledgments">Acknowledgments</a></li> </ol> </details> - <!-- ABOUT THE PROJECT --> ## About The Project @@ -95,21 +72,6 @@ Use the `BLANK_README.md` to get started. <p align="right">(<a href="#readme-top">back to top</a>)</p> -### Built With - -This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples. - -- [![Next][next.js]][next-url] -- [![React][react.js]][react-url] -- [![Vue][vue.js]][vue-url] -- [![Angular][angular.io]][angular-url] -- [![Svelte][svelte.dev]][svelte-url] -- [![Laravel][laravel.com]][laravel-url] -- [![Bootstrap][bootstrap.com]][bootstrap-url] -- [![JQuery][jquery.com]][jquery-url] - -<p align="right">(<a href="#readme-top">back to top</a>)</p> - <!-- GETTING STARTED --> ## Getting Started @@ -240,19 +202,3 @@ Use this space to list resources you find helpful and would like to give credit [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://linkedin.com/in/othneildrew [product-screenshot]: images/screenshot.png -[next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white -[next-url]: https://nextjs.org/ -[react.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB -[react-url]: https://reactjs.org/ -[vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D -[vue-url]: https://vuejs.org/ -[angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white -[angular-url]: https://angular.io/ -[svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00 -[svelte-url]: https://svelte.dev/ -[laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white -[laravel-url]: https://laravel.com -[bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white -[bootstrap-url]: https://getbootstrap.com -[jquery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white -[jquery-url]: https://jquery.com diff --git a/images/logo.png b/images/logo.png Binary files differnew file mode 100644 index 0000000..8e6d51d --- /dev/null +++ b/images/logo.png diff --git a/images/screenshot.png b/images/screenshot.png Binary files differnew file mode 100644 index 0000000..0b5dc36 --- /dev/null +++ b/images/screenshot.png |
