-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
54 lines (48 loc) · 2.09 KB
/
contact.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
<!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">Home</a></li>
<li><a href="donations.html">Donations</a></li>
<li><a href="contact.html" class="active">Contact</a></li>
<li><a href="schedule.html">Schedule</a></li>
</ul>
</nav>
</header>
<main>
<article>
<h2>Contact Information</h2>
<p>
<strong>Phone</strong>: 1 (508) 886-2206<br>
<!-- <strong>Email</strong>: n/a so far<br> -->
<strong>Address</strong>: 9 Pommogussett Road, Rutland, MA, MA 01543<br>
<div style="margin: auto;max-width: 1000px;"><iframe width="100%" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=9%20Pommogussett%20Road,%20Rutland,%20MA+(My%20Business%20Name)&t=&z=14&ie=UTF8&iwloc=B&output=embed"></iframe></div>
</p>
</article>
</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>
</footer>
<script src="script.js"></script>
</body>
</html>