Skip to content

Commit abe9fe3

Browse files
gokulk16Gokul K
andauthored
feat: More keywords added regarding to calculators (#32)
Co-authored-by: Gokul K <[email protected]>
1 parent c17740b commit abe9fe3

File tree

2 files changed

+82
-2
lines changed

2 files changed

+82
-2
lines changed

css/blog.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
line-height: 1.2;
66
}
77

8+
.hero-button {
9+
background-color: #0056b3;
10+
color: var(--input-number);
11+
padding: 10px 20px;
12+
border-radius: 5px;
13+
font-weight: bold;
14+
font-size: 18px;
15+
text-decoration: none;
16+
transition: background-color 0.3s ease;
17+
cursor: pointer;
18+
width: 285px;
19+
}
20+
21+
.hero-button:hover {
22+
background-color: #004a9b;
23+
}
24+
825
.hero {
926
display: flex;
1027
flex-direction: column;
@@ -15,6 +32,7 @@
1532
font-weight: 380;
1633
font-size: 28px;
1734
line-height: 1;
35+
background-color: #d3dfe6;
1836
}
1937

2038
.hero-gif {

html/blog/how-to-use.html

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,28 @@
1212
calculator online. Our tool allows you to perform calculations while
1313
taking notes simultaneously, making it perfect for students,
1414
professionals, and anyone who needs a versatile calculator.
15-
15+
- **Currency Conversion**: Easily convert between different currencies.
16+
- **Temperature Conversion**: Convert between Celsius, Fahrenheit, and Kelvin.
17+
- **Volume Conversion**: Switch between liters, gallons, and other units.
18+
- **Timezone Conversion**: Convert time between different timezones.
19+
- **Percentage Calculations**: Calculate percentages quickly and accurately.
20+
- **Tip Calculator**: Calculate tips based on bill amount and desired tip percentage.
21+
- **Loan Calculator**: Calculate loan payments, interest rates, and repayment schedules.
22+
- **BMI Calculator**: Calculate your Body Mass Index (BMI) based on height and weight.
23+
- **Fuel Consumption Calculator**: Calculate fuel consumption in terms of mileage or fuel efficiency.
24+
- **Calculate Percentage**: Easily calculate percentages with just typing the % symbol.
25+
- **Mile Calculator**: Convert distances effortlessly with our precise mile calculator.
26+
- **Sq Ft Calculator**: Quickly find the area of spaces with our user-friendly square footage calculator.
27+
- **Mathematics Calculator**: Solve complex math problems instantly with our advanced mathematics calculator.
28+
- **Land Calculator**: Measure land areas accurately using our specialized land calculator.
29+
- **Kilometer Calculator**: Convert miles to kilometers and vice versa with our handy kilometer calculator.
30+
- **Find Percentage**: Calculate the percentage of a number.
31+
- **Open Calculator**: Access our versatile open calculator for all your quick calculations.
32+
- **KM Calculator**: Calculate distances in kilometers.
33+
- **Size Calculator**: Determine dimensions and sizes with our comprehensive size calculator.
34+
- **Length Calculator**: Measure lengths and distances accurately with our versatile length calculator.
35+
- **Calculate Math**: Simplify your math calculations with our powerful and easy-to-use math calculator.
36+
1637
Experience the efficiency of combining
1738
calculations with note-taking. Try our notepad calculator today!
1839
@@ -99,7 +120,7 @@
99120
<h1 class="hero-title">
100121
How to Use <a href="https://typetocalculate.in">Type to Calculate</a>
101122
</h1>
102-
123+
<button onclick="window.open('https://typetocalculate.in', '_blank', 'noopener')" class="hero-button">Open Calculator</button>
103124
<div class="hero-text">
104125
<h3>Start typing your calculations and see instant results.</h3>
105126
</div>
@@ -110,6 +131,8 @@ <h3>Start typing your calculations and see instant results.</h3>
110131
alt="Notepad Calculator app in Action"
111132
/>
112133
</div>
134+
<button onclick="window.open('https://typetocalculate.in', '_blank', 'noopener')" class="hero-button">Open Calculator</button>
135+
113136
<div>
114137
<h2>Features:</h2>
115138
<ul>
@@ -145,6 +168,45 @@ <h2>Features:</h2>
145168
</li>
146169
</ul>
147170
</div>
171+
<div>
172+
<h2>General Use cases:</h2>
173+
<ul>
174+
<li>
175+
<strong>Calculate percentage</strong>: Easily calculate percentages with just typing the % symbol.
176+
</li>
177+
<li>
178+
<strong>Mile calculator</strong>: Convert distances effortlessly with our precise mile calculator.
179+
</li>
180+
<li>
181+
<strong>Sq ft calculator</strong>: Quickly find the area of spaces with our user-friendly square footage calculator.
182+
</li>
183+
<li>
184+
<strong>Mathematics calculator</strong>: Solve complex math problems instantly with our advanced mathematics calculator.
185+
</li>
186+
<li>
187+
<strong>Land calculator</strong>: Measure land areas accurately using our specialized land calculator.
188+
</li>
189+
<li>
190+
<strong>Kilometer calculator</strong>: Convert miles to kilometers and vice versa with our handy kilometer calculator.
191+
</li>
192+
<li>
193+
<strong>Open calculator</strong>: Access our versatile open calculator for all your quick calculations.
194+
</li>
195+
<li>
196+
<strong>Size calculator</strong>: Determine dimensions and sizes with our comprehensive size calculator.
197+
</li>
198+
<li>
199+
<strong>Length calculator</strong>: Measure lengths and distances accurately with our versatile length calculator.
200+
</li>
201+
<li>
202+
<strong>Calculate math</strong>: Simplify your math calculations with our powerful and easy-to-use math calculator.
203+
</li>
204+
</ul>
205+
</div>
206+
<button onclick="window.open('https://typetocalculate.in', '_blank', 'noopener')" class="hero-button">Open Calculator</button>
207+
<div>
208+
<span>&NonBreakingSpace;</span>
209+
</div>
148210
</div>
149211
</body>
150212
</html>

0 commit comments

Comments
 (0)