<!DOCTYPE html>
<html>
	<head>
		<title>jayc santos</title>
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
		<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300">
		<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
		<link rel="stylesheet" type="text/css" href="css/whirly.css">
		<link rel="stylesheet" type="text/css" href="css/base.css">
		<link rel="shortcut icon" href="favicon.ico"/>
	</head>
	<body>
		<header>
			<nav class="navbar navbar-orange navbar-fixed-top">
				<div class="container-fluid">
					<a class="navbar-brand text-warning" href="./">Jayc Santos</a>
				</div>
			</div>
		</header>
		<main>
			<div class="whirly">
				<div class="whirly-wrap">
					<div class="whirly-loader"></div>
				</div>
			</div>
			<h2 class="text-center">jayc is brewing awesomeness</h2>
			<h5 class="text-center">come back soon for a taste</h5>
			<hr>
			<p class="text-center">
				<a class="social facebook" href="http://facebook.jaycsantos.com/" target="_blank"></a>
				<a class="social email" href="mailto:hello@jaycsantos.com" target="_top"></a>
			</p>
		</main>
	</body>
</html>