chore: small updates 022af309
Steve · 2025-09-21 14:03 2 file(s) · +4 −5
src/pages/about.astro +3 −3
5 5
import DecryptingHeader from "@/components/DecryptingHeader";
6 6
7 7
const meta = {
8 -
  title: "About",
9 -
  description: "More about Steve Simkins",
8 +
	title: "About",
9 +
	description: "More about Steve Simkins",
10 10
};
11 11
---
12 12
14 14
  <div class="space-y-6">
15 15
    <DecryptingHeader text="About" className="title" />
16 16
    <p>
17 -
      Hey there! My name is Steve and I’m a DX engineer, creator, and tinkerer.
17 +
      Hey there! My name is Steve and I’m a DX Engineer with a passion for developer tooling that advances cypherpunk values, such as privacy, decentralization, and self-sovereignty.
18 18
      I’m currently working at
19 19
      <a
20 20
        class="style-link inline-block"
src/pages/index.astro +1 −2
17 17
	<section>
18 18
		<DecryptingHeader text="Hey there!" className="title pb-6" />
19 19
		<p class="mb-4">
20 -
			My name is Steve. I'm a DX Engineer and creator with a desire to help build the future of the
21 -
			web. I'm currently doing Developer Relations at <a
20 +
			My name is Steve. I'm a DX Engineer with a passion for developer tooling that advances cypherpunk values. I'm currently doing Developer Relations at <a
22 21
				href="https://openzeppelin.com"
23 22
				target="_blank"
24 23
				rel="noopener noreferrer"