Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-sen authored May 23, 2024
1 parent d3c1e72 commit 09e89e8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,20 @@ <h3>Calculates nPr and nCr after taking inputs as n and r.</h3>
</div>
</div>
</div>
<div class="box">
<div class="content">
<h2>Pet Age Calculator</h2>
<h3>Calculates the age of Pets in human years.</h3>
<div class="card-footer">
<a href="./Calculators/Pet-Age-Calculator/index.html" target="_blank">
<button>Try Now</button>
</a>
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Pet-Age-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>Power Calculator</h2>
Expand Down Expand Up @@ -1993,4 +2007,4 @@ <h3>Calculates the linear density of the yarn from unit system to another.</h3>

</body>

</html>
</html>

0 comments on commit 09e89e8

Please sign in to comment.