<? 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' => 'nail tech and esthetician at Grand LV Nail and Spa', 'metatag_description' => 'nail tech and estheticianGrand LV Nail and Spa at Proven', 'unique_name' => 'grand-lv-nail-and-spa-addison-tx', 'reference_number' => '26430', 'mobile_image' => '', 'display_company_title' => 'Jobs at Grand LV Nail and Spa', 'employer' => array( 'EmployersJob' => array( 'id' => '21631', 'employer_id' => '14767', 'ats_url' => '', 'url' => '', 'title' => 'nail tech and esthetician', 'craigslist_city' => 'dallas / fort worth', 'craigslist_sub_city' => 'fort worth', 'craigslist_sub_sub_city' => '', 'craigslist_state' => 'Texas', 'open' => '1', 'post_date' => '2016-02-29 14:51:35', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '75001', 'description' => '<p>Now we're hiring nails tech ,estheticians and manicurists.please contact Tony cell 419-773-1177 or work 817-536-1148</p>', 'unique_name' => '', 'created_date' => '2016-02-29 14:51:16' ), 'Employer' => array( 'lat' => '32.96139908', 'lon' => '-96.82949829', 'id' => '14767', 'company_name' => 'Grand LV Nail and Spa', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '348063', 'zipcode' => '75001', 'city' => 'Addison', 'street_address' => '', 'street_address2' => null, 'state' => 'TX' ), 'UtZipcode' => array( 'zipcode' => '75001', 'city' => 'Addison', 'state_prefix' => 'TX' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ), 'is_swinomish' => false, 'is_hiring' => (int) 1, '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="nail tech and esthetician"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/21631?ref=26430"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Now we\'re hiring nails tech ,estheticians and manicurists.please contact Tony cell 419-773-1177 or work 817-536-1148"/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/21631?ref=26430", "title": "nail tech and esthetician", "description": "<p>Now we're hiring nails tech ,estheticians and manicurists.please contact Tony cell 419-773-1177 or work 817-536-1148</p>", "datePosted": "2016-02-29T14:51:35+00:00", "hiringOrganization": { "@type": "Organization", "name": "Grand LV Nail and Spa", "sameAs": "https://www.proven.com/employers/publicPage/14767" }, "identifier": { "@type": "PropertyValue", "name": "Grand LV Nail and Spa", "value": "14767" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Addison", "addressRegion": "TX" } } } </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/21631"); $('#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">21631</span> <span class="hide" id="referencenumber">26430</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="/css/images/proven_logo.png" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>nail tech and esthetician</h1> <p class="small-bottom-border"> Grand LV Nail and Spa </p> <div class="date-location">Feb 29, 2016 - Fort Worth</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+21631-w@hireproven.com">jobs+21631-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:14767/job_id:21631", 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=21631"; } } </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/14767/21631" 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 id="job-description"> <p>Now we're hiring nails tech ,estheticians and manicurists.please contact Tony cell 419-773-1177 or work 817-536-1148</p> </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=619777d7a4dc73ecbf7c47e51&ri=995e799e0f574b178b9c89aa88600581&job_loc=Plano%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253A%252F2mHlSP8H6qfwohz%253Aqrut%252FPTsjs29zkz%252FmZ%252Fkjg%253D%253D%253AfBUYUZstXMGWn8IKVv2LvviNY1w%252FoN3Kem5m9POjwh3ngJO6b%252BT6I8UUx0CPm4HPjSt8qCIZnLHsfuNr3VO9HPtoJeiLqdWfBP5xLbzmFwnwII564dDT4W43KH%252Fo9zxhAjbFMd3zqWIk%252FgWyeA%253D%253D&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27568541931/" class="blue-link" target="_blank">Esthetician</a></p> <p class="similar-job-company">Beauty Brands - <span class="text-muted">Plano, TX</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=603629657c3c73eca569acc81&ri=995e799e0f574b178b9c89aa88600581&job_loc=Dallas%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253AkxID4nscw%252BHOy%252Boa%253ADC%252F0l8cYgxH%252B0tLaLMKmAw%253D%253D%253AbaZ1aOerK%252FGopwlyJ%252B04dEKper5ORwEzZi226%252BrDy5Bcv7RqTB6VNSJozQCsDNa8xFYa3Ex%252FlZ5qQpyeN%252F1z%252B2ZODncKV%252BMeEz7WBez%252BWypbubfqcQfwQFty&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27667850760/" class="blue-link" target="_blank">Licensed Esthetician - Paid Training</a></p> <p class="similar-job-company">SUGARED + BRONZED - <span class="text-muted">Dallas, TX</span></p> <p class="text-muted similar-job-date"> 3 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=61fb34005fec73ecb9b87a9a1&ri=995e799e0f574b178b9c89aa88600581&job_loc=Irving%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253A7CCQhNX6EJj1DiJ4%253AOqoHzfMkIU1AnMtPWsNFQQ%253D%253D%253AsvPV3ATTagJ4RA4lPozHuB3geW1mhCmRJhW4nyI2IGspvaSlM0rrU%252FqT7LwtX%252FsRcmN5dITS0jASFifl%252BSSOCp8LgV%252BFVufysv2KyqSeDS1yI%252BLYOevjVwMI4N8bGUXZ%252Fg0Y&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27606039510/" class="blue-link" target="_blank">Spa Manager|Mokara Spa</a></p> <p class="similar-job-company">Omni Hotels & Resorts - <span class="text-muted">Irving, TX</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=60883f61a05c73ecae88cc851&ri=995e799e0f574b178b9c89aa88600581&job_loc=Denton%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253ADJvFQJ8ym7MxdIP2%253AXkg8m7a9ACxhmQ6o0XcqzQ%253D%253D%253AkCpB9VBkb5KuN%252B%252FyVx6tDesPG3dF2UZmm5WHZN1ZRhrC25XLvsLQsat107r99jiPJTHdmGQyBHjCnQZ4bL9F0QC0iZ3sCjnDGll86QYbMbfIGlorPFPV55MHM8UnB2s6bzrL&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27825210827/" class="blue-link" target="_blank">Hair Stylist, Barber, Esthetician, Nail technicians</a></p> <p class="similar-job-company">Turning Heads Studio - <span class="text-muted">Denton, TX</span></p> <p class="text-muted similar-job-date"> Yesterday </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=6069b55fa8fc73eca0906f651&ri=995e799e0f574b178b9c89aa88600581&job_loc=Irving%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253AiUD%252BDCYz7effdOnX%253AljdPfpt7tpMkRY0zyBgJCw%253D%253D%253A9nIB6KI7Gg3in810Mz4bOOUtSSAtXZNOQLzEWVhTqEKpUqDTW4bYyGMlrwBbdFuCCvwhR4DUfG7hhiU6JkJQDqFH8SfwslgfqMULqkeo2wcFOLrmPDVzocsTJSw4tIwRCuoO&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27726096747/" class="blue-link" target="_blank">Spa Manager|Mokara Spa</a></p> <p class="similar-job-company">Omni Hotels - <span class="text-muted">Irving, TX</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' => 'Beauty Brands' ), 'UtZipcode' => array( 'city' => 'Plano', 'state_prefix' => 'TX' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=619777d7a4dc73ecbf7c47e51&ri=995e799e0f574b178b9c89aa88600581&job_loc=Plano%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253A%252F2mHlSP8H6qfwohz%253Aqrut%252FPTsjs29zkz%252FmZ%252Fkjg%253D%253D%253AfBUYUZstXMGWn8IKVv2LvviNY1w%252FoN3Kem5m9POjwh3ngJO6b%252BT6I8UUx0CPm4HPjSt8qCIZnLHsfuNr3VO9HPtoJeiLqdWfBP5xLbzmFwnwII564dDT4W43KH%252Fo9zxhAjbFMd3zqWIk%252FgWyeA%253D%253D&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27568541931/', 'title' => 'Esthetician', 'description' => '<strong>Job Details</strong><br><br><strong>Job Location</strong><br>113 - Plano, TX<br><br><strong>Position Type</strong><br>Full Time<br><br><strong>Job Shift</strong><br>Any<br><br><strong>Job Category</strong><br>Retail<br><br><strong>Description</strong><br><br>Beauty Brands is seeking an <strong>Esthetician</strong> who is talented, creative, and passionate with a desire to help clients discover just how beautiful they truly are. Proficiency in waxing and facials are a must. The ideal candidate enjoys working on a team of professionals who infuse their passion into everything they do, every time they enter the store. <br><br><strong>WHY BEAUTY BRANDS</strong><br><ul><li>Attractive compensation plan.</li><li>Career advancement opportunities.</li><li>Ongoing industry training opportunities.</li><li>Discounts on products and services.</li><li>Paid vacation, medical, dental, vision, 401K and more!</li></ul><br><br><strong>WHO WE ARE</strong><br><br>As a family-owned business, we put our people first. Associates, stylists, estheticians, nail technicians, customers - everyone who walks through our doors is considered part of the family. We look out for our own, investing in our employees and providing the best deals and quality, trusted products for our customers.<br><br>Beauty Brands was founded in 1995 by Bob Bernstein on the idea of providing a one-stop beauty destination, saving customers time and making them feel fantastic. Today Beauty Brands has become a true home for beauty. A place where the beauty within is celebrated. A place that houses all things, hair, makeup, skin, nails, plus knowledgeable associates to guide you along your beauty journey. We're more than a salon, spa & beauty store. We are a family, and we treat everyone who walks through our doors as such. Just like a home, we want our associates and customers to feel special, comfortable, valued, welcomed, and understood every time they are in our locations. We are your home for beauty.<br><br><strong>Qualifications</strong><br><br><ul><li>Active esthetics license.</li><li>Evening and weekend availability.</li><li>Service oriented, providing a professional and exceptional client experience.</li><li>Strong customer service, communication and interpersonal skills.</li></ul>', 'post_date' => '2023-06-04T13:58:24Z' ) ), (int) 1 => array( 'Employer' => array( 'company_name' => 'SUGARED + BRONZED' ), 'UtZipcode' => array( 'city' => 'Dallas', 'state_prefix' => 'TX' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=603629657c3c73eca569acc81&ri=995e799e0f574b178b9c89aa88600581&job_loc=Dallas%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253AkxID4nscw%252BHOy%252Boa%253ADC%252F0l8cYgxH%252B0tLaLMKmAw%253D%253D%253AbaZ1aOerK%252FGopwlyJ%252B04dEKper5ORwEzZi226%252BrDy5Bcv7RqTB6VNSJozQCsDNa8xFYa3Ex%252FlZ5qQpyeN%252F1z%252B2ZODncKV%252BMeEz7WBez%252BWypbubfqcQfwQFty&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27667850760/', 'title' => 'Licensed Esthetician - Paid Training', 'description' => '<p><strong>About Sugared + Bronzed </strong></p><p>SUGARED + BRONZED was founded by Courtney Claghorn, with the idea that hair removal and spray tanning shouldn t be services found at the bottom of a long spa menu, done in the back of a salon, performed by a specialist who is expected to specialize in a laundry list of beauty treatments. She felt as though sugaring was not only an all-natural alternative to waxing, but also the perfect complement to the sunless spray (and safest way to avoid UV-rays). Her vision was to bring the two popular services side by side, creating a uniquely synergistic space. We look for people that are passionate about making others feel flawless .</p><p> </p><p>Are you ready to add a new skill to your esthetics portfolio, and learn + grow through a paid training program? If so, we may have the job for you! </p><p> </p><p><strong>Your Day to Day</strong></p><p>Our Sugaristas are masters of multi-tasking! You ll be the heart of the client experience and the first interaction with clients as they walk through the door. All of our estheticians are cross trained to work reception- in addition to providing excellent sugaring service you ll also check clients in/out, schedule appointments, and answer the phone. Each salon is like a family, and everyone is responsible for contributing to the overall client experience! </p><p>Note: We have an extensive training program so sugaring/esthetics experience is not required!</p><p> </p><p><strong>Why You ll Love This Job</strong></p><p>We believe that great client experiences stem from passionate (and well trained) employees that don t have sales quotas. You get to sell the products and memberships that you believe in & when they re the right fit for the client. You ll learn a new skill (that isn t taught in schools) in sugaring, and we ll pay you to learn! 10 of our 10 current managers have been promoted internally, and we re going to continue promoting from within as we grow and add additional locations each year! You get to decide whether you work part or full time, with a dependable schedule that comes out 2 weeks in advance.</p><p> </p><p><strong>Sugarista Responsibilities: </strong></p><ul><li>Perform sugaring hair removal services including Brazilian + Bikini and more! </li><li>Greet + check in/check out clients</li><li>Learn + maintain expert level knowledge of airbrush tanning + sugaring services, memberships, and all S+B products</li><li>Learn + become proficient in Booker (our appointment booking + processing system) </li><li>Perform side tasks including maintaining cleanliness of lobby and sugaring rooms, restocking product and disposables, </li><li>Answer client questions surrounding the sugaring process, services offered, and aftercare</li><li>Responding to client emails and text messages regarding appointments and services</li></ul><p> </p><p><strong>We believe in growth + development- so much so, that for any full-time employee that works 390 hours in a quarter (5 days per week) we offer a $500 incentive added to the following paycheck! </strong></p><p><br> </p><p><strong>Position Requirements</strong></p><ul><li>You must be licensed for waxing via a Cosmetology or Esthetician license in the state you re applying for (Waxing license acceptable in New York). </li><li>Available for two shifts on either: Friday PM, Saturday, and/or Sunday required</li><li>Sugaring experience a plus, but not required. We provide training on all sugaring services</li><li>Delivering the best client experience possible! </li><li>Excellent verbal and written communication skills a must! Correct grammar and punctuation when communicating with clients is essential.</li></ul><p> </p><p><strong>What We Offer</strong></p><ul><li>Fun, upbeat environment in a fast paced salon</li><li>Free sugaring/tanning services </li><li>Tons of upward mobility + growth potential!</li><li>Product discounts</li><li>An environment to learn + grow in</li><li>Full-time positions available with incentive! </li><li>Healthcare to Full-Time Employees!</li></ul><p> </p><p>Esthetics or cosmetology experience (like micro blading, eyelash extensions, facials, makeup/permanent makeup, or nail technician) a plus, but not at all required!</p><p>Powered by JazzHR</p>', 'post_date' => '2023-06-06T05:36:58Z' ) ), (int) 2 => array( 'Employer' => array( 'company_name' => 'Omni Hotels & Resorts' ), 'UtZipcode' => array( 'city' => 'Irving', 'state_prefix' => 'TX' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=61fb34005fec73ecb9b87a9a1&ri=995e799e0f574b178b9c89aa88600581&job_loc=Irving%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253A7CCQhNX6EJj1DiJ4%253AOqoHzfMkIU1AnMtPWsNFQQ%253D%253D%253AsvPV3ATTagJ4RA4lPozHuB3geW1mhCmRJhW4nyI2IGspvaSlM0rrU%252FqT7LwtX%252FsRcmN5dITS0jASFifl%252BSSOCp8LgV%252BFVufysv2KyqSeDS1yI%252BLYOevjVwMI4N8bGUXZ%252Fg0Y&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27606039510/', 'title' => 'Spa Manager|Mokara Spa', 'description' => 'Overview:<br/><p style="margin: 0px;"><strong>Las Colinas Hotel</strong></p><p style="margin: 0px;"> </p><p style="margin: 0px;"></p><p style="margin: 0px;"> </p><p style="margin: 0px;"> Omni Las Colinas Hotel, formerly Omni Mandalay Hotel at Las Colinas, invites guests to experience the completion of a $13-million-dollar renovation to common space amenities provides a fresh, elevated guest experience. Discover a luxurious new resort-style poolscape and lounge area, and three new dining concepts. Omni Las Colinas offers amenities of a waterfront resort with the energy of a city setting, making it more than just a place to stay, but a place to experience.</p><p style="margin: 0px;"> </p><p style="margin: 0px;"> Associates of Omni Las Colinas Hotel enjoy a dynamic and exciting work environment, comprehensive training and mentoring, along with the pride that comes from working for a company with a reputation for exceptional service. We embody a culture of respect, gratitude, and empowerment day in and day out. If you are a friendly, motivated person with a passion to serve others, Omni Las Colinas may be your perfect match.</p><br/><br/>Job Description:<br/><p style="margin: 0px;">Overall operation of the Mokara Spa located in the Omni Las Colinas. Responsible to coordinate and supervise spa staff, including the Spa Supervisor, Spa front desk, massage therapists, estheticians, nail technicians and attendants.<strong style="font-family: 'Tw Cen MT', sans-serif; font-size: 11pt;"> </strong></p><br/><br/>Responsibilities:<br/><ul><li>Develop a highly motivated team able to create the most effective organization, service and product for the Spa and congruent with other areas of the Hotel.</li><li>Mentors and develops hourly staff and supervisors into effective leaders.</li><li>Leads by example through performance level, the focus on quality, the cheerleading for the goals and vision of the Mokara Spa.</li><li>Be a proactive communicator, an initiator and highly organized.</li><li>Ability to satisfactorily communicate (verbal and written) with guest, co-workers and management.</li><li>Able to effectively interact with people from diverse cultural and ethnic backgrounds.</li><li>Ability to respond to common inquiries or complaints from customers and associates.</li><li>Responsible for management of schedules and payroll. </li><li>Responsible for coordinating training, ensuring a sound on-boarding process for new associates. </li><li>Ability to calculate figures and amount such as discounts, interest, commissions, proportions and percentages.</li><li>Working with the Director of Spa & Retail, establish and implement operating policies, concepts and procedures for the Mokara Spa.</li><li>Assist in the creation and implementation of marketing plans and working with management staff in achieving operational goals.</li><li>Assists with meeting or exceeding the financial goals of the department.</li><li>Participate in Spa promotion and public relations.</li><li>Monitoring of hiring, disciplining, training, development, promotions and terminations to insure positive associate relations.</li><li>Generates and implements creative new approaches to providing quality guest experience and services. Is responsible for the continuous improvement of guest satisfaction scores in the Mokara Spa.</li></ul><br/><br/>Qualifications:<br/><ul><li>A m<span style="font-family: calibri, sans-serif; font-size: 11pt;">inimum two years leadership experience in a hotel, resort and/or spa environment is required. Previous </span><span style="font-family: calibri, sans-serif; font-size: 11pt;">spa management experience strongly preferred.</span></li><li><span style="font-family: calibri, sans-serif; font-size: 11pt;">Valid TABC Certification is required. </span></li><li>Previous cash handling and inventory experience required.</li><li>Ability to clearly and pleasantly communicate both verbally and in writing in English with guests, management and co-workers, both in person and by telephone</li><li>Ability to accurately and efficiently input information into computer systems with developed computer proficiencies.</li><li>Ability to work cohesively with co-workers both within and outside of your department.</li><li>Ability to think clearly, quickly and make concise decisions.</li><li>Ability to work well under pressure, managing a high volume of reservations and guest requests.</li><li>Strong organizational skills with the ability to multi-task and provide guest follow up in a fast paced environment.</li><li>Ability to handle stressful situations, while maintaining a calm and welcoming demeanor.</li><li>Able to set priorities for the spa team and provide feedback to others that enhances performance.</li><li>Candidate must have proven leadership skills and must be able to direct, develop and motivate staff. </li><li>Ability to teach employees importance of, and how to greet guests and courteously solve requests.</li><li>Move, lift, carry, push, pull, and place objects weighing up to 30 pounds without assistance.</li><li>Stand or walk for an extended period or for an entire work shift. </li><li>Requires repetitive motion, including utilizing telephone/computer for an extended period or for an entire shift. </li></ul>', 'post_date' => '2023-05-25T23:52:22Z' ) ), (int) 3 => array( 'Employer' => array( 'company_name' => 'Turning Heads Studio' ), 'UtZipcode' => array( 'city' => 'Denton', 'state_prefix' => 'TX' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=60883f61a05c73ecae88cc851&ri=995e799e0f574b178b9c89aa88600581&job_loc=Denton%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253ADJvFQJ8ym7MxdIP2%253AXkg8m7a9ACxhmQ6o0XcqzQ%253D%253D%253AkCpB9VBkb5KuN%252B%252FyVx6tDesPG3dF2UZmm5WHZN1ZRhrC25XLvsLQsat107r99jiPJTHdmGQyBHjCnQZ4bL9F0QC0iZ3sCjnDGll86QYbMbfIGlorPFPV55MHM8UnB2s6bzrL&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27825210827/', 'title' => 'Hair Stylist, Barber, Esthetician, Nail technicians', 'description' => '<p>Turning Heads Studio </p><p>Booth booth space available in downtown Denton salon. Looking for stylist, barbers, estheticians, and nail technicians. </p><p>The first 2 weeks are free with signed agreement.</p><p>Call or text for a tour 469.###.####</p>', 'post_date' => '2023-06-08T05:46:06Z' ) ), (int) 4 => array( 'Employer' => array( 'company_name' => 'Omni Hotels' ), 'UtZipcode' => array( 'city' => 'Irving', 'state_prefix' => 'TX' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=6069b55fa8fc73eca0906f651&ri=995e799e0f574b178b9c89aa88600581&job_loc=Irving%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253AiUD%252BDCYz7effdOnX%253AljdPfpt7tpMkRY0zyBgJCw%253D%253D%253A9nIB6KI7Gg3in810Mz4bOOUtSSAtXZNOQLzEWVhTqEKpUqDTW4bYyGMlrwBbdFuCCvwhR4DUfG7hhiU6JkJQDqFH8SfwslgfqMULqkeo2wcFOLrmPDVzocsTJSw4tIwRCuoO&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27726096747/', 'title' => 'Spa Manager|Mokara Spa', 'description' => '<p>Overview</p><p>Las Colinas Hotel</p><p>Omni Las Colinas Hotel, formerly Omni Mandalay Hotel at Las Colinas, invites guests to experience the completion of a $13-million-dollar renovation to common space amenities provides a fresh, elevated guest experience. Discover a luxurious new resort-style poolscape and lounge area, and three new dining concepts. Omni Las Colinas offers amenities of a waterfront resort with the energy of a city setting, making it more than just a place to stay, but a place to experience.</p><p>Associates of Omni Las Colinas Hotel enjoy a dynamic and exciting work environment, comprehensive training and mentoring, along with the pride that comes from working for a company with a reputation for exceptional service. We embody a culture of respect, gratitude, and empowerment day in and day out. If you are a friendly, motivated person with a passion to serve others, Omni Las Colinas may be your perfect match.</p><p>Job Description</p><p>Overall operation of the Mokara Spa located in the Omni Las Colinas. Responsible to coordinate and supervise spa staff, including the Spa Supervisor, Spa front desk, massage therapists, estheticians, nail technicians and attendants.</p><p>Responsibilities</p><p>* Develop a highly motivated team able to create the most effective organization, service and product for the Spa and congruent with other areas of the Hotel.</p><p>* Mentors and develops hourly staff and supervisors into effective leaders.</p><p>* Leads by example through performance level, the focus on quality, the cheerleading for the goals and vision of the Mokara Spa.</p><p>* Be a proactive communicator, an initiator and highly organized.</p><p>* Ability to satisfactorily communicate (verbal and written) with guest, co-workers and management.</p><p>* Able to effectively interact with people from diverse cultural and ethnic backgrounds.</p><p>* Ability to respond to common inquiries or complaints from customers and associates.</p><p>* Responsible for management of schedules and payroll.</p><p>* Responsible for coordinating training, ensuring a sound on-boarding process for new associates.</p><p>* Ability to calculate figures and amount such as discounts, interest, commissions, proportions and percentages.</p><p>* Working with the Director of Spa & Retail, establish and implement operating policies, concepts and procedures for the Mokara Spa.</p><p>* Assist in the creation and implementation of marketing plans and working with management staff in achieving operational goals.</p><p>* Assists with meeting or exceeding the financial goals of the department.</p><p>* Participate in Spa promotion and public relations.</p><p>* Monitoring of hiring, disciplining, training, development, promotions and terminations to insure positive associate relations.</p><p>* Generates and implements creative new approaches to providing quality guest experience and services. Is responsible for the continuous improvement of guest satisfaction scores in the Mokara Spa.</p><p>Qualifications</p><p>* A minimum two years leadership experience in a hotel, resort and/or spa environment is required. Previous spa management experience strongly preferred.</p><p>* Valid TABC Certification is required.</p><p>* Previous cash handling and inventory experience required.</p><p>* Ability to clearly and pleasantly communicate both verbally and in writing in English with guests, management and co-workers, both in person and by telephone</p><p>* Ability to accurately and efficiently input information into computer systems with developed computer proficiencies.</p><p>* Ability to work cohesively with co-workers both within and outside of your department.</p><p>* Ability to think clearly, quickly and make concise decisions.</p><p>* Ability to work well under pressure, managing a high volume of reservations and guest requests.</p><p>* Strong organizational skills with the ability to multi-task and provide guest follow up in a fast paced environment.</p><p>* Ability to handle stressful situations, while maintaining a calm and welcoming demeanor.</p><p>* Able to set priorities for the spa team and provide feedback to others that enhances performance.</p><p>* Candidate must have proven leadership skills and must be able to direct, develop and motivate staff.</p><p>* Ability to teach employees importance of, and how to greet guests and courteously solve requests.</p><p>* Move, lift, carry, push, pull, and place objects weighing up to 30 pounds without assistance.</p><p>* Stand or walk for an extended period or for an entire work shift.</p><p>* Requires repetitive motion, including utilizing telephone/computer for an extended period or for an entire shift.</p>', 'post_date' => '2023-06-08T02:54:18Z' ) ) ) $title_for_layout = 'nail tech and esthetician at Grand LV Nail and Spa' $metatag_description = 'nail tech and estheticianGrand LV Nail and Spa at Proven' $unique_name = 'grand-lv-nail-and-spa-addison-tx' $reference_number = '26430' $mobile_image = '' $display_company_title = 'Jobs at Grand LV Nail and Spa' $employer = array( 'EmployersJob' => array( 'id' => '21631', 'employer_id' => '14767', 'ats_url' => '', 'url' => '', 'title' => 'nail tech and esthetician', 'craigslist_city' => 'dallas / fort worth', 'craigslist_sub_city' => 'fort worth', 'craigslist_sub_sub_city' => '', 'craigslist_state' => 'Texas', 'open' => '1', 'post_date' => '2016-02-29 14:51:35', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '75001', 'description' => '<p>Now we're hiring nails tech ,estheticians and manicurists.please contact Tony cell 419-773-1177 or work 817-536-1148</p>', 'unique_name' => '', 'created_date' => '2016-02-29 14:51:16' ), 'Employer' => array( 'lat' => '32.96139908', 'lon' => '-96.82949829', 'id' => '14767', 'company_name' => 'Grand LV Nail and Spa', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '348063', 'zipcode' => '75001', 'city' => 'Addison', 'street_address' => '', 'street_address2' => null, 'state' => 'TX' ), 'UtZipcode' => array( 'zipcode' => '75001', 'city' => 'Addison', 'state_prefix' => 'TX' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ) $is_swinomish = false $is_hiring = (int) 1 $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="nail tech and esthetician"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/21631?ref=26430"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Now we\'re hiring nails tech ,estheticians and manicurists.please contact Tony cell 419-773-1177 or work 817-536-1148"/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/21631?ref=26430", "title": "nail tech and esthetician", "description": "<p>Now we're hiring nails tech ,estheticians and manicurists.please contact Tony cell 419-773-1177 or work 817-536-1148</p>", "datePosted": "2016-02-29T14:51:35+00:00", "hiringOrganization": { "@type": "Organization", "name": "Grand LV Nail and Spa", "sameAs": "https://www.proven.com/employers/publicPage/14767" }, "identifier": { "@type": "PropertyValue", "name": "Grand LV Nail and Spa", "value": "14767" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Addison", "addressRegion": "TX" } } } </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/21631"); $('#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">21631</span> <span class="hide" id="referencenumber">26430</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="/css/images/proven_logo.png" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>nail tech and esthetician</h1> <p class="small-bottom-border"> Grand LV Nail and Spa </p> <div class="date-location">Feb 29, 2016 - Fort Worth</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+21631-w@hireproven.com">jobs+21631-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:14767/job_id:21631", 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=21631"; } } </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/14767/21631" 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 id="job-description"> <p>Now we're hiring nails tech ,estheticians and manicurists.please contact Tony cell 419-773-1177 or work 817-536-1148</p> </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=619777d7a4dc73ecbf7c47e51&ri=995e799e0f574b178b9c89aa88600581&job_loc=Plano%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253A%252F2mHlSP8H6qfwohz%253Aqrut%252FPTsjs29zkz%252FmZ%252Fkjg%253D%253D%253AfBUYUZstXMGWn8IKVv2LvviNY1w%252FoN3Kem5m9POjwh3ngJO6b%252BT6I8UUx0CPm4HPjSt8qCIZnLHsfuNr3VO9HPtoJeiLqdWfBP5xLbzmFwnwII564dDT4W43KH%252Fo9zxhAjbFMd3zqWIk%252FgWyeA%253D%253D&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27568541931/" class="blue-link" target="_blank">Esthetician</a></p> <p class="similar-job-company">Beauty Brands - <span class="text-muted">Plano, TX</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=603629657c3c73eca569acc81&ri=995e799e0f574b178b9c89aa88600581&job_loc=Dallas%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253AkxID4nscw%252BHOy%252Boa%253ADC%252F0l8cYgxH%252B0tLaLMKmAw%253D%253D%253AbaZ1aOerK%252FGopwlyJ%252B04dEKper5ORwEzZi226%252BrDy5Bcv7RqTB6VNSJozQCsDNa8xFYa3Ex%252FlZ5qQpyeN%252F1z%252B2ZODncKV%252BMeEz7WBez%252BWypbubfqcQfwQFty&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27667850760/" class="blue-link" target="_blank">Licensed Esthetician - Paid Training</a></p> <p class="similar-job-company">SUGARED + BRONZED - <span class="text-muted">Dallas, TX</span></p> <p class="text-muted similar-job-date"> 3 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=61fb34005fec73ecb9b87a9a1&ri=995e799e0f574b178b9c89aa88600581&job_loc=Irving%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253A7CCQhNX6EJj1DiJ4%253AOqoHzfMkIU1AnMtPWsNFQQ%253D%253D%253AsvPV3ATTagJ4RA4lPozHuB3geW1mhCmRJhW4nyI2IGspvaSlM0rrU%252FqT7LwtX%252FsRcmN5dITS0jASFifl%252BSSOCp8LgV%252BFVufysv2KyqSeDS1yI%252BLYOevjVwMI4N8bGUXZ%252Fg0Y&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27606039510/" class="blue-link" target="_blank">Spa Manager|Mokara Spa</a></p> <p class="similar-job-company">Omni Hotels & Resorts - <span class="text-muted">Irving, TX</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=60883f61a05c73ecae88cc851&ri=995e799e0f574b178b9c89aa88600581&job_loc=Denton%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253ADJvFQJ8ym7MxdIP2%253AXkg8m7a9ACxhmQ6o0XcqzQ%253D%253D%253AkCpB9VBkb5KuN%252B%252FyVx6tDesPG3dF2UZmm5WHZN1ZRhrC25XLvsLQsat107r99jiPJTHdmGQyBHjCnQZ4bL9F0QC0iZ3sCjnDGll86QYbMbfIGlorPFPV55MHM8UnB2s6bzrL&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27825210827/" class="blue-link" target="_blank">Hair Stylist, Barber, Esthetician, Nail technicians</a></p> <p class="similar-job-company">Turning Heads Studio - <span class="text-muted">Denton, TX</span></p> <p class="text-muted similar-job-date"> Yesterday </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=6069b55fa8fc73eca0906f651&ri=995e799e0f574b178b9c89aa88600581&job_loc=Irving%2CTX&q=Nail+Tech+And+Esthetician&spl=v1%253AiUD%252BDCYz7effdOnX%253AljdPfpt7tpMkRY0zyBgJCw%253D%253D%253A9nIB6KI7Gg3in810Mz4bOOUtSSAtXZNOQLzEWVhTqEKpUqDTW4bYyGMlrwBbdFuCCvwhR4DUfG7hhiU6JkJQDqFH8SfwslgfqMULqkeo2wcFOLrmPDVzocsTJSw4tIwRCuoO&encrypt=0&l=Addison%2C+TX&query_category_id=370000&t=simplyhired.com&jobkey-27726096747/" class="blue-link" target="_blank">Spa Manager|Mokara Spa</a></p> <p class="similar-job-company">Omni Hotels - <span class="text-muted">Irving, TX</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
Grand LV Nail and Spa
Now we're hiring nails tech ,estheticians and manicurists.please contact Tony cell 419-773-1177 or work 817-536-1148
Other jobs you may like
Beauty Brands - Plano, TX
4 days ago
Licensed Esthetician - Paid Training
SUGARED + BRONZED - Dallas, TX
3 days ago
Omni Hotels & Resorts - Irving, TX
1 week ago
Hair Stylist, Barber, Esthetician, Nail technicians
Turning Heads Studio - Denton, TX
Yesterday
Omni Hotels - Irving, TX
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` = 21631 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` = 14767 AND `EmployersJob`.`open` = 1 | 1 | 1 | 0 | |
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` = 348063 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` = 14767 LIMIT 1 | 0 | 0 | 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` = 348063 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` = 21631 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` = 21631 LIMIT 1 | 1 | 1 | 0 |