Skip to content

Commit

Permalink
Added Book Reading Time Calculator to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanaaa17 authored Feb 6, 2024
1 parent 560ad87 commit ba138fa
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 @@ -150,6 +150,20 @@ <h3>Calculates the Body Mass Index of a person using Height & Weight.</h3>
</a>
</div>
</div>
</div>
<div class="box">
<div class="content">
<h2>Book Reading Time Calculator</h2>
<h3>Calculates time required to finish reading a book using number of pages and reading speed</h3>
<div class="card-footer">
<a href="./Calculators/Book-Reading-Time-Calculator/index.html" target="_blank">
<button>Try Now</button>
</a>
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Book-Reading-Time-Calculator" title="Source Code" target="_blank">
<img src="./assets/images/github.png" alt="Source Code"></img>
</div>
</a>
</div>
</div>
<div class="box">
<div class="content">
Expand Down

0 comments on commit ba138fa

Please sign in to comment.