|
@@ -0,0 +1,175 @@
|
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
|
+<html lang="en">
|
|
|
|
|
+<head>
|
|
|
|
|
+ <meta charset="utf-8">
|
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
+ <title>App for Indeed</title>
|
|
|
|
|
+ <meta name="description" content="App for Indeed — AI-assisted job search, embedded Indeed browsing, saved jobs, CV Maker, and profiles for macOS.">
|
|
|
|
|
+ <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" aria-current="page">Home</a>
|
|
|
|
|
+ <a href="support.html">Support</a>
|
|
|
|
|
+ <a href="contact.html">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="home">
|
|
|
|
|
+ <section class="hero">
|
|
|
|
|
+ <h1>App for Indeed</h1>
|
|
|
|
|
+ <p class="hero__lead">
|
|
|
|
|
+ A native macOS companion for focused job hunting—AI-assisted search, embedded Indeed browsing,
|
|
|
|
|
+ saved listings, CV Maker, and career profiles in one workspace.
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <section class="link-hub" aria-labelledby="links-heading">
|
|
|
|
|
+ <h2 id="links-heading">Quick links</h2>
|
|
|
|
|
+ <p class="link-hub__intro">The same pages linked from the app Settings screen.</p>
|
|
|
|
|
+ <ul class="link-list">
|
|
|
|
|
+ <li class="link-list__item">
|
|
|
|
|
+ <a class="link-list__link" href="index.html">
|
|
|
|
|
+ <span class="link-list__icon" aria-hidden="true">
|
|
|
|
|
+ <svg viewBox="0 0 24 24" role="img"><path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm7.93 9h-3.4a15.3 15.3 0 0 0-1.1-4.28A8 8 0 0 1 19.93 11zM12 4.07A13.91 13.91 0 0 1 13.86 11h-3.72A13.91 13.91 0 0 1 12 4.07zM8.57 6.72A15.3 15.3 0 0 0 7.47 11h-3.4a8 8 0 0 1 4.5-4.28zM4.07 13h3.4a15.3 15.3 0 0 0 1.1 4.28A8 8 0 0 1 4.07 13zm5.5 6.21A13.91 13.91 0 0 1 10.14 13h3.72a13.91 13.91 0 0 1-1.86 6.21zM15.43 17.28A15.3 15.3 0 0 0 16.53 13h3.4a8 8 0 0 1-4.5 4.28z"/></svg>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span class="link-list__label">Website</span>
|
|
|
|
|
+ <span class="link-list__chevron" aria-hidden="true">›</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li class="link-list__item">
|
|
|
|
|
+ <a class="link-list__link" href="support.html">
|
|
|
|
|
+ <span class="link-list__icon" aria-hidden="true">
|
|
|
|
|
+ <svg viewBox="0 0 24 24" role="img"><path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm1 15h-2v-2h2zm0-4h-2V7h2z"/></svg>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span class="link-list__label">Support</span>
|
|
|
|
|
+ <span class="link-list__chevron" aria-hidden="true">›</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li class="link-list__item">
|
|
|
|
|
+ <a class="link-list__link" href="contact.html">
|
|
|
|
|
+ <span class="link-list__icon" aria-hidden="true">
|
|
|
|
|
+ <svg viewBox="0 0 24 24" role="img"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5L4 8V6l8 5 8-5z"/></svg>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span class="link-list__label">Contact</span>
|
|
|
|
|
+ <span class="link-list__chevron" aria-hidden="true">›</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li class="link-list__item">
|
|
|
|
|
+ <a class="link-list__link" href="terms-of-service.html">
|
|
|
|
|
+ <span class="link-list__icon" aria-hidden="true">
|
|
|
|
|
+ <svg viewBox="0 0 24 24" role="img"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm2 16H8v-2h8zm0-4H8v-2h8zm-3-5V3.5L18.5 9z"/></svg>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span class="link-list__label">Terms of Use</span>
|
|
|
|
|
+ <span class="link-list__chevron" aria-hidden="true">›</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li class="link-list__item">
|
|
|
|
|
+ <a class="link-list__link" href="privacy-policy.html">
|
|
|
|
|
+ <span class="link-list__icon" aria-hidden="true">
|
|
|
|
|
+ <svg viewBox="0 0 24 24" role="img"><path d="M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.43z"/></svg>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span class="link-list__label">Privacy Policy</span>
|
|
|
|
|
+ <span class="link-list__chevron" aria-hidden="true">›</span>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <section class="highlights" aria-labelledby="highlights-heading">
|
|
|
|
|
+ <h2 id="highlights-heading">Built for focused professionals</h2>
|
|
|
|
|
+ <ul class="highlights__list">
|
|
|
|
|
+ <li>Fast links to key Indeed workflows.</li>
|
|
|
|
|
+ <li>AI-assisted job searches and CV Maker.</li>
|
|
|
|
|
+ <li>Subscription options managed securely through Apple.</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <section class="features" aria-labelledby="features-heading">
|
|
|
|
|
+ <h2 id="features-heading">What the app includes</h2>
|
|
|
|
|
+ <p class="features__intro">
|
|
|
|
|
+ Designed to cut down on browser juggling and speed up repetitive job-hunt tasks while keeping
|
|
|
|
|
+ search, saves, and CV work in one macOS app.
|
|
|
|
|
+ </p>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="feature-grid">
|
|
|
|
|
+ <article class="feature-card">
|
|
|
|
|
+ <h3>Indeed job search assistant</h3>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ Chat-style search on Home with shortcuts for Role, Company, and Skill. Get concise job summaries,
|
|
|
|
|
+ save listings, and jump into Indeed to apply.
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </article>
|
|
|
|
|
+
|
|
|
|
|
+ <article class="feature-card">
|
|
|
|
|
+ <h3>Embedded Indeed browser</h3>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ View job pages and application flows inside the app. Use back, forward, and reload, then return
|
|
|
|
|
+ to your search workspace.
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </article>
|
|
|
|
|
+
|
|
|
|
|
+ <article class="feature-card">
|
|
|
|
|
+ <h3>Saved jobs workspace</h3>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ Save opportunities from search results and revisit them in Saved Jobs so you can compare,
|
|
|
|
|
+ apply, or follow up without losing track.
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </article>
|
|
|
|
|
+
|
|
|
|
|
+ <article class="feature-card">
|
|
|
|
|
+ <h3>CV Maker</h3>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ Browse design- and profession-based résumé templates, filter by style, preview layouts, and connect
|
|
|
|
|
+ a template to a profile to generate a filled CV.
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </article>
|
|
|
|
|
+
|
|
|
|
|
+ <article class="feature-card">
|
|
|
|
|
+ <h3>Profile management</h3>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ Store multiple job-seeker profiles on your Mac—contact details, experience, education, and skills—then
|
|
|
|
|
+ use them to populate CV previews and exports.
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </article>
|
|
|
|
|
+
|
|
|
|
|
+ <article class="feature-card">
|
|
|
|
|
+ <h3>Apple subscription flow</h3>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ Unlock premium features with auto-renewing weekly, monthly, or yearly plans managed securely through
|
|
|
|
|
+ Apple billing. Cancel anytime in your Apple ID settings.
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </article>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
|
|
+ <aside class="disclaimer">
|
|
|
|
|
+ <p>
|
|
|
|
|
+ <strong>Disclaimer:</strong> App for Indeed is an independent productivity app and is not affiliated with,
|
|
|
|
|
+ sponsored by, or endorsed by Indeed, Inc. Indeed is a trademark of Indeed, Inc.
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </aside>
|
|
|
|
|
+ </main>
|
|
|
|
|
+
|
|
|
|
|
+ <footer class="page-footer">
|
|
|
|
|
+ <div class="page-footer__inner">
|
|
|
|
|
+ <nav class="footer-nav" aria-label="Footer">
|
|
|
|
|
+ <a href="support.html">Support</a>
|
|
|
|
|
+ <a href="contact.html">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>
|