<? endif; ?>
<link rel="stylesheet" href="/css/proven.responsive.min.css?<?= filemtime(__DIR__.'/../../webroot/css/proven.responsive.min.css'); ?>" type="text/css" />
$viewFile = '/var/app/current/app/View/Layouts/responsive.ctp' $dataForView = array( 'search_text' => '', 'search_location' => '', 'show_thank_you' => (int) 0, 'similar_jobs' => array( (int) 0 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 1 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 2 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 3 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 4 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ) ), 'title_for_layout' => 'Dishwasher at Il Fornaio - Sacramento', 'metatag_description' => 'DishwasherIl Fornaio - Sacramento at Proven', 'unique_name' => 'il-fornaio---sacramento-sacramento-ca', 'reference_number' => '49816', 'mobile_image' => 'http://proven-employer-mobile-images.s3.amazonaws.com/w14217795811064314530_small.jpg', 'display_company_title' => 'Jobs at Il Fornaio - Sacramento', 'employer' => array( 'EmployersJob' => array( 'id' => '40263', 'employer_id' => '13155', 'ats_url' => '', 'url' => '', 'title' => 'Dishwasher', 'craigslist_city' => '', 'craigslist_sub_city' => '', 'craigslist_sub_sub_city' => '', 'craigslist_state' => '', 'open' => '1', 'post_date' => '2018-04-25 21:41:32', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '95814', 'description' => 'Night time dishwasher putting product away,cleaning and team players call chef Mitch at 1916 792-4070 for phone interviews', 'unique_name' => '', 'created_date' => '2018-04-25 21:40:44' ), 'Employer' => array( 'lat' => '38.58269882', 'lon' => '-121.48899841', 'id' => '13155', 'company_name' => 'Il Fornaio - Sacramento', 'company_logo' => 'w14156413971852495228_small.jpg', 'simple_posting_process' => '1', 'user_id' => '222092', 'zipcode' => '95814', 'city' => 'Sacramento', 'street_address' => '400 Capitol Mall', 'street_address2' => '', 'state' => 'CA' ), 'UtZipcode' => array( 'zipcode' => '95814', 'city' => 'Sacramento', 'state_prefix' => 'CA' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ), 'is_swinomish' => false, 'is_hiring' => (int) 2, 'page' => '', 'success' => (int) 0, 'broadcast' => (int) 0, 'external_job_board' => '', 'is_worker' => false, 'isMobile' => false, 'isWorker' => false, 'isSales' => false, 'isEducator' => false, 'adminLoggedIn' => false, 'isEmployer' => false, 'loggedIn' => false, 'isFacebookAppUser' => false, 'campaign' => 'NONE', 'content_for_layout' => ' <script type="text/javascript"> var autocomplete = false; var sortOrder = "relevance"; </script> <meta property="og:title" content="Dishwasher"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/40263?ref=49816"/> <meta property="og:image" content="http://proven-employer-mobile-images.s3.amazonaws.com/w14217795811064314530_small.jpg"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Night time dishwasher putting product away,cleaning and team players call chef Mitch at 1916 792-4070 for phone interviews"/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/40263?ref=49816", "title": "Dishwasher", "description": "Night time dishwasher putting product away,cleaning and team players call chef Mitch at 1916 792-4070 for phone interviews", "datePosted": "2018-04-25T21:41:32+00:00", "hiringOrganization": { "@type": "Organization", "name": "Il Fornaio - Sacramento", "sameAs": "https://www.proven.com/employers/publicPage/13155" }, "identifier": { "@type": "PropertyValue", "name": "Il Fornaio - Sacramento", "value": "13155" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Sacramento", "addressRegion": "CA" } } } </script> <script type="text/javascript"> $(document).ready(function() { $("#phone_number").mask(PHONE_NUMBER_FORMAT); $("#demo-submit-btn").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#requestDemoForm").submit(); }); $("#requestDemoForm").validate({ submitHandler: function() { $("#demo-submit-btn").button("loading"); $('#requestDemoForm').ajaxSubmit(successfulDemoMessage); }, wrapper: "p", messages: { "data[Employer][unique_identifier]": { required: '' } } }); $(document).on("click", ".join_proven", function(e) { e.preventDefault(); var employer_id = $(this).attr("employer_id"); var job_id = $(this).attr("job_id"); showJoinLoginDialog(employer_id, job_id); }); $.getJSON("/jobs_ajax/recordJobView/40263"); $('#employer-edit').affix({ offset: { top: $('.navbar').height() } }); $('#employer-edit').on('affix.bs.affix', function () { var navHeight = $('.navbar').outerHeight(true); $('#employer-edit + .container-fluid').css('margin-top', navHeight); }); $('#employer-edit').on('affix-top.bs.affix', function () { $('#employer-edit + .container').css('margin-top', 0); }); }); function successfulDemoMessage(responseObject) { if(responseObject.result == FAILURE) { $("#proven-demo-form").modal("hide"); $("#demo-submit-btn2").button("reset"); $("#demo-submit-btn").button("reset"); bootbox.alert(responseObject.message); } else { if(window.location.href.indexOf("?") > 0) { window.location.href = window.location.href + "&success=1"; } else { window.location.href = window.location.href + "?success=1"; } } } </script> <style> #employer-edit.affix { position: fixed; top: 0; width: 100%; z-index:10; } </style> <div id="join_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="join_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="login_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="login_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="loginModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="submissionModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="submissionModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="proven-view-job"> <span class="hide" id="jobid">40263</span> <span class="hide" id="referencenumber">49816</span> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div id="proven-candidate-home-page" class="hidden-xs" style="background: #fff;"> <div class="search-jobs" style="padding-top: 0px;"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="row search-row"> <div class="col-sm-5 search-field"> <input type="text" name="data[Search][search_text]" value="" id="search_text" placeholder="Job Title, Keywords, or Company" /> </div> <div class="col-sm-5 search-field"> <input type="text" value="" id="search-location" placeholder="City, State or Zip" /> </div> <div class="col-sm-2 search-field" style="height:50px;"> <a href="#" id="search-btn" class="btn btn-default" role="button" style="width:100%;">SEARCH</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div class="panel panel-default voffset3"> <div class="panel-body"> <div class="job-post-details"> <div class="row"> <div class="col-xs-3 col-sm-2"> <div class="company-logo"> <img src="https://d2qez73695kjfi.cloudfront.net/w14156413971852495228_small.jpg" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>Dishwasher</h1> <p class="small-bottom-border"> Il Fornaio - Sacramento </p> <div class="date-location">Apr 25, 2018 - Sacramento, CA</div> <div class="voffset1"> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=seanfalconer"></script> </div> </div> </div> <hr /> <div class="row"> <div class="apply-form-link col-xs-12 col-sm-8 col-md-7 col-lg-8"> Apply via email:<br/><a class="red-link" href="mailto:jobs+40263-w@hireproven.com">jobs+40263-w@hireproven.com</a> </div> <div class="col-xs-12 col-sm-4 col-md-5 col-lg-4"> <script type="text/javascript"> var currentLink = null; var maskOn = false; function resizeTitleContainer() { var height = $("#job-title.job-post-container").height() + $(".apply-widget").height(); $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); } $(document).ready(function() { $("#apply-form-location").append($(".apply-widget")); var height = $("#job-title.job-post-container .inner").height() + 20; $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); $("#show-apply-form").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#show-apply-form").hide(); $(".apply-form-link").hide(); // resizeTitleContainer(); $(".apply-widget").slideToggle(400); }); $("#cover-letter-link").click(function(e) { e.preventDefault(); $("#cover-letter-link").hide(); $("#cover-letter-container").show(); $("#coverletter").focus(); }); $(document).keypress(function (eh){ $("#errorsBox").hide(); }); $("#login-link").click(function(e) { e.preventDefault(); $("#join_popup").modal("hide"); $("#login_popup #modalContent").html(""); $.ajax({ type: "POST", url: "/users_ajax/loginDialog/employer_id:13155/job_id:40263", success: function(html){ // update the hidden div layer to contain the form information $("#login_popup #modalContent").html(html); $("#login_popup").modal("show"); } }); }); $.validator.addMethod('tosChecked', function(value, element) { if(!$('#tos:checkbox').is(':checked')) { $('.toswrapper').css("border", "3px solid #CC0033"); return false; } else { $('.toswrapper').css("border", "3px solid #f5f5f5"); return true; } }); $("#submit-btn").click(function(e) { e.preventDefault(); $("#buildProfileForm").submit(); }); $("#buildProfileForm").validate({ submitHandler: function() { $("#submit-btn").button("loading"); $('#buildProfileForm').ajaxSubmit(processResumeInfo); }, rules: { "data[Worker][agreed_to_terms]": { tosChecked: true } }, messages: { "data[Worker][fname]": { required: '' }, "data[Worker][lname]": { required: '' }, "data[Worker][unique_identifier]": { required: '' }, "data[Worker][agreed_to_terms]": { tosChecked: '' } } }); $("#user_identifier").focus(); }); function processResumeInfo(responseObject) { var message; var showDebug = false if (showDebug) { console.log(responseObject); } responseObject = eval('(' + responseObject + ')'); if(responseObject.result == FAILURE) { $("#deleteMe").parent().css("width", "80px"); $("#submit-btn").button("reset"); if (!responseObject.message) { message = "There was a problem saving your application."; } else { message = responseObject.message; } bootbox.alert(message); } else { window.location.href = "/workers/activate?jid=40263"; } } </script> <div> <a href="#" id="show-apply-form" class="light-green-btn" role="button" title="Apply Now" style="width:100%;">APPLY NOW</a> <div class="clearfix"></div> </div> <div class="apply-widget" style="display: none;"> <h3>To apply, please fill in the information below</h3> <div class="existing-account">Already have an account? <a href="/pages/login" id="login-link" class="blue-link" title="Log In Now">Log In Now</a></div> <div class="form-body apply-form"> <form action="/workers_ajax/createAccountFromResume/13155/40263" class="errorsRight" id="buildProfileForm" enctype="multipart/form-data" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group row"> <div class="col-sm-12"> <h4>Contact Information:</h4> </div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][fname]" id="fname" placeholder="First Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][lname]" id="lname" placeholder="Last Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <div class="input text"><input name="data[Worker][unique_identifier]" placeholder="email@example.com" class="required long" id="unique_identifier" type="text"/></div> </div> <div class="clearfix"></div> </div> <div class="form-group"> <h4>Resume:</h4> <div class="input file"><input type="file" name="data[Worker][resume_file]" id="resume_file" size="14"/></div> </div> <div class="form-group"> <h4>Cover Letter:</h4> <div class="input textarea"><textarea name="data[EmployersJobsRankingsLetter][coverletter]" id="coverletter" class="required" placeholder="Why are you interested in this position? Answer any specific questions included in the job advertisement." cols="30" rows="6"></textarea></div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-7"> <div class="checkbox"> <label> <input type="checkbox" checked id="tos" name="data[Worker][agreed_to_terms]" tabindex="70" /> <div class="gray-text"> I agree to the <a title="Terms of Service" target="_new" href="/pages/termsWorkers">Terms of Service</a><br /><span class="tos-date">(Updated 2012-11-06)</span> </div> </label> </div> </div> <div class="col-xs-12 col-sm-6 col-md-5"> <div class="apply-button"> <a href="#" id="submit-btn" data-loading-text="Uploading..." class="light-green-btn" role="button" title="Submit Application" style="width:100%;">SUBMIT APPLICATION</a> </div> </div> </div> </form> </div> </div> </div> </div> <div id="apply-form-location"> </div> <hr /> </div> <div class="job-post-details"> <div class="company-image"> <img src="http://proven-employer-mobile-images.s3.amazonaws.com/w14217795811064314530_small.jpg" width="100%" class="img-responsive center-block" /> </div> <div id="job-description"> Night time dishwasher putting product away,cleaning and team players call chef Mitch at 1916 792-4070 for phone interviews </div> </div> <p class="voffset4"><strong>Other jobs you may like</strong></p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=65fcbdeb9d0c73ecbaf497241&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253AY8K9woQjFYZ33Jb1%253A75d3frdZxkwd2HI9bVhXiA%253D%253D%253ATyZXNpwGHMr0dDkSSwZc0ijM4hEh5MNv1B8dc%252FKmiTbM0cyMIK70B%252BPOLe8pmuqjjBNq3cJtSHt58RyHjxH1XqD%252F241lXUDWLaM5u1B0HWbSfW5R%252Bk4Ew0uC%252F5RIqs4BQEaiNaQa2AXuCwu7&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27627807020/" class="blue-link" target="_blank">Dishwasher</a></p> <p class="similar-job-company">Outback Steakhouse - <span class="text-muted">Sacramento, CA</span></p> <p class="text-muted similar-job-date"> 7 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=6406d64513bc73eca5522dcc1&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253AakBKLPx8N01UxofV%253A36V97pUl7i8NOaC3cpVLuQ%253D%253D%253AhM3quTT8CEb6glrSnWvpdJnRpXWtv%252BaMT%252B%252FhJgUIJIxddRhJgE7Xh784fUpRXc8uVBl%252FHrhjxxgLENNPNBNguybtPzyldJDHFBH15%252Fr6%252FVqwi30C3e1dhjXmjcicaLui5toC&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27671684868/" class="blue-link" target="_blank">Kitchen Crew</a></p> <p class="similar-job-company">Ono Hawaiian BBQ - <span class="text-muted">Sacramento, CA</span></p> <p class="text-muted similar-job-date"> 22 hours ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=64313c9de21c73eca62c80431&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253A0EsEeXCejyH4VZqY%253AaDgSAS%252FqlPXoqf%252B67Il19A%253D%253D%253A6PURNPFII5JLx%252BcRXnqAgUeUG0ghg%252BoM5pplJRXQVXqRfok7QDce9soRsAO8w3Q7yG74%252FQFPi%252BpzBNN0MpI1KAy8r8GEO3m4JwQ8fEp6XRLvju9m3mHec%252F6SnK142biYl14D&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27680756365/" class="blue-link" target="_blank">Dishwasher</a></p> <p class="similar-job-company">Applebee's - <span class="text-muted">Sacramento, CA</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=6687903dbddc73ec8d464a461&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253AtfsiVfQbwVZE5EkZ%253A1zqoo3xqgFRdclCBWw7xNw%253D%253D%253A4%252FAOBlvT7BsO6UiLAAtToeAFD%252F2AQ5nsjI6ouKHeT54ZEf0Gxp%252B7wesDdK9%252Bm38QDV6BHRWcoodenqYY0tDukrGFgO7CgSI0MjFoplCXW6s0BA%252B9thkcYbLh0dldQGHU0Y8Q&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27268254858/" class="blue-link" target="_blank">Dishwasher</a></p> <p class="similar-job-company">linkpostdirectory.com - <span class="text-muted">Sacramento, CA</span></p> <p class="text-muted similar-job-date"> 4 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=66cb64ddb29c73ec898904461&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253A3YhLM2vitwJ3Fz62%253Ah%252BWmkD26rl3iQ5KbAGEo1w%253D%253D%253AqnHe20rskUjIbLZHB%252B3lEZI%252FEj62fWuV682jYmpRhi9VMKdG1OV8zs51ee%252BLMJy53Fgs2DS9yj1uzZKBIMrGMCKIKJoPTFcuWZQ5j%252F3HyNWv5L43kcmKK7ry0RR%252BnXC2PQsw&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27338559114/" class="blue-link" target="_blank">Food and Grocery</a></p> <p class="similar-job-company">Walmart - <span class="text-muted">Sacramento, CA</span></p> <p class="text-muted similar-job-date"> Yesterday </p> <p class="voffset4"> <strong>Apply to jobs on the go with Proven mobile</strong> </p> <div> <a href="/candidates/app" target="_blank" title="Download the iPhone App"> <img src="/css/images/App_Store_available.png" width="112" /> </a> <a href="/candidates/app/google" target="_blank" title="Download the Android App"> <img src="/css/images/google_play_badge.png" width="112" /> </a> </div> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '<script type="text/javascript" src="/js/Views/Jobs/search_jobs.js?1619372465"></script>' ) $search_text = '' $search_location = '' $show_thank_you = (int) 0 $similar_jobs = array( (int) 0 => array( 'Employer' => array( 'company_name' => 'Outback Steakhouse' ), 'UtZipcode' => array( 'city' => 'Sacramento', 'state_prefix' => 'CA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=65fcbdeb9d0c73ecbaf497241&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253AY8K9woQjFYZ33Jb1%253A75d3frdZxkwd2HI9bVhXiA%253D%253D%253ATyZXNpwGHMr0dDkSSwZc0ijM4hEh5MNv1B8dc%252FKmiTbM0cyMIK70B%252BPOLe8pmuqjjBNq3cJtSHt58RyHjxH1XqD%252F241lXUDWLaM5u1B0HWbSfW5R%252Bk4Ew0uC%252F5RIqs4BQEaiNaQa2AXuCwu7&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27627807020/', 'title' => 'Dishwasher', 'description' => '<strong>Join for the Fun, Stay for the Career!</strong> <br><br>If you are looking for a great place to work, have fun, and make money mate, click to apply. <br><br>Come join the Outback family as a Dishwasher, where you will be responsible for the cleanliness and organization of the dishes and small wares at the restaurant. Dishwashers are also responsible for trash disposal and linen bag removal. A Dishwasher will make sure the washed items meet the rinse and wash temperature criteria for each state. As a Dishwasher, you'll help to provide each customer with an AUS-SOME dining experience in the restaurant, that makes each Guests Day better, by showcasing our food on perfectly clean plates and silverware. <br><br><strong>PERKS & BENEFITS:</strong> <br><ul> <li>Health, Dental, Vision, PTO, Life Insurance, Meal Comp Benefits (when eligible). </li></ul><ul> <li>A paid day off after 90 days of employment. </li></ul><ul> <li>Closed Thanksgiving & Christmas Day to spend the day with family & friends! </li></ul><strong>RESPONSIBILITIES:</strong> <ul> <li>Maintaining organization and flow, while washing dishes and utensils.</li> <li>Practicing food safety and sanitation.</li> <li>Restocking kitchen and cook line as needed throughout the shift.</li> <li>General cleaning of the restaurant.</li> <li>Pace and organization of Dish execution.</li> <li>Clear understanding and full knowledge of how the dish machine runs, and all its chemical components.</li> <li>Understanding procedures for changing out water and chemicals as needed.</li> <li>Keeping the floors clean and dry.</li> <li>Keeping the plates and smallware's clean.</li> <li>Maintains and inspects food receiving, preparation, production, and storage areas to ensure that health and safety regulations are always adhered to.</li> <li>Corrects unsafe practices or conditions, notifies management. </li></ul><strong>REQUIREMENTS:</strong> <ul> <li>1+year BOH experience in full-service restaurant preferred.</li> <li>Bilingual English/Spanish a plus.</li> <li>Team player.</li> <li>Must be available to work a variety of opens, swings and closes.</li> <li>Ability to lift and/or move up to 30 lbs.</li> <li>Vision abilities to include distance, close, color, depth, and peripheral. Also, the ability to adjust focus.</li> <li>Regular use of hands to finger handles or feels objects, tools, or controls; reach with hands and arms.</li> <li>Able to work in hot and cold environments. </li></ul> <br>We are Out West Restaurant Group, the largest franchisee of Outback Steakhouse. Outback Steakhouse is an Australian theme restaurant that opened in March of 1988. At Outback Steakhouse we take food seriously, without forgetting the fun and we are proud to do things uniquely and strive to positively impact the lives of our people we call "Outbackers". We believe if you treat people "Just Right" then success is sure to follow. It's a culture of respect and camaraderie that breeds enthusiasm. We start with indulging each customer like a guest in our own home. We continue by committing to the success of each and every Outbacker to be trained to the best of their ability. Thank you for your interest in career opportunities at Outback Steakhouse. <br><br><strong>International Franchise Association's Franchisee of the Year Award 2022, for Exemplifying Excellence in Local Community Service.</strong> <br><br>If you need any accommodation from the Company to enable you to perform essential job functions, please notify us. <br><br>Outback Steakhouse prohibits the use of drugs and alcohol while in the workplace or on restaurant property. "We're an equal opportunity employer. All applicants will be considered for employment without attention to race, color, religion, sex, sexual orientation, gender identity, national origin, veteran, or disability status." <br><br>Depending on experience, pay starts at $15.50 an hour for this position.', 'post_date' => '2023-05-27T12:39:31Z' ) ), (int) 1 => array( 'Employer' => array( 'company_name' => 'Ono Hawaiian BBQ' ), 'UtZipcode' => array( 'city' => 'Sacramento', 'state_prefix' => 'CA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=6406d64513bc73eca5522dcc1&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253AakBKLPx8N01UxofV%253A36V97pUl7i8NOaC3cpVLuQ%253D%253D%253AhM3quTT8CEb6glrSnWvpdJnRpXWtv%252BaMT%252B%252FhJgUIJIxddRhJgE7Xh784fUpRXc8uVBl%252FHrhjxxgLENNPNBNguybtPzyldJDHFBH15%252Fr6%252FVqwi30C3e1dhjXmjcicaLui5toC&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27671684868/', 'title' => 'Kitchen Crew', 'description' => 'Understand all restaurant operation policies and procedures, and Kitchen Crew responsibilities and procedures. Perform Back of the House (BOH) responsibilities. Understand and practice safety procedures and comply with health and food safety code. Perform food preparation, stocking of inventory, food quality and portion control when cooking and serving food at the cookline. Prepare multiple food orders at the cookline and ensure the food are served accurately and timely to customers. Maintain the cleanliness of the store by performing daily and weekly cleaning and sanitizing tasks. Help Front Crew whenever necessary or possible. Understand and comply with all company policies and procedures. Maintain regular and punctual attendance. Perform other duties as assigned. Job Requirements and Qualification (Education, License/ Certification, Experience, Knowledge, Ability and Skill)Related experience is preferred but not required. Food Handler Card required by state or local health departmen...Kitchen, Crew, Restaurant, Food', 'post_date' => '2023-06-03T06:09:30Z' ) ), (int) 2 => array( 'Employer' => array( 'company_name' => 'Applebee's' ), 'UtZipcode' => array( 'city' => 'Sacramento', 'state_prefix' => 'CA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=64313c9de21c73eca62c80431&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253A0EsEeXCejyH4VZqY%253AaDgSAS%252FqlPXoqf%252B67Il19A%253D%253D%253A6PURNPFII5JLx%252BcRXnqAgUeUG0ghg%252BoM5pplJRXQVXqRfok7QDce9soRsAO8w3Q7yG74%252FQFPi%252BpzBNN0MpI1KAy8r8GEO3m4JwQ8fEp6XRLvju9m3mHec%252F6SnK142biYl14D&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27680756365/', 'title' => 'Dishwasher', 'description' => 'Applebee's - 2024 Arden Way [Busser / Porter / Cleaning] As an Applebee's Dishwasher, you will maintain kitchen work areas, equipment, plateware and utensils in a clean, sanitary and orderly condition while also assisting in food preparation procedures. You will work hard, but have a great time doing it...Join the Team Today >>', 'post_date' => '2023-05-22T03:14:58Z' ) ), (int) 3 => array( 'Employer' => array( 'company_name' => 'linkpostdirectory.com' ), 'UtZipcode' => array( 'city' => 'Sacramento', 'state_prefix' => 'CA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=6687903dbddc73ec8d464a461&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253AtfsiVfQbwVZE5EkZ%253A1zqoo3xqgFRdclCBWw7xNw%253D%253D%253A4%252FAOBlvT7BsO6UiLAAtToeAFD%252F2AQ5nsjI6ouKHeT54ZEf0Gxp%252B7wesDdK9%252Bm38QDV6BHRWcoodenqYY0tDukrGFgO7CgSI0MjFoplCXW6s0BA%252B9thkcYbLh0dldQGHU0Y8Q&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27268254858/', 'title' => 'Dishwasher', 'description' => '<p>* </p><p>* Dishwasher </p><p>** **Dishwasher****</p><p>* Free </p><p>* Published date: February 23, 2022 </p><p>+ California, United States </p><p>The PeopleReady located at Newhall, California, 91321 is currently hiring a Dishwasher </p><p>Job Description </p><p>Responsibilities Include: </p><p> Washing and putting away dishes, glassware, flatware, pots, or pans </p><p> Making sure kitchen work areas, equipment, and utensils are clean and working properly </p><p> Stocking supplies in serving stations, cupboards, refrigerators, or salad bars </p><p> May be asked to clean other areas </p><p> Cleaning or preparing various foods for cooking or serving </p><p> Carrying supplies between storage and work areas </p><p>Qualifications: </p><p> Previous experience in kitchens or cleaning roles preferred </p><p> Flexibility in a dynamic environment </p><p> Able to routinely use sinks and be near hot water and cleaning chemicals </p><p> Able to be stationary for long periods of time </p><p> Able to frequently lift and move 10 pounds, and occasionally bend or balance </p><p> ServSafe Certification may be required - PeopleReady will help provide any training required </p><p>#EVER650A </p><p>PeopleReady is an equal opportunity employer, and we value diversity. We do not discriminate based on race, religious affiliation, color, national origin, gender, age, marital status, sexual orientation, veteran status, or disability. </p><p>Reference : </p><p>** Contact publisher**</p><p>****</p><p>Now take benefits of multiple job boards and search engine posting. </p><p>****</p><p>Technology February 23, 2022 Free ****</p><p>Technology February 23, 2022 Free ****</p><p>Technology (California) February 23, 2022 Free</p>', 'post_date' => '2023-05-30T13:56:26Z' ) ), (int) 4 => array( 'Employer' => array( 'company_name' => 'Walmart' ), 'UtZipcode' => array( 'city' => 'Sacramento', 'state_prefix' => 'CA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=66cb64ddb29c73ec898904461&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253A3YhLM2vitwJ3Fz62%253Ah%252BWmkD26rl3iQ5KbAGEo1w%253D%253D%253AqnHe20rskUjIbLZHB%252B3lEZI%252FEj62fWuV682jYmpRhi9VMKdG1OV8zs51ee%252BLMJy53Fgs2DS9yj1uzZKBIMrGMCKIKJoPTFcuWZQ5j%252F3HyNWv5L43kcmKK7ry0RR%252BnXC2PQsw&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27338559114/', 'title' => 'Food and Grocery', 'description' => '<strong>What you'll do at </strong><br><br> Why is Walmart America's leading grocery store? Our customers tell us one of the biggest reasons is our hard-working and happy-to-help fresh food and grocery associates. Join our food and grocery team and you will make important decisions about the quality of fruit and vegetables our customers eat and feed to their families. <br> <ul><li>Work in our deli and you'll be on the frontlines of customer service--your smile can make the difference between a good shopping experience and a great one.</li><li>In our bakery--you'll help a family have a great meal. You won't just decorate cakes--you'll help customers celebrate special moments.</li><li>Work in our dry grocery department and you will ensure customers find the items they are looking for.</li></ul> No matter which fresh food or grocery area you work in, there are similarities in all departments. These include detailed cleaning of the shelves and department, checking and maintaining temperature control, verifying dates, and disposing of lesser quality food products.<br><br>If you have a passion or experience with fresh food or grocery, this is the job for you. <br><br>At Walmart, we offer competitive pay as well as performance-based incentive awards and other great benefits for a happier mind, body, and wallet. Health benefits include medical, vision and dental coverage. Financial benefits include 401(k), stock purchase and company-paid life insurance. Paid time off benefits include parental leave, family care leave, bereavement, jury duty, and voting. Other benefits include short-term and long-term disability, company discounts, Military Leave Pay, adoption and surrogacy expense reimbursement, and more.<br><br>You will also receive PTO and/or PPTO that can be used for vacation, sick leave, holidays, or other purposes. The amount you receive depends on your job classification and length of employment. It will meet or exceed the requirements of paid sick leave laws, where applicable. For information about PTO, see <br><br>Live Better U is a Walmart-paid education benefit program for full-time and part-time associates in Walmart and Sam's Club facilities. Programs range from high school completion to bachelor's degrees, including English Language Learning and short-form certificates. Tuition, books, and fees are completely paid for by Walmart.<br><br>Eligibility requirements apply to some benefits and may depend on your job classification and length of employment. Benefits are subject to change and may be subject to a specific plan or program terms. For information about benefits and eligibility, see One.Walmart.com.<br><br>The hourly wage range for this position is $12.00 to $22.00.<br>*The actual hourly rate will equal or exceed the required minimum wage applicable to the job location.<br>Additional compensation includes annual or quarterly performance incentives.<br><br>Additional compensation in the form of premiums may be paid in amounts ranging from $0.35 per hour to $3.00 per hour in specific circumstances. Premiums may be based on schedule, facility, season, or specific work performed. Multiple premiums may apply if applicable criteria are met. <strong>Duties and Responsibilities</strong> <ul><li>Help customers find the products they are looking for</li><li>Ensure high quality products are available in produce, deli, bakery, dairy, meat, and other departments</li><li>Pack ready-to-sell products in proper containers and stock displays</li><li>Prepare and serve ready-to-eat food</li><li>Assist customers in ordering cakes, fulfilling deli orders, or finding the right produce</li><li>Keep area clean, sanitized, and customer-ready</li></ul>* For a complete list of duties and responsibilities, please see the actual job description.<br><br>#storejobs <br><br><strong> About Walmart</strong><br><br> At Walmart, we help people save money so they can live better. This mission serves as the foundation for every decision we make, from responsible sourcing to sustainability-and everything in between. As a Walmart associate, you will play an integral role in shaping the future of retail, tech, merchandising, finance and hundreds of other industries-all while affecting the lives of millions of customers all over the world. Here, your work makes an impact every day. What are you waiting for?<br><br> Walmart, Inc. is an Equal Opportunity Employer- By Choice. We believe we are best equipped to help our associates, customers, and the communities we serve live better when we really know them. That means understanding, respecting, and valuing diversity- unique styles, experiences, identities, abilities, ideas and opinions- while being inclusive of all people.', 'post_date' => '2023-06-02T13:37:08Z' ) ) ) $title_for_layout = 'Dishwasher at Il Fornaio - Sacramento' $metatag_description = 'DishwasherIl Fornaio - Sacramento at Proven' $unique_name = 'il-fornaio---sacramento-sacramento-ca' $reference_number = '49816' $mobile_image = 'http://proven-employer-mobile-images.s3.amazonaws.com/w14217795811064314530_small.jpg' $display_company_title = 'Jobs at Il Fornaio - Sacramento' $employer = array( 'EmployersJob' => array( 'id' => '40263', 'employer_id' => '13155', 'ats_url' => '', 'url' => '', 'title' => 'Dishwasher', 'craigslist_city' => '', 'craigslist_sub_city' => '', 'craigslist_sub_sub_city' => '', 'craigslist_state' => '', 'open' => '1', 'post_date' => '2018-04-25 21:41:32', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '95814', 'description' => 'Night time dishwasher putting product away,cleaning and team players call chef Mitch at 1916 792-4070 for phone interviews', 'unique_name' => '', 'created_date' => '2018-04-25 21:40:44' ), 'Employer' => array( 'lat' => '38.58269882', 'lon' => '-121.48899841', 'id' => '13155', 'company_name' => 'Il Fornaio - Sacramento', 'company_logo' => 'w14156413971852495228_small.jpg', 'simple_posting_process' => '1', 'user_id' => '222092', 'zipcode' => '95814', 'city' => 'Sacramento', 'street_address' => '400 Capitol Mall', 'street_address2' => '', 'state' => 'CA' ), 'UtZipcode' => array( 'zipcode' => '95814', 'city' => 'Sacramento', 'state_prefix' => 'CA' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ) $is_swinomish = false $is_hiring = (int) 2 $page = '' $success = (int) 0 $broadcast = (int) 0 $external_job_board = '' $is_worker = false $isMobile = false $isWorker = false $isSales = false $isEducator = false $adminLoggedIn = false $isEmployer = false $loggedIn = false $isFacebookAppUser = false $campaign = 'NONE' $content_for_layout = ' <script type="text/javascript"> var autocomplete = false; var sortOrder = "relevance"; </script> <meta property="og:title" content="Dishwasher"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/40263?ref=49816"/> <meta property="og:image" content="http://proven-employer-mobile-images.s3.amazonaws.com/w14217795811064314530_small.jpg"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Night time dishwasher putting product away,cleaning and team players call chef Mitch at 1916 792-4070 for phone interviews"/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/40263?ref=49816", "title": "Dishwasher", "description": "Night time dishwasher putting product away,cleaning and team players call chef Mitch at 1916 792-4070 for phone interviews", "datePosted": "2018-04-25T21:41:32+00:00", "hiringOrganization": { "@type": "Organization", "name": "Il Fornaio - Sacramento", "sameAs": "https://www.proven.com/employers/publicPage/13155" }, "identifier": { "@type": "PropertyValue", "name": "Il Fornaio - Sacramento", "value": "13155" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Sacramento", "addressRegion": "CA" } } } </script> <script type="text/javascript"> $(document).ready(function() { $("#phone_number").mask(PHONE_NUMBER_FORMAT); $("#demo-submit-btn").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#requestDemoForm").submit(); }); $("#requestDemoForm").validate({ submitHandler: function() { $("#demo-submit-btn").button("loading"); $('#requestDemoForm').ajaxSubmit(successfulDemoMessage); }, wrapper: "p", messages: { "data[Employer][unique_identifier]": { required: '' } } }); $(document).on("click", ".join_proven", function(e) { e.preventDefault(); var employer_id = $(this).attr("employer_id"); var job_id = $(this).attr("job_id"); showJoinLoginDialog(employer_id, job_id); }); $.getJSON("/jobs_ajax/recordJobView/40263"); $('#employer-edit').affix({ offset: { top: $('.navbar').height() } }); $('#employer-edit').on('affix.bs.affix', function () { var navHeight = $('.navbar').outerHeight(true); $('#employer-edit + .container-fluid').css('margin-top', navHeight); }); $('#employer-edit').on('affix-top.bs.affix', function () { $('#employer-edit + .container').css('margin-top', 0); }); }); function successfulDemoMessage(responseObject) { if(responseObject.result == FAILURE) { $("#proven-demo-form").modal("hide"); $("#demo-submit-btn2").button("reset"); $("#demo-submit-btn").button("reset"); bootbox.alert(responseObject.message); } else { if(window.location.href.indexOf("?") > 0) { window.location.href = window.location.href + "&success=1"; } else { window.location.href = window.location.href + "?success=1"; } } } </script> <style> #employer-edit.affix { position: fixed; top: 0; width: 100%; z-index:10; } </style> <div id="join_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="join_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="login_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="login_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="loginModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="submissionModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="submissionModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="proven-view-job"> <span class="hide" id="jobid">40263</span> <span class="hide" id="referencenumber">49816</span> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div id="proven-candidate-home-page" class="hidden-xs" style="background: #fff;"> <div class="search-jobs" style="padding-top: 0px;"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="row search-row"> <div class="col-sm-5 search-field"> <input type="text" name="data[Search][search_text]" value="" id="search_text" placeholder="Job Title, Keywords, or Company" /> </div> <div class="col-sm-5 search-field"> <input type="text" value="" id="search-location" placeholder="City, State or Zip" /> </div> <div class="col-sm-2 search-field" style="height:50px;"> <a href="#" id="search-btn" class="btn btn-default" role="button" style="width:100%;">SEARCH</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div class="panel panel-default voffset3"> <div class="panel-body"> <div class="job-post-details"> <div class="row"> <div class="col-xs-3 col-sm-2"> <div class="company-logo"> <img src="https://d2qez73695kjfi.cloudfront.net/w14156413971852495228_small.jpg" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>Dishwasher</h1> <p class="small-bottom-border"> Il Fornaio - Sacramento </p> <div class="date-location">Apr 25, 2018 - Sacramento, CA</div> <div class="voffset1"> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=seanfalconer"></script> </div> </div> </div> <hr /> <div class="row"> <div class="apply-form-link col-xs-12 col-sm-8 col-md-7 col-lg-8"> Apply via email:<br/><a class="red-link" href="mailto:jobs+40263-w@hireproven.com">jobs+40263-w@hireproven.com</a> </div> <div class="col-xs-12 col-sm-4 col-md-5 col-lg-4"> <script type="text/javascript"> var currentLink = null; var maskOn = false; function resizeTitleContainer() { var height = $("#job-title.job-post-container").height() + $(".apply-widget").height(); $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); } $(document).ready(function() { $("#apply-form-location").append($(".apply-widget")); var height = $("#job-title.job-post-container .inner").height() + 20; $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); $("#show-apply-form").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#show-apply-form").hide(); $(".apply-form-link").hide(); // resizeTitleContainer(); $(".apply-widget").slideToggle(400); }); $("#cover-letter-link").click(function(e) { e.preventDefault(); $("#cover-letter-link").hide(); $("#cover-letter-container").show(); $("#coverletter").focus(); }); $(document).keypress(function (eh){ $("#errorsBox").hide(); }); $("#login-link").click(function(e) { e.preventDefault(); $("#join_popup").modal("hide"); $("#login_popup #modalContent").html(""); $.ajax({ type: "POST", url: "/users_ajax/loginDialog/employer_id:13155/job_id:40263", success: function(html){ // update the hidden div layer to contain the form information $("#login_popup #modalContent").html(html); $("#login_popup").modal("show"); } }); }); $.validator.addMethod('tosChecked', function(value, element) { if(!$('#tos:checkbox').is(':checked')) { $('.toswrapper').css("border", "3px solid #CC0033"); return false; } else { $('.toswrapper').css("border", "3px solid #f5f5f5"); return true; } }); $("#submit-btn").click(function(e) { e.preventDefault(); $("#buildProfileForm").submit(); }); $("#buildProfileForm").validate({ submitHandler: function() { $("#submit-btn").button("loading"); $('#buildProfileForm').ajaxSubmit(processResumeInfo); }, rules: { "data[Worker][agreed_to_terms]": { tosChecked: true } }, messages: { "data[Worker][fname]": { required: '' }, "data[Worker][lname]": { required: '' }, "data[Worker][unique_identifier]": { required: '' }, "data[Worker][agreed_to_terms]": { tosChecked: '' } } }); $("#user_identifier").focus(); }); function processResumeInfo(responseObject) { var message; var showDebug = false if (showDebug) { console.log(responseObject); } responseObject = eval('(' + responseObject + ')'); if(responseObject.result == FAILURE) { $("#deleteMe").parent().css("width", "80px"); $("#submit-btn").button("reset"); if (!responseObject.message) { message = "There was a problem saving your application."; } else { message = responseObject.message; } bootbox.alert(message); } else { window.location.href = "/workers/activate?jid=40263"; } } </script> <div> <a href="#" id="show-apply-form" class="light-green-btn" role="button" title="Apply Now" style="width:100%;">APPLY NOW</a> <div class="clearfix"></div> </div> <div class="apply-widget" style="display: none;"> <h3>To apply, please fill in the information below</h3> <div class="existing-account">Already have an account? <a href="/pages/login" id="login-link" class="blue-link" title="Log In Now">Log In Now</a></div> <div class="form-body apply-form"> <form action="/workers_ajax/createAccountFromResume/13155/40263" class="errorsRight" id="buildProfileForm" enctype="multipart/form-data" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group row"> <div class="col-sm-12"> <h4>Contact Information:</h4> </div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][fname]" id="fname" placeholder="First Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][lname]" id="lname" placeholder="Last Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <div class="input text"><input name="data[Worker][unique_identifier]" placeholder="email@example.com" class="required long" id="unique_identifier" type="text"/></div> </div> <div class="clearfix"></div> </div> <div class="form-group"> <h4>Resume:</h4> <div class="input file"><input type="file" name="data[Worker][resume_file]" id="resume_file" size="14"/></div> </div> <div class="form-group"> <h4>Cover Letter:</h4> <div class="input textarea"><textarea name="data[EmployersJobsRankingsLetter][coverletter]" id="coverletter" class="required" placeholder="Why are you interested in this position? Answer any specific questions included in the job advertisement." cols="30" rows="6"></textarea></div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-7"> <div class="checkbox"> <label> <input type="checkbox" checked id="tos" name="data[Worker][agreed_to_terms]" tabindex="70" /> <div class="gray-text"> I agree to the <a title="Terms of Service" target="_new" href="/pages/termsWorkers">Terms of Service</a><br /><span class="tos-date">(Updated 2012-11-06)</span> </div> </label> </div> </div> <div class="col-xs-12 col-sm-6 col-md-5"> <div class="apply-button"> <a href="#" id="submit-btn" data-loading-text="Uploading..." class="light-green-btn" role="button" title="Submit Application" style="width:100%;">SUBMIT APPLICATION</a> </div> </div> </div> </form> </div> </div> </div> </div> <div id="apply-form-location"> </div> <hr /> </div> <div class="job-post-details"> <div class="company-image"> <img src="http://proven-employer-mobile-images.s3.amazonaws.com/w14217795811064314530_small.jpg" width="100%" class="img-responsive center-block" /> </div> <div id="job-description"> Night time dishwasher putting product away,cleaning and team players call chef Mitch at 1916 792-4070 for phone interviews </div> </div> <p class="voffset4"><strong>Other jobs you may like</strong></p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=65fcbdeb9d0c73ecbaf497241&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253AY8K9woQjFYZ33Jb1%253A75d3frdZxkwd2HI9bVhXiA%253D%253D%253ATyZXNpwGHMr0dDkSSwZc0ijM4hEh5MNv1B8dc%252FKmiTbM0cyMIK70B%252BPOLe8pmuqjjBNq3cJtSHt58RyHjxH1XqD%252F241lXUDWLaM5u1B0HWbSfW5R%252Bk4Ew0uC%252F5RIqs4BQEaiNaQa2AXuCwu7&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27627807020/" class="blue-link" target="_blank">Dishwasher</a></p> <p class="similar-job-company">Outback Steakhouse - <span class="text-muted">Sacramento, CA</span></p> <p class="text-muted similar-job-date"> 7 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=6406d64513bc73eca5522dcc1&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253AakBKLPx8N01UxofV%253A36V97pUl7i8NOaC3cpVLuQ%253D%253D%253AhM3quTT8CEb6glrSnWvpdJnRpXWtv%252BaMT%252B%252FhJgUIJIxddRhJgE7Xh784fUpRXc8uVBl%252FHrhjxxgLENNPNBNguybtPzyldJDHFBH15%252Fr6%252FVqwi30C3e1dhjXmjcicaLui5toC&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27671684868/" class="blue-link" target="_blank">Kitchen Crew</a></p> <p class="similar-job-company">Ono Hawaiian BBQ - <span class="text-muted">Sacramento, CA</span></p> <p class="text-muted similar-job-date"> 22 hours ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=64313c9de21c73eca62c80431&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253A0EsEeXCejyH4VZqY%253AaDgSAS%252FqlPXoqf%252B67Il19A%253D%253D%253A6PURNPFII5JLx%252BcRXnqAgUeUG0ghg%252BoM5pplJRXQVXqRfok7QDce9soRsAO8w3Q7yG74%252FQFPi%252BpzBNN0MpI1KAy8r8GEO3m4JwQ8fEp6XRLvju9m3mHec%252F6SnK142biYl14D&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27680756365/" class="blue-link" target="_blank">Dishwasher</a></p> <p class="similar-job-company">Applebee's - <span class="text-muted">Sacramento, CA</span></p> <p class="text-muted similar-job-date"> 1 week ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=6687903dbddc73ec8d464a461&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253AtfsiVfQbwVZE5EkZ%253A1zqoo3xqgFRdclCBWw7xNw%253D%253D%253A4%252FAOBlvT7BsO6UiLAAtToeAFD%252F2AQ5nsjI6ouKHeT54ZEf0Gxp%252B7wesDdK9%252Bm38QDV6BHRWcoodenqYY0tDukrGFgO7CgSI0MjFoplCXW6s0BA%252B9thkcYbLh0dldQGHU0Y8Q&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27268254858/" class="blue-link" target="_blank">Dishwasher</a></p> <p class="similar-job-company">linkpostdirectory.com - <span class="text-muted">Sacramento, CA</span></p> <p class="text-muted similar-job-date"> 4 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=66cb64ddb29c73ec898904461&ri=9953d2708f284e9daba3919234353539&job_loc=Sacramento%2CCA&q=Dishwasher&spl=v1%253A3YhLM2vitwJ3Fz62%253Ah%252BWmkD26rl3iQ5KbAGEo1w%253D%253D%253AqnHe20rskUjIbLZHB%252B3lEZI%252FEj62fWuV682jYmpRhi9VMKdG1OV8zs51ee%252BLMJy53Fgs2DS9yj1uzZKBIMrGMCKIKJoPTFcuWZQ5j%252F3HyNWv5L43kcmKK7ry0RR%252BnXC2PQsw&encrypt=0&l=Sacramento%2C+CA&query_category_id=360000&t=simplyhired.com&jobkey-27338559114/" class="blue-link" target="_blank">Food and Grocery</a></p> <p class="similar-job-company">Walmart - <span class="text-muted">Sacramento, CA</span></p> <p class="text-muted similar-job-date"> Yesterday </p> <p class="voffset4"> <strong>Apply to jobs on the go with Proven mobile</strong> </p> <div> <a href="/candidates/app" target="_blank" title="Download the iPhone App"> <img src="/css/images/App_Store_available.png" width="112" /> </a> <a href="/candidates/app/google" target="_blank" title="Download the Android App"> <img src="/css/images/google_play_badge.png" width="112" /> </a> </div> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '<script type="text/javascript" src="/js/Views/Jobs/search_jobs.js?1619372465"></script>' $no_title_bar = false $no_bottom_bar = false $no_index = false
filemtime - [internal], line ?? include - APP/View/Layouts/responsive.ctp, line 69 View::_evaluate() - CORE/Cake/View/View.php, line 961 View::_render() - CORE/Cake/View/View.php, line 923 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 960 JobsController::view() - APP/Controller/JobsController.php, line 1338 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 118
Il Fornaio - Sacramento
Other jobs you may like
Outback Steakhouse - Sacramento, CA
7 days ago
Ono Hawaiian BBQ - Sacramento, CA
22 hours ago
Applebee's - Sacramento, CA
1 week ago
linkpostdirectory.com - Sacramento, CA
4 days ago
Walmart - Sacramento, CA
Yesterday
Apply to jobs on the go with Proven mobile
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SELECT `EmployersJob`.`id`, `EmployersJob`.`employer_id`, `EmployersJob`.`ats_url`, `EmployersJob`.`url`, `EmployersJob`.`title`, `EmployersJob`.`craigslist_city`, `EmployersJob`.`craigslist_sub_city`, `EmployersJob`.`craigslist_sub_sub_city`, `EmployersJob`.`craigslist_state`, `EmployersJob`.`open`, `EmployersJob`.`post_date`, `EmployersJob`.`duration`, `EmployersJob`.`anonymous_post`, `EmployersJob`.`compensation`, `EmployersJob`.`zip`, `EmployersJob`.`description`, `EmployersJob`.`unique_name`, `EmployersJob`.`created_date`, `Employer`.`lat`, `Employer`.`lon`, `Employer`.`id`, `Employer`.`company_name`, `Employer`.`company_logo`, `Employer`.`simple_posting_process`, `Employer`.`user_id`, `Employer`.`zipcode`, `Employer`.`city`, `Employer`.`street_address`, `Employer`.`street_address2`, `Employer`.`state`, `UtZipcode`.`zipcode`, `UtZipcode`.`city`, `UtZipcode`.`state_prefix` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) LEFT JOIN `proven_production`.`employers` AS `Employer` ON (`EmployersJob`.`employer_id` = `Employer`.`id`) WHERE `EmployersJob`.`id` = 40263 LIMIT 1 | 1 | 1 | 1 | |
2 | SELECT COUNT(*) AS `count` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) WHERE `EmployersJob`.`employer_id` = 13155 AND `EmployersJob`.`open` = 1 | 1 | 1 | 1 | |
3 | SELECT `User`.`unique_name`, `User`.`email_validated` FROM `proven_production`.`users` AS `User` LEFT JOIN `proven_production`.`workers` AS `Worker` ON (`Worker`.`user_id` = `User`.`id` AND `User`.`is_worker` = 1) WHERE `User`.`id` = 222092 AND `User`.`active` = 1 LIMIT 1 | 1 | 1 | 0 | |
4 | SELECT `EmployerMobileImage`.`file_name` FROM `proven_production`.`employer_mobile_images` AS `EmployerMobileImage` WHERE `EmployerMobileImage`.`employer_id` = 13155 LIMIT 1 | 1 | 1 | 0 | |
5 | SELECT `User`.`unique_name`, `User`.`email_validated` FROM `proven_production`.`users` AS `User` LEFT JOIN `proven_production`.`workers` AS `Worker` ON (`Worker`.`user_id` = `User`.`id` AND `User`.`is_worker` = 1) WHERE `User`.`id` = 222092 AND `User`.`active` = 1 LIMIT 1 | 1 | 1 | 0 | |
6 | SELECT `BillingTransaction`.`id` FROM `proven_production`.`billing_transactions` AS `BillingTransaction` WHERE `BillingTransaction`.`employers_job_id` = 40263 ORDER BY `BillingTransaction`.`created_date` desc LIMIT 1 | 1 | 1 | 0 | |
7 | SELECT `EmployersJob`.`title`, `EmployersJob`.`description`, `UtZipcode`.`city`, `UtZipcode`.`state_prefix`, `EmployersJob`.`zip` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) WHERE `EmployersJob`.`id` = 40263 LIMIT 1 | 1 | 1 | 0 |