-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout-Us.html
81 lines (77 loc) · 3.61 KB
/
About-Us.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
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="About-Us.css">
<title>About Us - BloodServe</title>
</head>
<body>
<!--Header & Nav Bar-->
<div class="header">
<h1>Blood-Serve</h1>
<ul class="nav-links">
<li><a href="MainPage.html">Home</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="About-Us.html">About Us</a></li>
<li><a href="Blogs.html">Blogs</a></li>
</ul>
</div>
<!--About Us Content-->
<div class="main-content">
<div class="centered-content">
<h1>About Us</h1>
<p>
Welcome to BloodServe, your trusted platform dedicated to saving lives through blood donation.
At BloodServe, we believe every drop counts, and our mission is to connect willing blood donors with those
in urgent need. Our innovative platform bridges the gap between donors and recipients, ensuring that
life-saving blood reaches those who need it most, promptly and efficiently. Our advanced system is built upon a
robust MsSQL database, which meticulously records and manages donor and recipient information. This allows us
to maintain an organized and up-to-date registry of donors, ensuring that we can quickly match recipients with
suitable donors based on blood type, location, and availability.
</p>
<p>
At the heart of BloodServe are our Donor and Recipient pages. Donors can easily register, manage their donation
history, and receive notifications for upcoming donation opportunities. Recipients, on the other hand, can
quickly find and connect with nearby donors, reducing the time spent searching for compatible blood types during
critical moments. This seamless connection not only enhances the efficiency of blood donation but also maximizes
the impact of each donation, potentially saving countless lives.
</p>
<p>
We are committed to fostering a community of compassionate individuals who are willing to make a difference.
Through awareness campaigns, educational resources, and regular blood drives, we aim to promote the importance
of blood donation and encourage more people to join this life-saving cause. Thank you for choosing BloodServe.
Together, we can make a significant impact and ensure that no one has to wait for the blood they desperately
need. Join us in our mission to save lives, one donation at a time.
</p>
<p>
<strong>Credits:</strong>
</p>
<p>
<strong>Abdul Wahab, Hiba Rizwan, Hafsa Waseem </strong>
</p>
<p>
<strong>Students of COMSATS University Islamabad, Lahore Campus</strong>
</p>
</div>
</div>
<!--Footer-->
<div class="footer">
<nav>
<ul>
<li><a href="MainPage.html">Home</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="About-Us.html">About Us</a></li>
<li><a href="Blogs.html">Blogs</a></li>
</ul>
</nav>
<div class="Credits">
<p>Credits: Abdul Wahab, Hiba Rizwan, Hafsa Waseem</p>
</div>
<div class="copyright">
<p>© 2024 BloodServe. All Rights Reserved.</p>
</div>
</div>
</body>
</html>