811 lines
46 KiB
HTML
811 lines
46 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>Sign Up</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>
|
|
<section id="registration" class="registration-section">
|
|
<div class="container">
|
|
<h2 class="section-title">Create Your Account</h2>
|
|
<p class="section-description">Unlock your financial potential with AI-driven insights and smart tracking.</p>
|
|
|
|
<form class="registration-form" action="#" method="POST">
|
|
<div class="form-group">
|
|
<label for="fullName">Full Name</label>
|
|
<input type="text" id="fullName" name="fullName" placeholder="Your Full Name" required aria-label="Full Name">
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="email">Email Address</label>
|
|
<input type="email" id="email" name="email" placeholder="you@example.com" required aria-label="Email Address">
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="password">Password</label>
|
|
<input type="password" id="password" name="password" placeholder="Minimum 8 characters" required aria-label="Password">
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="confirmPassword">Confirm Password</label>
|
|
<input type="password" id="confirmPassword" name="confirmPassword" placeholder="Re-enter your password" required aria-label="Confirm Password">
|
|
</div>
|
|
|
|
<div class="form-group checkbox-group">
|
|
<input type="checkbox" id="terms" name="terms" required aria-label="Agree to Terms of Service and Privacy Policy">
|
|
<label for="terms">I agree to the <a href="#terms-of-service">Terms of Service</a> and <a href="#privacy-policy">Privacy Policy</a>.</label>
|
|
</div>
|
|
|
|
<button type="submit" class="submit-button">Register & Get Started</button>
|
|
|
|
<p class="login-prompt">Already have an account? <a href="#login">Log In</a></p>
|
|
</form>
|
|
</div>
|
|
</section>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy Notice - [Your Company Name]</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<!-- Typically, a navigation bar would go here, but for "ONLY HTML content", we omit it based on request context -->
|
|
</header>
|
|
|
|
<main class="container">
|
|
<section aria-labelledby="privacy-policy-title">
|
|
<h1 id="privacy-policy-title">Privacy Notice</h1>
|
|
<p class="last-updated">Last Updated: October 26, 2023</p>
|
|
|
|
<p>Welcome to [Your Company Name]! We are committed to protecting your privacy and ensuring the security of your personal and financial information. This Privacy Notice explains how we collect, use, disclose, and safeguard your information when you use our website and services.</p>
|
|
|
|
<h2 id="info-collection">1. Information We Collect</h2>
|
|
<p>We collect various types of information to provide and improve our services, which include linking bank accounts, tracking expenses, forecasting savings, and delivering AI-driven investment advice.</p>
|
|
<h3>1.1. Information You Provide Directly</h3>
|
|
<ul>
|
|
<li><strong>Account Registration Data:</strong> When you create an account, we collect your name, email address, password, and potentially your phone number.</li>
|
|
<li><strong>Profile Information:</strong> Any additional information you choose to provide, such as demographic data or financial goals.</li>
|
|
<li><strong>Communication Data:</strong> Information you provide when you contact us for support, send feedback, or participate in surveys.</li>
|
|
</ul>
|
|
|
|
<h3>1.2. Information We Collect from Financial Institutions</h3>
|
|
<p>To provide our core services, we integrate with third-party financial data providers (e.g., Plaid). Through these integrations, with your explicit consent, we may access and collect the following types of financial data:</p>
|
|
<ul>
|
|
<li><strong>Account Information:</strong> Bank account numbers, routing numbers, account balances, account types (e.g., checking, savings, credit card, investment).</li>
|
|
<li><strong>Transaction Data:</strong> Transaction history, merchant information, transaction amounts, dates, and categories.</li>
|
|
<li><strong>Investment Data:</strong> Holdings, portfolio value, and historical performance from linked investment accounts.</li>
|
|
</ul>
|
|
<p><strong>Note:</strong> We do not store your financial institution login credentials on our servers. All sensitive authentication is handled directly by our financial data provider partners.</p>
|
|
|
|
<h3>1.3. Automatically Collected Information</h3>
|
|
<ul>
|
|
<li><strong>Usage Data:</strong> Information about how you interact with our service, such as pages visited, features used, time spent on the website, and clickstream data.</li>
|
|
<li><strong>Device Information:</strong> IP address, browser type, operating system, unique device identifiers, and mobile network information.</li>
|
|
<li><strong>Cookies and Tracking Technologies:</strong> We use cookies, web beacons, and similar technologies to enhance user experience, analyze trends, administer the website, and gather demographic information.</li>
|
|
</ul>
|
|
|
|
<h2 id="info-use">2. How We Use Your Information</h2>
|
|
<p>We use the collected information for various purposes, primarily to deliver and improve our services:</p>
|
|
<ul>
|
|
<li><strong>Service Provision:</strong> To link your bank accounts and investments, track expenses, generate spending reports, forecast savings, and provide personalized financial insights.</li>
|
|
<li><strong>AI-Driven Advice:</strong> To power our AI algorithms for investment advice, financial planning recommendations, and personalized budgeting tips.</li>
|
|
<li><strong>Account Management:</strong> To manage your account, authenticate users, and provide customer support.</li>
|
|
<li><strong>Personalization:</strong> To personalize your experience and present tailored content and offers.</li>
|
|
<li><strong>Improvement and Development:</strong> To understand how users interact with our service, perform analytics, research, and improve our existing features and develop new ones.</li>
|
|
<li><strong>Security and Fraud Prevention:</strong> To protect against fraudulent or unauthorized transactions, enforce our terms of service, and ensure the security of our platform.</li>
|
|
<li><strong>Communication:</strong> To send you service-related notifications, updates, security alerts, and support messages. With your consent, we may also send promotional communications.</li>
|
|
<li><strong>Legal Compliance:</strong> To comply with applicable laws, regulations, and legal processes.</li>
|
|
</ul>
|
|
|
|
<h2 id="info-sharing">3. How We Share Your Information</h2>
|
|
<p>We do not sell your personal or financial information to third parties. We may share your information only in the following limited circumstances:</p>
|
|
<ul>
|
|
<li><strong>With Your Consent:</strong> We may share your information with third parties when we have your explicit consent to do so.</li>
|
|
<li><strong>Financial Data Providers:</strong> We share necessary information with partners like Plaid to facilitate the connection to your financial institutions. They process your data according to their own privacy policies.</li>
|
|
<li><strong>Service Providers:</strong> We engage third-party service providers to perform functions on our behalf, such as cloud hosting, analytics, customer support, and email delivery. These providers are obligated to protect your information and use it only for the purposes for which it was disclosed.</li>
|
|
<li><strong>Legal Requirements:</strong> We may disclose your information if required to do so by law or in the good faith belief that such action is necessary to comply with legal obligations, protect our rights or property, or ensure the safety of our users or the public.</li>
|
|
<li><strong>Business Transfers:</strong> In the event of a merger, acquisition, or sale of all or a portion of our assets, your information may be transferred as part of that transaction.</li>
|
|
<li><strong>Aggregated or Anonymized Data:</strong> We may share aggregated or anonymized data (which cannot be used to identify you personally) with third parties for research, marketing, analytics, or other business purposes.</li>
|
|
</ul>
|
|
|
|
<h2 id="data-security">4. Data Security</h2>
|
|
<p>We implement robust technical, administrative, and physical security measures designed to protect your personal and financial information from unauthorized access, disclosure, alteration, and destruction. These measures include, but are not limited to:</p>
|
|
<ul>
|
|
<li><strong>Encryption:</strong> Data is encrypted both in transit (using TLS/SSL) and at rest.</li>
|
|
<li><strong>Access Controls:</strong> Strict access controls and authentication mechanisms are in place to limit access to your data only to authorized personnel who need it to perform their job functions.</li>
|
|
<li><strong>Regular Audits:</strong> We conduct regular security audits and vulnerability assessments.</li>
|
|
<li><strong>Vendor Security:</strong> We carefully vet our third-party service providers to ensure they adhere to high security standards.</li>
|
|
</ul>
|
|
<p>Despite our efforts, no security system is impenetrable. We cannot guarantee the absolute security of your information.</p>
|
|
|
|
<h2 id="data-retention">5. Data Retention</h2>
|
|
<p>We retain your personal information for as long as your account is active or as needed to provide you services, comply with our legal obligations, resolve disputes, and enforce our agreements. If you close your account, we may retain certain information for a limited period to comply with legal requirements, prevent fraud, or for legitimate business purposes.</p>
|
|
|
|
<h2 id="your-choices">6. Your Choices and Rights</h2>
|
|
<p>You have certain rights regarding your personal information:</p>
|
|
<ul>
|
|
<li><strong>Account Information:</strong> You can review and update your account information by logging into your account settings.</li>
|
|
<li><strong>Opt-Out of Communications:</strong> You can opt-out of receiving promotional emails from us by following the unsubscribe instructions provided in those emails. Even if you opt out, we may still send you non-promotional communications, such as those about your account or our ongoing business relations.</li>
|
|
<li><strong>Access and Deletion:</strong> You may have the right to request access to or deletion of your personal information, subject to certain exceptions. Please contact us to exercise these rights.</li>
|
|
<li><strong>Unlinking Financial Accounts:</strong> You can unlink your financial accounts at any time through your account settings. Please note that unlinking an account may limit the functionality of certain services.</li>
|
|
</ul>
|
|
|
|
<h2 id="children-privacy">7. Children's Privacy</h2>
|
|
<p>Our services are not intended for individuals under the age of 18. We do not knowingly collect personal information from children under 18. If we become aware that we have collected personal information from a child under 18 without parental consent, we will take steps to delete that information.</p>
|
|
|
|
<h2 id="third-party-links">8. Third-Party Links</h2>
|
|
<p>Our website may contain links to third-party websites or services that are not owned or controlled by [Your Company Name]. This Privacy Notice does not apply to such third-party sites. We encourage you to review the privacy policies of any third-party sites you visit.</p>
|
|
|
|
<h2 id="changes-notice">9. Changes to This Privacy Notice</h2>
|
|
<p>We may update this Privacy Notice from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. We will notify you of any material changes by posting the new Privacy Notice on this page and updating the "Last Updated" date. We encourage you to review this Privacy Notice periodically.</p>
|
|
|
|
<h2 id="contact-us">10. Contact Us</h2>
|
|
<p>If you have any questions or concerns about this Privacy Notice or our data practices, please contact us at:</p>
|
|
<address>
|
|
Email: <a href="mailto:privacy@[yourcompany.com]">privacy@[yourcompany.com]</a><br>
|
|
Address: [Your Company Address Placeholder, e.g., 123 Financial Way, Fintech City, FN 00000]
|
|
</address>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<p>© 2023 [Your Company Name]. All rights reserved.</p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|
|
<section aria-labelledby="terms-of-service-heading">
|
|
<h2 id="terms-of-service-heading">Important Legal Information</h2>
|
|
<p>
|
|
By utilizing our platform to link financial accounts, track expenses, forecast savings, and receive AI-driven investment advice, you agree to our comprehensive Terms of Service.
|
|
</p>
|
|
<p>
|
|
We are committed to transparency and ensuring your understanding of how our services operate. Please review the full terms that govern your use of our platform.
|
|
</p>
|
|
<div>
|
|
<a href="/terms-of-service" aria-label="Read our full Terms of Service">Review Our Terms of Service</a>
|
|
</div>
|
|
</section>
|
|
<section id="assistance-section" style="
|
|
padding: 4rem 1rem;
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
color: #333;
|
|
line-height: 1.6;
|
|
">
|
|
<div style="
|
|
text-align: center;
|
|
margin-bottom: 3.5rem;
|
|
">
|
|
<h2 style="
|
|
font-size: clamp(2rem, 5vw, 3rem);
|
|
color: #2c3e50;
|
|
margin-bottom: 1rem;
|
|
font-weight: 700;
|
|
">
|
|
Need Assistance?
|
|
</h2>
|
|
<p style="
|
|
font-size: clamp(1rem, 2vw, 1.2rem);
|
|
color: #555;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
">
|
|
Find answers to common questions or get in touch with our dedicated support team. We're here to help you navigate your financial journey with ease.
|
|
</p>
|
|
</div>
|
|
|
|
<div style="
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
gap: 2rem;
|
|
margin-bottom: 4rem;
|
|
">
|
|
<div style="
|
|
background-color: #ffffff;
|
|
padding: 2rem;
|
|
border-radius: 12px;
|
|
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
text-align: left;
|
|
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
">
|
|
<h3 style="
|
|
font-size: 1.5rem;
|
|
color: #34495e;
|
|
margin-bottom: 0.8rem;
|
|
font-weight: 600;
|
|
">
|
|
Common Questions (FAQs)
|
|
</h3>
|
|
<p style="
|
|
color: #666;
|
|
font-size: 0.95rem;
|
|
margin-bottom: 1.5rem;
|
|
flex-grow: 1;
|
|
">
|
|
Browse our frequently asked questions about account linking, data privacy, and general app usage to quickly find solutions.
|
|
</p>
|
|
<a href="#" style="
|
|
display: inline-block;
|
|
padding: 0.9rem 1.6rem;
|
|
background-color: #3498db;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
font-size: 0.9rem;
|
|
font-weight: 500;
|
|
transition: background-color 0.2s;
|
|
white-space: nowrap;
|
|
">
|
|
View All FAQs
|
|
</a>
|
|
</div>
|
|
|
|
<div style="
|
|
background-color: #ffffff;
|
|
padding: 2rem;
|
|
border-radius: 12px;
|
|
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
text-align: left;
|
|
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
">
|
|
<h3 style="
|
|
font-size: 1.5rem;
|
|
color: #34495e;
|
|
margin-bottom: 0.8rem;
|
|
font-weight: 600;
|
|
">
|
|
Getting Started Guides
|
|
</h3>
|
|
<p style="
|
|
color: #666;
|
|
font-size: 0.95rem;
|
|
margin-bottom: 1.5rem;
|
|
flex-grow: 1;
|
|
">
|
|
Step-by-step tutorials on how to link your bank accounts, track expenses, forecast savings, and set up financial goals.
|
|
</p>
|
|
<a href="#" style="
|
|
display: inline-block;
|
|
padding: 0.9rem 1.6rem;
|
|
background-color: #3498db;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
font-size: 0.9rem;
|
|
font-weight: 500;
|
|
transition: background-color 0.2s;
|
|
white-space: nowrap;
|
|
">
|
|
Explore Guides
|
|
</a>
|
|
</div>
|
|
|
|
<div style="
|
|
background-color: #ffffff;
|
|
padding: 2rem;
|
|
border-radius: 12px;
|
|
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
text-align: left;
|
|
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
">
|
|
<h3 style="
|
|
font-size: 1.5rem;
|
|
color: #34495e;
|
|
margin-bottom: 0.8rem;
|
|
font-weight: 600;
|
|
">
|
|
AI Investment Advice
|
|
</h3>
|
|
<p style="
|
|
color: #666;
|
|
font-size: 0.95rem;
|
|
margin-bottom: 1.5rem;
|
|
flex-grow: 1;
|
|
">
|
|
Demystify our AI-driven investment advice. Learn about its methodology, benefits, and how to apply it to your portfolio.
|
|
</p>
|
|
<a href="#" style="
|
|
display: inline-block;
|
|
padding: 0.9rem 1.6rem;
|
|
background-color: #3498db;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
font-size: 0.9rem;
|
|
font-weight: 500;
|
|
transition: background-color 0.2s;
|
|
white-space: nowrap;
|
|
">
|
|
Learn About AI
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="
|
|
text-align: center;
|
|
margin-top: 4rem;
|
|
padding-top: 2rem;
|
|
border-top: 1px solid #eee;
|
|
">
|
|
<h3 style="
|
|
font-size: clamp(1.6rem, 3vw, 2.2rem);
|
|
color: #2c3e50;
|
|
margin-bottom: 1.5rem;
|
|
font-weight: 700;
|
|
">
|
|
Can't Find What You're Looking For?
|
|
</h3>
|
|
<p style="
|
|
font-size: clamp(1rem, 2vw, 1.1rem);
|
|
color: #555;
|
|
margin-bottom: 2.5rem;
|
|
max-width: 700px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
">
|
|
Our dedicated support team is ready to assist you. Reach out through one of the options below.
|
|
</p>
|
|
<div style="
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
gap: 1.5rem;
|
|
">
|
|
<a href="#" style="
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 1.2rem 2.2rem;
|
|
background-color: #2ecc71;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
font-size: 1rem;
|
|
font-weight: 600;
|
|
transition: background-color 0.2s;
|
|
box-shadow: 0 4px 10px rgba(46, 204, 113, 0.2);
|
|
">
|
|
Email Support
|
|
</a>
|
|
<a href="#" style="
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 1.2rem 2.2rem;
|
|
background-color: #f39c12;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
font-size: 1rem;
|
|
font-weight: 600;
|
|
transition: background-color 0.2s;
|
|
box-shadow: 0 4px 10px rgba(243, 156, 18, 0.2);
|
|
">
|
|
Live Chat (Mon-Fri, 9am-5pm EST)
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<div class="footer-2-wrapper"><section class="footer-2-section"><div class="footer-2-top"><div class="footer-2-left"><h3 class="logo">WealthWise AI</h3><p><strong>Address:</strong><br></br><span>Level 1, 12 Sample St, Sydney NSW 2000</span></p><p><strong>Contact:</strong><br></br><span>1800 123 4567</span><br></br><a href="mailto:info@relume.io">support@wealthwiseai.com</a></p><div class="footer-2-social-icons"><i class="fab fa-facebook"></i><i class="fab fa-instagram"></i><i class="fab fa-x-twitter"></i><i class="fab fa-linkedin"></i><i class="fab fa-youtube"></i></div></div><div class="footer-2-links-columns"><ul><li><a href="#">Features</a></li><li><a href="#">Pricing</a></li><li><a href="#">How It Works</a></li><li><a href="#">Security & Privacy</a></li><li><a href="#">Customer Stories</a></li></ul><ul><li><a href="#">About Us</a></li><li><a href="#">Support Center</a></li><li><a href="#">Blog</a></li><li><a href="#">Careers</a></li><li><a href="#">For Developers</a></li></ul></div></div><div class="footer-2-bottom"><p>© 2023 WealthWise AI. All rights reserved.</p><ul class="footer-2-links"><li><a href="#">Privacy Policy</a></li><li><a href="#">Terms of Service</a></li><li><a href="#">Cookies 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>
|
|
<section id="registration" class="registration-section">
|
|
<div class="container">
|
|
<h2 class="section-title">Create Your Account</h2>
|
|
<p class="section-description">Unlock your financial potential with AI-driven insights and smart tracking.</p>
|
|
|
|
<form class="registration-form" action="#" method="POST">
|
|
<div class="form-group">
|
|
<label for="fullName">Full Name</label>
|
|
<input type="text" id="fullName" name="fullName" placeholder="Your Full Name" required="" aria-label="Full Name">
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="email">Email Address</label>
|
|
<input type="email" id="email" name="email" placeholder="you@example.com" required="" aria-label="Email Address">
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="password">Password</label>
|
|
<input type="password" id="password" name="password" placeholder="Minimum 8 characters" required="" aria-label="Password">
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="confirmPassword">Confirm Password</label>
|
|
<input type="password" id="confirmPassword" name="confirmPassword" placeholder="Re-enter your password" required="" aria-label="Confirm Password">
|
|
</div>
|
|
|
|
<div class="form-group checkbox-group">
|
|
<input type="checkbox" id="terms" name="terms" required="" aria-label="Agree to Terms of Service and Privacy Policy">
|
|
<label for="terms">I agree to the <a href="#terms-of-service">Terms of Service</a> and <a href="#privacy-policy">Privacy Policy</a>.</label>
|
|
</div>
|
|
|
|
<button type="submit" class="submit-button">Register & Get Started</button>
|
|
|
|
<p class="login-prompt">Already have an account? <a href="#login">Log In</a></p>
|
|
</form>
|
|
</div>
|
|
</section>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy Notice - [Your Company Name]</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<header>
|
|
<!-- Typically, a navigation bar would go here, but for "ONLY HTML content", we omit it based on request context -->
|
|
</header>
|
|
<main class="container">
|
|
<section aria-labelledby="privacy-policy-title">
|
|
<h1 id="privacy-policy-title">Privacy Notice</h1>
|
|
<p class="last-updated">Last Updated: October 26, 2023</p>
|
|
|
|
<p>Welcome to [Your Company Name]! We are committed to protecting your privacy and ensuring the security of your personal and financial information. This Privacy Notice explains how we collect, use, disclose, and safeguard your information when you use our website and services.</p>
|
|
|
|
<h2 id="info-collection">1. Information We Collect</h2>
|
|
<p>We collect various types of information to provide and improve our services, which include linking bank accounts, tracking expenses, forecasting savings, and delivering AI-driven investment advice.</p>
|
|
<h3>1.1. Information You Provide Directly</h3>
|
|
<ul>
|
|
<li><strong>Account Registration Data:</strong> When you create an account, we collect your name, email address, password, and potentially your phone number.</li>
|
|
<li><strong>Profile Information:</strong> Any additional information you choose to provide, such as demographic data or financial goals.</li>
|
|
<li><strong>Communication Data:</strong> Information you provide when you contact us for support, send feedback, or participate in surveys.</li>
|
|
</ul>
|
|
|
|
<h3>1.2. Information We Collect from Financial Institutions</h3>
|
|
<p>To provide our core services, we integrate with third-party financial data providers (e.g., Plaid). Through these integrations, with your explicit consent, we may access and collect the following types of financial data:</p>
|
|
<ul>
|
|
<li><strong>Account Information:</strong> Bank account numbers, routing numbers, account balances, account types (e.g., checking, savings, credit card, investment).</li>
|
|
<li><strong>Transaction Data:</strong> Transaction history, merchant information, transaction amounts, dates, and categories.</li>
|
|
<li><strong>Investment Data:</strong> Holdings, portfolio value, and historical performance from linked investment accounts.</li>
|
|
</ul>
|
|
<p><strong>Note:</strong> We do not store your financial institution login credentials on our servers. All sensitive authentication is handled directly by our financial data provider partners.</p>
|
|
|
|
<h3>1.3. Automatically Collected Information</h3>
|
|
<ul>
|
|
<li><strong>Usage Data:</strong> Information about how you interact with our service, such as pages visited, features used, time spent on the website, and clickstream data.</li>
|
|
<li><strong>Device Information:</strong> IP address, browser type, operating system, unique device identifiers, and mobile network information.</li>
|
|
<li><strong>Cookies and Tracking Technologies:</strong> We use cookies, web beacons, and similar technologies to enhance user experience, analyze trends, administer the website, and gather demographic information.</li>
|
|
</ul>
|
|
|
|
<h2 id="info-use">2. How We Use Your Information</h2>
|
|
<p>We use the collected information for various purposes, primarily to deliver and improve our services:</p>
|
|
<ul>
|
|
<li><strong>Service Provision:</strong> To link your bank accounts and investments, track expenses, generate spending reports, forecast savings, and provide personalized financial insights.</li>
|
|
<li><strong>AI-Driven Advice:</strong> To power our AI algorithms for investment advice, financial planning recommendations, and personalized budgeting tips.</li>
|
|
<li><strong>Account Management:</strong> To manage your account, authenticate users, and provide customer support.</li>
|
|
<li><strong>Personalization:</strong> To personalize your experience and present tailored content and offers.</li>
|
|
<li><strong>Improvement and Development:</strong> To understand how users interact with our service, perform analytics, research, and improve our existing features and develop new ones.</li>
|
|
<li><strong>Security and Fraud Prevention:</strong> To protect against fraudulent or unauthorized transactions, enforce our terms of service, and ensure the security of our platform.</li>
|
|
<li><strong>Communication:</strong> To send you service-related notifications, updates, security alerts, and support messages. With your consent, we may also send promotional communications.</li>
|
|
<li><strong>Legal Compliance:</strong> To comply with applicable laws, regulations, and legal processes.</li>
|
|
</ul>
|
|
|
|
<h2 id="info-sharing">3. How We Share Your Information</h2>
|
|
<p>We do not sell your personal or financial information to third parties. We may share your information only in the following limited circumstances:</p>
|
|
<ul>
|
|
<li><strong>With Your Consent:</strong> We may share your information with third parties when we have your explicit consent to do so.</li>
|
|
<li><strong>Financial Data Providers:</strong> We share necessary information with partners like Plaid to facilitate the connection to your financial institutions. They process your data according to their own privacy policies.</li>
|
|
<li><strong>Service Providers:</strong> We engage third-party service providers to perform functions on our behalf, such as cloud hosting, analytics, customer support, and email delivery. These providers are obligated to protect your information and use it only for the purposes for which it was disclosed.</li>
|
|
<li><strong>Legal Requirements:</strong> We may disclose your information if required to do so by law or in the good faith belief that such action is necessary to comply with legal obligations, protect our rights or property, or ensure the safety of our users or the public.</li>
|
|
<li><strong>Business Transfers:</strong> In the event of a merger, acquisition, or sale of all or a portion of our assets, your information may be transferred as part of that transaction.</li>
|
|
<li><strong>Aggregated or Anonymized Data:</strong> We may share aggregated or anonymized data (which cannot be used to identify you personally) with third parties for research, marketing, analytics, or other business purposes.</li>
|
|
</ul>
|
|
|
|
<h2 id="data-security">4. Data Security</h2>
|
|
<p>We implement robust technical, administrative, and physical security measures designed to protect your personal and financial information from unauthorized access, disclosure, alteration, and destruction. These measures include, but are not limited to:</p>
|
|
<ul>
|
|
<li><strong>Encryption:</strong> Data is encrypted both in transit (using TLS/SSL) and at rest.</li>
|
|
<li><strong>Access Controls:</strong> Strict access controls and authentication mechanisms are in place to limit access to your data only to authorized personnel who need it to perform their job functions.</li>
|
|
<li><strong>Regular Audits:</strong> We conduct regular security audits and vulnerability assessments.</li>
|
|
<li><strong>Vendor Security:</strong> We carefully vet our third-party service providers to ensure they adhere to high security standards.</li>
|
|
</ul>
|
|
<p>Despite our efforts, no security system is impenetrable. We cannot guarantee the absolute security of your information.</p>
|
|
|
|
<h2 id="data-retention">5. Data Retention</h2>
|
|
<p>We retain your personal information for as long as your account is active or as needed to provide you services, comply with our legal obligations, resolve disputes, and enforce our agreements. If you close your account, we may retain certain information for a limited period to comply with legal requirements, prevent fraud, or for legitimate business purposes.</p>
|
|
|
|
<h2 id="your-choices">6. Your Choices and Rights</h2>
|
|
<p>You have certain rights regarding your personal information:</p>
|
|
<ul>
|
|
<li><strong>Account Information:</strong> You can review and update your account information by logging into your account settings.</li>
|
|
<li><strong>Opt-Out of Communications:</strong> You can opt-out of receiving promotional emails from us by following the unsubscribe instructions provided in those emails. Even if you opt out, we may still send you non-promotional communications, such as those about your account or our ongoing business relations.</li>
|
|
<li><strong>Access and Deletion:</strong> You may have the right to request access to or deletion of your personal information, subject to certain exceptions. Please contact us to exercise these rights.</li>
|
|
<li><strong>Unlinking Financial Accounts:</strong> You can unlink your financial accounts at any time through your account settings. Please note that unlinking an account may limit the functionality of certain services.</li>
|
|
</ul>
|
|
|
|
<h2 id="children-privacy">7. Children's Privacy</h2>
|
|
<p>Our services are not intended for individuals under the age of 18. We do not knowingly collect personal information from children under 18. If we become aware that we have collected personal information from a child under 18 without parental consent, we will take steps to delete that information.</p>
|
|
|
|
<h2 id="third-party-links">8. Third-Party Links</h2>
|
|
<p>Our website may contain links to third-party websites or services that are not owned or controlled by [Your Company Name]. This Privacy Notice does not apply to such third-party sites. We encourage you to review the privacy policies of any third-party sites you visit.</p>
|
|
|
|
<h2 id="changes-notice">9. Changes to This Privacy Notice</h2>
|
|
<p>We may update this Privacy Notice from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. We will notify you of any material changes by posting the new Privacy Notice on this page and updating the "Last Updated" date. We encourage you to review this Privacy Notice periodically.</p>
|
|
|
|
<h2 id="contact-us">10. Contact Us</h2>
|
|
<p>If you have any questions or concerns about this Privacy Notice or our data practices, please contact us at:</p>
|
|
<address>
|
|
Email: <a href="mailto:privacy@[yourcompany.com]">privacy@[yourcompany.com]</a><br>
|
|
Address: [Your Company Address Placeholder, e.g., 123 Financial Way, Fintech City, FN 00000]
|
|
</address>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p>© 2023 [Your Company Name]. All rights reserved.</p>
|
|
</footer>
|
|
<section aria-labelledby="terms-of-service-heading">
|
|
<h2 id="terms-of-service-heading">Important Legal Information</h2>
|
|
<p>
|
|
By utilizing our platform to link financial accounts, track expenses, forecast savings, and receive AI-driven investment advice, you agree to our comprehensive Terms of Service.
|
|
</p>
|
|
<p>
|
|
We are committed to transparency and ensuring your understanding of how our services operate. Please review the full terms that govern your use of our platform.
|
|
</p>
|
|
<div>
|
|
<a href="/terms-of-service" aria-label="Read our full Terms of Service">Review Our Terms of Service</a>
|
|
</div>
|
|
</section>
|
|
<section id="assistance-section" style="
|
|
padding: 4rem 1rem;
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
color: #333;
|
|
line-height: 1.6;
|
|
">
|
|
<div style="
|
|
text-align: center;
|
|
margin-bottom: 3.5rem;
|
|
">
|
|
<h2 style="
|
|
font-size: clamp(2rem, 5vw, 3rem);
|
|
color: #2c3e50;
|
|
margin-bottom: 1rem;
|
|
font-weight: 700;
|
|
">
|
|
Need Assistance?
|
|
</h2>
|
|
<p style="
|
|
font-size: clamp(1rem, 2vw, 1.2rem);
|
|
color: #555;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
">
|
|
Find answers to common questions or get in touch with our dedicated support team. We're here to help you navigate your financial journey with ease.
|
|
</p>
|
|
</div>
|
|
|
|
<div style="
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
gap: 2rem;
|
|
margin-bottom: 4rem;
|
|
">
|
|
<div style="
|
|
background-color: #ffffff;
|
|
padding: 2rem;
|
|
border-radius: 12px;
|
|
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
text-align: left;
|
|
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
">
|
|
<h3 style="
|
|
font-size: 1.5rem;
|
|
color: #34495e;
|
|
margin-bottom: 0.8rem;
|
|
font-weight: 600;
|
|
">
|
|
Common Questions (FAQs)
|
|
</h3>
|
|
<p style="
|
|
color: #666;
|
|
font-size: 0.95rem;
|
|
margin-bottom: 1.5rem;
|
|
flex-grow: 1;
|
|
">
|
|
Browse our frequently asked questions about account linking, data privacy, and general app usage to quickly find solutions.
|
|
</p>
|
|
<a href="#" style="
|
|
display: inline-block;
|
|
padding: 0.9rem 1.6rem;
|
|
background-color: #3498db;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
font-size: 0.9rem;
|
|
font-weight: 500;
|
|
transition: background-color 0.2s;
|
|
white-space: nowrap;
|
|
">
|
|
View All FAQs
|
|
</a>
|
|
</div>
|
|
|
|
<div style="
|
|
background-color: #ffffff;
|
|
padding: 2rem;
|
|
border-radius: 12px;
|
|
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
text-align: left;
|
|
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
">
|
|
<h3 style="
|
|
font-size: 1.5rem;
|
|
color: #34495e;
|
|
margin-bottom: 0.8rem;
|
|
font-weight: 600;
|
|
">
|
|
Getting Started Guides
|
|
</h3>
|
|
<p style="
|
|
color: #666;
|
|
font-size: 0.95rem;
|
|
margin-bottom: 1.5rem;
|
|
flex-grow: 1;
|
|
">
|
|
Step-by-step tutorials on how to link your bank accounts, track expenses, forecast savings, and set up financial goals.
|
|
</p>
|
|
<a href="#" style="
|
|
display: inline-block;
|
|
padding: 0.9rem 1.6rem;
|
|
background-color: #3498db;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
font-size: 0.9rem;
|
|
font-weight: 500;
|
|
transition: background-color 0.2s;
|
|
white-space: nowrap;
|
|
">
|
|
Explore Guides
|
|
</a>
|
|
</div>
|
|
|
|
<div style="
|
|
background-color: #ffffff;
|
|
padding: 2rem;
|
|
border-radius: 12px;
|
|
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
text-align: left;
|
|
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
">
|
|
<h3 style="
|
|
font-size: 1.5rem;
|
|
color: #34495e;
|
|
margin-bottom: 0.8rem;
|
|
font-weight: 600;
|
|
">
|
|
AI Investment Advice
|
|
</h3>
|
|
<p style="
|
|
color: #666;
|
|
font-size: 0.95rem;
|
|
margin-bottom: 1.5rem;
|
|
flex-grow: 1;
|
|
">
|
|
Demystify our AI-driven investment advice. Learn about its methodology, benefits, and how to apply it to your portfolio.
|
|
</p>
|
|
<a href="#" style="
|
|
display: inline-block;
|
|
padding: 0.9rem 1.6rem;
|
|
background-color: #3498db;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
font-size: 0.9rem;
|
|
font-weight: 500;
|
|
transition: background-color 0.2s;
|
|
white-space: nowrap;
|
|
">
|
|
Learn About AI
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="
|
|
text-align: center;
|
|
margin-top: 4rem;
|
|
padding-top: 2rem;
|
|
border-top: 1px solid #eee;
|
|
">
|
|
<h3 style="
|
|
font-size: clamp(1.6rem, 3vw, 2.2rem);
|
|
color: #2c3e50;
|
|
margin-bottom: 1.5rem;
|
|
font-weight: 700;
|
|
">
|
|
Can't Find What You're Looking For?
|
|
</h3>
|
|
<p style="
|
|
font-size: clamp(1rem, 2vw, 1.1rem);
|
|
color: #555;
|
|
margin-bottom: 2.5rem;
|
|
max-width: 700px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
">
|
|
Our dedicated support team is ready to assist you. Reach out through one of the options below.
|
|
</p>
|
|
<div style="
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
gap: 1.5rem;
|
|
">
|
|
<a href="#" style="
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 1.2rem 2.2rem;
|
|
background-color: #2ecc71;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
font-size: 1rem;
|
|
font-weight: 600;
|
|
transition: background-color 0.2s;
|
|
box-shadow: 0 4px 10px rgba(46, 204, 113, 0.2);
|
|
">
|
|
Email Support
|
|
</a>
|
|
<a href="#" style="
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 1.2rem 2.2rem;
|
|
background-color: #f39c12;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 8px;
|
|
font-size: 1rem;
|
|
font-weight: 600;
|
|
transition: background-color 0.2s;
|
|
box-shadow: 0 4px 10px rgba(243, 156, 18, 0.2);
|
|
">
|
|
Live Chat (Mon-Fri, 9am-5pm EST)
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<div class="footer-2-wrapper"><section class="footer-2-section"><div class="footer-2-top"><div class="footer-2-left"><h3 class="logo">WealthWise AI</h3><p><strong>Address:</strong><br><br><span>Level 1, 12 Sample St, Sydney NSW 2000</span></p><p><strong>Contact:</strong><br><br><span>1800 123 4567</span><br><br><a href="mailto:info@relume.io">support@wealthwiseai.com</a></p><div class="footer-2-social-icons"><i class="fab fa-facebook"></i><i class="fab fa-instagram"></i><i class="fab fa-x-twitter"></i><i class="fab fa-linkedin"></i><i class="fab fa-youtube"></i></div></div><div class="footer-2-links-columns"><ul><li><a href="#">Features</a></li><li><a href="#">Pricing</a></li><li><a href="#">How It Works</a></li><li><a href="#">Security & Privacy</a></li><li><a href="#">Customer Stories</a></li></ul><ul><li><a href="#">About Us</a></li><li><a href="#">Support Center</a></li><li><a href="#">Blog</a></li><li><a href="#">Careers</a></li><li><a href="#">For Developers</a></li></ul></div></div><div class="footer-2-bottom"><p>© 2023 WealthWise AI. All rights reserved.</p><ul class="footer-2-links"><li><a href="#">Privacy Policy</a></li><li><a href="#">Terms of Service</a></li><li><a href="#">Cookies 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) |