-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
50 lines (46 loc) · 2.17 KB
/
about.html
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
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Neuro Nova</title>
<link rel="stylesheet" href="style.css"> <!-- Link to your CSS file -->
</head>
<body>
<header>
<!-- Include your header content here if needed -->
</header>
<nav class="navbar">
<ul>
<li><a href="index11.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="howtodo.html">How It Works</a></li>
<li><a href="product.html">Products</a></li>
<li><a href="login.html">Login/SignUp</a></li>
</ul>
</nav>
<section class="about">
<div class="about-content">
<h2>About AViDA</h2>
<p>Welcome to AVIDA, where we connect visually impaired and other disabled individuals with dedicated volunteers and professionals to provide essential support. Our mission is to empower users to achieve greater independence and navigate their daily challenges with confidence and ease. </p>
<h3>Our Goal</h3>
<p>Enhancing Lives Through Dedicated Volunteers and Service Dogs
Supporting Independence with
Scribes and Service Dogs</p>
<h3>The Team</h3>
<p>Our development team consists of experts in artificial intelligence and mental health. With a deep understanding of both fields, we strive to create solutions that are effective, user-friendly, and tailored to individual needs.</p>
<p>Together, we are committed to leveraging the power of technology to revolutionize mental health care and make a positive impact on the lives of millions.</p>
</div>
</section>
<footer>
<div class="footer-content">
<div class="footer-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
</div>
<p>© 2024 Neuro Nova. All rights reserved.</p>
</div>
</footer>
</body>
</html>