-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (49 loc) · 2.77 KB
/
index.html
File metadata and controls
53 lines (49 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Rezoomed — Resume & LinkedIn Resources</title>
<meta name="description" content="Free resources to build an ATS-friendly resume, match it to any job, and get your LinkedIn found by recruiters." />
<link rel="canonical" href="https://rezoomed.github.io/" />
<style>
:root { color-scheme: light; }
body { margin:0; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif; color:#19211d; background:#f6faf7; line-height:1.6; }
.wrap { max-width:720px; margin:0 auto; padding:48px 20px 64px; }
h1 { font-size:2rem; letter-spacing:-0.02em; margin:0 0 .25em; }
.lede { color:#3f493f; font-size:1.05rem; }
h2 { margin-top:2em; font-size:1.15rem; }
a { color:#026d32; }
ul { padding-left:1.1em; }
li { margin:.4em 0; }
.card { background:#fff; border:1px solid #e5eee8; border-radius:16px; padding:20px 24px; box-shadow:0 10px 30px rgba(2,109,50,.05); }
footer { margin-top:2.5em; color:#6f7a6e; font-size:.9rem; }
</style>
</head>
<body>
<main class="wrap">
<h1>Resume & LinkedIn Resources by Rezoomed</h1>
<p class="lede">Free, practical resources to help you build an ATS-friendly resume, match it to any job description, and get your LinkedIn profile found by recruiters.</p>
<div class="card">
<h2>Tools</h2>
<ul>
<li><a href="https://www.rezoomed.com/ats-checker">ATS Resume Checker</a> — find what's filtering out your resume</li>
<li><a href="https://www.rezoomed.com/match-score">Resume Match Score</a> — score your fit against any job description</li>
<li><a href="https://www.rezoomed.com/resume-builder">AI Resume Builder</a> — build a recruiter-ready resume</li>
<li><a href="https://www.rezoomed.com/linkedin-optimizer">LinkedIn Profile Optimizer</a> — get found in recruiter searches</li>
</ul>
<h2>Guides (open source)</h2>
<ul>
<li><a href="https://github.com/Rezoomed/ats-resume-guide">ATS-Friendly Resume Guide</a></li>
<li><a href="https://github.com/Rezoomed/linkedin-profile-optimization-guide">LinkedIn Profile Optimization Guide</a></li>
</ul>
</div>
<h2>About Rezoomed</h2>
<p><a href="https://www.rezoomed.com">Rezoomed</a> is an AI resume platform — ATS checker, job-description match scoring, AI tailoring, cover letters, and a free LinkedIn optimizer — built to help
job seekers land more interviews.</p>
<footer>
Built by <a href="https://www.rezoomed.com">Rezoomed</a> · Resume tools that get you hired.
</footer>
</main>
</body>
</html>