-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonatefood.html
43 lines (32 loc) · 1.02 KB
/
donatefood.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
<!DOCTYPE html>
<html>
<head>
<title>Donate</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans" rel="stylesheet">
</head>
<body>
<div class="bgimage">
<div class="menu">
<div class="leftmenu">
<h4> Donation Box </h4>
</div>
<div class="rightmenu">
<ul>
<li><a href="homepage.html"> HOME </a></li>
<li id="fisrtlist"> DONATE </li>
<li><a href="joinus.html">JOIN US</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT </a></li>
<li><a href="login.html"> LOGIN </a></li>
</ul>
</div>
</div>
<div class="text">
<h2> We collect food and money and distribute it to hunger people</h2>
<button id="buttonone" onclick="window.location.href='login.html'"> Donate now </button>
</div>
</div>
</body>
</html>