Skip to content

Commit

Permalink
Update bio
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlong committed Mar 15, 2021
1 parent ad3c5e8 commit 8b26782
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions components/about.js
Expand Up @@ -3,20 +3,19 @@ import Image from 'next/image'
export default function Projects() {
return (
<>
<div className="w-16 md:w-20 mt-12 mx-auto">
<div className="w-16 mx-auto mt-12 md:w-20">
<Image src="/images/profile.jpg" alt="Jason Long" width={192} height={192} className="rounded-full" />
</div>

<h2 className="text-center pb-4 px-8 mt-4 text-large md:text-xl font-black dark:text-gray-100">
<h2 className="px-8 pb-4 mt-4 font-black text-center text-large md:text-xl dark:text-gray-100">
I&apos;m a product designer.
</h2>

<p className="text-center text-base md:text-xl text-gray-700 dark:text-gray-500 mx-auto px-8 md:px-20 mb-16">
I live in Columbus, Ohio and work for{' '}
<a href="https://github.com">GitHub</a>. I&apos;m current working on{' '}
<a href="https://github.com/features/actions">GitHub Actions</a>, but
I&apos;ve had the opportunity to work on a wide variety of projects
since joining in 2012.
<p className="px-8 mx-auto mb-16 text-base text-center text-gray-700 md:text-xl dark:text-gray-500 md:px-20">
I live in Columbus, Ohio and I&apos;m helping design next-generation database tools at{' '}
<a href="https://planetscale.com">PlanetScale</a> . I was previously at{' '}
<a href="https://github.com">GitHub</a> where I worked on{' '}
<a href="https://github.com/features/actions">Actions</a>.
</p>
</>
)
Expand Down

1 comment on commit 8b26782

@vercel
Copy link

@vercel vercel bot commented on 8b26782 Mar 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.