-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
82 lines (72 loc) · 3.54 KB
/
Copy pathabout.html
File metadata and controls
82 lines (72 loc) · 3.54 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About — PrepPath</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/about.css" />
</head>
<body>
<header>
<div class="logo"><a href="index.html">Prep<span>Path</span></a></div>
<nav>
<a href="index.html">Prepare</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<main>
<section class="page-hero">
<p class="page-eyebrow">About PrepPath</p>
<h1>Generic interview advice doesn't get you the job</h1>
<p class="lead">The best interview prep is specific — to the role, and to you. PrepPath reads both and builds prep around what actually matters for this application.</p>
</section>
<div class="about-content">
<div class="about-block">
<h2>What it does</h2>
<p>Give PrepPath a job description and your resume, and it builds a full prep set: five general questions strong for this type of role, five questions tailored specifically to how your background lines up with this job, honest suggestions on your resume, and a fully rewritten version.</p>
<p>For every question, you choose how to practice — answer it yourself and get direct feedback, or see a strong sample answer first. No fixed mode, no pressure to perform before you're ready.</p>
</div>
<div class="about-block">
<h2>How it works</h2>
<div class="flow-steps">
<div class="flow-step card">
<div class="step-num">1</div>
<div class="flow-step-text"><strong>Add your job description and resume</strong><span>Paste the text for both.</span></div>
</div>
<div class="flow-step card">
<div class="step-num">2</div>
<div class="flow-step-text"><strong>Get your prep set</strong><span>Ten questions, resume suggestions, and a rewritten resume.</span></div>
</div>
<div class="flow-step card">
<div class="step-num">3</div>
<div class="flow-step-text"><strong>Practice your way</strong><span>Type an answer and get feedback, or review a strong sample answer.</span></div>
</div>
</div>
</div>
<div class="about-block">
<h2>Who it's for</h2>
<div class="audience-pills">
<span class="pill">Job seekers</span>
<span class="pill">Career switchers</span>
<span class="pill">Recent graduates</span>
<span class="pill">Anyone with an interview coming up</span>
</div>
</div>
<div class="builder-note card">
<p>PrepPath was designed and built by <strong>Alan Macharia</strong>, I build AI-powered systems and tools for businesses. If you're a business owner curious what a tool like this could look like for your own workflow, <a href="https://www.linkedin.com/in/alan-macharia-ai/" target="_blank" rel="noopener">connect on LinkedIn</a> or <a href="contact.html">get in touch</a>.</p>
</div>
</div>
</main>
<footer>
<p><strong>PrepPath</strong> is an AI tool to help you prepare. Practice, but always answer in your own words in the real interview.</p>
<div class="footer-links">
<a href="index.html">Tool</a>
<a href="contact.html">Contact</a>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>