-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
82 lines (74 loc) · 3.32 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>St. Paul's Outreach Food Pantry</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<div id="rectangle15">
<div id="rectangle3">
<h1 id= "ti">St. Paul's Outreach Food Pantry</h1>
</div>
<nav id="group32">
<ul id="group33">
<li><a href="index.html" id="footerNav">Home</a></li>
<li><a href="about.html" id="footerNav">About</a></li>
<li><a href="contact.html" id="footerNav">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div id ="gridrow">
<div id = "gradientdown">
<h1>Contact Us</h1>
<p style="width:300px;">Enter your information here or feel free to contact us at <strong>(508) 799-4193</strong></p>
<form action="mailto: " method= "post">
<div id="lbl"> <label for="name">Name</label><br>
<input type="text" id="name" name="name"><br></div>
<div id="lbl"><label for="email">Email Address</label><br>
<input type="email" id="email" name="email"><br></div>
<div id="lbl"><label for="complaint">How could we be of assistance? </label><br>
<textarea id="" name="Support" rows="4" cols="30"></textarea><br></div>
<div id="lbl"><input type="submit"><br></div>
</form>
</div>
<div id = "gradientup">
<h1>Address</h1>
<p>19 Chatham Street</p>
<p>Worcester Massachusetts</p>
<p>Zip: 01609</p>
<div id="map"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2952.7691880837224!2d-71.80735888423075!3d42.26210134927419!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e40663f3590a59%3A0x2026c7051653b66b!2s19%20Chatham%20St%2C%20Worcester%2C%20MA%2001609!5e0!3m2!1sen!2sus!4v1619526198514!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe></div>
</div>
</div>
</main>
<footer>
<!-- <nav id="group32">
<ul id="group33">
<li><a href="index.html" id = "footerNav">Home</a></li>
<li><a href="about.html" id = "footerNav">About</a></li>
<li><a href="contact.html" id = "footerNav">Contact</a></li>
</ul>
</nav> -->
<p>© 2021 St. Paul's Outreach Food Pantry<br>Website designed by students at <a target="_blank" href="https://techhigh.us/webdev">Worcester Technical High School</a></p>
<div class = "L" id="google_translate_element" ><p class="L" style="text-align: left; margin-bottom: 0;">Translate this page:</p></div>
</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> -->
<script src="script.js">
</script>
</footer>
<script src="script.js"></script>
</body>
</html>