Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 authored Dec 2, 2024
1 parent e617a60 commit d54a03b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ <h1>Search Calculator</h1><br>
</div>
</div>



<div class="box">
<div class="content">
<h2>2D Distance Calculator</h2>
Expand Down Expand Up @@ -5147,7 +5145,6 @@ <h3>Calculates the T-score to test for significant differences between the sampl
</div>
</div>
</div>

<div class="box">
<div class="content">
<h2>TNEA Cut Off Calculator</h2>
Expand All @@ -5165,12 +5162,12 @@ <h3>Calculates the Tamil Nadu Engineering Admissions cut-off marks based on vari
<div class="box">
<div class="content">
<h2>Tangent Formula Calculator</h2>
<h3>Calculates the tangent angle of a triangle</h3>
<h3>Calculates the tangent angle of a triangle.</h3>
<div class="card-footer">
<a href="./Calculators/Tangent-Formula-Calculator/index.html" target="_blank">
<button>Try Now</button>
</a>
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/" title="Source Code" target="_blank">
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Tangent-Formula-Calculator" title="Source Code" target="_blank">
<img src="./assets/images/github.png" alt="Source Code"></img>
</a>
</div>
Expand All @@ -5179,7 +5176,7 @@ <h3>Calculates the tangent angle of a triangle</h3>
<div class="box">
<div class="content">
<h2>Taxi Fare Calculator</h2>
<h3>Calculates the cost of taxi ride based on distance, base fare and time.</h3>
<h3>Calculates the cost of taxi rides based on distance, base fare, and time.</h3>
<div class="card-footer">
<a href="./Calculators/Taxi-Fare-Calculator/index.html" target="_blank">
<button>Try Now</button>
Expand Down

0 comments on commit d54a03b

Please sign in to comment.