-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactus.html
75 lines (73 loc) · 3.91 KB
/
Contactus.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
75
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<link rel="stylesheet" href="healme.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html" style="font-weight: bold;">HEALME</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto mr-5">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="Aboutus.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="healthbot.html">Health Bot</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Contactus.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid " style="padding: 5%;">
<div>
<h1 class="AboutUs">Contact US</h1>
</div>
<div>
<p class="about-para">We’re here to help! Whether you have a question, feedback, or need assistance, our team at HealthBot is ready to support you. Get in touch with us using the methods below.</p>
</div>
<div> <h1 class="Contact-head">General Queries</h1></div>
<div>
<p class="about-para" style="text-align: start;">For questions about services, suggestions, or general feedback.</p>
</div>
<div> <h1 class="Contact-head">Technical Support</h1></div>
<div>
<p class="about-para" style="text-align: start;">For help with using HealthBot or troubleshooting issues. </p>
</div>
<div><h1 class="mail-head">MAIL US</h1></div>
<div style="text-align: center;"><a href="mailto:[email protected]"><svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 24 24" id="email"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0l-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z"></path></svg></a></div>
</div>
<div>
<p style="text-align: center; margin-top: -59px;"><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</body>
<footer>
<div class="footer p-3">
<div class="container-fluid">
<div class="row">
<div class="col-xl-8">
<h1 class="Healme" style="color: white;">HEALME</h1>
</div>
<div class="col-xl-4 mt-3">
<h1 style="color: white ;font-family: poppins; mb-5">Quick Links</h1>
<a class="linkss" href="index.html"><p>Home</p></a>
<a class="linkss" href="Aboutus.html"><p>About Us</p></a>
<a class="linkss" href="healthbot.html"> <p>Health Bot</p></a>
<a class="linkss" href="Contactus.html"><p>Contact US</p></a>
</div>
</div>
</div>
</div>
</footer>
</html>