542 lines
33 KiB
HTML
542 lines
33 KiB
HTML
SafeValue must use [property]=binding:
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Expense Tracking</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="page-wrapper">
|
|
<div class="nav-1-wrapper"><nav class="nav-1-navbar"><div class="nav-1-logo">WealthPilot</div><ul class="nav-1-nav-links"><li><a href="home.html">Dashboard</a></li><li><a href="about.html">About Us</a></li><li><a href="contact.html">Contact</a></li><li><a href="services.html">Features</a></li><li><a href="faq.html">FAQs</a></li><li class="nav-1-dropdown"><a href="#">More<i class="fas fa-chevron-down"><i class="fas fa-chevron-down">🔽</i></i></a></li></ul><div class="nav-1-nav-actions"><button class="nav-1-btn nav-1-outline">Join Now</button><button class="nav-1-btn nav-1-solid">Login</button></div></nav></div>
|
|
<div class="text-1-wrapper"><section class="text-1-section"><p class="text-1-tagline">Intelligent Finance, Simplified.</p><h2 class="text-1-heading">Master Your Money with AI-Powered Precision</h2><p class="text-1-description">Connect all your bank accounts and investments securely. Track expenses effortlessly, forecast your savings goals, and gain personalized, AI-driven investment advice to grow your wealth.</p><div class="text-1-button-group"><button class="text-1-btn text-1-solid">Start for Free</button><button class="text-1-btn text-1-outline">Explore Features</button></div></section></div>
|
|
<section id="transaction-list" class="transaction-list-section">
|
|
<div class="container">
|
|
<h2 class="section-title">Transaction History</h2>
|
|
|
|
<div class="transaction-controls">
|
|
<div class="filter-group">
|
|
<input type="date" class="date-filter" aria-label="Filter by start date">
|
|
<input type="date" class="date-filter" aria-label="Filter by end date">
|
|
<select class="account-filter" aria-label="Filter by account">
|
|
<option value="">All Accounts</option>
|
|
<option value="checking">Checking Account</option>
|
|
<option value="savings">Savings Account</option>
|
|
<option value="credit-card">Credit Card</option>
|
|
</select>
|
|
<select class="category-filter" aria-label="Filter by category">
|
|
<option value="">All Categories</option>
|
|
<option value="food">Food & Drink</option>
|
|
<option value="transport">Transportation</option>
|
|
<option value="housing">Housing</option>
|
|
<option value="income">Income</option>
|
|
</select>
|
|
</div>
|
|
<div class="search-group">
|
|
<input type="search" placeholder="Search transactions..." class="search-input" aria-label="Search transactions">
|
|
<button class="search-button">Search</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="table-responsive-wrapper">
|
|
<table class="transaction-table">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Date</th>
|
|
<th scope="col">Description</th>
|
|
<th scope="col">Category</th>
|
|
<th scope="col">Account</th>
|
|
<th scope="col">Amount</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td data-label="Date">2023-10-26</td>
|
|
<td data-label="Description">Starbucks Coffee</td>
|
|
<td data-label="Category">Food & Drink</td>
|
|
<td data-label="Account">Checking Account</td>
|
|
<td data-label="Amount" class="amount expense">-$5.50</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-25</td>
|
|
<td data-label="Description">Monthly Salary</td>
|
|
<td data-label="Category">Income</td>
|
|
<td data-label="Account">Savings Account</td>
|
|
<td data-label="Amount" class="amount income">+$3,500.00</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-24</td>
|
|
<td data-label="Description">Grocery Store A</td>
|
|
<td data-label="Category">Groceries</td>
|
|
<td data-label="Account">Credit Card</td>
|
|
<td data-label="Amount" class="amount expense">-$78.25</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-24</td>
|
|
<td data-label="Description">Online Subscription Service</td>
|
|
<td data-label="Category">Entertainment</td>
|
|
<td data-label="Account">Checking Account</td>
|
|
<td data-label="Amount" class="amount expense">-$12.99</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-23</td>
|
|
<td data-label="Description">Utility Bill - Electricity</td>
|
|
<td data-label="Category">Utilities</td>
|
|
<td data-label="Account">Checking Account</td>
|
|
<td data-label="Amount" class="amount expense">-$120.00</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-22</td>
|
|
<td data-label="Description">Local Restaurant Dinner</td>
|
|
<td data-label="Category">Dining Out</td>
|
|
<td data-label="Account">Credit Card</td>
|
|
<td data-label="Amount" class="amount expense">-$45.75</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-21</td>
|
|
<td data-label="Description">ATM Withdrawal</td>
|
|
<td data-label="Category">Cash</td>
|
|
<td data-label="Account">Checking Account</td>
|
|
<td data-label="Amount" class="amount expense">-$100.00</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-20</td>
|
|
<td data-label="Description">Investment Transfer</td>
|
|
<td data-label="Category">Investments</td>
|
|
<td data-label="Account">Savings Account</td>
|
|
<td data-label="Amount" class="amount expense">-$500.00</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="pagination-controls">
|
|
<button class="pagination-button prev-page" disabled>Previous</button>
|
|
<span class="page-info">Page 1 of 5</span>
|
|
<button class="pagination-button next-page">Next</button>
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Spending Categories Chart</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<section class="section-spending-categories" aria-labelledby="spendingCategoriesTitle">
|
|
<header class="section-spending-categories__header">
|
|
<h2 id="spendingCategoriesTitle" class="section-spending-categories__title">Spending Categories Chart</h2>
|
|
<div class="section-spending-categories__controls" role="group" aria-label="Chart time period selector">
|
|
<button type="button" class="button button--active">Last 30 Days</button>
|
|
<button type="button" class="button">This Month</button>
|
|
<button type="button" class="button">Last Month</button>
|
|
<button type="button" class="button">Last 90 Days</button>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="section-spending-categories__content">
|
|
<div class="chart-container" role="img" aria-label="Spending categories pie chart placeholder">
|
|
<p class="chart-placeholder-text">Placeholder for interactive Pie/Donut Chart (e.g., Chart.js, D3.js)</p>
|
|
</div>
|
|
|
|
<aside class="chart-legend" aria-label="Spending categories legend">
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-0"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Food & Dining</span>
|
|
<span class="legend-amount">$750.25</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-1"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Utilities</span>
|
|
<span class="legend-amount">$320.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-2"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Transportation</span>
|
|
<span class="legend-amount">$280.50</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-3"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Shopping</span>
|
|
<span class="legend-amount">$210.70</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-4"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Entertainment</span>
|
|
<span class="legend-amount">$150.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-5"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Healthcare</span>
|
|
<span class="legend-amount">$95.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-6"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Education</span>
|
|
<span class="legend-amount">$50.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-7"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Other</span>
|
|
<span class="legend-amount">$120.30</span>
|
|
</div>
|
|
</div>
|
|
<!-- Add more legend items dynamically as needed -->
|
|
</aside>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Budgeting Tools - [Your Website Name]</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<section id="budgeting-tools" class="budgeting-tools-section">
|
|
<div class="container">
|
|
<h2>Your Comprehensive Budgeting & Financial Tools</h2>
|
|
<p class="section-description">
|
|
Gain clarity and control over your finances. Our powerful budgeting tools help you track every dollar,
|
|
understand your spending habits, and plan for a secure future with ease.
|
|
</p>
|
|
|
|
<div class="features-grid">
|
|
<article class="feature-card">
|
|
<span class="icon">💰</span> <!-- Money bag icon -->
|
|
<h3>Expense Tracking</h3>
|
|
<p>Automatically categorize and track all your spending. See where your money goes with clear, intuitive dashboards.</p>
|
|
</article>
|
|
|
|
<article class="feature-card">
|
|
<span class="icon">📈</span> <!-- Chart icon -->
|
|
<h3>Income & Budget Planning</h3>
|
|
<p>Set realistic budgets based on your income and goals. Get alerts and insights to stay on track.</p>
|
|
</article>
|
|
|
|
<article class="feature-card">
|
|
<span class="icon">💸</span> <!-- Banknotes icon -->
|
|
<h3>Account & Investment Linking</h3>
|
|
<p>Connect all your bank accounts, credit cards, and investments using secure APIs for a unified financial view.</p>
|
|
</article>
|
|
|
|
<article class="feature-card">
|
|
<span class="icon">💡</span> <!-- Lightbulb icon -->
|
|
<h3>Savings & Debt Forecasting</h3>
|
|
<p>Project your savings growth and debt reduction. Understand the impact of different financial decisions.</p>
|
|
</article>
|
|
|
|
<article class="feature-card">
|
|
<span class="icon">🤖</span> <!-- Robot face icon -->
|
|
<h3>AI-Driven Insights</h3>
|
|
<p>Receive personalized advice and smart recommendations to optimize your spending and investment strategies.</p>
|
|
</article>
|
|
|
|
<article class="feature-card">
|
|
<span class="icon">📉</span> <!-- Bar chart decreasing icon -->
|
|
<h3>Financial Health Score</h3>
|
|
<p>Get a holistic view of your financial well-being with a simple, actionable financial health score.</p>
|
|
</article>
|
|
</div>
|
|
|
|
<div class="cta-section">
|
|
<h3>Ready to Take Control of Your Money?</h3>
|
|
<p>Join thousands of users who are achieving their financial goals with our intuitive platform.</p>
|
|
<a href="#signup" class="cta-button">Get Started Today</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
</body>
|
|
</html>
|
|
<div class="footer-1-wrapper"><section class="footer-1-section"><div class="footer-1-top"><div class="footer-1-brand"><h3 class="footer-1-logo">WealthFlow AI</h3><p class="footer-1-newsletter-text">Unlock your financial potential. Subscribe for exclusive insights and updates on smart money management.</p><div class="footer-1-newsletter-form"><input type="email" placeholder="Enter your email"></input><button class="footer-1-subscribe-btn">Subscribe</button></div><p class="footer-1-privacy-note"><span>By subscribing you agree to our </span><a href="#">Privacy Policy</a><span> and consent to receive updates and financial insights from WealthFlow AI.</span></p></div><div class="footer-1-columns"><div class="footer-1-column"><h4>Our Features</h4><ul><li><a href="#">Expense Tracking</a></li><li><a href="#">Investment Insights</a></li><li><a href="#">Savings Forecast</a></li><li><a href="#">AI-Driven Advice</a></li><li><a href="#">Account Sync</a></li></ul></div><div class="footer-1-column"><h4>Company</h4><ul><li><a href="#">About Us</a></li><li><a href="#">Blog</a></li><li><a href="#">Careers</a></li><li><a href="#">Press</a></li><li><a href="#">Contact</a></li></ul></div><div class="footer-1-column footer-1-social"><h4>Connect With Us</h4><ul><li><i class="fab fa-facebook"></i><span>Facebook</span></li><li><i class="fab fa-instagram"></i><span>Instagram</span></li><li><i class="fab fa-x-twitter"></i><span>X (Twitter)</span></li><li><i class="fab fa-linkedin"></i><span>LinkedIn</span></li><li><i class="fab fa-youtube"></i><span>YouTube</span></li></ul></div></div></div><div class="footer-1-bottom"><p>© 2023 WealthFlow AI. All rights reserved.</p><ul class="footer-1-links"><li><a href="#">Privacy Policy</a></li><li><a href="#">Terms of Service</a></li><li><a href="#">Cookie Settings</a></li></ul></div></section></div>
|
|
<div class="nav-1-wrapper"><nav class="nav-1-navbar"><div class="nav-1-logo">WealthPilot</div><ul class="nav-1-nav-links"><li><a href="home.html">Dashboard</a></li><li><a href="about.html">About Us</a></li><li><a href="contact.html">Contact</a></li><li><a href="services.html">Features</a></li><li><a href="faq.html">FAQs</a></li><li class="nav-1-dropdown"><a href="#">More<i class="fas fa-chevron-down"><i class="fas fa-chevron-down">🔽</i></i></a></li></ul><div class="nav-1-nav-actions"><button class="nav-1-btn nav-1-outline">Join Now</button><button class="nav-1-btn nav-1-solid">Login</button></div></nav></div>
|
|
<div class="text-1-wrapper"><section class="text-1-section"><p class="text-1-tagline">Intelligent Finance, Simplified.</p><h2 class="text-1-heading">Master Your Money with AI-Powered Precision</h2><p class="text-1-description">Connect all your bank accounts and investments securely. Track expenses effortlessly, forecast your savings goals, and gain personalized, AI-driven investment advice to grow your wealth.</p><div class="text-1-button-group"><button class="text-1-btn text-1-solid">Start for Free</button><button class="text-1-btn text-1-outline">Explore Features</button></div></section></div>
|
|
<section id="transaction-list" class="transaction-list-section">
|
|
<div class="container">
|
|
<h2 class="section-title">Transaction History</h2>
|
|
|
|
<div class="transaction-controls">
|
|
<div class="filter-group">
|
|
<input type="date" class="date-filter" aria-label="Filter by start date">
|
|
<input type="date" class="date-filter" aria-label="Filter by end date">
|
|
<select class="account-filter" aria-label="Filter by account">
|
|
<option value="">All Accounts</option>
|
|
<option value="checking">Checking Account</option>
|
|
<option value="savings">Savings Account</option>
|
|
<option value="credit-card">Credit Card</option>
|
|
</select>
|
|
<select class="category-filter" aria-label="Filter by category">
|
|
<option value="">All Categories</option>
|
|
<option value="food">Food & Drink</option>
|
|
<option value="transport">Transportation</option>
|
|
<option value="housing">Housing</option>
|
|
<option value="income">Income</option>
|
|
</select>
|
|
</div>
|
|
<div class="search-group">
|
|
<input type="search" placeholder="Search transactions..." class="search-input" aria-label="Search transactions">
|
|
<button class="search-button">Search</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="table-responsive-wrapper">
|
|
<table class="transaction-table">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Date</th>
|
|
<th scope="col">Description</th>
|
|
<th scope="col">Category</th>
|
|
<th scope="col">Account</th>
|
|
<th scope="col">Amount</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td data-label="Date">2023-10-26</td>
|
|
<td data-label="Description">Starbucks Coffee</td>
|
|
<td data-label="Category">Food & Drink</td>
|
|
<td data-label="Account">Checking Account</td>
|
|
<td data-label="Amount" class="amount expense">-$5.50</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-25</td>
|
|
<td data-label="Description">Monthly Salary</td>
|
|
<td data-label="Category">Income</td>
|
|
<td data-label="Account">Savings Account</td>
|
|
<td data-label="Amount" class="amount income">+$3,500.00</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-24</td>
|
|
<td data-label="Description">Grocery Store A</td>
|
|
<td data-label="Category">Groceries</td>
|
|
<td data-label="Account">Credit Card</td>
|
|
<td data-label="Amount" class="amount expense">-$78.25</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-24</td>
|
|
<td data-label="Description">Online Subscription Service</td>
|
|
<td data-label="Category">Entertainment</td>
|
|
<td data-label="Account">Checking Account</td>
|
|
<td data-label="Amount" class="amount expense">-$12.99</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-23</td>
|
|
<td data-label="Description">Utility Bill - Electricity</td>
|
|
<td data-label="Category">Utilities</td>
|
|
<td data-label="Account">Checking Account</td>
|
|
<td data-label="Amount" class="amount expense">-$120.00</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-22</td>
|
|
<td data-label="Description">Local Restaurant Dinner</td>
|
|
<td data-label="Category">Dining Out</td>
|
|
<td data-label="Account">Credit Card</td>
|
|
<td data-label="Amount" class="amount expense">-$45.75</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-21</td>
|
|
<td data-label="Description">ATM Withdrawal</td>
|
|
<td data-label="Category">Cash</td>
|
|
<td data-label="Account">Checking Account</td>
|
|
<td data-label="Amount" class="amount expense">-$100.00</td>
|
|
</tr>
|
|
<tr>
|
|
<td data-label="Date">2023-10-20</td>
|
|
<td data-label="Description">Investment Transfer</td>
|
|
<td data-label="Category">Investments</td>
|
|
<td data-label="Account">Savings Account</td>
|
|
<td data-label="Amount" class="amount expense">-$500.00</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="pagination-controls">
|
|
<button class="pagination-button prev-page" disabled="">Previous</button>
|
|
<span class="page-info">Page 1 of 5</span>
|
|
<button class="pagination-button next-page">Next</button>
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Spending Categories Chart</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
<div class="container">
|
|
<section class="section-spending-categories" aria-labelledby="spendingCategoriesTitle">
|
|
<header class="section-spending-categories__header">
|
|
<h2 id="spendingCategoriesTitle" class="section-spending-categories__title">Spending Categories Chart</h2>
|
|
<div class="section-spending-categories__controls" role="group" aria-label="Chart time period selector">
|
|
<button type="button" class="button button--active">Last 30 Days</button>
|
|
<button type="button" class="button">This Month</button>
|
|
<button type="button" class="button">Last Month</button>
|
|
<button type="button" class="button">Last 90 Days</button>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="section-spending-categories__content">
|
|
<div class="chart-container" role="img" aria-label="Spending categories pie chart placeholder">
|
|
<p class="chart-placeholder-text">Placeholder for interactive Pie/Donut Chart (e.g., Chart.js, D3.js)</p>
|
|
</div>
|
|
|
|
<aside class="chart-legend" aria-label="Spending categories legend">
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-0"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Food & Dining</span>
|
|
<span class="legend-amount">$750.25</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-1"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Utilities</span>
|
|
<span class="legend-amount">$320.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-2"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Transportation</span>
|
|
<span class="legend-amount">$280.50</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-3"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Shopping</span>
|
|
<span class="legend-amount">$210.70</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-4"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Entertainment</span>
|
|
<span class="legend-amount">$150.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-5"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Healthcare</span>
|
|
<span class="legend-amount">$95.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-6"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Education</span>
|
|
<span class="legend-amount">$50.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="legend-item">
|
|
<span class="legend-color-box color-7"></span>
|
|
<div class="legend-item__text">
|
|
<span class="legend-category-name">Other</span>
|
|
<span class="legend-amount">$120.30</span>
|
|
</div>
|
|
</div>
|
|
<!-- Add more legend items dynamically as needed -->
|
|
</aside>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Budgeting Tools - [Your Website Name]</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
<section id="budgeting-tools" class="budgeting-tools-section">
|
|
<div class="container">
|
|
<h2>Your Comprehensive Budgeting & Financial Tools</h2>
|
|
<p class="section-description">
|
|
Gain clarity and control over your finances. Our powerful budgeting tools help you track every dollar,
|
|
understand your spending habits, and plan for a secure future with ease.
|
|
</p>
|
|
|
|
<div class="features-grid">
|
|
<article class="feature-card">
|
|
<span class="icon">💰</span> <!-- Money bag icon -->
|
|
<h3>Expense Tracking</h3>
|
|
<p>Automatically categorize and track all your spending. See where your money goes with clear, intuitive dashboards.</p>
|
|
</article>
|
|
|
|
<article class="feature-card">
|
|
<span class="icon">📈</span> <!-- Chart icon -->
|
|
<h3>Income & Budget Planning</h3>
|
|
<p>Set realistic budgets based on your income and goals. Get alerts and insights to stay on track.</p>
|
|
</article>
|
|
|
|
<article class="feature-card">
|
|
<span class="icon">💸</span> <!-- Banknotes icon -->
|
|
<h3>Account & Investment Linking</h3>
|
|
<p>Connect all your bank accounts, credit cards, and investments using secure APIs for a unified financial view.</p>
|
|
</article>
|
|
|
|
<article class="feature-card">
|
|
<span class="icon">💡</span> <!-- Lightbulb icon -->
|
|
<h3>Savings & Debt Forecasting</h3>
|
|
<p>Project your savings growth and debt reduction. Understand the impact of different financial decisions.</p>
|
|
</article>
|
|
|
|
<article class="feature-card">
|
|
<span class="icon">🤖</span> <!-- Robot face icon -->
|
|
<h3>AI-Driven Insights</h3>
|
|
<p>Receive personalized advice and smart recommendations to optimize your spending and investment strategies.</p>
|
|
</article>
|
|
|
|
<article class="feature-card">
|
|
<span class="icon">📉</span> <!-- Bar chart decreasing icon -->
|
|
<h3>Financial Health Score</h3>
|
|
<p>Get a holistic view of your financial well-being with a simple, actionable financial health score.</p>
|
|
</article>
|
|
</div>
|
|
|
|
<div class="cta-section">
|
|
<h3>Ready to Take Control of Your Money?</h3>
|
|
<p>Join thousands of users who are achieving their financial goals with our intuitive platform.</p>
|
|
<a href="#signup" class="cta-button">Get Started Today</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<div class="footer-1-wrapper"><section class="footer-1-section"><div class="footer-1-top"><div class="footer-1-brand"><h3 class="footer-1-logo">WealthFlow AI</h3><p class="footer-1-newsletter-text">Unlock your financial potential. Subscribe for exclusive insights and updates on smart money management.</p><div class="footer-1-newsletter-form"><input type="email" placeholder="Enter your email"><button class="footer-1-subscribe-btn">Subscribe</button></div><p class="footer-1-privacy-note"><span>By subscribing you agree to our </span><a href="#">Privacy Policy</a><span> and consent to receive updates and financial insights from WealthFlow AI.</span></p></div><div class="footer-1-columns"><div class="footer-1-column"><h4>Our Features</h4><ul><li><a href="#">Expense Tracking</a></li><li><a href="#">Investment Insights</a></li><li><a href="#">Savings Forecast</a></li><li><a href="#">AI-Driven Advice</a></li><li><a href="#">Account Sync</a></li></ul></div><div class="footer-1-column"><h4>Company</h4><ul><li><a href="#">About Us</a></li><li><a href="#">Blog</a></li><li><a href="#">Careers</a></li><li><a href="#">Press</a></li><li><a href="#">Contact</a></li></ul></div><div class="footer-1-column footer-1-social"><h4>Connect With Us</h4><ul><li><i class="fab fa-facebook"></i><span>Facebook</span></li><li><i class="fab fa-instagram"></i><span>Instagram</span></li><li><i class="fab fa-x-twitter"></i><span>X (Twitter)</span></li><li><i class="fab fa-linkedin"></i><span>LinkedIn</span></li><li><i class="fab fa-youtube"></i><span>YouTube</span></li></ul></div></div></div><div class="footer-1-bottom"><p>© 2023 WealthFlow AI. All rights reserved.</p><ul class="footer-1-links"><li><a href="#">Privacy Policy</a></li><li><a href="#">Terms of Service</a></li><li><a href="#">Cookie Settings</a></li></ul></div></section></div>
|
|
</div>
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
document.body.style.display = 'none';
|
|
setTimeout(function() { document.body.style.display = ''; }, 10);
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> (see https://g.co/ng/security#xss) |