-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
49 lines (44 loc) · 2.03 KB
/
about.html
File metadata and controls
49 lines (44 loc) · 2.03 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="./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="./index.html">Home</a></li>
</ul>
</nav>
</header>
<section id="home" class="welcome">
<div class="content">
<h2>About Us</h2>
<p>
We are Group 21, and this is our project, the Number to Word Converter. Our team consists of five dedicated members, each contributing their skills and efforts to bring this project to life. From brainstorming ideas to implementing solutions, we worked collaboratively to overcome challenges and create a tool that is both functional and user-friendly.
</p>
<p>
This journey has been a remarkable learning experience for all of us. We were fortunate to have the guidance and mentorship of Sarthak Sir, whose expertise and encouragement provided us with the clarity and confidence to move forward. His remarkable support played a pivotal role in shaping the outcome of this project, and we are deeply grateful for his time and insights.
</p>
<p>
This project represents the culmination of our teamwork, dedication, and passion for creating something impactful. Our Number to Word Converter is designed to simplify tasks, making processes more efficient and accessible. We hope it serves as a valuable tool for anyone who uses it, and we take pride in having developed it together as a team.
</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>