Seaworthy Consulting

Seaworthy Consulting

branding

 

Address: Seaworthy Consulting LTD, PO Box 915, Altrincham

Postcode: WA15 5PT

Phone: 0161 870 6686 / 0737 7530202

Website: www.seaworthyconsulting.com/

Email: recruitment@seaworthyconsulting.com

Seaworthy Consulting is a recruitment specialist within the global marine sector. We are a highly dedicated and dependable organisation with extensive industry experience.

Our vision is to deliver an exemplary standard of service within marine recruitment and to permit both candidates and clients to proceed with confidence and satisfaction.

Seaworthy Consulting has a strong foundation of connections with both reputable clients and a variety of candidates worldwide.

If you would like to find out more about what we can do for you please contact us here

 

    • Related Articles

    • Clyde Marine Recruitment

      Address: Mariner House, Watermark Business Park, 355 Govan Rd, Glasgow Postcode: G51 2SE Phone: 0141 427 6886 Website: https://www.clyderecruit.com/ Email: hello@clyderecruit.com Clyde Marine Recruitment have been supplying bespoke marine recruitment ...
    • Seamariner Limited

      Contact: TBC Address: The Square, Fawley, Southampton, Hampshire Postcode: SO45 1TA Phone: 023 80840374 Website: https://www.seamariner.com Email: recruitment@seamariner.com Seamariner is a maritime recruitment specialist. Established in 1992 and ...
    • seacareer

      Website: https://www.seacareer.com/ Summary: Sea Career is a maritime jobs board specialising in high end jobs from leading maritime recruitment companies at sea and ashore. From specialist jobs on dive support vessels to fleet superintendents, they ...
    • Royal Fleet Auxiliary - Careers

      Phone: 0345 604 0520 Website: https://www.royalnavy.mod.uk/careers/rfa The Royal Fleet Auxiliary is a Merchant Navy organisation that is made up of civilian-crewed ships operated by the Ministry of Defence. It provides vital – and highly valued – ...
    • Nautilus International Jobs

      Address: Alban Row, 27-31 Verulam Road, St Albans, Herts Postcode: AL3 4DG Phone: 01727 739182 Website: https://jobs.nautilusint.org/ Email: dean@centuryonepublishing.uk Nautilus International Jobs is a fully searchable jobs site that provides a ...
    (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); })();