Skip to content

Commit

Permalink
Added heat transfer calculator to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuvra-Da-CodER committed Dec 9, 2024
1 parent e8abc13 commit 84ad2d3
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 @@ -2744,6 +2744,20 @@ <h3>Calculates the heat index based on the temperature and humidity values.</h3>
</div>
</div>
</div>
<div class="box">
<div class="content">
<h2>Heat Transfer Calculator</h2>
<h3>Calculates the heat transferred from one region to another based on several input parameters.</h3>
<div class="card-footer">
<a href="./Calculators/Heat-Transfer-Calculator/index.html" target="_blank">
<button>Try Now</button>
</a>
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Heat-Transfer-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>Height Calculator</h2>
Expand Down

0 comments on commit 84ad2d3

Please sign in to comment.