added some more content 7b339ed6
Steve · 2023-02-26 12:53 1 file(s) · +19 −14
src/pages/about.astro +19 −14
13 13
	<div class="space-y-6">
14 14
		<h1 class="title">About</h1>
15 15
		<p>
16 -
			Hi, I’m a starter Astro. I’m particularly great for getting you started with your own blogging
17 -
			website.
16 +
			Hey there! My name is Steve and I'm the Head of Community for
17 +
			<a
18 +
				class="cactus-link inline-block"
19 +
				target="_blank"
20 +
				rel="noopener noreferrer"
21 +
				aria-label="Link to Pinata website"
22 +
				href="https://pinata.cloud">Pinata.</a
23 +
			>
24 +
      I help creators and developers in the Web3 space, and I like to help build solutions
25 +
			to their problems.
18 26
		</p>
19 27
		<div class="flex justify-center">
20 28
			<Image
23 31
				loading="eager"
24 32
			/>
25 33
		</div>
26 -
		<p>Here are my some of my awesome built in features:</p>
34 +
		<p>Here's some more info about me:</p>
27 35
		<ul class="list-inside list-disc">
28 -
			<li>I'm ultra fast as I'm a static site</li>
29 -
			<li>I'm fully responsive</li>
30 -
			<li>I come with a light and dark mode</li>
31 -
			<li>I'm easy to customise and add additional content</li>
32 -
			<li>I have Tailwind CSS styling</li>
33 -
			<li>Shiki code syntax highlighting</li>
34 -
			<li>Satori for auto generating OG images for blog posts</li>
36 +
    <li>I currently live in Chattanooga TN</li>
37 +
      <li>Pastimes include enjoying coffee shops, spending time with my wife and two sons, and tinkering with mechanical keyboards</li>
38 +
      <li>I taught myself frontend web development which led to being hooked on blockchain technology</li>
39 +
      <li>I have a killer waffle recipe handed down through my family</li>
35 40
		</ul>
36 41
		<p>
37 -
			Clone or fork my
42 +
			Feel free to 
38 43
			<a
39 44
				class="cactus-link inline-block"
40 -
				href="https://github.com/chrismwilliams/astro-cactus"
45 +
				href="mailto:stevedsimkins@gmail.com"
41 46
				target="_blank"
42 47
				rel="noopener noreferrer"
43 48
				aria-label="github repository"
44 49
			>
45 -
				repo
46 -
			</a> if you like me!
50 +
				reach out
51 +
			</a>!
47 52
		</p>
48 53
	</div>
49 54
</PageLayout>