| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>App for Indeed — Job search, CVs, and profiles on Mac</title>
- <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.">
- <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">✦</span>
- App for Indeed
- </a>
- <nav class="site-nav" aria-label="Primary">
- <a href="index.html" aria-current="page">Home</a>
- <a href="privacy.html">Privacy Policy</a>
- <a href="terms.html">Terms of Service</a>
- </nav>
- </div>
- </header>
- <section class="hero">
- <div class="hero__inner">
- <h1>Your Indeed workflow, on Mac</h1>
- <p class="lead">
- Search jobs with an AI assistant, save listings, manage career profiles, and build polished CVs — in one native app designed for focus and speed.
- </p>
- <div class="cta-row">
- <a class="button button--primary" href="https://apps.apple.com/app/id0000000000">Download on the Mac App Store</a>
- <a class="button button--secondary" href="privacy.html">Privacy Policy</a>
- </div>
- </div>
- </section>
- <section class="features">
- <div class="features__inner">
- <h2>Everything you need to move faster</h2>
- <div class="feature-grid">
- <article class="feature-card">
- <h3>AI job search</h3>
- <p>Describe what you want in plain language. The assistant finds relevant listings and keeps context as you refine your search.</p>
- </article>
- <article class="feature-card">
- <h3>Saved jobs</h3>
- <p>Bookmark listings you care about and return to them from a dedicated saved-jobs view.</p>
- </article>
- <article class="feature-card">
- <h3>Career profiles</h3>
- <p>Store work history, skills, and details locally so you can reuse them across applications.</p>
- </article>
- <article class="feature-card">
- <h3>CV maker</h3>
- <p>Pick a template, merge profile data, and preview a print-ready CV without leaving the app.</p>
- </article>
- <article class="feature-card">
- <h3>Indeed browsing</h3>
- <p>Open listings and apply flows in an embedded browser so you stay in one window while you work.</p>
- </article>
- <article class="feature-card">
- <h3>App for Indeed Pro</h3>
- <p>Unlock premium features with weekly, monthly, or yearly subscriptions billed through your Apple ID.</p>
- </article>
- </div>
- </div>
- </section>
- <p class="disclaimer">
- 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.
- </p>
- <footer class="page-footer">
- <div class="page-footer__inner">
- <p>© 2026 App for Indeed. All rights reserved.</p>
- <nav aria-label="Footer">
- <a href="privacy.html">Privacy</a>
- <a href="terms.html">Terms</a>
- <a href="index.html">Home</a>
- </nav>
- </div>
- </footer>
- </body>
- </html>
|