Supporting People across The Dales since 2012
Grassington
Skipton
Supporting People across The Dales since 2012
Hellified
Gargrave
Supporting People across The Dales since 2012
Long Preston
Settle
Giggleswick
Embsay
Crosshills
Steeton

Make an Enquiry - Call 01756 753303


Working in Social Care -
Our Team describing what it means to them


Join our Team

Work for us?

When you buy a car or a house, you make an important decision that may impact on you for years to come, we believe that you should have the same thinking when you look for a new job and decide on the company. We are happy to share many of the genuine comments that our team make, and we are more than happy for prospective employees to speak to any of our current employees
Bespoke Training
We provide a full induction, and training that is bespoke to the individual
Career Development Opportunities
As a developing organisation we always look to create pathways for people to develop careers (should you wish)
Full Support and Supervision
We recognise that sometimes care and support can be challenging - we are here to support and we get to now you, so we know how best to support you as an individual
Flexible Work Patterns
We recognise that the ability to have flexible work patterns can be important, and therefore we match you to the clients with a view to providing you with the work that you need
Previous slide
Next slide


How to Join our Team

Vacancies

We have a range of opportunities, why not have a look!

Why not send us your CV?

We would love to hear from you if you have a passion for care


Or why not complete our application form?

var ifr = document.getElementById("JotFormIFrame-220432589518359"); if (ifr) { var src = ifr.src; var iframeParams = []; if (window.location.href && window.location.href.indexOf("?") > -1) { iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf("?") + 1).split('&')); } if (src && src.indexOf("?") > -1) { iframeParams = iframeParams.concat(src.substr(src.indexOf("?") + 1).split("&")); src = src.substr(0, src.indexOf("?")) } iframeParams.push("isIframeEmbed=1"); ifr.src = src + "?" + iframeParams.join('&'); } window.handleIFrameMessage = function(e) { if (typeof e.data === 'object') { return; } var args = e.data.split(":"); if (args.length > 2) { iframe = document.getElementById("JotFormIFrame-" + args[(args.length - 1)]); } else { iframe = document.getElementById("JotFormIFrame"); } if (!iframe) { return; } switch (args[0]) { case "scrollIntoView": iframe.scrollIntoView(); break; case "setHeight": iframe.style.height = args[1] + "px"; if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) { iframe.style.minHeight = args[1] + "px"; } break; case "collapseErrorPage": if (iframe.clientHeight > window.innerHeight) { iframe.style.height = window.innerHeight + "px"; } break; case "reloadPage": window.location.reload(); break; case "loadScript": if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; } var src = args[1]; if (args.length > 3) { src = args[1] + ':' + args[2]; } var script = document.createElement('script'); script.src = src; script.type = 'text/javascript'; document.body.appendChild(script); break; case "exitFullscreen": if (window.document.exitFullscreen) window.document.exitFullscreen(); else if (window.document.mozCancelFullScreen) window.document.mozCancelFullScreen(); else if (window.document.mozCancelFullscreen) window.document.mozCancelFullScreen(); else if (window.document.webkitExitFullscreen) window.document.webkitExitFullscreen(); else if (window.document.msExitFullscreen) window.document.msExitFullscreen(); break; } var isJotForm = (e.origin.indexOf("jotform") > -1) ? true : false; if(isJotForm && "contentWindow" in iframe && "postMessage" in iframe.contentWindow) { var urls = {"docurl":encodeURIComponent(document.URL),"referrer":encodeURIComponent(document.referrer)}; iframe.contentWindow.postMessage(JSON.stringify({"type":"urls","value":urls}), "*"); } }; window.isPermitted = function(originUrl, whitelisted_domains) { var url = document.createElement('a'); url.href = originUrl; var hostname = url.hostname; var result = false; if( typeof hostname !== 'undefined' ) { whitelisted_domains.forEach(function(element) { if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) || hostname === element ) { result = true; } }); return result; } }; if (window.addEventListener) { window.addEventListener("message", handleIFrameMessage, false); } else if (window.attachEvent) { window.attachEvent("onmessage", handleIFrameMessage); }