-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
46 lines (41 loc) · 2.24 KB
/
Copy pathwork.html
File metadata and controls
46 lines (41 loc) · 2.24 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Selected Work | Ken Johnson</title>
<meta name="description" content="Selected work from Ken Johnson: MailLead, LazyLeadz, and LeadQuest.">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="site-shell work-shell">
<nav class="side-nav" aria-label="Primary navigation">
<a href="index.html">HOME</a>
<a href="work.html" aria-current="page">WORK</a>
<a href="writing.html">WRITING</a>
</nav>
<main class="work-main">
<header class="work-header">
<p class="mono-label">Selected Work</p>
<h1>Three bets that paid off.</h1>
</header>
<section class="work-entry">
<p class="work-meta"><span>01</span><span>·</span><span>MAILLEAD</span><span>·</span><strong>$650K</strong><span>·</span><strong>11x</strong></p>
<a href="work/maillead.html" class="work-title">$58K in. $650K out.</a>
<p>A cold-email platform I made the build-vs-buy call on. Acquired inside a year — and it paid back ~80% of its price in week one.</p>
</section>
<section class="work-entry work-entry-wide">
<p class="work-meta"><span>02</span><span>·</span><span>LAZYLEADZ</span><span>·</span><strong>$250K</strong><span>·</span><strong>140M</strong></p>
<a href="work/lazyleadz.html" class="work-title">140 million leads, shipped in three months.</a>
<p>I hired the engineer, cut the data deal, and designed the whole thing end to end. About $250K in year one.</p>
</section>
<section class="work-entry">
<p class="work-meta"><span>03</span><span>·</span><span>LEADQUEST</span><span>·</span><strong>$2.7K MRR</strong><span>·</span><strong>LIVE</strong></p>
<a href="work/leadquest.html" class="work-title">Zero engineers. Still shipping.</a>
<p>Drop in a URL, get a living GTM doc. I build it solo with AI coding agents — $2.7K MRR and climbing.</p>
</section>
<a class="cta-link work-cta" href="mailto:hello@example.com">Building something? Say hi. ↗</a>
</main>
</div>
</body>
</html>