Skip to content

Commit

Permalink
added 14_drag_n_drop_01 hyperlinks in index
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishkhobragade committed Mar 6, 2024
1 parent 5a92645 commit 59bfadc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,19 @@ <h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">Unloc
<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">13_whack_a_mole (game)</h1>
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-gray-900">14 Drag n Drop items 01</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="./14_drag_n_drop_01/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="https://linksly.co/14_drag_n_drop_01">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="https://shrinkme.pro/14_drag_n_drop_01">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">
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-gray-900">13 Whack a Mole (game)</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="./13_whack_a_mole(game)/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="https://shrinkme.us/13_whack_a_mole_game">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="https://linksly.co/13_whack_a_mole_game">Source-Code 2</a>
Expand Down

0 comments on commit 59bfadc

Please sign in to comment.