3 Commits

Author SHA1 Message Date
3e113cadd8 Update index.html
All checks were successful
Deploy to Production / deploy (push) Successful in 3s
Tweaks to working of v2 site.
2026-06-10 09:30:00 -04:00
a0032d17fa Merge pull request 'V2 fixes: full-size wordmark logo in nav/footer, legible legal pages' (#20) from 2026-June-V2-Site-Fixes into main
All checks were successful
Deploy to Production / deploy (push) Successful in 3s
Reviewed-on: #20
2026-06-10 09:22:54 -04:00
7cdf96fbe9 V2 fixes: full-size wordmark logo in nav/footer, legible legal pages
- Nav and footer now use the logo SVG alone (it already contains the
  HOA LedgerIQ wordmark) at correct aspect ratio, dropping the
  redundant text spans and the 36x36 square sizing that shrank it
- Privacy and Terms pages: replaced V1 dark-theme inline colors
  (white headings, light gray body) with dark ink colors for the
  V2 white background

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 08:52:46 -04:00
4 changed files with 27 additions and 35 deletions

View File

@@ -71,10 +71,10 @@
"mainEntity": [
{ "@type": "Question", "name": "How long is the free trial?", "acceptedAnswer": { "@type": "Answer", "text": "Every plan includes a 14-day free trial. No credit card is required to explore the platform, and there are no setup fees or long-term contracts." } },
{ "@type": "Question", "name": "Is my financial data secure?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. HOA LedgerIQ uses bank-level 256-bit encryption in transit and at rest, with a complete signed audit trail on every transaction for CPA and reserve-study reviews." } },
{ "@type": "Question", "name": "Do I need to be an accountant to use it?", "acceptedAnswer": { "@type": "Answer", "text": "No. HOA LedgerIQ is designed for board treasurers, property managers, and homeowners — not just CPAs. The AI assistant answers complex financial questions in plain English." } },
{ "@type": "Question", "name": "Do I need to be an accountant to use it?", "acceptedAnswer": { "@type": "Answer", "text": "No. HOA LedgerIQ is designed for board treasurers, property managers, and board members — not just CPAs. The AI assistant answers complex financial questions in plain English." } },
{ "@type": "Question", "name": "Does it replace our reserve study?", "acceptedAnswer": { "@type": "Answer", "text": "It works alongside your existing reserve study. LedgerIQ keeps your funding plan live against actual cash flow, so the study stays useful between formal updates rather than going stale." } },
{ "@type": "Question", "name": "Can property management companies use it for multiple communities?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. The Professional and Enterprise plans support multiple communities under a single management workspace, with consolidated reporting across all properties." } },
{ "@type": "Question", "name": "How quickly can we get started?", "acceptedAnswer": { "@type": "Answer", "text": "Most communities are live in under 30 minutes. Connect your bank and investment accounts, upload prior-year financials, and the AI builds your initial forecast automatically." } }
{ "@type": "Question", "name": "Can property management companies use it for multiple communities?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. The Enterprise plan support multiple communities under a single management workspace, contact us for more details." } },
{ "@type": "Question", "name": "How quickly can we get started?", "acceptedAnswer": { "@type": "Answer", "text": "Most communities are live in under 30 minutes. Configure your bank and investment accounts, upload prior-year financials, and the AI builds your initial forecast automatically." } }
]
}
</script>
@@ -96,8 +96,7 @@
<header class="nav" id="nav">
<div class="nav-inner">
<a href="#top" class="nav-logo" aria-label="HOA LedgerIQ home">
<img src="logo_house.svg" alt="HOA LedgerIQ" class="logo-img" width="36" height="36" />
<span class="nav-brand">HOA LedgerIQ</span>
<img src="logo_house_transparent.svg" alt="HOA LedgerIQ" class="logo-img" width="132" height="36" />
</a>
<nav class="nav-links" id="navLinks" aria-label="Primary">
@@ -173,13 +172,13 @@
<div class="steps">
<article class="step">
<div class="step-num">1</div>
<h3>Connect your accounts</h3>
<p>Securely link your operating bank, reserve investments, and prior financials. No CSV gymnastics — most communities are live in under thirty minutes.</p>
<h3>Configure your accounts</h3>
<p>Define your operating bank, reserve investments, and prior financials. No CSV gymnastics — most communities are live in under thirty minutes.</p>
</article>
<article class="step">
<div class="step-num">2</div>
<h3>AI builds your forecast</h3>
<p>LedgerIQ analyzes spending patterns, reserve study commitments, and projected cash flow to surface a year-by-year funding plan you can actually defend at a board meeting.</p>
<p>LedgerIQ analyzes spending patterns, reserve study commitments, budget vs actuals, and projected cash flow to surface a year-by-year funding plan you can actually defend at a board meeting.</p>
</article>
<article class="step">
<div class="step-num">3</div>
@@ -269,7 +268,7 @@
<div class="container">
<p class="eyebrow eyebrow--center">Simple, transparent pricing</p>
<h2 class="section-title section-title--center">Pick the plan that fits your community.</h2>
<p class="section-sub">All plans include a 14-day free trial. No setup fees. No contracts.</p>
<p class="section-sub">All plans include a 14-day free trial. No setup fees. No contracts. Annual Discounts also available</p>
<div class="billing-toggle" role="tablist" aria-label="Billing interval">
<button class="billing-opt is-active" data-billing="month" role="tab" aria-selected="true">Monthly</button>
@@ -382,7 +381,7 @@
</details>
<details class="faq-item">
<summary>Do I need to be an accountant to use it?</summary>
<p>No. The platform is built for board treasurers, property managers, and homeowners — not just CPAs. The AI assistant answers complex financial questions in plain English.</p>
<p>No. The platform is built for board treasurers, property managers, and board members — not just CPAs. The AI assistant answers complex financial questions in plain English.</p>
</details>
<details class="faq-item">
<summary>Does it replace our reserve study?</summary>
@@ -390,7 +389,7 @@
</details>
<details class="faq-item">
<summary>Can property management firms manage multiple communities?</summary>
<p>Yes. The Professional and Enterprise plans support multiple communities in a single management workspace with consolidated reporting.</p>
<p>Yes. The Enterprise plan supports multiple communities in a single management workspace.</p>
</details>
<details class="faq-item">
<summary>How quickly can we get started?</summary>
@@ -421,8 +420,7 @@
<footer class="footer">
<div class="container footer-inner">
<div class="footer-brand">
<img src="logo_house.svg" alt="HOA LedgerIQ" class="logo-img" width="32" height="32" />
<span class="footer-brand-name">HOA LedgerIQ</span>
<img src="logo_house_transparent.svg" alt="HOA LedgerIQ" class="logo-img logo-img--footer" width="117" height="32" />
<p class="footer-tag">AI-powered HOA finance management.</p>
</div>
<div class="footer-cols">

