-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfppage.html
More file actions
58 lines (31 loc) · 1.78 KB
/
infppage.html
File metadata and controls
58 lines (31 loc) · 1.78 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
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
<!Doctype>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<div class = title3>Info Page</div>
<meta charset="utf-8">
<link href= "Change.css" type="text/css" rel="stylesheet" />
<link href= "hello-world.html" type="text/css" rel="stylesheet" />
<link href= "rewards.html" type="text/css" rel="stylesheet" />
<link href= "soup-kitchens.html" type="text/css" rel="stylesheet" />
<link href= "rewards.html" type="text/css" rel="stylesheet" />
<link href= "sponsors.html" type="text/css" rel="stylesheet" />
<link href= "Change.css" type="text/css" rel="stylesheet" />
<link href= "infppage.html" type="text/css" rel="stylesheet" />
</head>
<body>
<h1 class="info-header"><center>Info Page</center></h1>
<div class="info-nav">
<ul class="info-links">
<li class="links"><a href="hello-world.html">Home</a></li>
<li class="links"><a href="soup-kitchens.html">Soup kitchens</a></li>
<li class="links"><a href="background-info.html">Background Info</a></li>
<li class="links"><a href="rewards.html">Rewards</a></li>
<li class="links"><a href="sponsors.html">Sponsors</a></li>
</ul>
</div>
</body>
<div class = main2>
We feel that homelessness is a big deal in our societies.We think that if we connected with a soup kitchen and had them make sandwiches we could make somewhat of a difference to the homeless community. To make this fun we will add a point system in which after you feed a homeless person you will click the progress button and when its full we will donate to charity.
</div>
</html>