<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta http-equiv="refresh" content="30">
		<link rel="shortcut icon" href="http://www.sephone.com/favicon.ico" type="image/x-icon" />
		<title>Site Maintenance in Progress</title>
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
		<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
		<link href='https://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>
		<link rel="stylesheet" type="text/css" href="css/animate.css">
		<style type="text/css">
			body {
				background: #003865;
				font-family: 'Oswald', sans-serif;
			}
			.jumbotron {
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				overflow: hidden;
				margin-top: 40px;
				-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
				box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
			}
			.jumbotron h1 {
				color: #fc4c02;
			}
			.jumbotron img.sephone {
				float: left;
				padding-right: 20px;
				margin-bottom: 0px;
				max-width: 100%;
				height: auto;
			}
			.left-panel {
				float: left;
				width: 25%;
			}
			.right-panel {
				float: right;
				width: 75%;
			}
		</style>
		<!--[if lt IE 9]>
		<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
		<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
		<![endif]-->
	</head>
	
	<body>

		<div class="container">
			<div class="jumbotron">
				<div class="left-panel">
					<img class="sephone" src="http://portfolio.sephone.com/img/sephone.png" alt="Sephone Interactive Media">
				</div>
				<div class="right-panel">
					<h1>Site Maintenance in Progress</h1>
					<p class="lead">Please check back in a few minutes.</p>
					<!-- Ajax Loader - http://www.ajaxload.info/ WTFPL -->
					<img src="images/ajax-loader.gif" alt="loading">
					<small class="animated infinite flash">please wait&hellip;</small>
				</div>
			</div>
		</div>
  </body>
</html>
