Skip to content

Commit

Permalink
Update CV
Browse files Browse the repository at this point in the history
  • Loading branch information
mcky committed Nov 13, 2024
1 parent dca8fa5 commit 548b34d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 13 deletions.
22 changes: 19 additions & 3 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ h4:before {
content: "####";
}

@media print {
h1:before,
h2:before,
h3:before,
h4:before {
display: none;
}
}

h1 {
font-size: 1.5rem;
margin-bottom: 2rem;
Expand Down Expand Up @@ -132,8 +141,14 @@ ul {
margin-bottom: 0.2em;
}

.job__client a {
font-weight: bold;
text-decoration: underline;
}

.job__skills {
font-style: italic;
font-size: 0.9em;
}

.jobs__toggle {
Expand All @@ -155,10 +170,11 @@ ul {
text-decoration: underline;
}

.jobs--abridged {}
.jobs--abridged {
}

.jobs--abridged .job {
margin-bottom: .2em;
margin-bottom: 0.2em;
}

@media print {
Expand All @@ -175,7 +191,7 @@ ul {
a {
text-decoration: none;
}

.no-print {
display: none !important;
}
Expand Down
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ <h2>About</h2>
</p>
<p>
My core tech is Node.js, React, Typescript and their respective
ecosystems, but I'm comfortable working in, and contributing to a
range of programming languages.<span class="no-print">
ecosystems, but I'm comfortable working in, and contributing to
services built in a range of programming languages.<span
class="no-print"
>
I'm particularly interested in opportunities involving functional
languages like Elixir or Clojure.</span
>
Expand Down Expand Up @@ -67,12 +69,12 @@ <h2>Recent clients (contract)</h2>
main apps.
</p>
<p class="job__skills">
Stack: Next.js, Typescript, Postgres (w/ Prisma), Clerk,
Inngest, Langhchain, LLMOps, Retool, Redis, tRPC
Stack: Next.js, Typescript, Postgres (w/ Prisma), Clerk, Inngest,
Langhchain, LLMOps, Retool, Redis, tRPC
</p>

<p>
Prior to the AI project I worked with Oak on a number of different
Prior to AI Labs I worked with Oak on a number of different
projects, spanning the entirety of their tech stack. One highlight
was redeveloping and re-launching their asset downloads
experience. By enabling bulk downloads of entire lessons or
Expand All @@ -98,8 +100,8 @@ <h2>Recent clients (contract)</h2>

<p>
Zero-1 are Corporate Venture Builder & Startup Studio, giving me
the opportunity to work on both their established businesses and
new startups.
the opportunity to work on both their established businesses
(Lifted) and new startups.
</p>

<p>
Expand All @@ -118,13 +120,12 @@ <h2>Recent clients (contract)</h2>
</p>

<p class="job__skills">
Stack: Typescript (+ tsoa, TypeORM, TypeGraphQL), Nest.js, Next.js, React
Native, Postgres, AWS
Stack: Typescript (+ tsoa, TypeORM, TypeGraphQL), Nest.js,
Next.js, React Native, Postgres, AWS
</p>
</div>

<section class="jobs--abridged print-only">
<h3>Additional clients</h3>
<div class="job">
<p class="job__client"><a href="#">Zappar</a> (2022)</p>
</div>
Expand Down

0 comments on commit 548b34d

Please sign in to comment.