40 lines
1.7 KiB
HTML
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 · Bob Bollweg Plumbing</title>
|
|
<link rel="stylesheet" href="assets/css/ux-hub.css">
|
|
</head>
|
|
<body class="">
|
|
<div class="proposal-banner">
|
|
<div><span class="tag">Proposal mockup</span> Bob Bollweg Plumbing — 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">Bob Bollweg Plumbing</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 Bob Bollweg Plumbing. 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>
|