Skip to content

Commit

Permalink
pass strength calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
cxde-Sujal committed May 10, 2024
1 parent 9a3dc83 commit f7a5f5c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,20 @@ <h3>Calculates the area and perimeter of different useful 2D shapes.</h3>
</div>
</div>
</div>
<div class="box">
<div class="content">
<h2>Password Strength Calculator</h2>
<h3>Calculates password strength.</h3>
<div class="card-footer">
<a href="./Calculators/PasswordStrength-Calculator/index.html" target="_blank">
<button>Try Now</button>
</a>
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/PasswordStrength-Calculator" title="Source Code" target="_blank">
<img src="./assets/images/github.png" alt="Source Code"></img>
</a>
</div>
</div>
</div>
<div class="box">
<div class="content">
<h2>3D Shapes Volume Calculator</h2>
Expand Down

0 comments on commit f7a5f5c

Please sign in to comment.