chore: site updates 4d3eb851
Steve · 2026-01-02 09:26 2 file(s) · +14 −20
src/pages/about.astro +5 −11
15 15
    <h1 class="title">About</h1>
16 16
    <p>
17 17
      Hey there! My name is Steve and I’m a DX Engineer with a passion for
18 -
      developer tooling that advances blockchain, privacy, and an open web. I’m currently working at
18 +
      developer tooling that advances an open web. I’m currently working at
19 19
      <a
20 20
        class="style-link inline-block"
21 21
        target="_blank"
22 22
        rel="noopener noreferrer"
23 -
        aria-label="namehash"
24 -
        href="https://namehash.io"
23 +
        aria-label="stablecore"
24 +
        href="https://stablecore.com"
25 25
      >
26 -
        NameHash Labs</a
26 +
        Stablecore</a
27 27
      >
28 -
      where I'm helping build tools for ENS and improve the developer experience as
29 -
      much as possible. I'm also working on a host of other <a
28 +
      as a senior solutions engineer. I'm also working on a host of other <a
30 29
        class="style-link inline-block"
31 30
        aria-label="projects"
32 31
        href="/projects">projects</a
40 39
      >
41 40
        {projects[0].title}
42 41
      </a>.
43 -
    </p>
44 -
    <p>
45 -
      My greatest desire is to help build technologies that empower people who
46 -
      would otherwise be powerless, whether it's financial systems, information
47 -
      privacy, or democratizing software.
48 42
    </p>
49 43
    <div class="flex justify-center">
50 44
      <Image
src/pages/index.astro +9 −9
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 blockchain, privacy, and an open web. I'm currently building tools at <a
20 -
        href="https://namehash.io"
19 +
			My name is Steve. I'm a DX Engineer with a passion for developer tooling that advances an open web. I'm currently working at <a
20 +
        href="https://stablecore.com"
21 21
				target="_blank"
22 22
				rel="noopener noreferrer"
23 -
				class="style-link">NameHash Labs</a>
24 -
			 as well as some other <a
23 +
				class="style-link">Stablecore</a>
24 +
			 and I work on other <a
25 25
        href="/projects"
26 26
				class="style-link">projects</a
27 27
      >
126 126
			</li>
127 127
			<li>
128 128
				<a
129 -
          href="https://namehash.io"
129 +
          href="https://stablecore.com"
130 130
					target="_blank"
131 131
					rel="noopener noreferrer"
132 132
					class="style-link inline-block"
133 133
					><Image
134 134
						height="100"
135 135
						width="100"
136 -
						src="https://files.stevedylan.dev/namhash.png"
136 +
						src="https://files.stevedylan.dev/stablecore.png"
137 137
						class="inline-block h-4 w-4"
138 -
						alt="NameHash Logo"
139 -
					/> NameHash Labs
138 +
						alt="Stablecore Logo"
139 +
					/> Stablecore
140 140
				</a>:
141 141
				<p class="inline-block sm:mt-2">
142 -
					Where I'm currently working as a DX Engineer
142 +
					Where I'm currently working as a Senior Solutions Engineer
143 143
				</p>
144 144
			</li>
145 145
		</ul>