Skip to content

Commit ca0c3d4

Browse files
author
dphuang2
committed
add resume to website
1 parent 3a1b3b9 commit ca0c3d4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/Home.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import LayoutProvider from "@theme/Layout/Provider";
22
import { Content } from "@theme/BlogPostPage";
33
import PaperPage from "./PaperPage";
44
import { useState } from "react";
5+
import { FileText } from "lucide-react";
56

67
interface Props {
78
readonly recentPosts: readonly { readonly content: Content }[];
@@ -236,6 +237,9 @@ function About({ recentPosts }: Props) {
236237
<a target="_blank" href="https://www.linkedin.com/in/dphuang2/">
237238
<LinkedInLogo />
238239
</a>
240+
<a target="_blank" href="/resume.pdf">
241+
<FileText className="h-4 w-4 text-slate-400 hover:text-slate-700 transition-colors" />
242+
</a>
239243
</p>
240244

241245
{filteredPosts.length > 0 && (

static/resume.pdf

80.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)