Geen omschrijving

contact.html 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Contact — App for Indeed</title>
  7. <meta name="description" content="Contact App for Indeed for support, feedback, privacy inquiries, and general questions.">
  8. <link rel="stylesheet" href="styles.css">
  9. </head>
  10. <body>
  11. <header class="site-header">
  12. <div class="site-header__inner">
  13. <a class="brand" href="index.html">
  14. <span class="brand__mark" aria-hidden="true">Ai</span>
  15. App for Indeed
  16. </a>
  17. <nav class="site-nav" aria-label="Main">
  18. <a href="index.html">Home</a>
  19. <a href="support.html">Support</a>
  20. <a href="contact.html" aria-current="page">Contact</a>
  21. <a href="terms-of-service.html">Terms of Use</a>
  22. <a href="privacy-policy.html">Privacy Policy</a>
  23. </nav>
  24. </div>
  25. </header>
  26. <main class="legal">
  27. <h1>Contact</h1>
  28. <p class="meta">App for Indeed for macOS</p>
  29. <div class="contact-card">
  30. <p>
  31. Email us at <a href="mailto:support@appforindeed.com">support@appforindeed.com</a> for support,
  32. feedback, privacy questions, or partnership inquiries.
  33. </p>
  34. </div>
  35. <p>
  36. We aim to respond within a few business days. Include your macOS version and a brief description of
  37. the issue so we can help faster.
  38. </p>
  39. <h2>Before you write</h2>
  40. <p>
  41. Many questions are answered on our <a href="support.html">Support</a> page, including subscriptions,
  42. troubleshooting, and how app features work.
  43. </p>
  44. <ul>
  45. <li><strong>Billing or refunds:</strong> Managed by Apple—use Apple ID Subscriptions or Apple Support.</li>
  46. <li><strong>Privacy:</strong> See the <a href="privacy-policy.html">Privacy Policy</a>.</li>
  47. <li><strong>Legal terms:</strong> See the <a href="terms-of-service.html">Terms of Use</a>.</li>
  48. </ul>
  49. <h2>App Store support</h2>
  50. <p>
  51. You can also use the support link on the App for Indeed Mac App Store listing for platform-related
  52. questions handled through Apple’s channels.
  53. </p>
  54. <h2>Independence notice</h2>
  55. <p>
  56. App for Indeed is independent and is not affiliated with or endorsed by Indeed, Inc. For questions
  57. about Indeed accounts, applications, or employer listings, contact Indeed directly.
  58. </p>
  59. </main>
  60. <footer class="page-footer">
  61. <div class="page-footer__inner">
  62. <nav class="footer-nav" aria-label="Footer">
  63. <a href="index.html">Home</a>
  64. <a href="support.html">Support</a>
  65. <a href="contact.html" aria-current="page">Contact</a>
  66. <a href="terms-of-service.html">Terms of Use</a>
  67. <a href="privacy-policy.html">Privacy Policy</a>
  68. </nav>
  69. <p>© 2026 App for Indeed. All rights reserved.</p>
  70. </div>
  71. </footer>
  72. </body>
  73. </html>