| 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 : |
<?php
$body_id = 'home';
require_once('header.php');
?>
<div class="slider">
</div>
<article class="border-bottom">
<div class="row third-3-2">
<div class="column top">
<img src="images/img_conference.jpg" />
</div>
<div class="gap"></div>
<div class="column gray">
<h1>Executive Suites</h1>
<p>For 1-10 person companies needing private and secure offices. Executive suites vary in sizes from 50 sq ft to 350 sq ft.</p>
<button onclick="window.location='/executive.php'" tabindex="-1">Learn More</button>
</div>
</div>
</article>
<article>
<div class="row third-2-3">
<div class="column gray">
<h1>Virtual Suites</h1>
<p>For companies requiring a professional setting to meet clients, virtual offices don't require a full time commitment. Includes access to conference rooms.</p>
<button onclick="window.location='/virtual.php'" tabindex="-1">Learn More</button>
</div>
<div class="gap"></div>
<div class="column grid">
<div class="number">Get an office number with a recognized area code! Being local gives your business credibility and makes you more accessible.</div>
<div class="recept">Our receptionists are personable, professional and pleasant, and will make a great first impression with your clients!</div>
<div class="confer">Access to conferene rooms, projectors, LCD TVs, white boards, and much more! We'll take care of your printing, faxing and copying too.</div>
<div class="forwar">Don't have time for post office runs, or want your business mail piling up at home? Need mail service while you're on vacation? We've got you covered!</div>
</div>
</div>
</article>
<?php require_once('footer.php'); ?>