-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathform.html
More file actions
43 lines (43 loc) · 2.34 KB
/
form.html
File metadata and controls
43 lines (43 loc) · 2.34 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<!-- Meta and SEO -->
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>SHSB AV Team Support Request Form</title>
<!-- Scripts and Links -->
<link rel="stylesheet" type="text/css" media="screen" href="NEWstyle.css" />
<script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
<link rel="icon" href="img/logo.png" type="image/png">
</head>
<body>
<div class="wrapper">
<header class="header">
<a class="logo" href="index.html">Southend High School for Boys<br />Audio & Visual Team</a>
</header>
<div class="container">
<section class="AV_header_image">
</section>
<div class="AV_divider_bar">
<a href="#subnav" class="AV_linktolinks js-scroll">Links in this section<span class="arrow_white_down"></span></a>
</div>
<main class="middle">
<div class="content">
<h2>Support Request Form</h2>
<p>If you require technical assistance for an assembly or event, please fill out the form below. Once your request has been processed, it will be visible on the <a href="calendar.html">calendar</a>.</p> <p> If you need to discuss your event further, please <a href="mailto:shsbav@gmail.com">email us</a> or speak to a member of the Team in person. </p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdG4ngrMh4u4x3X1qGcDp86Qx39ilSDu92PDd1OZk_tpJBk0g/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<p>If the form fails to load, try using the <a href="https://docs.google.com/forms/d/e/1FAIpQLSdG4ngrMh4u4x3X1qGcDp86Qx39ilSDu92PDd1OZk_tpJBk0g/viewform?usp=sf_link">direct link</a>.</p>
<nav class="subnav" id="subnav">
<ul id="subnav_list" class="navigation_list">
<li><a href="index.html">Contact us</a></li>
<li><a href="calendar.html">Calendar</a></li>
</ul>
</nav>
</div>
</main>
<footer class="footer">
<p>© 2015 Southend High School for Boys <span class="dot"></span>
Original site by <a target="_blank" href="http://www.e4education.co.uk">e4education</a></p>
</footer>
</div>
</body>
</html>