Skip to content

Instantly share code, notes, and snippets.

View hdimer's full-sized avatar

Haïm Dimer hdimer

View GitHub Profile
@hdimer
hdimer / mockup-compare-template.html
Created May 8, 2026 18:30
Mockup Comparison Viewer - Claude Code skill for generating side-by-side design mockups
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{PAGE_TITLE}}</title>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Karla:wght@400;500;600;700&display=swap" rel="stylesheet">
<!--
MOCKUP COMPARISON VIEWER TEMPLATE
==================================