Skip to content

Commit

Permalink
feat: More keywords added regarding to calculators (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Gokul K <gokulk@Gokuls-MacBook-Air.local>
  • Loading branch information
gokulk16 and Gokul K authored Jul 30, 2024
1 parent c17740b commit abe9fe3
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 2 deletions.
18 changes: 18 additions & 0 deletions css/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
line-height: 1.2;
}

.hero-button {
background-color: #0056b3;
color: var(--input-number);
padding: 10px 20px;
border-radius: 5px;
font-weight: bold;
font-size: 18px;
text-decoration: none;
transition: background-color 0.3s ease;
cursor: pointer;
width: 285px;
}

.hero-button:hover {
background-color: #004a9b;
}

.hero {
display: flex;
flex-direction: column;
Expand All @@ -15,6 +32,7 @@
font-weight: 380;
font-size: 28px;
line-height: 1;
background-color: #d3dfe6;
}

.hero-gif {
Expand Down
66 changes: 64 additions & 2 deletions html/blog/how-to-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,28 @@
calculator online. Our tool allows you to perform calculations while
taking notes simultaneously, making it perfect for students,
professionals, and anyone who needs a versatile calculator.
- **Currency Conversion**: Easily convert between different currencies.
- **Temperature Conversion**: Convert between Celsius, Fahrenheit, and Kelvin.
- **Volume Conversion**: Switch between liters, gallons, and other units.
- **Timezone Conversion**: Convert time between different timezones.
- **Percentage Calculations**: Calculate percentages quickly and accurately.
- **Tip Calculator**: Calculate tips based on bill amount and desired tip percentage.
- **Loan Calculator**: Calculate loan payments, interest rates, and repayment schedules.
- **BMI Calculator**: Calculate your Body Mass Index (BMI) based on height and weight.
- **Fuel Consumption Calculator**: Calculate fuel consumption in terms of mileage or fuel efficiency.
- **Calculate Percentage**: Easily calculate percentages with just typing the % symbol.
- **Mile Calculator**: Convert distances effortlessly with our precise mile calculator.
- **Sq Ft Calculator**: Quickly find the area of spaces with our user-friendly square footage calculator.
- **Mathematics Calculator**: Solve complex math problems instantly with our advanced mathematics calculator.
- **Land Calculator**: Measure land areas accurately using our specialized land calculator.
- **Kilometer Calculator**: Convert miles to kilometers and vice versa with our handy kilometer calculator.
- **Find Percentage**: Calculate the percentage of a number.
- **Open Calculator**: Access our versatile open calculator for all your quick calculations.
- **KM Calculator**: Calculate distances in kilometers.
- **Size Calculator**: Determine dimensions and sizes with our comprehensive size calculator.
- **Length Calculator**: Measure lengths and distances accurately with our versatile length calculator.
- **Calculate Math**: Simplify your math calculations with our powerful and easy-to-use math calculator.
Experience the efficiency of combining
calculations with note-taking. Try our notepad calculator today!
Expand Down Expand Up @@ -99,7 +120,7 @@
<h1 class="hero-title">
How to Use <a href="https://typetocalculate.in">Type to Calculate</a>
</h1>

<button onclick="window.open('https://typetocalculate.in', '_blank', 'noopener')" class="hero-button">Open Calculator</button>
<div class="hero-text">
<h3>Start typing your calculations and see instant results.</h3>
</div>
Expand All @@ -110,6 +131,8 @@ <h3>Start typing your calculations and see instant results.</h3>
alt="Notepad Calculator app in Action"
/>
</div>
<button onclick="window.open('https://typetocalculate.in', '_blank', 'noopener')" class="hero-button">Open Calculator</button>

<div>
<h2>Features:</h2>
<ul>
Expand Down Expand Up @@ -145,6 +168,45 @@ <h2>Features:</h2>
</li>
</ul>
</div>
<div>
<h2>General Use cases:</h2>
<ul>
<li>
<strong>Calculate percentage</strong>: Easily calculate percentages with just typing the % symbol.
</li>
<li>
<strong>Mile calculator</strong>: Convert distances effortlessly with our precise mile calculator.
</li>
<li>
<strong>Sq ft calculator</strong>: Quickly find the area of spaces with our user-friendly square footage calculator.
</li>
<li>
<strong>Mathematics calculator</strong>: Solve complex math problems instantly with our advanced mathematics calculator.
</li>
<li>
<strong>Land calculator</strong>: Measure land areas accurately using our specialized land calculator.
</li>
<li>
<strong>Kilometer calculator</strong>: Convert miles to kilometers and vice versa with our handy kilometer calculator.
</li>
<li>
<strong>Open calculator</strong>: Access our versatile open calculator for all your quick calculations.
</li>
<li>
<strong>Size calculator</strong>: Determine dimensions and sizes with our comprehensive size calculator.
</li>
<li>
<strong>Length calculator</strong>: Measure lengths and distances accurately with our versatile length calculator.
</li>
<li>
<strong>Calculate math</strong>: Simplify your math calculations with our powerful and easy-to-use math calculator.
</li>
</ul>
</div>
<button onclick="window.open('https://typetocalculate.in', '_blank', 'noopener')" class="hero-button">Open Calculator</button>
<div>
<span>&NonBreakingSpace;</span>
</div>
</div>
</body>
</html>

0 comments on commit abe9fe3

Please sign in to comment.