-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_home.php
51 lines (47 loc) · 2.01 KB
/
user_home.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
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>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_home.php">Home</a></div>
<div id="d"><a href="about.php">About</a></div>
<div id="d"><a href="contactus.php">Contact US</a></div>
<div id="d"><a href="help.php">Help</a></div>
<!-- Add more elements as needed -->
</div>
<div id="body">
<br>
<h1></h1>
<center>
<div id="form" class="card-container">
<video controls autoplay muted width="100%">
<source src="./images/blood.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="content">
<p>Your blood donation can make a significant difference in the lives of those in need. Join us in our mission to ensure a steady supply of blood for our community.</p>
<a href="join-donor.php" class="btn">Join as a Donor</a>
<a href="donor-card-view.php" class="btn">Find Donor</a>
</div>
</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>