Merge branch 'main' of https://github.com/stevedylandev/stevedsimkins-dev-astro 0741d16b
Steve · 2024-07-17 09:14 3 file(s) · +3 −3
src/pages/about.astro +1 −1
21 21
				aria-label="Link to Pinata website"
22 22
				href="https://pinata.cloud">Pinata.</a
23 23
			>
24 -
			I help creators and developers in the Web3 space, and I like to help build solutions to their problems.
24 +
			I help developers in the Web3 space and I like to help build solutions to their problems.
25 25
		</p>
26 26
		<div class="flex justify-center">
27 27
			<Image
src/pages/index.astro +1 −1
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 developer, technical writer, and creator with a desire to help build
17 +
			My name is Steve. I'm a fullstack developer, technical writer, and creator with a desire to help build
18 18
			the future of the web. I'm also working on <a
19 19
				href="https://honeythread.xyz"
20 20
				target="_blank"
src/site.config.ts +1 −1
1 1
const siteMeta = {
2 2
	author: "Steve Simkins",
3 3
	title: "Steve Simkins",
4 -
	description: "Developer and Technical Writer",
4 +
	description: "Fullstack Developer | Technical Writer",
5 5
	lang: "en-GB",
6 6
	ogLocale: "en_GB",
7 7
	githubUrl: "https://github.com/stevedsimkins/stevedsimkins-dev-astro",