This commit is contained in:
2026-07-16 05:48:12 -05:00
parent c36d46c3b3
commit e9be65df8c
558 changed files with 74087 additions and 75 deletions
+57
View File
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html class="wide wow-animation" lang="en">
<head>
<title>404 · Monica Dhillon</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="brand/favicon-32.png" type="image/x-icon">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Work+Sans:300,400,500,700,800%7CPoppins:300,400,700">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/style.css" id="main-styles-link">
<link rel="stylesheet" href="proposal.css">
</head>
<body>
<div class="proposal-banner">
<div><span class="tag">Proposal mockup</span> &nbsp; MKDRealtor.com — UX examples (not production)</div>
<div><a href="index.html">All screens</a></div>
</div>
<div class="page">
<section class="section section-single bg-gray-800 primary-overlay" style="background-image: url(images/bg-image-7.jpg);">
<div class="section-single-inner">
<div class="section-single-dummy"></div>
<div class="section-single-main">
<div class="container">
<div class="proposal-note" style="max-width:640px;margin:0 auto 24px;text-align:left">
<strong>UX note:</strong> Custom 404 for broken or removed URLs. Keeps visitor on-brand and offers a path home or to contact.
</div>
<div class="row row-30">
<div class="col-sm-6 text-center text-sm-left">
<p class="text-extra-large">404</p>
</div>
<div class="col-sm-6">
<div class="section-single-main-content">
<h6 class="title-decorated title-decorated-lg">Page not found</h6>
<p><span class="text-width-2">That page may have moved or the link is outdated. Lets get you back on track.</span></p>
<a class="button button-lg button-primary button-winona" href="public-home.html">Back to home</a>
<a class="button button-lg button-default-outline button-winona" href="public-contact.html" style="margin-left:8px">Contact Monica</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-minimal section-single-footer">
<div class="container">
<div class="footer-minimal-inner">
<a class="brand" href="public-home.html"><img src="brand/exit_logo.png" alt="EXIT Realty · Monica Dhillon" width="151" height="44"/></a>
<p class="rights"><span>&copy;&nbsp;</span><span>2026</span><span>&nbsp;</span><span>Monica Dhillon · MKDRealtor.com</span></p>
</div>
</div>
</div>
</div>
</section>
</div>
<script src="js/core.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>