@import url(‘https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Work+Sans:wght@300;400;500;600;700&display=swap’);
:root {
–dmf-teal: #0e6469;
–dmf-teal-hover: #0a4a4e;
–dmf-teal-light: #d6e4e3;
–dmf-bg: #f7f5f0;
–dmf-surface: #fcfbf8;
–dmf-surface-2: #f0ece5;
–dmf-border: #d8d2c8;
–dmf-divider: #e6e1d8;
–dmf-text: #262117;
–dmf-muted: #6f685f;
–dmf-faint: #9a9388;
–dmf-radius: 1rem;
–dmf-font-display: ‘Instrument Serif’, Georgia, serif;
–dmf-font-body: ‘Work Sans’, Arial, sans-serif;
–dmf-transition: 180ms cubic-bezier(0.16,1,0.3,1);
}
Short, useful mortgage updates without the stiff corporate website feel.
This version is designed more like a personal blog than a polished company homepage. It gives you a place to post weekly mortgage notes, market takes, quick breakdowns, and educational pieces you can also email out through your newsletter workflow.
Dmetri Ford is a licensed mortgage broker with 13 years of experience. He hangs his license at E Mortgage Capital, Inc. and is licensed in California, Arizona, Oregon, New Hampshire, and Maine. NMLS #1068387.
Featured update
This area is meant for your newest market post, rate breakdown, or opinion piece of the week.
What buyers are getting wrong about rates, inventory, and timing right now
Use this larger feature slot for the post you are emailing out that week. It should feel like the top story on the page, with a sharper headline, a short intro, and a clear read-more path once you wire this into your final publishing system.
How to use this section
Drop in the same article you publish in Beehiiv or on your future CMS. This layout is intentionally informal and editorial so it reads like a running note from a broker, not a corporate landing page.
Recent posts
These cards are set up like a blog archive, so the homepage feels like a stream of useful updates rather than a services website.
Why a lower rate does not always mean the better mortgage move
Use this type of post for quick strategy pieces that explain the real tradeoffs behind payment, credits, buydowns, and timing.
What I would tell a San Diego buyer who is waiting for the perfect market
This is a good format for conversational market commentary that real estate partners can forward to clients without it sounding overly salesy.
Three mortgage questions I keep hearing this week
Use shorter FAQ-style posts for educational search traffic and quick email-friendly updates.
About this blog
This is meant to be the informal content side of your brand, separate from the fuller company website you plan to build later. The tone is more conversational, more useful, and more article-driven.
- Weekly mortgage updates that can live publicly on the web.
- Simple article archive for SEO, GEO, and easy sharing.
- A cleaner place to send Realtor partners after an email blast.
- Educational content that feels personal instead of corporate.
Broker details
Dmetri Ford is a licensed mortgage broker with E Mortgage Capital, Inc., based in San Diego and licensed in the following states.
Arizona
Oregon
New Hampshire
Maine
NMLS #1068387. Before publishing live, you should still add your preferred contact info, brokerage-required disclosures, and any compliance language needed for your licensed states and company policies.
(function() {
var themeBtn = document.getElementById(‘dmf-theme-btn’);
var isDark = false;
function setTheme(dark) {
isDark = dark;
var sections = document.querySelectorAll(‘section, header.dmf-header, footer’);
sections.forEach(function(s) { s.style.background = dark ? ‘#171614’ : ”; });
document.documentElement.style.background = dark ? ‘#171614’ : ”;
if (themeBtn) {
themeBtn.innerHTML = dark
? ”
: ”;
}
}
if (themeBtn) { themeBtn.addEventListener(‘click’, function() { setTheme(!isDark); }); }
var modal = document.getElementById(‘dmf-rates-modal’);
var openBtn = document.getElementById(‘dmf-open-rates’);
var closeBtn = document.getElementById(‘dmf-close-modal’);
function openModal() { if (modal) { modal.style.display = ‘flex’; modal.setAttribute(‘aria-hidden’,’false’); document.body.style.overflow = ‘hidden’; } }
function closeModal() { if (modal) { modal.style.display = ‘none’; modal.setAttribute(‘aria-hidden’,’true’); document.body.style.overflow = ”; } }
if (openBtn) { openBtn.addEventListener(‘click’, openModal); }
if (closeBtn) { closeBtn.addEventListener(‘click’, closeModal); }
if (modal) {
modal.addEventListener(‘click’, function(e) { if (e.target === modal) closeModal(); });
document.addEventListener(‘keydown’, function(e) { if (e.key === ‘Escape’) closeModal(); });
}
})();