/music-website

A webpage with full of music suggestions!

Primary LanguageHTML

Music World

A webpage with full of music suggestions from all over the world!

Welcome to Hacktoberfest #10 2023

Hacktoberfest Banner

Icon 1 Icon 2 Icon 3

⭐ This repository is made for beginners who are looking for a beginner-friendly repository to start open source contributions!

⭐ Feel free to use this project to make your first contribution to an open-source project on GitHub.

⭐ Star this repository for a better reach!

What is Hacktoberfest? 🤔

A month-long celebration from October 1st to October 31st presented by Digital Ocean and DEV Community collaborated with GitHub to get people involved in Open Source.

https://hacktoberfest.com/

Note 🔥

  1. To qualify for digital rewards by Hacktoberfest, you must register for the event and make four Pull Requests (PRs) between October 1-31, 2023 (in any time zone).

  2. Pull requests can be made in any GitHub or GitLab hosted project that’s participating in Hacktoberfest (look for the “hacktoberfest” topic).

  3. The first 50,000 participants to have their first PR/MR accepted will have a tree planted in their name through Tree Nation

Contribution Rules 🤍

⭐ Follow these steps to add your song to the webpage:

  1. Go to index.html
  2. Copy paste the music-item template code to modify it.

'''

    <!-- Copy and paste the following template for each music item -->
    <!--Card 1-->
    <div class="music-item">
        <div class="des">
            <!-- insert the embed code here -->

            <p>Suggested by your-name</p>
        </div>
    </div>

'''

  1. Choose a song in Spotify > go to share > select embed track > choose any color > click copy.
  2. Paste the embed code of your song.
  3. Write your name in the code after "Suggested by ".
  4. You are done go aheaed and make your pull request.

⭐ Don't make any other changes in the code! If you find any bug or have a feature suggestion, feel free to raise an issue.

Happy Coding!