Skip to content

Commit

Permalink
added to index.html file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vansh authored and Vansh committed Aug 10, 2024
1 parent c2ad514 commit 431f589
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2971,6 +2971,20 @@ <h3>Calculates the log of the given number to any base.</h3>
</div>
</div>
</div>
<div class="box">
<div class="content">
<h2>Logical Micro-Operations Calculator</h2>
<h3>Solves logical micro-operations of Computer Architecture</h3>
<div class="card-footer">
<a href="./Calculators/Logical-MicroOperations-Calculator/index.html" target="_blank">
<button>Try Now</button>
</a>
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Logical-MicroOperations-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>Lorentz Force Calculator</h2>
Expand Down Expand Up @@ -4637,6 +4651,20 @@ <h3>Checks whether a number is a strong number or not.</h3>
</div>
</div>
</div>
<div class="box">
<div class="content">
<h2>Sudoku Calculator</h2>
<h3>Generates and solves sudoku</h3>
<div class="card-footer">
<a href="./Calculators/Sudoku-Calculator/index.html" target="_blank">
<button>Try Now</button>
</a>
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Sudoku-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>Sugar Intake Calculator</h2>
Expand Down

0 comments on commit 431f589

Please sign in to comment.