GetSeaFit

GetSeaFit




Contact: Ceri Summers 07934720429

Phone: 07934720429

Website: Fairwindscornwall.co.uk

Email:  talk@fairwindscornwall.co.uk

 

Summary :GetSeaFit is a service for fishermen and their families. The programme which started in 2018 is a joint initiative from the Seafarers Hospital Society and the Fishermen’s Mission, with support from Seafarers UK working in partnership to deliver sustainable improvements to the heath and wellbeing of fishermen and their families around the UK.
GetSeaFit has commissioned Fairwinds to provide free mental health and wellbeing support to the community in Newlyn, with an exciting and additional generous donation being allocated to Fairwinds from Carfest Via Dr Matthew Boulter of Alverton Practice in support of the delivery of mental health and wellbeing services for the fishing community.

Fairwinds Cornwall Ltd Services offers a range of evidenced based psychological therapies including Dynamic Interpersonal Therapy (DIT) Cognitive Behavioural Therapy and Compassion Focused Therapies. We also offer counselling and coaching services, bespoke wellbeing workshops, clinical supervision and expert consultation.

Our team of trained, accredited and experienced clinicians have worked across various sectors including within the NHS primary and secondary care


Ceri works in a practical and constructive way, helping you to take control, set goals and build resilience, in the way that’s right for you. Ceri draws on a range of tested techniques to help you find solutions. If Ceri can’t help, she knows how to get you to someone who can.


    • Related Articles

    • Fairwinds

      Contact: Ceri Summers Phone: 07934 720 429 Website: Fairwindscornwall.co.uk Email: talk@fairwindscornwall.co.uk Summary : GetSeaFit is a service for fishermen and their families. The programme which started in 2018 is a joint initiative from the ...
    (function () { 'use strict'; // Only run on the KB root page if (!/\/kb\/seafarer-support\/?$/.test(window.location.pathname)) return; var CATEGORY_ID = '233149000000358041'; var MAX_WAIT_MS = 10000; var POLL_INTERVAL_MS = 200; var elapsed = 0; function getStore() { if (window.reduxStore) return window.reduxStore; if (window._store) return window._store; var all = document.querySelectorAll('*'); for (var i = 0; i < all.length; i++) { var keys = Object.keys(all[i]); for (var j = 0; j < keys.length; j++) { if (keys[j].indexOf('__reactContainer') === 0) { try { return all[i][keys[j]].child.memoizedProps.store; } catch (e) {} } } } return null; } function getPortalId() { var resources = window.performance.getEntriesByType('resource'); for (var i = 0; i < resources.length; i++) { var m = resources[i].name.match(/portalId=([^&]+)/); if (m) return m[1]; } return null; } var timer = setInterval(function () { elapsed += POLL_INTERVAL_MS; if (elapsed > MAX_WAIT_MS) { clearInterval(timer); return; } var store = getStore(); if (!store) return; var kb = store.getState().KBUIState; if (!kb || !kb.subCategoryWithArticles || kb.subCategoryWithArticles.length === 0) return; if (!kb.isNext) { clearInterval(timer); return; } clearInterval(timer); var portalId = getPortalId(); if (!portalId) return; var base = window.location.origin + '/portal/api/kbCategory/' + CATEGORY_ID + '/articles?portalId=' + portalId; Promise.all([ fetch(base + '&from=1&limit=9').then(function (r) { return r.json(); }), fetch(base + '&from=10&limit=9').then(function (r) { return r.json(); }) ]).then(function (results) { var sections = Object.values(results[0].data).concat(Object.values(results[1].data)); if (!sections.length) return; store.dispatch({ type: 'KB_SUB_CATEGORIES_WITH_ARTICLES_BY_CATEGORY_SUCCESS', data: { list: sections, categoryId: CATEGORY_ID, isNext: false, page: 1 } }); }).catch(function () {}); }, POLL_INTERVAL_MS); })();