Skip to content

Commit

Permalink
Switch away from consulting
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed May 15, 2024
1 parent e82662a commit 8fd414c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import remarkGfm from 'remark-gfm'

export default {
siteMetadata: {
description: 'UX Engineering Consultant',
description: 'Full Stack Web Developer',
siteUrl: 'https://johnkurkowski.com',
title: 'John Kurkowski',
url: 'https://johnkurkowski.com',
Expand Down
6 changes: 2 additions & 4 deletions src/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ title: 'About Me'

import Experience from 'src/components/resume/experience'

I'm a software consultant who helps with the **development** of the **user
experience (UX)**. With 10+ years in the game, I help you evolve your
**existing** or **legacy** frontend stack to ship **incrementally**. I
specialize in the following.
I'm a full stack web developer, leaning toward frontend, **user experience
(UX)** development. With 10+ years in the game, I specialize in the following.

- **Incremental, continuous delivery.** Don't see progress for weeks? Doesn't
turn out how you imagined? I spot bottlenecks to help you [connect faster to
Expand Down
8 changes: 6 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ function Index(props: { data: QueryData }): React.ReactElement {
return (
<Layout page={page}>
<section>
<h2 className='heading my-16 text-3xl'>UX Engineering Consultant</h2>
<h2 className='heading my-16 text-3xl'>Full Stack Web Developer</h2>

<div className='text-xl'>
<p className='mt-8'>I help frontend teams …</p>
<p className='mt-8'>
I’m a full stack web developer, leaning toward frontend,{' '}
<strong>user experience (UX)</strong> development. With 10+ years in
the game, I specialize in the following.
</p>

<ol className='mt-8'>
<li className='flex'>
Expand Down

0 comments on commit 8fd414c

Please sign in to comment.