<html>
<head>
  <title>ResumeBay</title>
  <link rel="stylesheet" type="text/css" href="/default.css" />
  <script type="text/javascript">
  //<![CDATA[
        function weirdo(v)
        {
            if (!v.checked)
            {
                return;
            }
            alert("You are weird! We hate spammers.");
            v.click();
        }
  //]]>
  </script>
</head>
<body>
  <div style="margin: 0; color: White; background-color: LightSkyBlue; text-align: center;">
    <span style="float: right; margin-right: 1em;"><a style="color: White;" href="/about.aspx">About</a></span> <span style="float: right; margin-right: 1em;"><a style="color: White;" href="/jobs.aspx">Job Search</a></span> <span style="float: right; margin-right: 1em;"><a style="color: White;" href="/login.aspx">Login</a></span> <span style="float: right; margin-right: 1em;"><a style="color: White;" href="join.aspx">Join</a></span> <span style="float: right; margin-right: 1em;"><a style="color: White;" href="/">Home</a></span> <span style="font-size: xx-large; color: White;">Welcome to ResumeBay!</span>
  </div>
  <div style="float: right; width: 250px; padding: 2em; border: solid thin LightSkyBlue; background-color: White;">
    <div>
      <form action="join.aspx" method="post" target="_top">
        <h2>Join ResumeBay</h2>
        <table>
          <tr>
            <td>Username:</td>
            <td><input type="text" name="usertoken" /></td>
          </tr>
          <tr>
            <td>Email:</td>
            <td><input type="text" name="email" /></td>
          </tr>
          <tr>
            <td>Password:</td>
            <td><input type="password" name="pwd1" /></td>
          </tr>
          <tr>
            <td>Password Again:</td>
            <td><input type="password" name="pwd2" /></td>
          </tr>
          <tr>
            <td></td>
            <td><input type="submit" value="Join" /></td>
          </tr>
          <tr>
            <td colspan="2"><input type="checkbox" checked="checked" name="resumebay" />Allow ResumeBay to email me.</td>
          </tr>
          <tr>
            <td colspan="2"><input type="checkbox" checked="checked" name="employers" />Allow employers to email me.</td>
          </tr>
          <tr>
            <td colspan="2"><input type="checkbox" name="partners" />Allow ResumeBay partners to email me.</td>
          </tr>
          <tr>
            <td colspan="2"><input type="checkbox" onclick="javascript:weirdo(this);" id="spammers" name="spammers" />Allow spammers to email me.</td>
          </tr>
        </table>
      </form>
    </div>
    <div>
      <form target="_blank" action="http://www.kbcafe.com/tellafriend.aspx" method="post">
        <h2>Tell a Friend about ResumeBay</h2>
        <table>
          <tbody>
            <tr>
              <td>Recipient Name:</td>
              <td>(optional)<br />
              <input type="text" name="recipientname" /></td>
            </tr>
            <tr>
              <td>Recipient Email Address:</td>
              <td>(required)<br />
              <input type="text" name="recipientemail" /></td>
            </tr>
            <tr>
              <td>Notes:</td>
              <td>
              <textarea cols="25" rows="3" name="notes">Check out ResumeBay!</textarea></td>
            </tr>
            <tr>
              <td>Sender Name:</td>
              <td>(required)<br />
              <input type="text" name="sendername" value="" /><input type="hidden" name="link" value="https://resumebay.net/" /><input type="hidden" name="subject" value="ResumeBay.net" /><input type="submit" value="Send" /></td>
            </tr>
          </tbody>
        </table>
      </form>
    </div>
  </div>
  <div style="margin: 0 10% 0 10%;">
    <h2>Resumebay.net is the first and only open standards Resume and/or Jobs Website.</h2>
    <h3>Find out more about this fresh Website by visiting our <a href="/about.aspx">About</a> page. Try it and send us . Pleeeeeeeeeeeeeease! There's lots of bugs. We know there's lots of bugs. We just want to know what they are. Please tell us! Every month, we'll send the author of the best, most constructive or destructive feedback a free book from Amazon ($20 or less).</h3>
    <h3>To begin building your resume, use the <a href='/join.aspx'>join</a> form or if you already have an account, then click <a href='/edit.aspx'>here</a> and begin creating your resume.</h3>
    <h3>To search for a job, use the form below.</h3>
  </div>
  <div style="padding: 2em; border: solid thin LightSkyBlue; text-align: center; margin: 2em;">
    <span style="font-size: xx-large">ResumeBay job search</span>
    <table align="center">
      <tr>
        <td>
          <form action="https://resumebay.net/jobs.aspx" method="get" style="text-align: left">
            <span>Job description:</span> <input id="kbcafefocus" name="q" style="width: 10em" /><input type="submit" value="Search" />
            <div>
              Zip code (optional):<input name="zip" />
            </div>
          </form>
        </td>
      </tr>
    </table>
  </div>
  <div style="text-align: center; font-size:small; margin-left:25%; width:50%;">
    <a href="#" onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage('https://ResumeBay.net/')">Make ResumeBay my homepage</a> <a href="/blog/">Blog</a> <a href="/terms.html">Terms</a> <a href="/privacy.html">Privacy</a>
  </div>
</body>
</html>
