forked from satya2804/Blood-Bro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
74 lines (62 loc) · 2.66 KB
/
help.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
5<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href='help.css'>
<link rel="icon" href='./Images/logo.png' type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
</head>
<title>Connect with us </title>
<body>
<header>
<nav>
<div class="header-logo"><img src="./Images/logo.png"></div>
<div class="header-list">
<ul>
<li><a href="help.html">Get Help</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="index.html#vol-sect">Volunteer</a></li>
<li><a href="index.html#about-us">About Us</a></li>
</ul>
</div>
</nav>
</header>
<main>
<div class="container">
<div class="contact-box">
<div class="left"></div>
<div class="right">
<h2>Connect with us </h2>
<input type="text" class="field" placeholder="Your Name">
<input type="text" class="field" placeholder="Your Email">
<input type="text" class="field" placeholder="Phone">
<textarea placeholder="Message" class="field"></textarea>
<button class="btn">Send</button>
</div>
</div>
</div>
</main>
<footer>
<div class="siteFooterBar">
<div class="content1">
<div class="foot">2024 © All rights reserved.</div>
</div>
</div>
<div class="footer-content">
<h3>JOIN OUR CAUSE</h3>
<p>Donating blood or platelets can be intimidating and even scary. Time to put those hesitations and fears aside. Learn from Blood Bro and platelet donors how simple and easy it is to roll up a sleeve and help save lives.</p>
<div class="socials">
<ul class="sci">
<li><a href="https://www.facebook.com/givebloodnhs/" target="_blank"><i
class="fab fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/indiablooddonation/?hl=en" target="_blank"><i
class="fab fa-instagram"></i></a></li>
<li><a href="http://nbtc.naco.gov.in/" target="_blank"><i class="fas fa-globe"></i></a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>