{item.year} · {item.type}
const Work = window.Work; const Section = window.Section; const dispatchOpenArchiveProject = (project) => { const name = window.SEDEM_OPEN_ARCHIVE_PROJECT_EVENT || 'sedem-oasis:open-archive-project'; window.dispatchEvent(new CustomEvent(name, { detail: { project } })); }; const ARCHIVE_PROJECTS = [ { title: "Rebrand and site for independent publisher", category: "Brand Identity", year: "2020", services: "Brand strategy, Visual identity, Web design & build", client: "Independent publisher", imageRows: [ ["https://images.unsplash.com/photo-1561070791-2526d30994b5?auto=format&fit=crop&q=80&w=1600"], [ "https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&q=80&w=1600", "https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&q=80&w=1600" ] ], description: "A full rebrand and editorial website for an independent publisher—typography-led identity, flexible content templates, and a calm reading experience across catalog and long-form pieces.", outcome: "Unified brand presence across print and digital, with faster production of seasonal lists and author pages.", credits: "Creative Direction: Sedem Oasis" }, { title: "Onboarding flows for healthcare portal", category: "Product Design", year: "2022", services: "UX & UI design, Flow mapping, Accessibility review", client: "Regional healthcare network", imageRows: [ ["https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&q=80&w=1600"], ["https://images.unsplash.com/photo-1551190822-a9333d879a1f?auto=format&fit=crop&q=80&w=1600"] ], description: "End-to-end onboarding for a patient portal—clear consent steps, insurance verification, and appointment booking with WCAG-aligned patterns and plain-language microcopy.", outcome: "Reduced support tickets related to account setup and improved completion rates on critical registration steps.", credits: "Product Design: Sedem Oasis" }, { title: "Campaign toolkit for music festival series", category: "Brand Identity", year: "2019", services: "Campaign art direction, Social templates, Print & signage", client: "Music festival collective", imageRows: [ [ "https://images.unsplash.com/photo-1459749411175-04bf5292ceea?auto=format&fit=crop&q=80&w=1600", "https://images.unsplash.com/photo-1470229722913-7c0e2dbbafd3?auto=format&fit=crop&q=80&w=1600" ], ["https://images.unsplash.com/photo-1514525253161-7a46d19cd819?auto=format&fit=crop&q=80&w=1600"] ], description: "Modular visual toolkit for a recurring festival series—bold type, duotone photography, and plug-and-play layouts for posters, stages, and digital promotion.", outcome: "Faster turnaround for each city date while keeping a cohesive look across partners and sponsors.", credits: "Art direction: Sedem Oasis" } ]; const experimentItems = [ { title: "Streamlined checkout for regional retail chain", year: "2022", type: "Product Design", image: "https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&q=80&w=1200" }, { title: "Visual system for climate data nonprofit", year: "2021", type: "Brand Identity", image: "https://images.unsplash.com/photo-1617791160505-6f00504e3519?auto=format&fit=crop&q=80&w=1200" }, { title: "Mobile-first dashboard for field operations", year: "2023", type: "Product Design", image: "https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&q=80&w=1200" } ]; const AllWorks = () => (
{item.year} · {item.type}