HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/awaldron/public_html/archive/ressyn/home
<?php
session_start();
include('_functions.php');
$u = new awAuth($_SESSION[auth_uid]);
include('_header.php');
?>

	<div class="fp-splash">
		<img src="gui/splash_text.jpg" alt="Resume Syndication : Simultaneously publish your resume to any number of subscribed employers or recruiting firms." />
	</div>
	<div class="fp-verts">
		<div class="bubble-off"><a href="/for/job-seekers" title="For Job Seekers"><img src="gui/vert_for_seekers.gif" alt="For Job Seekers" /></a></div>
		<div class="bubble-off"><a href="/for/employers" title="For Employers"><img src="gui/vert_for_employers.gif" alt="For Employers" /></a></div>
		<div class="bubble-off"><a href="/for/recruiters" title="For Recruiters"><img src="gui/vert_for_recruiters.gif" alt="For Recruiters" /></a></div>
	</div>
	<div class="fp-content">
		&nbsp;
	</div>
	
<?php
include('_footer.php');
?>