-
Notifications
You must be signed in to change notification settings - Fork 0
/
ContactUs.html
35 lines (31 loc) · 1.69 KB
/
ContactUs.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
<!DOCTYPE html>
<html>
<head>
<title>Contact Us</title>
<meta charset="utf-8" />
<link rel="shortcut icon" href="#">
<link rel="stylesheet" href="style/styleContact.css">
<!-- Leaflet's css-->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<!-- Leaflet's JavaScript-->
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
</head>
<body>
<header>
<div class="left1"> <a href="index.html"> Main Page </a> </div>
<div class="left2"> <a href="About.html"> About </a> </div>
<div class="right1"> <a href="CulturalOrgs.html"> Cultural Organizations </a> </div>
<div class="right2"> <a href="SEAsources.html"> SEAsources </a> </div>
</header>
<div id="contents"></div>
<!-- add before the map div, or after, either way works.
Because we will define the layout in CSS Grid -->
<div id="survey">
<!-- this is the iframe for our survey -->
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSduqmKf4dEIqjRuphDVr_SuLIuTG8cjKkXe5L99WLgLUvsNcQ/viewform?embedded=true" width="640" height="725" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe><iframe src="https://docs.google.com/forms/d/e/1FAIpQLSduqmKf4dEIqjRuphDVr_SuLIuTG8cjKkXe5L99WLgLUvsNcQ/viewform?embedded=true" width="640" height="725" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<footer>
<h5>Feel free to submit as many inquiries as you would like.</h5></footer>
<script src="js/jsContact.js"></script>
</body>
</html>