Files
preview_sites/proposals/paint-to-please/mockup/portal-postcard-designer.html
T
2026-07-20 05:38:53 -05:00

90 lines
4.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Postcard designer · Portal · Paint to Please</title>
<link rel="stylesheet" href="assets/css/ux-hub.css">
</head>
<body class="portal theme-paint">
<div class="proposal-banner">
<div><span class="tag">Proposal mockup</span> &nbsp; Paint to Please — UX examples (not production)</div>
<div><a href="ux-gallery.html">All screens</a> · <a href="pricing.html">Pricing</a></div>
</div>
<div class="portal-shell">
<aside class="portal-sidebar">
<a class="portal-brand" href="portal-dashboard.html">Paint to Please<span>Client portal</span></a>
<nav class="portal-nav">
<div class="nav-section">Overview</div>
<a class="" href="portal-dashboard.html">Dashboard</a>
<a class="" href="portal-leads.html">Leads</a>
<a class="" href="portal-analytics.html">UTM analytics</a>
<div class="nav-section">Email &amp; SMS</div>
<a class="" href="portal-contacts.html">Mailing list</a>
<a class="" href="portal-campaign.html">Campaigns</a>
<a class="" href="portal-campaign-report.html">Engagement</a>
<div class="nav-section">Direct mail</div>
<a class="active" href="portal-postcard-designer.html">Postcard design</a>
<a class="" href="portal-direct-mail.html">Mail campaigns</a>
<div class="nav-section">Blog</div>
<a class="" href="portal-blog.html">Posts</a>
<div class="nav-section">Payments</div>
<a class="" href="portal-invoices.html">Invoices</a>
<div class="nav-section">Social</div>
<a class="" href="portal-social.html">Compose</a>
<a class="" href="portal-social-calendar.html">Calendar</a>
<a class="" href="portal-social-accounts.html">Accounts</a>
<a class="" href="portal-social-ai.html">AI generator</a>
</nav>
</aside>
<div class="portal-main">
<div class="portal-topbar">
<h1>Postcard designer</h1>
<div class="portal-user">Signed in as <strong>Bill</strong> · <a href="portal-login.html">Sign out</a></div>
</div>
<div class="portal-content">
<div class="proposal-note"><strong>UX note:</strong> Size picker, reusable media library, live front/back preview.</div>
<div class="designer-layout">
<div>
<div class="panel">
<div class="panel-h"><h2>Size</h2></div>
<div class="panel-b">
<div class="size-grid">
<button type="button" class="size-option active"><div class="sz-name">4×6</div><div class="muted">Standard</div></button>
<button type="button" class="size-option"><div class="sz-name">6×9</div><div class="muted">Large</div></button>
<button type="button" class="size-option"><div class="sz-name">6×11</div><div class="muted">Jumbo</div></button>
<button type="button" class="size-option"><div class="sz-name">Square</div><div class="muted">6×6</div></button>
</div>
</div>
</div>
<div class="panel">
<div class="panel-h"><h2>Copy</h2></div>
<div class="panel-b form-grid">
<div class="field"><label>Headline</label><input value="Walls tired?"></div>
<div class="field"><label>Subline</label><input value="Interior painting · Wheaton · Paint to Please"></div>
<a class="btn btn-primary" href="portal-direct-mail.html">Use in campaign</a>
</div>
</div>
</div>
<div class="panel">
<div class="panel-h"><h2>Live preview — front</h2></div>
<div class="panel-b" style="display:flex;justify-content:center">
<div class="postcard">
<div class="postcard-media"></div>
<div class="postcard-copy">
<div class="postcard-headline">Walls tired?</div>
<div class="postcard-sub">Interior painting · Wheaton · Paint to Please</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="aiml-site-credit">Made by <a href="https://aimloperations.com" rel="noopener noreferrer" target="_blank">AI ML Operations, LLC</a></p>
</div>
</div>
</body>
</html>