Files
preview_sites/proposals/fix-and-fresh/mockup/public-under-construction.html
T

40 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Under construction · Fix&amp;Fresh</title>
<link rel="stylesheet" href="assets/css/ux-hub.css">
</head>
<body class="">
<div class="proposal-banner">
<div><span class="tag">Proposal mockup</span> &nbsp; Fix&amp;Fresh — UX examples (not production)</div>
<div><a href="ux-gallery.html">All screens</a> · <a href="pricing.html">Pricing</a></div>
</div>
<header class="public-nav">
<a class="brand" href="index.html">Fix&amp;Fresh</a>
<div class="links">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="public-blog.html">Blog</a>
<a href="portal-login.html">Portal</a>
</div>
</header>
<div class="public-simple">
<div class="proposal-note"><strong>UX note:</strong> Pre-launch / maintenance holding page with notify-me email.</div>
<div class="card" style="text-align:center;padding:48px 32px">
<h1 style="font-family:var(--display);margin:0 0 12px">Under construction</h1>
<p style="color:var(--muted)">We're finishing something new for Fix&amp;Fresh. Leave your email and we'll notify you.</p>
<form class="form-grid" style="max-width:360px;margin:24px auto 0" onsubmit="alert('Mock notify-me only');return false;">
<div class="field"><input type="email" placeholder="you@example.com" required></div>
<button class="btn btn-primary" type="submit">Notify me</button>
</form>
</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>
</body>
</html>