|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Colophon
Hand-coded responsive HTML email. This fictional receipt for Sugar & Sprinkle — a sample bakery brand — was built as a portfolio project. All customer details, order data, pricing, business information, and links are sample content used for demonstration.
Table-based structure, inline + embedded CSS, MSO/VML fallbacks for Outlook, accessible alt text, mobile-first stacking, and Liquid-style dynamic order data with item loops and conditional discount/delivery logic — no framework, no preprocessor, no build step.
Liquid templating
{% for item in order.items %}
<tr class="item {% if forloop.last %}last{% endif %}">
<td>{{ item.name }} — Qty {{ item.quantity }}</td>
<td>${{ item.price }}</td>
</tr>
{% endfor %}
View full template source on GitHub
Desktop — full capture scroll within the frame to see the full render
Mobile — full capture scroll within the frame to see the full render
Sugar & Sprinkle is a fictional brand created as an HTML email development project. No order, customer, transaction, product, pickup window, or business detail referenced in this email is real.
Cupcake imagery generated with Grok Imagine.