This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Team Jake CMG Home Loans • Monthly Payment Calculator</title> | |
<style> | |
:root{ | |
--bg:#0b0f1a; --panel:#121a2a; --muted:#93a4c4; --ink:#e9f0ff; --brand:#7cc4ff; --accent:#ffe082; | |
--ok:#22c55e; --warn:#f59e0b; --red:#ef4444; --card:#0f1523; --line:#22304a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Team Jake CMG Home Loans • Monthly Payment Calculator</title> | |
<style> | |
:root{ | |
--bg:#0b0f1a; --panel:#121a2a; --muted:#93a4c4; --ink:#e9f0ff; --brand:#7cc4ff; --accent:#ffe082; | |
--ok:#22c55e; --warn:#f59e0b; --red:#ef4444; --card:#0f1523; --line:#22304a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Alta Homes • FHA Mortgage Calculator (Fixed 70% Assessed Tax)</title> | |
<style> | |
:root{ | |
--bg:#0b0f1a; --panel:#121a2a; --muted:#93a4c4; --ink:#e9f0ff; --brand:#7cc4ff; --accent:#ffe082; | |
--ok:#22c55e; --warn:#f59e0b; --red:#ef4444; --card:#0f1523; --line:#22304a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Alta Homes • FHA Mortgage Calculator (Fixed 70% Assessed Tax)</title> | |
<style> | |
:root{ | |
--bg:#0b0f1a; --panel:#121a2a; --muted:#93a4c4; --ink:#e9f0ff; --brand:#7cc4ff; --accent:#ffe082; | |
--ok:#22c55e; --warn:#f59e0b; --red:#ef4444; --card:#0f1523; --line:#22304a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |
<title>Alta Homes • FHA Mortgage Calculator</title> | |
<style> | |
:root{ | |
--bg:#f7f7fb; | |
--card:#ffffff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |
<title>Alta Homes • FHA Mortgage Calculator</title> | |
<style> | |
body{font-family:sans-serif;padding:2rem;background:#f7f7f7;color:#333} | |
.wrap{max-width:900px;margin:auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.1)} | |
h1{font-size:1.5rem;margin-top:0} |