Premises




London Open Workspaces
Online guide to workspace availability in London
Website: http://www.london.gov.uk/priorities/business-economy/for-business/business-support/london-workspaces
Additional Information: An interactive guide to London’s start-up workspaces, revealing the capital’s incubators and co-working spaces alongside other start-up workspaces such as artist studios and maker-spaces. An invaluable resource for start-ups, SMEs, artists, or anyone with an idea that has outgrown their kitchen table. It gives the location of more than 130 start-up friendly office spaces and 200 artist studios publically available, as well as the services they provide.

The Ripple Centre
Business Space for hire via the Ripple Centre.
Website: http://www.bdcvs.org.uk/index.php?id=258#!ripple-centre/c1x0c
Tel: 020 8532 7320
E-mail: carl.blackburn@bdcvs.org.uk

// const courseContentData = { "makeup": { "Right-Time-section": [ { selector: ".begining .section-headding-1 h1", value: "Welcome to Makeup Course!" }, { selector: ".begining .section-headding-1 h2", value: "Become a Makeup Artist" }, { selector: ".right-time-section", value: "Enhance your makeup skills with our expert-led training!" }, { selector: ".enjoy", value: "Enjoy learning about beauty and cosmetics!" }, { selector: ".free", value: "This course is completely Free...." }, { selector: ".meet", value: "Meet Your Makeup Tutor" }, { selector: ".intro", action: "changeVideo(this, './videos/makeup-intro.mp4')" }, { selector: ".facility", action: "changeVideo(this, './videos/makeup-facility.mp4')" }, { selector: ".CPBA", action: "changeVideo(this, './videos/makeup-cpba.mp4')" } ] }, "nail": { "Right-Time-section": [ { selector: ".begining .section-headding-1 h1", value: "Welcome to Nail Art Course!" }, { selector: ".begining .section-headding-1 h2", value: "Master Nail Techniques" }, { selector: ".right-time-section", value: "Perfect your nail art with professional training!" }, { selector: ".enjoy", value: "Enjoy learning nail extensions and designs!" }, { selector: ".free", value: "This course is completely Free...." }, { selector: ".meet", value: "Meet Your Nail Art Tutor" }, { selector: ".intro", action: "changeVideo(this, './videos/nail-intro.mp4')" }, { selector: ".facility", action: "changeVideo(this, './videos/nail-facility.mp4')" }, { selector: ".CPBA", action: "changeVideo(this, './videos/nail-cpba.mp4')" } ] }, "hair": { "Right-Time-section": [ { selector: ".begining .section-headding-1 h1", value: "Welcome to Hair Styling Course!" }, { selector: ".begining .section-headding-1 h2", value: "Become a Hair Expert" }, { selector: ".right-time-section", value: "Learn professional hair styling techniques!" }, { selector: ".enjoy", value: "Enjoy hands-on training with experts!" }, { selector: ".free", value: "This course is completely Free...." }, { selector: ".meet", value: "Meet Your Hair Styling Tutor" }, { selector: ".intro", action: "changeVideo(this, './videos/hair-intro.mp4')" }, { selector: ".facility", action: "changeVideo(this, './videos/hair-facility.mp4')" }, { selector: ".CPBA", action: "changeVideo(this, './videos/hair-cpba.mp4')" } ] } }; let currentIndex = Math.floor(cards.length / 2); // Start with the middle card let offset = -(currentIndex * 100 / 3); // Adjust offset for centering updateActiveCard(); // Initialize //