London Nautical School

London Nautical School

Address: 61 Stamford Street, Blackfriars, London

Postcode: SE1 9NA

Phone: 0207 9286801

Fax: 0207 2619408

Website: www.lns.org.uk

Email: admin@nautical.lambeth.sch.uk

 

Summary: The London Nautical School, a Secondary School for boys, was founded as a consequence of the official report into the loss of the RMS Titanic. It exists to educate and prepare pupils to meet the needs of society, either at sea or in any other occupation, where responsibility, attention to duty and regard for others are valued equally with academic and practical skills.

The school's nautical ethos is still pivotal and pupils joining are assigned to either a port or a starboard watch. Boys attend residential nautical courses, which run throughout the year and they participate in other nautical visits and water based activities. The school continues to attract those with an interest in ships and the sea and many former pupils have embarked on employment in either the Merchant Navy or Royal Navy. The school is affiliated to HMS Richmond, a Type 23 Duke Class Anti Submarine Warfare Frigate. 

Note/Restrictions: The school offers nautical activities as part of the school curriculum and works with partner primary schools. Not a registered charity. Offers access to water activities to inner-London children using limited school funds.

    • Related Articles

    • Christ's Hospital Co-Educational Boarding and Day School

      Charity Number: 306975 Address: Christ's Hospital, Horsham, West Sussex Postcode: RH13 0YP Phone: 01403 211293 Website: www.christs-hospital.org.uk Email: enquiries@christs-hospital.org.uk Summary: Christ's Hospital is a charitable boarding school ...
    • Nautical Training Corps

      Charity Number: 306084 Contact: The National Secretary Address: National Headquarters, 72 Wick Farm Road, Wick, Littlehampton, West Sussex Postcode: BN17 7HG Website: www.ntc.org.uk Email: natsec@ntc.org.uk Summary: The Nautical Training Corps (NTC) ...
    • Sailors’ Children’s Society

      Website: https://sailorschildren.org.uk/ Apply for help: https://sailorschildren.org.uk/ (Apply for Help section) Charity coverage: United Kingdom-wide support for eligible families. What this organisation does Sailors’ Children’s Society is a ...
    • Royal Merchant Navy Education Foundation

      Charity Number: 1153323 Contact: RMNEF Address: 1a Charnham Lane, Hungerford, Berkshire Postcode: RG17 0EY Phone: 01488 567 890 Website: www.rmnef.org.uk Email: office@rmnef.org.uk Summary: The Foundation's objective is to afford charitable benefit ...
    • Nautical Training Corps (NTC)

      Website: https://www.ntc.org.uk/ Facebook: https://www.facebook.com/TheNauticalTrainingCorps/ Registered Charity: Charity information is displayed on the organisation's website. What this organisation does The Nautical Training Corps (NTC) is 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); })();