-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcalendar.html
More file actions
44 lines (44 loc) · 2.21 KB
/
calendar.html
File metadata and controls
44 lines (44 loc) · 2.21 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
<!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 Calendar</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>AV Team Calendar</h2>
<p>Once a booking has been processed, it will appear on the calendar. This usually happens within twelve hours of the booking being submitted.</p>
<p>To make a booking, please fill out a <a href="form.html">support request form</a>.<p> </p>
<iframe src="https://www.google.com/calendar/embed?title=title&showTitle=0&showNav=1&showPrint=0&showTabs=0&showCalendars=0&showTz=0&height=600&wkst=2&bgcolor=%23EEEEEE&src=shsbav%40gmail.com&color=%23125A12&ctz=Europe%2FLondon" style=" border-width:0 " width="100%" height="700" frameborder="0" scrolling="no"></iframe>
<h2>Further Links</h2>
<nav class="subnav" id="subnav">
<ul id="subnav_list" class="navigation_list">
<li><a href="index.html">Contact us</a></li>
<li><a href="form.html">Support request form</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>