<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="X-UA-Compatible" content="IE=edge" >
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>South Gloucestershire Council</title>
	<link rel="stylesheet" href="Assets/Style/uikit.css" />
	<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>
	<script src="Assets/Scripts/uikit.js"></script>
	<script src="Assets/Scripts/timeago.js"></script>
	<script>
		jQuery(document).ready(function() {

			var zeropad = function (num) {
				return ((num < 10) ? '0' : '') + num;
			};

			var iso8601 = function (date) {
				return date.getUTCFullYear()
				+ "-" + zeropad(date.getUTCMonth()+1)
				+ "-" + zeropad(date.getUTCDate())
				+ "T" + zeropad(date.getUTCHours())
				+ ":" + zeropad(date.getUTCMinutes())
				+ ":" + zeropad(date.getUTCSeconds()) + "Z";
			};

			$('span.last_updated').attr("title",iso8601(new Date(document.lastModified)));
			$("span.last_updated").timeago();

		});
	</script>
	<style>
		body { margin: 15px 0; }
		iframe{ float: none; width:100% !important; }
		.uk-table th, .uk-table td { padding: 8px; border-bottom: 1px solid #e5e5e5; }
		#twitter-widget-0, #twitter-widget-1 { float: none; width: 100% !important; }
	</style>
</head>
<body>

	<div class="uk-container uk-container-center">

		<img class="uk-align-center uk-margin" src="Assets/images/logo.png" alt="South Gloucestershire Council">
		<p class="uk-article-lead uk-text-center">We are currently experiencing problems with our website.</p>
		<br/>
		<div class="uk-grid">
			<div class="uk-width-medium-1-2">
				<!--<div class="uk-panel uk-panel-box uk-panel-box-primary">
					<h3 class="uk-panel-title">Summary</h3>
					<ul>
						<li><strong>Offices:</strong> All council offices are open</li>
						<li><strong>Transport:</strong> <a href="http://southgloucestershire.roadworks.org/">The latest travel information</a></li>
						<li><strong>Gritters:</strong> <a href="http://hosted.southglos.gov.uk/hold/grittingroutes.pdf">Gritting routes in South Gloucestershire</a></li>
						<li><strong>Schools:</strong> <a href="http://essential.southglos.gov.uk/schoolstatus/">Find out which of our schools are open</a></li>
						<li><strong>Recyling:</strong> All Sort IT centres are open</a></li>
						<li><strong>Libraries:</strong> All libraries are open</a></li>
					</ul>
				</div>-->

				<h3>Service numbers</h3>
				<table class="uk-table uk-table-striped uk-table-condensed" style="table-layout:fixed;">
					<thead>
						<tr>
							<th>Service</th>
							<th class="uk-text-right">Number</th>
						</tr>
					</thead>
					<tbody>
						<tr><td>Street care</td><td class="uk-text-right"><a href="tel:01454868000">01454 868000</a></td></tr>
						<tr><td>Environmental health and trading standards</td><td class="uk-text-right"><a href="tel:01454868001">01454 868001</a></td></tr>
						<tr><td>Benefits</td><td class="uk-text-right"><a href="tel:01454868002">01454 868002</a></td></tr>
						<tr><td>Council tax</td><td class="uk-text-right"><a href="tel:01454868003">01454 868003</a></td></tr>
						<tr><td>Planning and transportation</td><td class="uk-text-right"><a href="tel:01454868004">01454 868004</a></td></tr>
						<tr><td>Housing</td><td class="uk-text-right"><a href="tel:01454868005">01454 868005</a></td></tr>
						<tr><td>Leisure and libraries</td><td class="uk-text-right"><a href="tel:01454868006">01454 868006</a></td></tr>
						<tr><td>Adult care</td><td class="uk-text-right"><a href="tel:01454868007">01454 868007</a></td></tr>
						<tr><td>Children and young people</td><td class="uk-text-right"><a href="tel:01454868008">01454 868008</a></td></tr>
					</tbody>
				</table>
				<br/>

			</div>
			<div class="uk-width-medium-1-2">
				<div style="width:100%;">
				<a class="twitter-timeline" href="https://twitter.com/sgloscouncil" data-widget-id="413629661713682432">Tweets by @sgloscouncil</a>
				<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
				</div>
			</div>
		</div>

	</div>

    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
      ga('create', 'UA-3817963-6', 'auto');
      ga('send', 'pageview');
      ga('create', 'UA-75392401-1', 'auto', 'sgc');
      ga('sgc.send', 'pageview');
    </script>

</body>
</html>
