Skip to content

Commit

Permalink
feat: update resume.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwolfcr committed Sep 26, 2023
1 parent 130f022 commit 8365dd8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified public/resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/data/docs/docs.data.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import matter from "gray-matter"
import { z } from "zod"

const projects = [{ id: "devtools", repo: "kevinwolfcr/devtools" }]
const projects: { id: string; repo: string }[] = []

async function getFile(url: URL) {
try {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/api/resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default async function Resume(_req: NextApiRequest, res: NextApiResponse)
<Document title={`${about.name}'s Résumé`} author={about.name} language="en">
<Page size="A4" style={tw("bg-base-1 flex flex-col gap-[32px] p-[24px] font-[Inter] font-normal text-base")}>
<View style={tw("flex flex-col")}>
<Text style={tw("text-[16px] font-semibold text-base")}>{about.name}</Text>
<Text style={tw("text-[16px] font-semibold text-accent")}>{about.name}</Text>
<Text style={tw("mt-[4px] text-[12px] text-dimmed")}>{about.position}</Text>
<Text style={tw("mt-[12px] text-[10px] leading-[1.5] text-dimmed")}>{about.description}</Text>
</View>
Expand Down

1 comment on commit 8365dd8

@vercel
Copy link

@vercel vercel bot commented on 8365dd8 Sep 26, 2023

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.