Без опису

embed-home.html 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <div id="afi-home-embed">
  2. <style>
  3. #afi-home-embed {
  4. --brand: #2557a7;
  5. --heading: #0052cc;
  6. --text: #2d2d2d;
  7. --secondary: #767676;
  8. --border: #e4e4e4;
  9. --bg: #ffffff;
  10. --bg-subtle: #f7f7f7;
  11. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  12. line-height: 1.6;
  13. color: var(--text);
  14. max-width: 960px;
  15. margin: 0 auto;
  16. padding: 0.5rem 0 1rem;
  17. }
  18. #afi-home-embed a { color: var(--brand); text-decoration: none; }
  19. #afi-home-embed a:hover { text-decoration: underline; }
  20. #afi-home-embed h1 { margin: 0 0 0.75rem; font-size: 2.25rem; color: var(--heading); }
  21. #afi-home-embed .hero__lead { margin: 0; font-size: 1.1rem; color: var(--secondary); max-width: 42rem; }
  22. #afi-home-embed h2 { margin: 0 0 0.75rem; font-size: 1.35rem; color: var(--heading); }
  23. #afi-home-embed .highlights { margin-top: 2.5rem; }
  24. #afi-home-embed .highlights__list { margin: 0; padding-left: 1.25rem; }
  25. #afi-home-embed .highlights__list li { margin: 0.4rem 0; }
  26. #afi-home-embed .features { margin-top: 2.75rem; }
  27. #afi-home-embed .features__intro { margin: 0 0 1.5rem; color: var(--secondary); max-width: 40rem; }
  28. #afi-home-embed .feature-grid {
  29. display: grid;
  30. gap: 1rem;
  31. grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  32. }
  33. #afi-home-embed .feature-card {
  34. margin: 0;
  35. padding: 1.25rem;
  36. border: 1px solid var(--border);
  37. border-radius: 10px;
  38. background: var(--bg-subtle);
  39. }
  40. #afi-home-embed .feature-card h3 { margin: 0 0 0.5rem; font-size: 1.05rem; color: var(--heading); }
  41. #afi-home-embed .feature-card p { margin: 0; font-size: 0.95rem; }
  42. #afi-home-embed .link-hub { margin-top: 2.5rem; }
  43. #afi-home-embed .link-hub__intro { margin: 0 0 1rem; color: var(--secondary); }
  44. #afi-home-embed .link-list {
  45. margin: 0;
  46. padding: 0;
  47. list-style: none;
  48. border: 1px solid var(--border);
  49. border-radius: 12px;
  50. overflow: hidden;
  51. background: var(--bg);
  52. }
  53. #afi-home-embed .link-list__item { border-bottom: 1px solid var(--border); }
  54. #afi-home-embed .link-list__item:last-child { border-bottom: none; }
  55. #afi-home-embed .link-list__link {
  56. display: block;
  57. padding: 1rem 1.1rem;
  58. color: var(--text);
  59. font-weight: 500;
  60. }
  61. #afi-home-embed .link-list__link:hover {
  62. background: var(--bg-subtle);
  63. text-decoration: none;
  64. }
  65. #afi-home-embed .disclaimer {
  66. margin-top: 2.5rem;
  67. padding: 1rem 1.25rem;
  68. border-radius: 8px;
  69. background: var(--bg-subtle);
  70. border: 1px solid var(--border);
  71. font-size: 0.9rem;
  72. color: var(--secondary);
  73. }
  74. #afi-home-embed .disclaimer p { margin: 0; }
  75. @media (max-width: 640px) {
  76. #afi-home-embed h1 { font-size: 1.75rem; }
  77. }
  78. </style>
  79. <section class="hero">
  80. <h1>Your job hunt, in one Mac app</h1>
  81. <p class="hero__lead">
  82. App for Indeed brings together AI-powered search, an in-app Indeed browser, saved listings,
  83. résumé templates, and multiple career profiles—so you spend less time switching tabs and more
  84. time applying.
  85. </p>
  86. </section>
  87. <section class="highlights" aria-labelledby="why-heading">
  88. <h2 id="why-heading">Why professionals use it</h2>
  89. <ul class="highlights__list">
  90. <li>Search smarter with conversational AI and quick Role, Company, and Skill shortcuts.</li>
  91. <li>Keep Indeed open inside the app while you review, save, and apply to roles.</li>
  92. <li>Build tailored CVs from templates tied to profiles you control on your Mac.</li>
  93. <li>Upgrade on your terms with weekly, monthly, or yearly plans billed through Apple.</li>
  94. </ul>
  95. </section>
  96. <section class="features" aria-labelledby="workspace-heading">
  97. <h2 id="workspace-heading">Everything in one workspace</h2>
  98. <p class="features__intro">
  99. Whether you are actively applying or building a shortlist for later, the app keeps discovery,
  100. organization, and résumé work together instead of scattered across browser windows.
  101. </p>
  102. <div class="feature-grid">
  103. <article class="feature-card">
  104. <h3>AI search assistant</h3>
  105. <p>Describe what you want on Home—or tap a shortcut—and get readable job summaries you can save or open on Indeed in one click.</p>
  106. </article>
  107. <article class="feature-card">
  108. <h3>In-app Indeed browser</h3>
  109. <p>Read listings and walk through application steps without leaving the app. Navigate with back, forward, and reload, then return to your dashboard when you are done.</p>
  110. </article>
  111. <article class="feature-card">
  112. <h3>Saved Jobs</h3>
  113. <p>Bookmark roles from search results and manage them in a dedicated list so nothing slips through while you compare options.</p>
  114. </article>
  115. <article class="feature-card">
  116. <h3>CV Maker</h3>
  117. <p>Pick from profession- and style-based templates, preview layouts, and link a template to a profile to produce a ready-to-edit résumé.</p>
  118. </article>
  119. <article class="feature-card">
  120. <h3>Profiles</h3>
  121. <p>Maintain separate profiles with contact info, experience, education, and skills—ideal when you are targeting different roles or industries.</p>
  122. </article>
  123. <article class="feature-card">
  124. <h3>Premium via Apple</h3>
  125. <p>Unlock advanced capabilities with auto-renewing subscriptions managed in your Apple ID settings. Cancel anytime before the next billing period.</p>
  126. </article>
  127. </div>
  128. </section>
  129. <section class="link-hub" aria-labelledby="links-heading">
  130. <h2 id="links-heading">Quick links</h2>
  131. <p class="link-hub__intro">The same pages linked from the app Settings screen.</p>
  132. <ul class="link-list">
  133. <li class="link-list__item">
  134. <a class="link-list__link" href="https://sites.google.com/view/app-for-indeed/support" target="_top">Support</a>
  135. </li>
  136. <li class="link-list__item">
  137. <a class="link-list__link" href="https://sites.google.com/view/app-for-indeed/terms-of-services" target="_top">Terms of Use</a>
  138. </li>
  139. <li class="link-list__item">
  140. <a class="link-list__link" href="https://sites.google.com/view/app-for-indeed/privacy-policy" target="_top">Privacy Policy</a>
  141. </li>
  142. </ul>
  143. </section>
  144. <aside class="disclaimer">
  145. <p>
  146. <strong>Independent app.</strong> App for Indeed is not affiliated with, sponsored by, or endorsed by
  147. Indeed, Inc. Indeed® is a trademark of Indeed, Inc.
  148. </p>
  149. </aside>
  150. </div>