updates
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Lead inbox · Portal · MKDRealtor.com</title>
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Work+Sans:300,400,500,700%7CPoppins:400,600,700">
|
||||
<link rel="stylesheet" href="proposal.css">
|
||||
</head>
|
||||
<body class="portal">
|
||||
<div class="proposal-banner">
|
||||
<div><span class="tag">Proposal mockup</span> MKDRealtor.com — UX examples (not production)</div>
|
||||
<div><a href="index.html">All screens</a></div>
|
||||
</div>
|
||||
<div class="portal-shell">
|
||||
<aside class="portal-sidebar">
|
||||
<a class="portal-brand" href="portal-dashboard.html"><img src="brand/exit_logo.png" alt="EXIT Realty"><span>MKDRealtor.com</span></a>
|
||||
<nav class="portal-nav">
|
||||
<div class="nav-section">Overview</div>
|
||||
<a class="" href="portal-dashboard.html">Dashboard</a>
|
||||
<a class="active" href="portal-leads.html">Leads</a>
|
||||
<a class="" href="portal-analytics.html">Analytics</a>
|
||||
<div class="nav-section">Outreach</div>
|
||||
<a class="" href="portal-contacts.html">Mailing list</a>
|
||||
<a class="" href="portal-campaign.html">Campaigns</a>
|
||||
<a class="" href="portal-postcard-designer.html">Postcard design</a>
|
||||
<div class="nav-section">Social</div>
|
||||
<a class="" href="portal-social.html">Compose & preview</a>
|
||||
<a class="" href="portal-social-accounts.html">Accounts</a>
|
||||
</nav>
|
||||
</aside>
|
||||
<div class="portal-main">
|
||||
<div class="portal-topbar">
|
||||
<h1>Lead inbox</h1>
|
||||
<div class="portal-user">Signed in as <strong>Monica Dhillon</strong> · <a href="portal-login.html" style="color:#00626c">Sign out</a></div>
|
||||
</div>
|
||||
<div class="portal-content">
|
||||
<div class="proposal-note"><strong>UX note:</strong> Lead lifecycle: new → contacted → won/lost. Source column shows UTM attribution when available.</div>
|
||||
|
||||
<div style="display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px;align-items:center">
|
||||
<input style="padding:8px 12px;border:1px solid #e3e8ef;min-width:200px" placeholder="Search leads…">
|
||||
<select style="padding:8px 12px;border:1px solid #e3e8ef"><option>All statuses</option><option>New</option><option>Contacted</option><option>Won</option><option>Lost</option></select>
|
||||
<select style="padding:8px 12px;border:1px solid #e3e8ef"><option>All sources</option><option>facebook</option><option>google</option><option>postcard</option><option>direct</option></select>
|
||||
</div>
|
||||
<div class="panel">
|
||||
<div class="panel-b" style="padding:0">
|
||||
<table class="table">
|
||||
<thead><tr><th>Lead</th><th>Interest</th><th>UTM / source</th><th>Status</th><th>Received</th></tr></thead>
|
||||
<tbody>
|
||||
<tr><td><a href="portal-lead-detail.html">Jordan Lee</a><br><span style="font-size:12px;color:#6b7280">jordan.lee@example.com</span></td><td>Buying</td><td>facebook / cpc / spring-open</td><td><span class="badge badge-new">New</span></td><td>Today 8:14a</td></tr>
|
||||
<tr><td><a href="portal-lead-detail.html">Sam Ortiz</a><br><span style="font-size:12px;color:#6b7280">sam.ortiz@example.com</span></td><td>Selling</td><td>google / organic / brand</td><td><span class="badge badge-contacted">Contacted</span></td><td>Yesterday</td></tr>
|
||||
<tr><td><a href="portal-lead-detail.html">Avery Chen</a><br><span style="font-size:12px;color:#6b7280">(555) 014-2291</span></td><td>Both</td><td>postcard / mail / march-mailer</td><td><span class="badge badge-new">New</span></td><td>Mon</td></tr>
|
||||
<tr><td><a href="portal-lead-detail.html">Riley Brooks</a><br><span style="font-size:12px;color:#6b7280">riley.b@example.com</span></td><td>Buying</td><td>instagram / social / reel-tour</td><td><span class="badge badge-won">Won</span></td><td>Last week</td></tr>
|
||||
<tr><td><a href="portal-lead-detail.html">Casey Ng</a><br><span style="font-size:12px;color:#6b7280">casey.ng@example.com</span></td><td>Selling</td><td>direct / (none)</td><td><span class="badge badge-lost">Lost</span></td><td>2 weeks ago</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user