We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1b3b9 commit ca0c3d4Copy full SHA for ca0c3d4
src/components/Home.tsx
@@ -2,6 +2,7 @@ import LayoutProvider from "@theme/Layout/Provider";
2
import { Content } from "@theme/BlogPostPage";
3
import PaperPage from "./PaperPage";
4
import { useState } from "react";
5
+import { FileText } from "lucide-react";
6
7
interface Props {
8
readonly recentPosts: readonly { readonly content: Content }[];
@@ -236,6 +237,9 @@ function About({ recentPosts }: Props) {
236
237
<a target="_blank" href="https://www.linkedin.com/in/dphuang2/">
238
<LinkedInLogo />
239
</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>
243
</p>
244
245
{filteredPosts.length > 0 && (
static/resume.pdf
80.9 KB
0 commit comments