updated about b4ca104b
Steve · 2024-07-17 09:20 2 file(s) · +49 −9
src/pages/about.astro +43 −4
13 13
	<div class="space-y-6">
14 14
		<h1 class="title">About</h1>
15 15
		<p>
16 -
			Hey there! My name is Steve and I'm the Head of Developer Relations for
16 +
			Hey there! My name is Steve and I’m a fullstack developer and technical writer. I’m currently
17 +
			working at
17 18
			<a
18 19
				class="cactus-link inline-block"
19 20
				target="_blank"
20 21
				rel="noopener noreferrer"
21 22
				aria-label="Link to Pinata website"
22 -
				href="https://pinata.cloud">Pinata.</a
23 +
				href="https://pinata.cloud"
24 +
			>
25 +
				Pinata</a
26 +
			>
27 +
			as Head of Developers Relations, where I work on anything from <a
28 +
				class="cactus-link inline-block"
29 +
				target="_blank"
30 +
				rel="noopener noreferrer"
31 +
				aria-label="Link to Pinata docs"
32 +
				href="https://docs.pinata.cloud"
33 +
			>
34 +
				writing documentation
35 +
			</a>, building <a
36 +
				class="cactus-link inline-block"
37 +
				target="_blank"
38 +
				rel="noopener noreferrer"
39 +
				aria-label="Link to repos"
40 +
				href="https://api.github.com/users/stevedylandev/repos?type=member&sort=created&per_page=100"
41 +
				>developer tools</a
42 +
			>, to writing
43 +
			<a
44 +
				class="cactus-link inline-block"
45 +
				rel="preferch"
46 +
				aria-label="Link to blog posts"
47 +
				href="/posts"
48 +
			>
49 +
				blog posts
50 +
			</a>, filming
51 +
			<a class="cactus-link inline-block" rel="preferch" aria-label="Link to videos" href="/videos">
52 +
				videos
53 +
			</a>, and
54 +
55 +
			<a
56 +
				class="cactus-link inline-block"
57 +
				target="_blank"
58 +
				rel="noopener noreferrer"
59 +
				aria-label="Link to Warpcast post"
60 +
				href="https://warpcast.com/stevedylandev.eth/0xace44e08"
23 61
			>
24 -
			I help developers in the Web3 space and I like to help build solutions to their problems.
62 +
				making memes
63 +
			</a>.
25 64
		</p>
26 65
		<div class="flex justify-center">
27 66
			<Image
38 77
				tinkering with mechanical keyboards
39 78
			</li>
40 79
			<li>
41 -
        Taught myself web development which has led to a love and appreciation for developer tools
80 +
				Taught myself web development which has led to a love and appreciation for developer tools
42 81
			</li>
43 82
			<li>I have a killer waffle recipe handed down through my family</li>
44 83
		</ul>
src/pages/index.astro +6 −5
14 14
	<section>
15 15
		<h1 class="title mb-6">Hey there!</h1>
16 16
		<p class="mb-4">
17 -
			My name is Steve. I'm a fullstack developer, technical writer, and creator with a desire to help build
18 -
			the future of the web. I'm also working on <a
19 -
				href="https://honeythread.xyz"
17 +
			My name is Steve. I'm a fullstack developer, technical writer, and creator with a desire to
18 +
			help build the future of the web. My latest project is <a
19 +
				href="https://snippets.so"
20 20
				target="_blank"
21 21
				rel="noopener noreferrer"
22 -
				class="cactus-link">HoneyThread</a
23 -
			>, an NFT powered subscription service for Creators.
22 +
				class="cactus-link">Snippets.so</a
23 +
			>, a clean and simple code sharing tool.
24 24
		</p>
25 25
		<SocialList />
26 26
		<p>Or anywhere with my handle <span class="text-accent">@stevedylandev</span></p>
82 82
					Where I'm currently working as Head of Developer Relations
83 83
				</p>
84 84
			</li>
85 +
		</ul>
85 86
	</section>
86 87
</PageLayout>