Files
preview_sites/proposals/happy-hauling-junk-removal/mockup/portal-blog-edit.html
T

69 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blog editor · Portal · Happy Hauling Junk Removal</title>
<link rel="stylesheet" href="assets/css/ux-hub.css">
</head>
<body class="portal">
<div class="proposal-banner">
<div><span class="tag">Proposal mockup</span> &nbsp; Happy Hauling Junk Removal — 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">Happy Hauling Junk Removal<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="" href="portal-direct-mail.html">Mail campaigns</a>
<div class="nav-section">Blog</div>
<a class="active" 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>Blog editor</h1>
<div class="portal-user">Signed in as <strong>Select Admin</strong> · <a href="portal-login.html">Sign out</a></div>
</div>
<div class="portal-content">
<div class="proposal-note"><strong>UX note:</strong> Create and edit posts; publish or keep as draft.</div>
<div class="panel">
<div class="panel-h"><h2>Edit post</h2>
<div><button class="btn btn-sm btn-ghost" type="button">Save draft</button>
<button class="btn btn-sm btn-primary" type="button">Publish</button></div>
</div>
<div class="panel-b form-grid">
<div class="field"><label>Title</label><input value="When to schedule an electrical safety inspection"></div>
<div class="field"><label>Slug</label><input value="when-to-schedule-electrical-safety-inspection"></div>
<div class="field"><label>Excerpt</label><textarea style="min-height:60px">How a safety inspection can catch problems before they become emergencies.</textarea></div>
<div class="field"><label>Body</label><textarea style="min-height:180px">Customers often wait too long. Here's what to watch for…
(Mock editor — production uses a rich text field.)</textarea></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>