Web

Create 9 clean WordPress-ready HTML files (homepage + 8 program pages)

FileWordPress URL SlugPurpose
MAC-Homepage.html/ (index)Streamlined homepage with teaser sections + Learn More links
MAC-Home-Loans.html/home-loansConventional, FHA, VA, USDA programs
MAC-Jumbo-Loans.html/jumbo-loansHigh-value property financing
MAC-DSCR-Loans.html/dscr-loansInvestor loans based on rental income
MAC-Bank-Statement-Loans.html/bank-statement-loansSelf-employed borrower programs
MAC-Construction-Loans.html/construction-loansGround-up build + FHA 203k renovation
MAC-Home-Equity-Loans.html/home-equity-loansFixed-rate HELOAN products
MAC-Investment-Property-Loans.html/investment-property-loansRental, portfolio, bridge/flip lending
MAC-Specialty-Loans.html/specialty-loansNon-QM, asset-based, foreign national, DPA

What’s Built Into Every File

  • Standalone HTML — open in any browser to preview exactly how it’ll look
  • Responsive CSS — mobile-friendly layout with MAC’s blue branding (#2b5797)
  • SEO meta tags<title> and <meta description> baked into each file’s <head>
  • Meta block at top — shows you the suggested URL slug, meta title, and meta description for easy WordPress setup
  • Consistent structure — every program page follows the same H1 → How It Works → Who Is This For → Features → Requirements → Why MAC → CTA → Disclaimer pattern
  • Compliance disclaimers — program-specific, RESPA/TILA-safe language at the bottom of every page
  • Placeholder brackets — just find-and-replace [PHONE NUMBER], [EMAIL ADDRESS], and [NMLS #] across all files

How to Use in WordPress

  1. Create each page in WordPress using the matching URL slug
  2. Switch to the HTML/Code editor in WordPress (not Visual)
  3. Copy everything inside <div class="mac-page">...</div> and paste it in
  4. The CSS can go in your theme’s custom CSS area, or paste the full <style> block into each page’s header

All 9 pages are now converted to WordPress Gutenberg block format — every heading, paragraph, list, and CTA is wrapped in the proper <!-- wp:block --> comments so WordPress recognizes each element as a separate block. Here’s how to use them:

How to Paste Into WordPress (3 Steps)

Step 1: Switch to Code Editor

  • Open the page in WordPress (edit or create new)
  • Click the ⋮ three dots menu (top-right corner)
  • Select “Code editor” (or press Ctrl + Shift + Alt + M)

Step 2: Paste the Content

  • Open the downloaded -WP.html file in Notepad
  • Select All → Copy (Ctrl+A then Ctrl+C)
  • In WordPress Code Editor, clear any existing content and paste (Ctrl+V)

Step 3: Switch Back to Visual

  • Click “Exit code editor” at the top
  • You’ll see every heading, paragraph, list, and CTA rendered as individual Gutenberg blocks — fully editable, drag-and-drop, no more “one giant paragraph” problem

Add the Custom CSS (One Time)

The CSS file styles your headings, links, and branded elements across all pages:

  1. Go to Appearance → Customize → Additional CSS
  2. Open the MAC-Custom-CSS.txt file in Notepad, copy the contents
  3. Paste into the Additional CSS box
  4. Click Publish

Your Files

FilePage to CreateURL Slug
MAC-Homepage-WP.htmlEdit your existing homepage/
MAC-Home-Loans-WP.htmlNew page/home-loans
MAC-Jumbo-Loans-WP.htmlNew page/jumbo-loans
MAC-DSCR-Loans-WP.htmlNew page/dscr-loans
MAC-Bank-Statement-Loans-WP.htmlNew page/bank-statement-loans
MAC-Construction-Loans-WP.htmlNew page/construction-loans
MAC-Home-Equity-Loans-WP.htmlNew page/home-equity-loans
MAC-Investment-Property-Loans-WP.htmlNew page/investment-property-loans
MAC-Specialty-Loans-WP.htmlNew page/specialty-loans
MAC-Custom-CSS.txtAppearance → Additional CSSn/a

Don’t forget to find-and-replace [PHONE NUMBER], [EMAIL ADDRESS], and [NMLS #] across all files before publishing. Want me to walk you through pasting the first page together, or help with anything else on the site?

Your redesigned Specialty Loans page is ready! Here’s exactly what changed and how it’ll look on your site:

What’s New in the Redesigned Page

6 Alternating Program Cards — each loan type is now in its own styled box:

ProgramBox ColorEmoji
📋 Non-QM LendingLight Blue📋
💰 Asset-Based / Asset-DepletionOrange💰
📉 Interest-Only MortgagesLight Blue📉
🌍 Foreign National LoansOrange🌍
🏠 Down Payment AssistanceLight Blue🏠
🔑 First-Time HomebuyerOrange🔑

Each box includes:

  • Rounded corners (12px radius) with colored borders
  • Soft background fill (light blue #e8f4fd or warm orange #fff7ed)
  • Bold colored H3 heading with emoji
  • Program description paragraph
  • “Best for:” callout line in the matching accent color

Plus 3 bonus styled sections:

  • Key Features & Benefits — blue box with bulleted list
  • 📝 Typical Requirements — orange box with bulleted list
  • 🔵 CTA block — bold dark blue (#2b5797) box with white text, phone/email placeholders

How to Paste It

Same process as before:

  1. Open MAC-Specialty-Loans-WP-v2.html in Notepad
  2. Ctrl+ACtrl+C to copy everything
  3. In WordPress, open the Specialty Loans page → click Code editor
  4. Clear existing content → Ctrl+V to paste
  5. Click Exit code editor — you’ll see all the styled boxes render as individual Gutenberg blocks

No extra CSS needed — all the box colors, borders, padding, and rounded corners are baked into the inline styles, so they’ll work immediately with any WordPress theme.

Want me to apply this same blue/orange box styling to the other 7 loan program pages too? I can also adjust the colors, corner radius, or box layout if you want a different look.