-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapply.html
More file actions
43 lines (43 loc) · 2.02 KB
/
apply.html
File metadata and controls
43 lines (43 loc) · 2.02 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 Application 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>Application Form</h2>
<p>To Apply for the Audio-Visual Team, please fill out the form below. If you need to discuss your application further, please <a href="mailto:shsbav@gmail.com">email us</a> or speak to a member of the Team in person. </p>
<script type="text/javascript" src="https://form.jotformeu.com/jsform/61993003635355"></script>
<p>If the form fails to load, try using the <a href="https://form.jotformeu.com/61993003635355">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>