-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
97 lines (87 loc) · 4.64 KB
/
Copy pathabout.html
File metadata and controls
97 lines (87 loc) · 4.64 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Angie | Byte-Sized Booksmith</title>
<meta name="description" content="Author, tool-builder, powered by spite and caffeine. The person behind the robots." />
<meta property="og:type" content="profile" />
<meta property="og:site_name" content="Byte-Sized Booksmith" />
<meta property="og:title" content="About Angie | Byte-Sized Booksmith" />
<meta property="og:description" content="Author, tool-builder, powered by spite and caffeine. The person behind the robots." />
<meta property="og:url" content="https://bytesizedbooksmith.github.io/dev-hub/about.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="About Angie | Byte-Sized Booksmith" />
<meta name="twitter:description" content="Author, tool-builder, powered by spite and caffeine. The person behind the robots." />
<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">Resources</a>
<a href="about.html" class="active">About Angie</a>
</nav>
</div>
</div>
<div class="page">
<header class="hero">
<div class="eyebrow">The person behind the robots</div>
<h1>About Angie</h1>
<p class="tagline">Author. Tool-builder. Powered by spite and caffeine.</p>
</header>
<p class="lede">
Hi. I'm Angie. I wanted to be an astronaut when I grew up. I ended up writing about
them instead, which is close enough if you don't think about it too hard.
</p>
<img class="portrait" src="images/angie-author.png" alt="Angie, reading a book by a rainy window with a coffee" />
<p>
I've been in the publishing business for fifteen years, which is long enough to learn
exactly which parts of it I love and which parts make me want to fake my own death and
move to a cabin. The writing? Love it. The fiddly, repetitive, do-it-again-by-Tuesday
tasks that pile up around the writing? That's where things get personal.
</p>
<p>
Here's the thing about me: I am genuinely terrible at mundane tasks. I get bored, I
lose the thread, and I would rather build a robot to do something than do it twice. So
that's what I started doing. My day job is as a financial investigator, which gets more
chaotic by the week, and somewhere in the middle of all that I decided that if I ever
wanted to actually <em>publish</em> the books rattling around in my head, I'd have to
automate the parts that were eating my time. Spite is a renewable resource. So is
caffeine. I run on both.
</p>
<p>
The tools you'll find around here — Seedsmith, The Backroom, the Publishing
Command Center, the Writing Room — all came out of that same impulse. Sometimes
I got tired of doing a thing. Sometimes I genuinely could not remember what I was doing
from one day to the next. And sometimes, if I'm being honest, I tried to make my life
better by spending two weeks building something I <em>may</em> never actually use.
Some of them are polished. Some are still wearing their seams on the outside. I'm
sharing the whole messy, caffeinated process, not just the highlight reel.
</p>
<blockquote class="pullquote">
I'd rather build a robot to do it than do it twice.
</blockquote>
<p>
Full disclosure: I identify as a Slytherin, so there's usually a long game running in
the background. And any typos, stray commas, or punctuation that's wandered off to do
its own thing? Not me. That's the Typo Fairy. We have an arrangement. It is not going
well.
</p>
<p>
If you came here and thought either “huh, I could probably do that too” or
“wait, when did this woman last sleep?” — honestly, both are correct,
and you're exactly the kind of person I built this for.
</p>
<footer class="foot">
<p>Development Hub · built in public · journal synced from Notion</p>
</footer>
</div>
</body>
</html>