-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
160 lines (145 loc) · 6.26 KB
/
index.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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<?php $title="BloodCare | home page"; ?>
<?php require 'head.php'; ?>
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<?php require 'header.php'; ?>
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="image/slide-1.jpg" alt="Los Angeles" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="image/cc1.jpg" alt="Chicago" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="image/blog-4.png" alt="New York" width="1100" height="500">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<section class="my-5">
<div class="row justify-content-center">
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5 col-xs-6 mb-5" style="width: 60%">
<div class="card">
<img src="image/bg.png" class="card-img-top">
</div>
</div>
<div class="col-lg-9">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-xs-12 mb-5">
<div class="card">
<div class="card-header text-center">A+</div>
<div class="card-body">
If you are A+: You can give blood to A+ and AB+. You can receive blood from A+, A-, O+ and O-
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-xs-12 mb-5">
<div class="card">
<div class="card-header text-center">A-</div>
<div class="card-body">
If you are A-: You can give blood to A-, A+, AB- and AB+. You can receive blood from A- and O-.
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-xs-12 mb-5">
<div class="card">
<div class="card-header text-center">B+</div>
<div class="card-body">
You can give blood to A+ and AB+. You can receive blood from A+, A-, O+ and O-.
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-xs-12 mb-5">
<div class="card">
<div class="card-header text-center">B-</div>
<div class="card-body">
If you are B-: You can give blood to B-, B+, AB+ and AB-, You can receive blood from B- and O-.You can give blood to B+ and AB+.
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-xs-12 mb-5">
<div class="card">
<div class="card-header text-center">AB+</div>
<div class="card-body">
People with AB+ blood can receive red blood cells from any blood type. This means that demand for AB+ can donate with AB only.
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-xs-12 mb-5">
<div class="card">
<div class="card-header text-center">AB-</div>
<div class="card-body">
AB- patients can receive red blood cells from all negative blood types.
AB- can give red blood cells to both AB- and AB+ blood types.
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-xs-12 mb-5">
<div class="card">
<div class="card-header text-center">O+</div>
<div class="card-body">
Blood O+ can donate to A+, B+, AB+ and O+ Blood
Group O can donate red blood cells to anybody. It's the universal donor.
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-xs-12 mb-5">
<div class="card">
<div class="card-header text-center">O-</div>
<div class="card-body">
O- can donate to A+, A-, B+, B-, AB+, AB-, O+ and O- Blood
People with O negative blood can only receive red cell donations from O negative donors.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="my-5">
<div class="py-5">
<h2 class="text-center">About Us</h2>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<img src="image/about1.png" class="img-fluid aboutimg">
</div>
<div class="col-lg-6 col-md-6 col-12">
<h2>BLOOD - "I'm here to save you!"</h2>
<p class="py-3">We believe Every life counts!, Every life matters. Time is the thing we have and don't. Our goal is to make blood available in less time and save your precious life!</p>
</div>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<?php require 'footer.php'; ?>
</body>
</html>