Skip to content

Commit

Permalink
19_javascript_music_player added in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishkhobragade committed Mar 21, 2024
1 parent c4796d5 commit 66e87df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@ <h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">Unloc

<!-- projects links section started -->

<section class="text-gray-600 body-font">
<div class="container px-5 py-2 mx-auto shadow-lg">
<div class="lg:w-2/3 flex flex-col sm:flex-row sm:items-center items-start mx-auto">
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-gray-900">19 Online Javascript Music Player (HTML, CSS, JavScript) </h1>
<a class="flex-shrink-0 text-white bg-indigo-500 border-0 py-2 px-3 mx-2 focus:outline-none hover:bg-indigo-600 rounded text-lg mt-10 sm:mt-0" href="./19_javascript_music_player/index.html">Play Here</a>
<a class="flex-shrink-0 text-white bg-indigo-500 border-0 py-1 px-2 mx-2 focus:outline-none hover:bg-indigo-600 rounded text-lg mt-10 sm:mt-0" href="#">Source-Code 1</a>
<a class="flex-shrink-0 text-white bg-indigo-500 border-0 py-1 px-2 mx-2 focus:outline-none hover:bg-indigo-600 rounded text-lg mt-10 sm:mt-0" href="#">Source-Code 2</a>
</div>
</div>
</section>
<!-- article end -->

<section class="text-gray-600 body-font">
<div class="container px-5 py-2 mx-auto shadow-lg">
<div class="lg:w-2/3 flex flex-col sm:flex-row sm:items-center items-start mx-auto">
Expand Down

0 comments on commit 66e87df

Please sign in to comment.