-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory.php
100 lines (78 loc) · 6.72 KB
/
inventory.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
<?php
include 'config.php';
error_reporting(0);
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<div>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="inventory.css">
<title> Blood Inventory</title>
<div style="background-image:url('inventory.jpg'); height: 350px;">
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<h1><center><font color="white" size="20px"> BLOOD</font></h1><h1><center><font size="20px"> BANK </font></h1><h1><center><font color="white" size="20px"> INVENTORY</font></center></h1>
<!--<img src="https://www.iconsdb.com/icons/preview/red/home-3-xxl.png" height="50px" width="50px">-->
</div>
</div>
</head>
<body>
;
<center>
<div class="container">
<div><h3>
<a class="my-button1" title="A+ Blood Group" >A+</a>
<a class="my-button" title="Donor List" href="apositivedonor.php">DONOR</a>
<a class="my-button" title="Recipient List" href="apositiverecipient.php">RECIPIENT</a>
<a class="my-button1" title="A- Blood Group" >A-</a>
<a class="my-button" title="Donor List" href="anegetivedonor.php">DONOR</a>
<a class="my-button" title="Recipient List" href="anegetiverecipient.php">RECIPIENT</a>
</h3></div>
</div>
<div class="container">
<div><h3>
<a class="my-button1" title="B+ Blood Group" >B+</a>
<a class="my-button" title="Donor List" href="bpositivedonor.php">DONOR</a>
<a class="my-button" title="Recipient List" href="bpositiverecipient.php">RECIPIENT</a>
<a class="my-button1" title="B- Blood Group" >B-</a>
<a class="my-button" title="Donor List" href="bnegetivedonor.php">DONOR</a>
<a class="my-button" title="Recipient List" href="bnegetiverecipient.php">RECIPIENT</a>
</h3></div>
</div>
<div class="container">
<div><h3>
<a class="my-button2" title="AB+ Blood Group" >AB+</a>
<a class="my-button" title="Donor List" href="abpositivedonor.php">DONOR</a>
<a class="my-button" title="Recipient List" href="abpositiverecipient.php">RECIPIENT</a>
<a class="my-button2" title="AB- Blood Group" >AB-</a>
<a class="my-button" title="Donor List" href="abnegetivedonor.php">DONOR</a>
<a class="my-button" title="Recipient List" href="abnegetiverecipient.php">RECIPIENT</a>
</h3></div>
</div>
<div class="container">
<div><h3>
<a class="my-button1" title="O+ Blood Group" >O+</a>
<a class="my-button" title="Donor List" href="opositivedonor.php">DONOR</a>
<a class="my-button" title="Recipient List" href="opositiverecipient.php">RECIPIENT</a>
<a class="my-button1" title="O- Blood Group" >O-</a>
<a class="my-button" title="Donor List" href="onegetivedonor.php">DONOR</a>
<a class="my-button" title="Recipient List" href="onegetiverecipient.php">RECIPIENT</a>
</h3> </div>
</div>
</center>
</body>
</html>