| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Contact — App for Indeed</title>
- <meta name="description" content="Contact App for Indeed for support, feedback, privacy inquiries, and general questions.">
- <link rel="stylesheet" href="styles.css">
- </head>
- <body>
- <header class="site-header">
- <div class="site-header__inner">
- <a class="brand" href="index.html">
- <span class="brand__mark" aria-hidden="true">Ai</span>
- App for Indeed
- </a>
- <nav class="site-nav" aria-label="Main">
- <a href="index.html">Home</a>
- <a href="support.html">Support</a>
- <a href="contact.html" aria-current="page">Contact</a>
- <a href="terms-of-service.html">Terms of Use</a>
- <a href="privacy-policy.html">Privacy Policy</a>
- </nav>
- </div>
- </header>
- <main class="legal">
- <h1>Contact</h1>
- <p class="meta">App for Indeed for macOS</p>
- <div class="contact-card">
- <p>
- Email us at <a href="mailto:support@appforindeed.com">support@appforindeed.com</a> for support,
- feedback, privacy questions, or partnership inquiries.
- </p>
- </div>
- <p>
- We aim to respond within a few business days. Include your macOS version and a brief description of
- the issue so we can help faster.
- </p>
- <h2>Before you write</h2>
- <p>
- Many questions are answered on our <a href="support.html">Support</a> page, including subscriptions,
- troubleshooting, and how app features work.
- </p>
- <ul>
- <li><strong>Billing or refunds:</strong> Managed by Apple—use Apple ID Subscriptions or Apple Support.</li>
- <li><strong>Privacy:</strong> See the <a href="privacy-policy.html">Privacy Policy</a>.</li>
- <li><strong>Legal terms:</strong> See the <a href="terms-of-service.html">Terms of Use</a>.</li>
- </ul>
- <h2>App Store support</h2>
- <p>
- You can also use the support link on the App for Indeed Mac App Store listing for platform-related
- questions handled through Apple’s channels.
- </p>
- <h2>Independence notice</h2>
- <p>
- App for Indeed is independent and is not affiliated with or endorsed by Indeed, Inc. For questions
- about Indeed accounts, applications, or employer listings, contact Indeed directly.
- </p>
- </main>
- <footer class="page-footer">
- <div class="page-footer__inner">
- <nav class="footer-nav" aria-label="Footer">
- <a href="index.html">Home</a>
- <a href="support.html">Support</a>
- <a href="contact.html" aria-current="page">Contact</a>
- <a href="terms-of-service.html">Terms of Use</a>
- <a href="privacy-policy.html">Privacy Policy</a>
- </nav>
- <p>© 2026 App for Indeed. All rights reserved.</p>
- </div>
- </footer>
- </body>
- </html>
|