-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonations.html
75 lines (70 loc) · 2.9 KB
/
donations.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Rutland Food Pantry</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
<link rel="shortcut icon" type="image/jpg" href="Images/favicon.png"/>
</head>
<body>
<header>
<nav>
<h1 class="brand">Rutland Food Pantry</h1>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="donations.html">Donations</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="schedule.html">Schedule</a></li>
</ul>
</nav>
</header>
<main>
<article>
<h2>Donations</h2>
<p>Monetary donations may be mailed to: <strong>Rutland Food Pantry c/o St Patrick’s Church PO Box 939 Rutland, MA 01543</strong></p>
<p>Food donations can be dropped off at the following locations:
<ul>
<li><strong>Rutland Public Library</strong> (280 Main St)</li>
<li><strong>First Congregational Church of Rutland</strong> (264 Main St)</li>
<li><strong>St Patrick’s Church</strong> (258 Main St)</li>
<li><strong>Rutland Public Safety</strong> Building</li>
<li><strong>Spencer Savings Bank</strong> (93 Main St)</li>
<li><strong>Lee’s Barber Shop</strong> (249 Main St)</li>
</ul>
</p>
</article>
<article>
<h2>Immediate Needs</h2>
<p>We are currently in immediate need of the following items:
<ul>
<li>Canned Meats (Tuna, Chicken and Ham)</li>
<li>Cereal</li>
<li>Peanut Butter</li>
<li>Jelly</li>
<li>Canned Soups</li>
<li>Juice or Juice Boxes</li>
<li>Boxed Rice Products</li>
<li>Hamburger/Tuna Helper</li>
<li>Boxed or Canned Potato Products</li>
<li>Macaroni and Cheese</li>
</ul>
</p>
</article>
<p style ="text-align: center;";>We only accept food that is <strong>not past its expiration date</strong> - as we cannot give out expired food.</p>
</main>
<footer>
<div class = "L" id="google_translate_element" ><p class="L">Translate this page:</p></div>
<p>Find us on <a href="https://www.facebook.com/rutlandmafoodpantry/" target="_blank">Facebook</a>.<br>© Rutland Food Pantry 2021, All Rights Reserved.</p>
</footer>
<script>
function googleTranslateElementInit(){
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<!-- Refrence to the google translate API -->
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script src="script.js"></script>
<script src="script.js"></script>
</body>
</html>