-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
82 lines (77 loc) · 3.84 KB
/
Copy pathresources.html
File metadata and controls
82 lines (77 loc) · 3.84 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>Resources | Byte-Sized Booksmith</title>
<meta name="description" content="Build docs and references worth sharing, like the specs behind the tools I'm putting together." />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Byte-Sized Booksmith" />
<meta property="og:title" content="Resources | Byte-Sized Booksmith" />
<meta property="og:description" content="Build docs and references worth sharing, like the specs behind the tools I'm putting together." />
<meta property="og:url" content="https://bytesizedbooksmith.github.io/dev-hub/resources.html" />
<meta property="og:image" content="https://bytesizedbooksmith.github.io/dev-hub/images/DevHub-Header.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Resources | Byte-Sized Booksmith" />
<meta name="twitter:description" content="Build docs and references worth sharing, like the specs behind the tools I'm putting together." />
<meta name="twitter:image" content="https://bytesizedbooksmith.github.io/dev-hub/images/DevHub-Header.jpg" />
<link rel="icon" type="image/svg+xml" href="images/favicon.svg" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="topbar">
<div class="inner">
<div class="brand"><img class="logo" src="images/favicon.svg" alt="" />Development <span class="mark">Hub</span></div>
<nav class="nav">
<a href="index.html">Home</a>
<a href="updates.html">Journal</a>
<a href="resources.html" class="active">Resources</a>
<a href="about.html">About Angie</a>
</nav>
</div>
</div>
<div class="page">
<header class="hero">
<div class="eyebrow">Build docs & references</div>
<h1>Resources</h1>
<p class="tagline">A few things worth passing along as I build.</p>
</header>
<p class="lede">
This is where I park the docs and references behind the tools — the specs,
reviews, and plans I'd want if I were watching someone else build this stuff.
More will land here as projects wrap up.
</p>
<h2>The Backroom</h2>
<p>The docs behind my “book machine,” in build order.</p>
<div class="cards">
<div class="card">
<h3><a href="dev-docs/the-backroom/FAMILY-MACHINE-visual-spec.html">Visual Build Spec</a></h3>
<p>The visual of what the machine was meant to be — the blueprint before a single piece was built.</p>
</div>
<div class="card">
<h3><a href="dev-docs/the-backroom/BUILD-REVIEW.html">Build Review</a></h3>
<p>What actually got built, measured against the spec. The honest before-and-after.</p>
</div>
<div class="card">
<h3><a href="dev-docs/the-backroom/TEST-PLAN.html">Test Plan</a></h3>
<p>How I'm putting the machine through its paces in Phase 3 — what I'm checking and why.</p>
</div>
<div class="card">
<h3><a href="dev-docs/the-backroom/HEAT-AND-INTIMACY.html">Heat & Intimacy</a></h3>
<p>The Spice Subsystem — how the machine handles romance, heat, and intimate scenes: gated, tiered, and brand-consistent.</p>
</div>
</div>
<h2>Seedsmith Build Spec</h2>
<p>The spec behind Seedsmith, my market-intelligence tool.</p>
<div class="cards">
<div class="card">
<h3><a href="Market-Intelligence-Engine_Build-Pack.zip" download>Market-Intelligence Engine Build Pack</a></h3>
<p>A two-document pack — the AI Development Brief and a Starter Example Pack. Download the zip to read both.</p>
</div>
</div>
<footer class="foot">
<p>Development Hub · built in public · journal synced from Notion</p>
</footer>
</div>
</body>
</html>