Objectives
- Design and build a minimalistic, yet elegant portfolio website for a tattoo artist.
- Eliminate manual overhead by automating gift card sales, custom PDF creation, and email delivery to clients.
Front-end & Design
- Visuals: used line elements and expansive white space to mirror the artist’s “minimalist” and “fine-line” tattoo style.
- Interactions: Implemented GSAP ScrollTrigger for parallax effects and smooth scrolling to create a premium, fluid feel.
- UX: Created dedicated “Before & After” documentation pages, allowing the artist to send direct links to clients instead of manual instructions.
Gift card automatic generation
I replaced a manual payment process with a serverless architecture using Cloudflare Workers:
- A Worker listens for successful Stripe checkout events.
- A second Worker takes a pre-designed PDF template and programmatically writes the specific value, unique code, and expiration date onto the file.
- The system automatically emails the generated PDF to the customer via Mailjet API.
- The Worker pushes all transaction data (Value, Code, Date, User Email) to a Google Sheet where the artist can track coupons.
Setup configuration
Helped to setup Stripe account, Google Business profile, and configured Google Indexing to ensure the site was searchable and ready from day one of launch.