File: /home/imensosw/public_html/imenso.co/demo/individuals/index_underconstruction.php
<?php $server = $_SERVER['SERVER_NAME']; ?>
<!DOCTYPE html>
<html>
<head>
<title>OCTB - Welcome!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="OCTB is a language training company with a unique method that will get you speaking a foreign language in no time!">
<meta name="keywords" content="learn english, learn foreign languages">
<style>
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html,body {
width:100%;
height:100%;
min-height:100%;
background-color:#3089ce;
margin: 0 auto;
padding:0;
text-align:center;
font-family:'Helvetica','Verdana','Arial';
font-weight:100;
line-height:1em;
font-size:1em;
min-width:1060px;
text-align:center;
overflow:hidden;
}
h1 {
font-size: 5em;
margin: 41px;
color: #fff;
font-weight: 100;
}
h2 {
font-size: 2em;
margin: 15px;
color: #fff;
line-height: 35px;
}
.box {
padding: 50px 100px;
background: #fff;
display: inline-block;
margin: 10px 50px;
color: #000;
}
.box:hover {
background:#2850a3;
color:#fff;
}
img {
margin:20px;
}
#container {
margin:100px auto;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<div id="container">
<h1>Welcome to OCTB</h2>
<img src='//<?php echo $server; ?>/images/octb_logo_2016.png' alt='OCTB'>
<h2>Our site for you is currently down for maintenance. It should be back very soon. Thank you for your patience! If you have any questions, please contact us: admin@octb.us</h2>
</div>
</body>
</html>