-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (45 loc) · 1.45 KB
/
index.html
File metadata and controls
49 lines (45 loc) · 1.45 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
49
<!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="index.css">
</head>
<body>
<header>
<div class="logo">
<h1>WordMyNumber</h1>
<p>"Turn Digits Into Words – Seamlessly, Globally, Accurately!"</p>
</div>
</header>
<section id="home" class="welcome">
<div class="content">
<h2>Welcome to WordMyNumber</h2>
<p>
Work faster, smarter, and more efficiently with our intuitive tool that converts numbers into words instantly.
Whether you’re drafting documents, creating invoices, or formatting checks, our converter simplifies the process with accuracy and ease.
</p>
<p>
Experience the seamless way to transform numbers into clear, readable text—saving you time and effort every step of the way!
</p>
<div class="button-container">
<a href="login.html" class="btn-primary">Sign Up</a>
</div>
</div>
</section>
</section>
<footer>
<p> WordMyNumber</p>
<nav>
<ul>
<li><a href="./about.html" id="about">About</a></li>
</ul>
</nav>
<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>