Files
preview_sites/proposals/mobile-galaxy-gaming/mockup/portal-invoice-detail.html
T

76 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Invoice detail · Portal · Mobile Galaxy Gaming</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; Mobile Galaxy Gaming — 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">Mobile Galaxy Gaming<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="" href="portal-blog.html">Posts</a>
<div class="nav-section">Payments</div>
<a class="active" 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>Invoice detail</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> Status and payment history; resend pay link.</div>
<div class="split">
<div class="panel">
<div class="panel-h"><h2>INV-1042</h2><span class="badge badge-open">Open</span></div>
<div class="panel-b">
<p><strong>Customer:</strong> Jordan Lee</p>
<p><strong>Email:</strong> jordan@example.com</p>
<p><strong>Amount:</strong> $480.00</p>
<p><strong>Created:</strong> Mar 18, 2026</p>
<p><strong>Pay link:</strong> <a href="public-pay.html">public-pay.html</a></p>
<button class="btn btn-ghost btn-sm" type="button">Resend email</button>
</div>
</div>
<div class="panel">
<div class="panel-h"><h2>Activity</h2></div>
<div class="panel-b" style="font-size:14px">
<p>Mar 18 · Invoice created</p>
<p>Mar 18 · Pay-link email sent</p>
<p>Mar 19 · Customer opened email</p>
</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>