Ei kuvausta

index.html 3.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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>App for Indeed — Job search, CVs, and profiles on Mac</title>
  7. <meta name="description" content="App for Indeed helps you search jobs, save listings, build CVs from profiles, and browse Indeed listings — all from a native Mac app.">
  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">✦</span>
  15. App for Indeed
  16. </a>
  17. <nav class="site-nav" aria-label="Primary">
  18. <a href="index.html" aria-current="page">Home</a>
  19. <a href="privacy.html">Privacy Policy</a>
  20. <a href="terms.html">Terms of Service</a>
  21. </nav>
  22. </div>
  23. </header>
  24. <section class="hero">
  25. <div class="hero__inner">
  26. <h1>Your Indeed workflow, on Mac</h1>
  27. <p class="lead">
  28. Search jobs with an AI assistant, save listings, manage career profiles, and build polished CVs — in one native app designed for focus and speed.
  29. </p>
  30. <div class="cta-row">
  31. <a class="button button--primary" href="https://apps.apple.com/app/id0000000000">Download on the Mac App Store</a>
  32. <a class="button button--secondary" href="privacy.html">Privacy Policy</a>
  33. </div>
  34. </div>
  35. </section>
  36. <section class="features">
  37. <div class="features__inner">
  38. <h2>Everything you need to move faster</h2>
  39. <div class="feature-grid">
  40. <article class="feature-card">
  41. <h3>AI job search</h3>
  42. <p>Describe what you want in plain language. The assistant finds relevant listings and keeps context as you refine your search.</p>
  43. </article>
  44. <article class="feature-card">
  45. <h3>Saved jobs</h3>
  46. <p>Bookmark listings you care about and return to them from a dedicated saved-jobs view.</p>
  47. </article>
  48. <article class="feature-card">
  49. <h3>Career profiles</h3>
  50. <p>Store work history, skills, and details locally so you can reuse them across applications.</p>
  51. </article>
  52. <article class="feature-card">
  53. <h3>CV maker</h3>
  54. <p>Pick a template, merge profile data, and preview a print-ready CV without leaving the app.</p>
  55. </article>
  56. <article class="feature-card">
  57. <h3>Indeed browsing</h3>
  58. <p>Open listings and apply flows in an embedded browser so you stay in one window while you work.</p>
  59. </article>
  60. <article class="feature-card">
  61. <h3>App for Indeed Pro</h3>
  62. <p>Unlock premium features with weekly, monthly, or yearly subscriptions billed through your Apple ID.</p>
  63. </article>
  64. </div>
  65. </div>
  66. </section>
  67. <p class="disclaimer">
  68. App for Indeed is an independent Mac application and is not affiliated with, endorsed by, or sponsored by Indeed.com or Indeed, Inc. Indeed is a trademark of Indeed, Inc.
  69. </p>
  70. <footer class="page-footer">
  71. <div class="page-footer__inner">
  72. <p>© 2026 App for Indeed. All rights reserved.</p>
  73. <nav aria-label="Footer">
  74. <a href="privacy.html">Privacy</a>
  75. <a href="terms.html">Terms</a>
  76. <a href="index.html">Home</a>
  77. </nav>
  78. </div>
  79. </footer>
  80. </body>
  81. </html>