added first three mockups

This commit is contained in:
2026-07-20 05:38:53 -05:00
parent 4dce423c4f
commit f839df7863
864 changed files with 235286 additions and 1 deletions
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Direct mail campaign · 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="" href="portal-postcard-designer.html">Postcard design</a>
<a class="active" 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>Direct mail campaign</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> Recipient selection from contacts with postcard consent; vendor send.</div>
<div class="panel">
<div class="panel-h"><h2>Direct mail campaign</h2><a class="btn btn-sm btn-ghost" href="portal-postcard-designer.html">Edit design</a></div>
<div class="panel-b">
<form class="form-grid cols-2">
<div class="field"><label>Name</label><input value="Neighborhood just listed — March"></div>
<div class="field"><label>Piece</label><select><option>Walls tired? (4×6)</option></select></div>
<div class="field"><label>Recipients</label><select><option>Postcard-consent contacts (120)</option></select></div>
<div class="field"><label>Schedule</label><input type="date" value="2026-03-28"></div>
</form>
<p class="muted" style="margin:16px 0">Print + postage pass-through billed separately.</p>
<button class="btn btn-primary" type="button">Queue for print</button>
</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>