chore: added updates 479c5223
Steve · 2025-11-27 21:37 3 file(s) · +33 −38
bun.lock +1 −0
1 1
{
2 2
  "lockfileVersion": 1,
3 +
  "configVersion": 0,
3 4
  "workspaces": {
4 5
    "": {
5 6
      "name": "stevedylan.dev",
src/pages/about.astro +20 −20
2 2
import PageLayout from "@/layouts/Base";
3 3
import { Image } from "astro:assets";
4 4
import aboutImg from "../assets/pfp.png";
5 +
import { projects } from "../data/projects";
5 6
6 7
const meta = {
7 -
	title: "About",
8 -
	description: "More about Steve Simkins",
8 +
  title: "About",
9 +
  description: "More about Steve Simkins",
9 10
};
10 11
---
11 12
13 14
  <div class="space-y-6">
14 15
    <h1 class="title">About</h1>
15 16
    <p>
16 -
      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.
17 -
      I’m currently working at
17 +
      Hey there! My name is Steve and I’m a DX Engineer with a passion for
18 +
      developer tooling that advances cypherpunk values, such as privacy,
19 +
      decentralization, and self-sovereignty. I’m currently working at
18 20
      <a
19 21
        class="style-link inline-block"
20 22
        target="_blank"
21 23
        rel="noopener noreferrer"
22 -
        aria-label="openzeppelin"
23 -
        href="https://openzeppelin.com"
24 +
        aria-label="namehash"
25 +
        href="https://namehash.io"
24 26
      >
25 -
        OpenZeppelin</a
27 +
        NameHash Labs</a
26 28
      >
27 -
      as a DevRel, where I work on anything from writing documentation, building
28 -
      developer tools, to writing blog posts, and filming videos. I'm also working
29 -
      on <a
29 +
      where I'm helping build tools for ENS and improve the developer experience as
30 +
      much as possible. I'm also working on a host of other <a
30 31
        class="style-link inline-block"
32 +
        aria-label="projects"
33 +
        href="/projects">projects</a
34 +
      >, the latest being
35 +
      <a
31 36
        target="_blank"
32 37
        rel="noopener noreferrer"
33 -
        aria-label="Orbiter"
34 -
        href="https://orbiter.host">Orbiter</a
35 -
      >, a new approach and open approach to app hosting. Along side Orbiter I'm
36 -
      also building a new stack called <a
37 38
        class="style-link inline-block"
38 -
        target="_blank"
39 -
        rel="noopener noreferrer"
40 -
        aria-label="bhvr"
41 -
        href="https://bhvr.dev">bhvr</a
42 -
      > (Bun Hono Vite React) which is designed to be portable and deployable anywhere
43 -
      to avoid walled garden providers.
39 +
        aria-label={projects[0].title}
40 +
        href={projects[0].link}
41 +
      >
42 +
        {projects[0].title}
43 +
      </a>.
44 44
    </p>
45 45
    <p>
46 46
      My greatest desire is to help build technologies that empower people who
src/pages/index.astro +12 −18
16 16
	<section>
17 17
		<h1 class="title pb-6">Hey there!</h1>
18 18
		<p class="mb-4">
19 -
			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
20 -
				href="https://openzeppelin.com"
21 -
				target="_blank"
22 -
				rel="noopener noreferrer"
23 -
				class="style-link">OpenZeppelin</a>
24 -
			 and I'm also building <a
25 -
				href="https://orbiter.host"
26 -
				target="_blank"
27 -
				rel="noopener noreferrer"
28 -
				class="style-link">Orbiter</a
29 -
			> and <a
30 -
				href="https://bhvr.dev"
19 +
			My name is Steve. I'm a DX Engineer with a passion for developer tooling that advances cypherpunk values. I'm currently building tools at <a
20 +
        href="https://namehash.io"
31 21
				target="_blank"
32 22
				rel="noopener noreferrer"
33 -
				class="style-link">bhvr</a>
23 +
				class="style-link">NameHash Labs</a>
24 +
			 as well as some other <a
25 +
        href="/projects"
26 +
				class="style-link">projects</a
27 +
      > 
34 28
			in my spare time.</p>
35 29
		<SocialList />
36 30
		<p>Or anywhere with my handle <span class="text-accent">@stevedylandev</span></p>
132 126
			</li>
133 127
			<li>
134 128
				<a
135 -
					href="https://openzeppelin.com"
129 +
          href="https://namehash.io"
136 130
					target="_blank"
137 131
					rel="noopener noreferrer"
138 132
					class="style-link inline-block"
139 133
					><Image
140 134
						height="100"
141 135
						width="100"
142 -
						src="https://files.stevedylan.dev/openzeppelin-logo.png"
136 +
						src="https://files.stevedylan.dev/namhash.png"
143 137
						class="inline-block h-4 w-4"
144 -
						alt="OpenZeppelin Logo"
145 -
					/> OpenZeppelin
138 +
						alt="NameHash Logo"
139 +
					/> NameHash Labs
146 140
				</a>:
147 141
				<p class="inline-block sm:mt-2">
148 -
					Where I'm currently working as a DevRel
142 +
					Where I'm currently working as a DX Engineer
149 143
				</p>
150 144
			</li>
151 145
		</ul>