Skip to content

Commit

Permalink
Adjust markdown styles to render in GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
nvsmith committed Oct 27, 2023
1 parent a2a0121 commit 3f2db81
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@ This is a JavaScript webpage project that implements:

The script allows you to populate playlists of songs to the webpage (from array data), automatically numbered with customized styles in place. It looks simple because all the heavy lifting, which is very scalable, is done behind the scenes.

<div style="text-align:center;">
<div align="center">

![screenshot1](screenshots/screenshot1.png "before")
![screenshot2](screenshots/screenshot2.png "after")

</div>

<p style="text-align:right;">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

### Built With

- HTML
- CSS
- JavaScript

<p style="text-align:right;">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- GETTING STARTED -->

Expand All @@ -71,7 +71,7 @@ All you need is a browser (to view/interact) and a text editor (to modify).

1. Clone this repo and you're all set!

<p style="text-align:right;">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- USAGE EXAMPLES -->

Expand All @@ -81,39 +81,39 @@ All you need is a browser (to view/interact) and a text editor (to modify).
- `styles.css`: design and aesthetics.
- `script.js`: functionality.

<p style="text-align:right;">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- ROADMAP -->

## Roadmap

There are no plans to implement additional features at this time.

<p style="text-align:right;">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- CONTRIBUTING -->

## Contributing

This project is for learning/demonstration and is not being actively developed.

<p style="text-align:right;">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- LICENSE -->

## License

Distributed under the [MIT License](https://choosealicense.com/licenses/mit/).

<p style="text-align:right;">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- CONTACT -->

## Contact

Nate: [GitHub](https://github.com/nvsmith) | [Grepper](https://www.grepper.com/profile/intra)

<p style="text-align:right;">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- ACKNOWLEDGMENTS -->

Expand All @@ -130,4 +130,4 @@ Nate: [GitHub](https://github.com/nvsmith) | [Grepper](https://www.grepper.com/p

- [Best-README-Template](https://github.com/othneildrew/Best-README-Template/tree/master)

<p style="text-align:right;">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 comments on commit 3f2db81

Please sign in to comment.