Skip to content

Commit

Permalink
added 16_filter_and_search_01 in index page
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishkhobragade committed Mar 13, 2024
1 parent 25147c1 commit d455f57
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">16 Search and Filter 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="./16_filter_and_search_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/16_filter_and_search_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.site/16_filter_and_search_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">
Expand Down

0 comments on commit d455f57

Please sign in to comment.