Skip to content

Commit

Permalink
Copy tweaks, fix stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
theruther4d committed Jul 27, 2021
1 parent 27fcfdb commit 9d67c22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function Hero() {
<p className="content">
I’m a curiosity-driven developer with over 8 years of experience. I've
spent most of that time focused on building web apps and sites, and for
the last 5 years I've worked primarily with React and Typescript.{" "}
the last 5 years have worked primarily with React and Typescript.{" "}
{showMore ? null : (
<button
className="link noprint"
Expand Down Expand Up @@ -56,9 +56,9 @@ export function Hero() {
</p>
<p>
I've got a strong background in the web fundamentals of HTML, CSS, and
Javascript while having the wealth of experience of working with React
and Typescript since nearly the beginning. Currently working remotely
from my home state of Arkansas.
Javascript while having the wealth of experience of using React and
Typescript since nearly the beginning. Currently working remotely from
my home state of Arkansas.
<button
className="link noprint"
tabIndex={showMore ? undefined : -1}
Expand Down
8 changes: 6 additions & 2 deletions src/history/History.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ export const jobs = [
start: "December 1 2015",
end: "May 31 2016",
Logo: Apple,
notes: ["Built product marketing pages for apple.com"],
notes: [
"Built product marketing pages for apple.com",
"Created internal libraries for code reuse",
"Interfaced with design team to bridge gaps in mockups",
],
},
{
name: "RiskMatch",
Expand All @@ -132,7 +136,7 @@ export const jobs = [
notes: [
"Promoted to head of UI development in under a year",
"Hired, trained, managed, and mentored team of 3-4 junior developers",
"Used React, Typescript, Redux, MobX, SCSS, Webpack",
"Lead all UI development for the company",
],
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/stats/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ export function Stats() {
</li>
<li>
<dd>
{differenceInYears(today, remoteStartDate)}
{differenceInYears(today, teamLeadStartDate)}
<sup>+</sup>
</dd>
<dt>Years Leading Teams</dt>
</li>
<li>
<dd>
{differenceInYears(today, teamLeadStartDate)}
{differenceInYears(today, remoteStartDate)}
<sup>+</sup>
</dd>
<dt>Years Working Remotely</dt>
Expand Down

1 comment on commit 9d67c22

@vercel
Copy link

@vercel vercel bot commented on 9d67c22 Jul 27, 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.