forked from othneildrew/Best-README-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve compatibility of back to top link (othneildrew#73)
- Loading branch information
Showing
2 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<div id="top"></div> | ||
<!-- 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 | ||
|
@@ -95,7 +96,7 @@ Of course, no one template will serve all projects since your needs may be diffe | |
|
||
Use the `BLANK_README.md` to get started. | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -112,7 +113,7 @@ This section should list any major frameworks/libraries used to bootstrap your p | |
* [![Bootstrap][Bootstrap.com]][Bootstrap-url] | ||
* [![JQuery][JQuery.com]][JQuery-url] | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -148,7 +149,7 @@ _Below is an example of how you can instruct your audience on installing and set | |
const API_KEY = 'ENTER YOUR API'; | ||
``` | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -159,7 +160,7 @@ Use this space to show useful examples of how a project can be used. Additional | |
|
||
_For more examples, please refer to the [Documentation](https://example.com)_ | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -176,7 +177,7 @@ _For more examples, please refer to the [Documentation](https://example.com)_ | |
|
||
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues). | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -194,7 +195,7 @@ Don't forget to give the project a star! Thanks again! | |
4. Push to the Branch (`git push origin feature/AmazingFeature`) | ||
5. Open a Pull Request | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -203,7 +204,7 @@ Don't forget to give the project a star! Thanks again! | |
|
||
Distributed under the MIT License. See `LICENSE.txt` for more information. | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -214,7 +215,7 @@ Your Name - [@your_twitter](https://twitter.com/your_username) - [email protected] | |
|
||
Project Link: [https://github.com/your_username/repo_name](https://github.com/your_username/repo_name) | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -232,7 +233,7 @@ Use this space to list resources you find helpful and would like to give credit | |
* [Font Awesome](https://fontawesome.com) | ||
* [React Icons](https://react-icons.github.io/react-icons/search) | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|
||
|
||
|
@@ -266,4 +267,4 @@ Use this space to list resources you find helpful and would like to give credit | |
[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 | ||
[JQuery-url]: https://jquery.com |