<!DOCTYPE html>
<html>
<head>
	<title></title>
	<link rel="stylesheet" href="http://theplaceofhope.com/wp-content/themes/my-religion/style.css"  type="text/css">
	<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html { 
	width: 100%;
}
body:before, body:after {
	position: relative;
}
body {
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('https://theplaceofhope.com/wp-content/uploads/2021/01/pgsplash.jpg');
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0;
	width: 100%;
	height: 100%;
}
.splash-container {
  display: table;
  max-width: 767px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}
.splash-content {
  display: table-cell;
  vertical-align: middle;
}
.splash-text {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.splash-button-area {
	margin: 30px 0 0;
}
.splash-button {
	color: #ffffff;
	font-size: 14px;
	background: #fff;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	border-radius: 5px;
	padding: 20px;
}
@media screen and (max-width: 1200px) {

}

</style>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="http://theplaceofhope.com/wp-content/plugins/very-simple-splash-page/assets/js/jquery.vide.js"></script>
</head>
<body >
	<div class="splash-container">
		<div class="splash-content">
			<div class="splash-text">
				We are working on a new website.  We'll be back up and running very soon. 			</div>
			<div class="splash-button-area">
				<a class="splash-button" href="http://theplaceofhope.com/multimedia-archive/feed/"></a>
			</div>
		</div>
	</div>
	<script type="text/javascript">
		$(document).ready(function(){
			var h = $(window).height();
			$('.splash-container').height(h);

			$(window).resize(function(){
				var h = $(window).height();
				$('.splash-container').height(h);
			})
			$('.splash-button').click(function(e){
				e.preventDefault();
				console.log('clicked');
				 window.location.reload(true);
			})
		});
	</script>
</body>
</html>