import { c as create_ssr_component } from "./ssr.js"; const metadata = { "title": "JustPeace Labs", "header_bg_image": "jpl_hero_eukxaw", "description": "JustPeace Labs is a non-profit organization that works with local communities to build peace and prevent violence.", "order": 11, "svg": '' }; const Jpl = create_ssr_component(($$result, $$props, $$bindings, slots) => { return `
The startup has declared their mission “to empower local communities to be active participants in creating lasting just peace through the use of technology”. I created a logo and housestyle for them that conveyes their goals and products.
Since 1958, the Symbol for the British nuclear disarmament movement by Gerald Holtom is used as an international symbol for peace.
Clients of JustPeace Labs are peace builders. The logo is a ‘broken’ peace sign with only the frame intact. It stands for the technological and ethical frameworks that JPL aims to provide that can be used to achieve long lasting, just peace.
`; }); export { Jpl as default, metadata };