What I Offer
Recent Work




About Me
Hi, I’m Elijah — a graphic designer from Barbados.
I love bringing ideas to life with eye-catching visuals. Whether crafting unique brand identities or eye-catching marketing materials, I bring creativity to every project. I specialize in logo and brand designs, business cards, marketing materials and much more.
My goal is to deliver affordable, high-quality designs that look great and make a lasting impact. A conversation is free, and could be the start of something great. Let’s talk!
What I've Done
Loading posts…
📝
`; const tags = (post.Tags||'').split(',').map(t=>t.trim()).filter(Boolean) .map(t=>`${t}`).join(''); if (isHero) { return ` ${imgEl}
`; } return ` ${post.Category||'Article'}${formatDate(post.Date)}
${post.Title}
${post.Excerpt||''}
${tags}
Read post → ${imgEl}
`; } function renderGrid() { const grid = document.getElementById('blog-grid'); const filtered = allPosts.filter(matchesFilter); if (!filtered.length) { grid.innerHTML = `${post.Category||'Article'}${formatDate(post.Date)}
${post.Title}
${post.Excerpt||''}
${tags}
Read post →No posts found. Try a different search or tag.
`; return; } grid.innerHTML = filtered.map((p, i) => cardHTML(p, i === 0)).join(''); grid.querySelectorAll('[data-id]').forEach(el => { const open = () => openModal(el.dataset.id); el.addEventListener('click', open); el.addEventListener('keydown', e => { if (e.key === 'Enter') open(); }); }); } function openModal(id) { const post = allPosts.find(p => p._id == id); if (!post) return; const img = document.getElementById('modal-img'); if (post.ImageURL) { img.src = post.ImageURL; img.alt = post.Title; img.style.display = 'block'; } else { img.style.display = 'none'; } document.getElementById('modal-category').textContent = post.Category || ''; document.getElementById('modal-title').textContent = post.Title; document.getElementById('modal-meta').textContent = `${formatDate(post.Date)}${post.Author ? ' · by ' + post.Author : ''}`; document.getElementById('modal-content').textContent = post.Body || post.Excerpt || ''; const tagsEl = document.getElementById('modal-tags'); const tags = (post.Tags||'').split(',').map(t=>t.trim()).filter(Boolean); tagsEl.innerHTML = tags.map(t=>`${t}`).join(''); document.getElementById('blog-modal').classList.add('open'); document.body.style.overflow = 'hidden'; // SEO: update page meta dynamically document.title = post.Title; let desc = document.querySelector('meta[name="description"]'); if (desc) desc.content = post.Excerpt || post.Title; } f caught you snooping...👀
★★★★★
"Amazing service! Highly recommend to anyone looking for quality."
- John Doe★★★★★
"Outstanding support and great results. Will definitely use again."
- Jane Smith★★★★★
"Great experience! Professional and efficient."
- Alex Brown













