-
Notifications
You must be signed in to change notification settings - Fork 0
/
Services.html
74 lines (68 loc) · 2.45 KB
/
Services.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SERVICES </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<!-- Header content, you can include logo and navigation here if needed -->
</header>
<!-- Navigation Bar -->
<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>
<!-- Add other links if needed -->
</ul>
</nav>
<section class="features">
<h1>Services Provided</h1>
<div class="feature">
<div class="feature-icon">
<img src="images/writing (1).png" alt="Personalized Support Icon">
</div>
<h3>Enhancing Lives Through Dedicated Volunteers Supporting Independence with
Scribes</h3>
<p>Tailored to your needs and preferences</p>
</div>
<div class="feature">
<div class="feature-icon">
<img src="images/dog (1).png" alt="24/7 Availability Icon">
</div>
<h3>Empowering Users Through Service Dogs</h3>
<p>Access support anytime, anywhere</p>
</div>
<div class="feature">
<div class="feature-icon">
<img src="images/red-cross.png"alt="Confidential Icon">
</div>
<h3>Providing Health Aid Resources</h3>
<p>Providing essential resources and support for healthcare</p>
</div>
<div class="feature">
<div class="feature-icon">
<img src="images/epidemiology.png" alt="CBT Techniques Icon">
</div>
<h3>Building a network that embraces disability inclusion</h3>
<p>Fostering an inclusive network for disabilities</p>
</div>
</section>
<!-- Footer 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>