Skip to content

Commit

Permalink
Add cloudflare!
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh authored and Josh committed Nov 21, 2021
1 parent dff5ff1 commit 96a6734
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
6 changes: 6 additions & 0 deletions src/footer/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,10 @@ $img_size: 173px;
fill: $primary;
}
}

.url {
position: fixed;
bottom: 1rem;
right: 1rem;
}
}
5 changes: 2 additions & 3 deletions src/hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ export function Hero() {
</a>
</header>
<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 have worked primarily with React and Typescript.{" "}
I’m a curiosity-driven developer with over 8 years of experience. For
the last 5 years I've been working primarily with React and Typescript.{" "}
{showMore ? null : (
<button
className="link noprint"
Expand Down
11 changes: 10 additions & 1 deletion src/history/History.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { ReactComponent as Sourcebits } from "./logos/sourcebits.svg";
import { ReactComponent as Apple } from "./logos/apple.svg";
import { ReactComponent as RiskMatch } from "./logos/riskmatch.svg";
import { ReactComponent as Vertafore } from "./logos/vertafore.svg";
import { ReactComponent as Cloudflare } from "./logos/cloudflare.svg";

import "./history.scss";
import { MouseEvent } from "react";
Expand Down Expand Up @@ -116,7 +117,7 @@ export const jobs = [
},
{
name: "RiskMatch",
title: "UI Prototype Developer",
title: "UI Developer",
start: "June 1 2016",
end: "May 31 2017",
Logo: RiskMatch,
Expand All @@ -142,13 +143,21 @@ export const jobs = [
name: "Vertafore",
title: "Principal Architect",
start: "January 1 2021",
end: "November 5, 2021",
Logo: Vertafore,
notes: [
"Promoted to core architecture group at parent company",
"Oversaw UI development for entire company's portfolio of apps",
"Consulted on all UI-related development company-wide",
],
},
{
name: "Cloudflare",
title: "Systems Engineer",
start: "November 8 2021",
Logo: Cloudflare,
notes: ["Just getting started"],
},
];
const jobsDescending = [...jobs].reverse();

Expand Down
4 changes: 4 additions & 0 deletions src/history/logos/cloudflare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/stats/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function Stats() {
<h3>Languages and Tools</h3>
<p>
React, Typescript, Node.js, HTML, CSS, Javascript, SCSS, D3.js,
Webpack, Rollup, MSW, Testing-library, Cypress, Puppeteer
Webpack, Rollup, MSW, Jest, Testing-library, Cypress, Puppeteer
</p>
</div>
</section>
Expand Down

1 comment on commit 96a6734

@vercel
Copy link

@vercel vercel bot commented on 96a6734 Nov 21, 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.