| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/hans_sites/bluffstreetexecutivesuites.com/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bluff Street Executive Suites<?=($title) ? $_SITE_NAME.' : '.$title : $_SITE_NAME;?></title>
<link rel="icon" type="image/png" href="/favicon.png" />
<link href="/styles.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript" language="javascript">
$(document).ready(function() {
$(".nav-collapse").click(function() {
$(".nav").show();
$(".nav-close").show();
$(".nav-collapse").hide();
});
$(".nav-close").click(function() {
$(".nav").hide();
$(".nav-close").hide();
$(".nav-collapse").show();
});
$( window ).resize(function() {
if($( window ).width() > 768) {
$(".nav-collapse").removeAttr("style");
$(".nav-close").removeAttr("style");
$(".nav").show();
}
if($( window ).width() < 768) {
$(".nav-collapse").show();
$(".nav-close").hide();
$(".nav").hide();
}
});
});
</script>
</head>
<body id="<?=($body_id) ? $body_id : 'home';?>">
<header class="header">
<!--div class="social">
<a href="#" class="instagram"><img src="images/icon_instagram.png" /></a>
<a href="#" class="facebook"><img src="images/icon_facebook.png" /></a>
<a href="#" class="twitter"><img src="images/icon_twitter.png" /></a>
</div-->
<img class="logo" src="/images/logo.png" onclick="window.location = '/'" />
<div class="phone">435-634-8840</div>
</header>
<nav>
<div class="nav">
<a class="homep" href="/" tabindex="-1">Home</a>
<!--a class="about" href="about.php">About</a-->
<a class="execu" href="executive.php" tabindex="-1">Executive Suites</a>
<a class="virtu" href="virtual.php" tabindex="-1">Virtual Suites</a>
<a class="contc" href="contact.php" tabindex="-1">Contact</a>
</div>
<div class="nav-collapse">☰</div>
<div class="nav-close">✖</div>
</nav>