-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
28 lines (27 loc) · 1.39 KB
/
index.php
File metadata and controls
28 lines (27 loc) · 1.39 KB
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
<?php
include("header.php");
?>
<div class="container-lg">
<div class="main mt-xl-2">
<p>LIFE BEATS</p>
</div>
<div class="tag">
<p>The Digital Blood Bank</p>
</div>
<h1 class="mt-xl-5">ABOUT US</h1>
<div class="para mt-xl-5">
<p>We have created this platform "Life Beats" for the one who can easily commnicate directly with the person who
wants to donate the blood and for the person who wants blood easily from blood bank or can directly get connected
with the Donor from our website. Our main role is acting intermediate between the person who wants blood and the person
who want to donate the blood. Let's Help together saving one's life as Life is the most important part for Us.
</p>
</div>
<div class="note mt-xl-5">
<P>Note : Login or Sign-up is required for further process for requesting or donating.</P>
</div>
</div>
<footer class="pt-xl-1 pb-xl-1" style="background-color: #707070;">
<a href="#"><span style="color: white; font-size: 18px; margin-left: 15px;font-family: 'Poppins', sans-serif;">Made with <i class="fa fa-heart" aria-hidden="true" style="color:red;"></i> by Cognate</span></a>
</footer>
</body>
</html>