Emma Jayne Peck

Graphic Designer

I make things look
Then I make them make sense.

Emma Jayne Peck Pictured: Me (figuring it out)

About

Hey folks, I'm Emma! Graphic designer by trade, developer by ambition, overthinker by nature.
My background is in visual identity, digital + print media, and presentation design. Now I'm expanding into web design and AI-assisted workflows.

The creative industry is shifting fast. I'd rather be learning than waiting to see what happens.

Even if I'm figuring it out as I go.

Ask me anything

SELECTED WORK

My playground

No clients, no briefs, no constraints. Just self-set challenges to keep the creative muscle sharp.

View Projects
WHAT I BRING

The toolkit

Everything I use, all in one place. Click around.

BRAND IDENTITY

Logos, brand guidelines, colour systems, typography. The stuff that makes everything else look like it belongs together.

Adobe CC Procreate
Figma Firefly
PRINT
DIGITAL
AI

Thanks for stopping by.

Get in touch
function toggleCol(clickedCol) { var isMobile = window.matchMedia('(max-width: 900px)').matches; var cols = document.querySelectorAll('.table-col'); cols.forEach(function(col) { var body = col.querySelector('.col-body'); var icon = col.querySelector('[data-lucide]'); if (col === clickedCol) { // On mobile: toggle open/closed. On desktop: always open if (isMobile && col.classList.contains('active')) { col.classList.remove('active'); if (body) body.classList.add('hidden'); if (icon) icon.setAttribute('data-lucide', 'chevron-down'); } else { col.classList.add('active'); if (body) body.classList.remove('hidden'); if (icon) icon.setAttribute('data-lucide', 'chevron-up'); } } else { col.classList.remove('active'); if (body) body.classList.add('hidden'); if (icon) icon.setAttribute('data-lucide', 'chevron-down'); } }); lucide.createIcons(); }