-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (49 loc) · 2.17 KB
/
index.html
File metadata and controls
51 lines (49 loc) · 2.17 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
44
45
46
47
48
49
50
51
<!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>Southend High School For Boys Audio & Visual Team</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="#">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>Contact Us</h2>
<p>If you require technical assistance for an assembly or basic event, please fill out a <a href="form.html">support request form</a>.</p>
<p>If you have filled out a request form and need to make an ammendment, please email us at <a href="mailto:shsbav@gmail.com">shsbav@gmail.com</a>.</p>
<p>If your event requires a more advanced setup, it is best to speak in person to a member of the Team.</p>
<p><strong>Team Members</strong></p>
<ul>
Website not longer kept up to date.
</ul>
<h2>Further Links</h2>
<nav class="subnav" id="subnav">
<ul id="subnav_list" class="navigation_list">
<li><a href="calendar.html">Calendar</a></li>
<li><a href="form.html">Support request form</a></li>
<li><a href="apply.html">Apply To Join</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>