<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Coming Soon</title>
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href=Images/favicon.ico type=image/x-icon>
<link rel=icon href=Images/favicon.ico type=image/x-icon>
<meta name=keywords content="Coming Soon">
<meta name=description content="Coming Soon">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Arvo|Lato" rel="stylesheet">
<style>
html, body {
width: 100%;
height: 100vh;
margin: 0 auto;
background-image: url('img/cs-06.jpg');
background-size: cover;
background-repeat: no-repeat;
}
.container {
margin: 0 auto;
width: 100%;
}
@media only screen and (min-width: 1200px) {
.container {
width: 1150px;
}
}
#header {
height: 55px;
background-color: rgba(234,234,234,0.75);
color: #666666;
}
#header h1 {
position: relative;
top: 28px;
transform: translateY(-50%);
padding-left: 10px;
font-family: Lato, sans-serif;
font-size: 24pt;
}
#content {
position: relative;
top: 45%;
transform: translateY(-50%);
}
#comingsoon, #date {
padding-bottom: 40px;
text-transform: uppercase;
font-family: Arvo, arial, sans-serif;
font-size: 24pt;
color: white;
text-align: center;
line-height: 36pt;
}
#socialicons {
margin-top: 10px;
padding: 0;
text-align: center;
}
#socialicons img {
width: 58px;
margin: 5px;
}
#footer {
width: 100%;
position: absolute;
bottom: 10px;
text-align: center;
color: #ffffff;
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
}
</style>
</head>
<body>
<!-- Header can be removed if not needed. -->
<div id="header">
<div class="container">
<center>
<h1>Under Development</h1>
</center>
</div>
</div>
<div id="content">
<div class="container row">
<div class="col-12" id="comingsoon">
<?php
echo date("l\,");
echo ' ';
echo date("F dS\, Y");
?>
</div>
</div>
<div id="container row">
<div class="col-12" id="date">
<!-- Can be in any format, for example '01/01/19', or be left blank. -->
Please Visit Again Soon
</div>
</div>
<div class="container row" style="padding: 0;">
<div class="col-12" id="socialicons">
<!-- Delete as appropriate -->
<!--<a href="#"><img src="img/Twitter_Social_Icon_Rounded_Square_White.svg"></a>
<a href="#"><img src="img/flogo-HexRBG-Wht-58.svg"></a>
<a href="#"><img src="img/instagram.svg"></a>
<a href="#"><img src="img/pinterest.svg"></a>
<a href="#"><img src="img/youtube-icon.svg"></a> -->
</div>
</div>
</div>
<div id="footer">
<div class="container">
© <?php echo date("Y") ?> Solowe LLC. • Powered by SWS<sup>™</sup> (Solowe Web Solutions) </div>
</div>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
</body>
</html>