KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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/accountantweb/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/accountantweb/resume.htm
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 10">
<meta name=Originator content="Microsoft Word 10">
<link rel=File-List href="resume_files/filelist.xml">
<link rel=Edit-Time-Data href="resume_files/editdata.mso">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>Hillman &amp; Glorioso: Employment Opportunities</title>
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>icg</o:Author>
  <o:LastAuthor>Densio the Driver</o:LastAuthor>
  <o:Revision>8</o:Revision>
  <o:TotalTime>7</o:TotalTime>
  <o:Created>2003-09-22T17:15:00Z</o:Created>
  <o:LastSaved>2005-09-09T21:14:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Words>205</o:Words>
  <o:Characters>1174</o:Characters>
  <o:Company>HILLMAN</o:Company>
  <o:Lines>9</o:Lines>
  <o:Paragraphs>2</o:Paragraphs>
  <o:CharactersWithSpaces>1377</o:CharactersWithSpaces>
  <o:Version>10.2625</o:Version>
 </o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Verdana;
	panose-1:2 11 6 4 3 5 4 4 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:536871559 0 0 0 415 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";
	color:black;}
h1
	{mso-style-next:Normal;
	margin:0in;
	margin-bottom:.0001pt;
	text-align:center;
	mso-pagination:widow-orphan;
	page-break-after:avoid;
	mso-outline-level:1;
	font-size:14.0pt;
	mso-bidi-font-size:10.0pt;
	font-family:"Times New Roman";
	color:windowtext;
	mso-font-kerning:0pt;
	font-weight:bold;
	mso-bidi-font-weight:normal;}
a:link, span.MsoHyperlink
	{color:#336666;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
	{color:#666666;
	text-decoration:underline;
	text-underline:single;}
p
	{mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";
	color:black;}
span.SpellE
	{mso-style-name:"";
	mso-spl-e:yes;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";}
</style>
<![endif]-->
<script language="JavaScript">
<!-- Hide from old browsers
function validate_form() {
  validity = true; // assume valid
  if (!check_empty(document.form.NAME.value))
        { validity = false; alert('Your name is missing!'); }
  if (!check_email(document.form.EMAIL.value))
        { validity = false; alert('Please check your e-mail address!'); }

  if (!check_empty(document.form.RESUME.value))
        { validity = false; alert('Please copy and paste your resume into the provided area.'); }
  if (validity)
        alert ("Your information will be sent. "
                + "We will review your resume.  "
                + " ");
  return validity;
}

function check_empty(text) {
  return (text.length > 0); // returns false if empty
}

function check_email(address) {
  if ((address == "")
    || (address.indexOf ('@') == -1)
    || (address.indexOf ('.') == -1))
      return false;
  return true;
}

function check_url(address) {
  if ((address == "")
    || (address.indexOf ('http://') == -1)
    || (address.indexOf ('.') == -1))
      return false;
  return true;
}
// Stop hiding from old browsers -->
</script>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="4098"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=white background="resume/bg_orange.gif" lang=EN-US link="#336666"
vlink="#666666" style='tab-interval:.5in'>

<div class=Section1>

<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
 style='mso-cellspacing:0in;mso-padding-alt:0in 0in 0in 0in'>
 <tr style='mso-yfti-irow:0'>
  <td width=500 colspan=5 valign=top style='width:375.0pt;padding:0in 0in 0in 0in'>
  <p class=MsoNormal><img width=1 height=50 id="_x0000_i1025" src="home/tpx.gif"
  border=0></p>
  </td>
 </tr>
 <tr style='mso-yfti-irow:1;mso-yfti-lastrow:yes'>
  <td width=10 valign=top style='width:7.5pt;padding:0in 0in 0in 0in'>
  <p class=MsoNormal><img width=20 height=15 id="_x0000_i1026"
  src="home/tpx.gif" border=0></p>
  </td>
  <td width=480 valign=top style='width:5.0in;padding:0in 0in 0in 0in'>
  <p class=MsoNormal><img width=267 height=19 id="_x0000_i1027"
  src="resume/employment.gif" alt="Employment Opportunities" border=0><br>
  <img width=1 height=30 id="_x0000_i1028" src="home/tpx.gif" border=0><br>
  <span style='font-size:10.0pt;font-family:Arial'>We are always looking for
  the right people to join our team. If you feel you have what it takes we'd
  like to hear from you. We have:<o:p></o:p></span></p>
  <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></p>
  <h1>Full-time and Part-time</h1>
  <h1 style='margin-bottom:12.0pt'>Accountant Job Openings</h1>
  <p class=MsoNormal style='text-align:justify'><span style='font-size:10.0pt;
  font-family:Arial'>Hillman &amp; <span class=SpellE>Glorioso</span> is
  seeking individuals with four plus years of recent public accounting
  experience. Strong <span class=SpellE>workpaper</span>, financial statement,
  and tax return skills required. Exposure with real estate industry clientele
  (apartment owners, land developers, home builders) a plus. Excellent
  compensation including 401K, flex time, and quality of life focus.<o:p></o:p></span></p>
  <p class=MsoNormal style='text-align:justify'><span style='font-size:10.0pt;
  font-family:Arial'><o:p>&nbsp;</o:p></span></p>
  <p class=MsoNormal style='text-align:justify'><span style='font-size:10.0pt;
  font-family:Arial'><o:p>&nbsp;</o:p></span></p>
  <p class=MsoNormal style='text-align:justify'><span style='font-size:10.0pt;
  font-family:Arial'><o:p>&nbsp;</o:p></span></p>
  <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial'>You may
  send your resume to: </span><span style='font-family:Verdana;mso-bidi-font-family:
  Arial'><a href="mailto:[email protected]"><span style='font-size:10.0pt'>[email protected]</span></a></span><span
  style='font-size:10.0pt;font-family:Arial'> or fax to (703) 902-9601.</span></p>
  </td>
  <td width=10 valign=top style='width:7.5pt;padding:0in 0in 0in 0in'>
  <p class=MsoNormal><img border=0 width=20 height=15 id="_x0000_i1029"
  src="home/tpx.gif"></p>
  </td>
  <td style='padding:0in 0in 0in 0in'>
  <p class=MsoNormal><span style='font-size:10.0pt;color:windowtext'><o:p>&nbsp;</o:p></span></p>
  </td>
  <td style='padding:0in 0in 0in 0in'>
  <p class=MsoNormal><span style='font-size:10.0pt;color:windowtext'><o:p>&nbsp;</o:p></span></p>
  </td>
 </tr>
</table>

<p class=MsoNormal><span style='color:windowtext'><o:p>&nbsp;</o:p></span></p>

</div>

</body>

</html>

Anon7 - 2021