View File

@@ -10,16 +10,16 @@
<link rel="stylesheet" href="styles.css" />
<style>
.legal-page { max-width: 800px; margin: 0 auto; padding: 60px 24px 100px; }
.legal-page h1 { font-size: 38px; font-weight: 900; color: #fff; margin-bottom: 8px; letter-spacing: -0.025em; }
.legal-meta { font-size: 13px; color: var(--gray-600); margin-bottom: 48px; }
.legal-page h2 { font-size: 20px; font-weight: 700; color: #fff; margin: 36px 0 10px; }
.legal-page p, .legal-page li { font-size: 15px; color: var(--gray-400); line-height: 1.75; margin-bottom: 12px; }
.legal-page h1 { font-size: 38px; font-weight: 900; color: #1d1d1f; margin-bottom: 8px; letter-spacing: -0.025em; }
.legal-meta { font-size: 13px; color: #6e6e73; margin-bottom: 48px; }
.legal-page h2 { font-size: 20px; font-weight: 700; color: #1d1d1f; margin: 36px 0 10px; }
.legal-page p, .legal-page li { font-size: 15px; color: #424245; line-height: 1.75; margin-bottom: 12px; }
.legal-page ul { padding-left: 20px; margin-bottom: 12px; }
.legal-page a { color: var(--blue); text-decoration: none; }
.legal-page a:hover { text-decoration: underline; }
.legal-divider { border: none; border-top: 1px solid rgba(255,255,255,0.07); margin: 40px 0; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gray-400); font-size: 14px; font-weight: 500; text-decoration: none; margin-bottom: 40px; transition: color 0.15s; }
.back-link:hover { color: #fff; }
.legal-divider { border: none; border-top: 1px solid #e5e5ea; margin: 40px 0; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: #6e6e73; font-size: 14px; font-weight: 500; text-decoration: none; margin-bottom: 40px; transition: color 0.15s; }
.back-link:hover { color: #1d1d1f; }
</style>
</head>
<!-- Google tag (gtag.js) -->

View File

@@ -205,13 +205,7 @@ img { max-width: 100%; height: auto; display: block; }
text-decoration: none;
flex-shrink: 0;
}
.logo-img { width: 36px; height: 36px; }
.nav-brand {
font-size: 17px;
font-weight: 700;
letter-spacing: -0.02em;
color: var(--ink);
}
.logo-img { height: 36px; width: auto; }
.nav-links {
display: flex;
align-items: center;
@@ -1258,7 +1252,7 @@ a.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg)
/* Legacy nav/footer aliases used by article pages */
.nav-btn { margin-left: 16px; padding: 9px 20px; font-size: 14px; }
.nav-login { margin-left: 8px; }
.logo-img--footer { width: 32px; height: 32px; }
.logo-img--footer { height: 32px; width: auto; }
.footer-logo p { font-size: 13.5px; color: var(--ink-muted); }
.footer-links { display: flex; gap: 48px; flex-wrap: wrap; }
.footer-col-title {

View File

@@ -10,16 +10,16 @@
<link rel="stylesheet" href="styles.css" />
<style>
.legal-page { max-width: 800px; margin: 0 auto; padding: 60px 24px 100px; }
.legal-page h1 { font-size: 38px; font-weight: 900; color: #fff; margin-bottom: 8px; letter-spacing: -0.025em; }
.legal-meta { font-size: 13px; color: var(--gray-600); margin-bottom: 48px; }
.legal-page h2 { font-size: 20px; font-weight: 700; color: #fff; margin: 36px 0 10px; }
.legal-page p, .legal-page li { font-size: 15px; color: var(--gray-400); line-height: 1.75; margin-bottom: 12px; }
.legal-page h1 { font-size: 38px; font-weight: 900; color: #1d1d1f; margin-bottom: 8px; letter-spacing: -0.025em; }
.legal-meta { font-size: 13px; color: #6e6e73; margin-bottom: 48px; }
.legal-page h2 { font-size: 20px; font-weight: 700; color: #1d1d1f; margin: 36px 0 10px; }
.legal-page p, .legal-page li { font-size: 15px; color: #424245; line-height: 1.75; margin-bottom: 12px; }
.legal-page ul { padding-left: 20px; margin-bottom: 12px; }
.legal-page a { color: var(--blue); text-decoration: none; }
.legal-page a:hover { text-decoration: underline; }
.legal-divider { border: none; border-top: 1px solid rgba(255,255,255,0.07); margin: 40px 0; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gray-400); font-size: 14px; font-weight: 500; text-decoration: none; margin-bottom: 40px; transition: color 0.15s; }
.back-link:hover { color: #fff; }
.legal-divider { border: none; border-top: 1px solid #e5e5ea; margin: 40px 0; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: #6e6e73; font-size: 14px; font-weight: 500; text-decoration: none; margin-bottom: 40px; transition: color 0.15s; }
.back-link:hover { color: #1d1d1f; }
</style>
</head>
<!-- Google tag (gtag.js) -->