-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserabout.php
44 lines (43 loc) · 2.02 KB
/
userabout.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Blood Donation</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<iframe id="spline-background" src="https://my.spline.design/clonercubesgenerativecopy-1ccd78409e8f3f19ff885ee714254f95/" frameborder="0"></iframe>
<div id="full">
<div id="inner_full">
<div class="header">
<div class="logo"><h2>Blood Donation</h2></div>
<div class="container">
<div id="d"><a href="user.php">Dashboard</a></div>
<div id="d"><a href="userabout.php">About</a></div>
<div id="d"><a href="usercontactus.php">Contact US</a></div>
<div id="d"><a href="userhelp.php">Help</a></div>
<!-- Add more elements as needed -->
</div>
</div>
<div id="body">
<br>
<h1>About Us</h1>
<center>
<div id="form" class="card-container">
<div class="content">
<p>Welcome to the Blood Donation Management System. Our mission is to ensure a steady supply of blood for our community. We connect donors with those in need, making it easy and convenient to donate blood and save lives.</p>
<p>Our platform provides a seamless experience for both donors and recipients. We believe in the power of community and the importance of giving back. Join us in our mission to make a difference.</p>
<p>For more information, feel free to contact us or explore our website.</p>
</div>
</div>
</center>
<div id="footer">
<p>© 2023 Blood Donation. All rights reserved.</p>
<p>Contact us: info@blooddonation.com | +1 234 567 890</p>
</div>
</div>
</div>
</div>
</body>
</html>