Skip to content

Commit

Permalink
feat: update wording in About and across the app
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-walter committed Jul 13, 2024
1 parent e265917 commit 0711302
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
15 changes: 7 additions & 8 deletions components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@ export default function About() {
return (
<div className='flex flex-col gap-y-2 text-lg'>
<p className='first-letter:float-left first-letter:mr-3 first-letter:font-serif first-letter:text-7xl first-letter:font-bold'>
I am a Software Engineer and former Web Developer at{' '}
I am a Full-Stack Development Consultant at{' '}
<a
href='https://www.ghostbed.com/'
className={textLinkColors}
target='_blank'
rel='noreferrer noopener'
>
GhostBed
Deloitte
</a>
. I have a high value for learning and offering valuable contribution as
a team member. We worked with React, Next.js, TypeScript, GraphQL, Craft
CMS, Vue.js, and Shopify Liquid. During my time at GhostBed, I loved
being part of the Engineering Team and working closely with the
Marketing Team.
a team member. I specialize in TypeScript, React, and Node.js. With a
background in Electrical Engineering, I offer a unique attention to
detail and creativity in problem solving.
</p>
<p>
I had the privilege of appearing as a guest on{' '}
Expand Down Expand Up @@ -59,8 +58,8 @@ export default function About() {
.
</p>
<p>
Other than coding, I enjoy rock climbing, fitness, traveling, and pretty
much anything outdoors. I love spending time with family and friends.
Other than coding, I enjoy rock fitness, traveling, outdoor activities,
and spending time with family and friends.
</p>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Footer() {
},
{
href: 'https://github.com/evan-walter/',
title: 'Github',
title: 'GitHub',
},
{
href: 'https://linkedin.com/in/-evanwalter',
Expand Down
4 changes: 1 addition & 3 deletions components/works/DadJokesAnnouncement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export default function DadJokesAnnouncement({

return (
<Work addClassNames={addClassNames}>
<p>
I recently added a new, fun project&mdash;a random dad jokes generator!
</p>
<p>I added a new, fun project&mdash;a random dad jokes generator!</p>
<div>
Link:{' '}
<Link href='/dad-jokes' className={textLinkColors}>
Expand Down
4 changes: 2 additions & 2 deletions components/works/LensStarterAppAnnouncement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default function LensStarterAppAnnouncement({
return (
<Work addClassNames={addClassNames}>
<p>
I recently started building a social media web app with Next.js, React,
GraphQL, Tailwind, and the Lens Protocol.
I started building a social media web app with Next.js, React, GraphQL,
Tailwind, and the Lens Protocol.
</p>
<p>
<span>
Expand Down
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home() {
Software Engineering
</h2>
<h3 className='md:whitespace-nowrap'>
Full Stack | Front End | Back End | Interested in Rust 🦀
Full Stack | Front End | Back End
</h3>
<div className='flex gap-x-5 gap-y-3 max-md:flex-wrap max-md:justify-center'>
{[
Expand All @@ -41,7 +41,7 @@ export default function Home() {
},
{
href: 'https://github.com/evan-walter/',
title: 'Github',
title: 'GitHub',
},
{
href: 'https://linkedin.com/in/-evanwalter',
Expand Down

0 comments on commit 0711302

Please sign in to comment.