The One-page - Financial Plan A Simple Way To Be Smart About Your Money Pdf
<!-- MINDSET / SUMMARY --> <div class="footer-note"> <span style="font-weight:700;">🧾 The One-Page Financial Plan philosophy:</span> Financial freedom isn’t about complex spreadsheets — it's about consistent habits, automated systems, and peace of mind. Review this page monthly, track small wins, and stay flexible. <div style="margin-top: 12px; font-size: 0.75rem;">💡 “Do not save what is left after spending, but spend what is left after saving.” — Warren Buffett</div> </div>
<div style="font-size: 0.7rem; text-align: right; margin-top: 1rem; color: #8ba0ae; border-top: 1px solid #eef2f8; padding-top: 0.8rem;"> Your personal snapshot · Last updated: <span id="liveDate"></span> </div> </div>
.btn-group display: flex; justify-content: flex-end; gap: 1rem; margin-top: 1.5rem; margin-bottom: 1rem; !-- MINDSET / SUMMARY -->
.finance-card background: #f9fbfd; border-radius: 20px; padding: 1.2rem 1.4rem; margin-bottom: 1.4rem; box-shadow: 0 2px 6px rgba(0,0,0,0.02), 0 1px 2px rgba(0,0,0,0.03); border: 1px solid #eef2f8;
<div class="finance-card"> <h3><span class="badge-icon">🎯</span> Top 3 Money Priorities</h3> <ul class="rule-list"> <li><strong>Emergency cushion:</strong> Build $10k – $15k (3–6 months expenses)</li> <li><strong>Kill high-interest debt</strong> (credit cards / personal loans)</li> <li><strong>Automate 15%+ to retirement</strong> (401k, Roth IRA, or index funds)</li> </ul> </div> </div> 🧾 The One-Page Financial Plan philosophy:<
.progress-fill background: #2c8c4a; width: 0%; height: 100%; border-radius: 20px;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>One-Page Financial Plan | Simple & Smart Money Guide</title> <!-- html2pdf library for direct PDF generation --> <script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js" integrity="sha512-GsLlZN/3F2ErC5ifS5QtgpiJtWd43JWSuIgh7mbzZ8zBps+dvLusV+eNQATqgA/HdeKFVgA5v3S/cIrLF7QnIg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <style> * margin: 0; padding: 0; box-sizing: border-box; track small wins
.section-title font-size: 1.3rem; font-weight: 700; color: #1a472a; border-bottom: 3px solid #9bc4a2; display: inline-block; margin-bottom: 1rem; padding-bottom: 0.25rem;