-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackground-info.html
More file actions
27 lines (25 loc) · 1.3 KB
/
background-info.html
File metadata and controls
27 lines (25 loc) · 1.3 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
<!Doctype>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<title>Info Page</title>
<meta charset="utf-8">
<link href= "Change.css" 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="sponsers.html">Sponsors</a></li>
<li class="links"><a href="the-team.html">The Team</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>