|
|
@@ -0,0 +1,155 @@
|
|
|
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
|
+
|
|
|
80
|
+ <section class="hero">
|
|
|
81
|
+ <h1>Your job hunt, in one Mac app</h1>
|
|
|
82
|
+ <p class="hero__lead">
|
|
|
83
|
+ App for Indeed brings together AI-powered search, an in-app Indeed browser, saved listings,
|
|
|
84
|
+ résumé templates, and multiple career profiles—so you spend less time switching tabs and more
|
|
|
85
|
+ time applying.
|
|
|
86
|
+ </p>
|
|
|
87
|
+ </section>
|
|
|
88
|
+
|
|
|
89
|
+ <section class="highlights" aria-labelledby="why-heading">
|
|
|
90
|
+ <h2 id="why-heading">Why professionals use it</h2>
|
|
|
91
|
+ <ul class="highlights__list">
|
|
|
92
|
+ <li>Search smarter with conversational AI and quick Role, Company, and Skill shortcuts.</li>
|
|
|
93
|
+ <li>Keep Indeed open inside the app while you review, save, and apply to roles.</li>
|
|
|
94
|
+ <li>Build tailored CVs from templates tied to profiles you control on your Mac.</li>
|
|
|
95
|
+ <li>Upgrade on your terms with weekly, monthly, or yearly plans billed through Apple.</li>
|
|
|
96
|
+ </ul>
|
|
|
97
|
+ </section>
|
|
|
98
|
+
|
|
|
99
|
+ <section class="features" aria-labelledby="workspace-heading">
|
|
|
100
|
+ <h2 id="workspace-heading">Everything in one workspace</h2>
|
|
|
101
|
+ <p class="features__intro">
|
|
|
102
|
+ Whether you are actively applying or building a shortlist for later, the app keeps discovery,
|
|
|
103
|
+ organization, and résumé work together instead of scattered across browser windows.
|
|
|
104
|
+ </p>
|
|
|
105
|
+ <div class="feature-grid">
|
|
|
106
|
+ <article class="feature-card">
|
|
|
107
|
+ <h3>AI search assistant</h3>
|
|
|
108
|
+ <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>
|
|
|
109
|
+ </article>
|
|
|
110
|
+ <article class="feature-card">
|
|
|
111
|
+ <h3>In-app Indeed browser</h3>
|
|
|
112
|
+ <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>
|
|
|
113
|
+ </article>
|
|
|
114
|
+ <article class="feature-card">
|
|
|
115
|
+ <h3>Saved Jobs</h3>
|
|
|
116
|
+ <p>Bookmark roles from search results and manage them in a dedicated list so nothing slips through while you compare options.</p>
|
|
|
117
|
+ </article>
|
|
|
118
|
+ <article class="feature-card">
|
|
|
119
|
+ <h3>CV Maker</h3>
|
|
|
120
|
+ <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>
|
|
|
121
|
+ </article>
|
|
|
122
|
+ <article class="feature-card">
|
|
|
123
|
+ <h3>Profiles</h3>
|
|
|
124
|
+ <p>Maintain separate profiles with contact info, experience, education, and skills—ideal when you are targeting different roles or industries.</p>
|
|
|
125
|
+ </article>
|
|
|
126
|
+ <article class="feature-card">
|
|
|
127
|
+ <h3>Premium via Apple</h3>
|
|
|
128
|
+ <p>Unlock advanced capabilities with auto-renewing subscriptions managed in your Apple ID settings. Cancel anytime before the next billing period.</p>
|
|
|
129
|
+ </article>
|
|
|
130
|
+ </div>
|
|
|
131
|
+ </section>
|
|
|
132
|
+
|
|
|
133
|
+ <section class="link-hub" aria-labelledby="links-heading">
|
|
|
134
|
+ <h2 id="links-heading">Quick links</h2>
|
|
|
135
|
+ <p class="link-hub__intro">The same pages linked from the app Settings screen.</p>
|
|
|
136
|
+ <ul class="link-list">
|
|
|
137
|
+ <li class="link-list__item">
|
|
|
138
|
+ <a class="link-list__link" href="https://sites.google.com/view/app-for-indeed/support" target="_top">Support</a>
|
|
|
139
|
+ </li>
|
|
|
140
|
+ <li class="link-list__item">
|
|
|
141
|
+ <a class="link-list__link" href="https://sites.google.com/view/app-for-indeed/terms-of-services" target="_top">Terms of Use</a>
|
|
|
142
|
+ </li>
|
|
|
143
|
+ <li class="link-list__item">
|
|
|
144
|
+ <a class="link-list__link" href="https://sites.google.com/view/app-for-indeed/privacy-policy" target="_top">Privacy Policy</a>
|
|
|
145
|
+ </li>
|
|
|
146
|
+ </ul>
|
|
|
147
|
+ </section>
|
|
|
148
|
+
|
|
|
149
|
+ <aside class="disclaimer">
|
|
|
150
|
+ <p>
|
|
|
151
|
+ <strong>Independent app.</strong> App for Indeed is not affiliated with, sponsored by, or endorsed by
|
|
|
152
|
+ Indeed, Inc. Indeed® is a trademark of Indeed, Inc.
|
|
|
153
|
+ </p>
|
|
|
154
|
+ </aside>
|
|
|
155
|
+</div>
|