|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/sarfatty/php/ |
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>
<title>Sarfatty Associates | Contact | Employee Logout</title>
<link href="http://www.sarfatty.com/css/layout.css" rel="stylesheet" type="text/css" />
<script src="../js/jquery-1.2.6.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$('div.leftnav> div').hide();
$('div.leftnav> div.menutabcurrent').show();
$('div.leftnav> h3').click(function() {
$(this).next('div').slideToggle('fast').siblings('div:visible').slideUp('fast');
});
});
</script>
</head>
<body>
<div class="vertical"> </div>
<div class="container">
<div class="header">
<img class="zeromargin" src="http://www.sarfatty.com/images/headimage-newlogo.png"/>
<div class="navbar">
<ul>
<li id="home"><a href="http://www.sarfatty.com/index.html">HOME</a></li>
<li id="about"><a href="http://www.sarfatty.com/about.html">ABOUT</a></li>
<li id="projects"><a href="http://www.sarfatty.com/projects.html">PROJECTS</a></li>
<li id="contact"><a href="http://www.sarfatty.com/contact.html">CONTACT</a></li>
</ul>
</div> <!-- end of navbar -->
</div> <!-- end of header -->
<div class="maincontent">
<div class="leftnav">
<a href="../contactpages/careers.html"><h3>Careers +</h3></a>
<a href="../php/employees.php"><h3>Employee Area +</h3></a>
<!-- end of list -->
</div><!-- end of leftnav -->
<div class="spotlight">
<h1>Employee Area</h1>
<br>
<p> You are now logged out. Click on the 'Employee Area' link on the left to log back in. </p>
</div> <!-- end of spotlight -->
</div><!-- end of maincontent -->
</div><!-- end of container -->
</body>
</html>