-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
105 lines (87 loc) · 3.1 KB
/
about.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
<!---------------------------->
<!--html start-->
<!---------------------------->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="samra_anwar.css">
</head>
<body>
<!--internal css-->
<style>
.f1 {
height: 210px;
}
</style>
<div id="container">
<div id="header">
<h1>Donate Medicine or Help Messes </h1>
</div>
<div id="nav">
<ul>
<li> <a href="dashboard.php"><b>Home</b></a></li>
<li> <a href="donor.php"><b>Donor</b> </a></li>
<li><a href="receive.php"><b>Receiver</b> </a></li>
<li><a href="about.php"> <b>About</b> </a></li>
<li> <a href="signup.php"><b>login/signup</b> </a></li>
<li> <a href="login.php"><b>LogOut</b> </a></li>
</ul>
</div>
<div id="main">
<div id="slider"></div>
</div>
<div id="about1">
<div id="about2">
<img src="image1.jpg" alt="">
</div>
<div id="about3">
<p>Donating to the causes you care about not only benefits the charities themselves,
it can be deeply rewarding for you too. Millions of people give to charity on a regular
basis to support causes they believe in,
as well as for the positive effect it has on their own lives.</p>
<ul>
<li>
GIVING TO CHARITY MAKES YOU FEEL GOOD
</li>
<li>
GIVING TO CHARITY STRENGTHENS PERSONAL VALUES
</li>
<li>
GIVING TO CHARITY INTRODUCES YOUR CHILDREN TO THE IMPORTANCE OF GENEROSITY
</li>
<li>
GIVING TO CHARITY ENCOURAGES FRIENDS AND FAMILY TO DO THE SAME
</li>
</ul>
</div>
</div>
<div id="footer">
<div class="f1">
<h1>Donate Medicine</h1>
<p>
We are a life saver <br>
Phone:0300000000 <br>
<a href=""> info@medicine.pk</a>
</p>
</div>
<div class="f1"> <br><br><a href=""> Facebook</a> <br> <br><br>
<a href="">Youtube</a> <br><br><br>
<a href="">Instagram</a>
</div>
<div class="f1">
<!-- inline css-->
<h2 style="padding-top: 50px;">Faisalabad</h2>
<p>Riphah International College</p>
<h2>Mananwala</h2>
<p>New Madinna Colony </p>
</div>
<h3>All Rights are Reserved</h3>
</div>
</body>
</html>
<!---------------------------->
<!--html end-->
<!---------------------------->