forked from Shivika-5236/Number-To-Word-Converter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (44 loc) · 1.72 KB
/
about.html
File metadata and controls
48 lines (44 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WordMyNumber</title>
<link rel="stylesheet" href="./aboutstyle.css">
</head>
<body>
<header>
<div class="logo">
<h1>WordMyNumber</h1>
<p>"Turn Digits Into Words – Seamlessly, Globally, Accurately!"</p>
</div>
<nav>
<ul>
<li><a href="./welcomepage.html">Home</a></li>
</ul>
</nav>
</header>
<section id="home" class="welcome">
<div class="content">
<h2>About Us</h2>
<p>
Here simplicity meets efficiency. We are dedicated to helping individuals and businesses transform numbers into words with ease. Our mission is to empower you to work faster, smarter, and more efficiently through our intuitive and reliable tool.
</p>
<p>
At WordMyNumber, we understand the value of accuracy and clarity, whether you’re drafting financial documents, creating educational materials, or tackling everyday tasks. That’s why we’ve designed a seamless solution to save you time and eliminate the hassle of manual conversions.
</p>
<p>
Innovation and excellence drive us, and we’re committed to delivering tools that make your workflow smoother. With WordMyNumber, simplifying your tasks is just a click away. Let’s make productivity effortless!
</p>
</div>
</section>
</section>
<footer>
<p> WordMyNumber</p>
<div class="social-links">
<a href="https://github.com" target="_blank">GitHub</a>
<a href="https://www.instagram.com" target="_blank">Instagram</a>
<a href="https://www.linkedin.com" target="_blank">LinkedIn</a>
</div>
</body>
</html>