Skip to content

Commit

Permalink
added password generator in index page
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishkhobragade committed Feb 20, 2024
1 parent a674801 commit fdd8afd
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,17 @@ <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-6 mx-auto">
<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">08. Rock Paper Scissors 1 Game</h1>
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-gray-900">09. Random Password Generator 2</h1>
<a class="flex-shrink-0 text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg mt-10 sm:mt-0" href="./09_random_password_gen/index.html">Click Here</a>
</div>
</div>
</section>
<!-- article end -->

<section class="text-gray-600 body-font">
<div class="container px-5 py-6 mx-auto">
<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">08. Rock Paper Scissors 1 (Game)</h1>
<a class="flex-shrink-0 text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg mt-10 sm:mt-0" href="./08_rock_paper_scissors_01/index.html">Click Here</a>
</div>
</div>
Expand All @@ -97,7 +107,7 @@ <h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-gray-900">08.
<section class="text-gray-600 body-font">
<div class="container px-5 py-6 mx-auto">
<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">07. Tic Tac Toe 01 Game</h1>
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-gray-900">07. Tic Tac Toe 01 (Game)</h1>
<a class="flex-shrink-0 text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg mt-10 sm:mt-0" href="./07_tic_tac_toe_01/index.html">Click Here</a>
</div>
</div>
Expand All @@ -107,7 +117,7 @@ <h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-gray-900">07.
<section class="text-gray-600 body-font">
<div class="container px-5 py-6 mx-auto">
<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">06. Random Password Generator</h1>
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-gray-900">06. Random Password Generator 1</h1>
<a class="flex-shrink-0 text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg mt-10 sm:mt-0" href="./06_random_password_generator/index.html">Click Here</a>
</div>
</div>
Expand Down

0 comments on commit fdd8afd

Please sign in to comment.