diff --git a/app/components/ui/header.tsx b/app/components/ui/header.tsx index cbbfef4..822c20c 100644 --- a/app/components/ui/header.tsx +++ b/app/components/ui/header.tsx @@ -1,9 +1,14 @@ +"use client"; + import React from "react"; import ProfileAvatar from "./profile-avatar"; import Button from "./button"; -import { Github, Twitter, Linkedin } from "lucide-react"; +import { Github, Download, Linkedin } from "lucide-react"; +import { usePathname } from "next/navigation"; const ProfileHeader = () => { + const currentPath = usePathname(); + return (
@@ -34,13 +39,29 @@ const ProfileHeader = () => { + {currentPath === "/resume" && ( + + )}
+ {/* Links (Mobile) */}
- {" "} + {currentPath === "/resume" && ( + + )}
); diff --git a/public/avatar.svg b/public/avatar.svg index 84e2957..11840c2 100644 --- a/public/avatar.svg +++ b/public/avatar.svg @@ -1,15 +1,13 @@ - - + + Created by potrace 1.16, written by Peter Selinger 2001-2019 - - - + 19 -128 72 -17 40 -16 43 4 80 22 41 87 103 106 104 7 0 22 -9 35 -19z m-1159 -587 c136 -72 116 -213 -35 -243 -205 -41 -327 32 -277 164 14 38 29 50 96 79 70 30 158 30 216 0z"/> - - 84 38 72 5 -5 32 -9 60 -9 27 0 51 -5 53 -11 5 -16 39 -13 46 4 3 8 14 15 24 15 11 0 25 7 32 15 7 8 25 15 41 15 29 0 29 1 29 60 l0 60 -239 0 -240 0 -6 -22z"/> - - - - - - - - - - - - - -6 0 -11 7 -11 15 0 10 10 15 29 15 27 0 61 33 61 60 0 5 9 19 20 30 11 11 20 29 20 40 0 12 6 20 13 19 23 -4 47 13 47 34 0 16 -3 18 -12 9 -20 -20 -28 -14 -16 12 14 32 4 56 -22 56 -16 0 -19 -5 -15 -22z"/> - -23 26 -18 19 6 -5 16 -3 20 6 17 9 -3 14 -21 14 -51 0 -26 4 -46 10 -44 6 1 9 28 7 63 -3 59 -2 62 32 87 40 31 216 230 216 245 0 13 -25 22 -59 22 -15 0 -31 4 -37 9 -19 18 -168 36 -204 24z"/> - - - - - + diff --git a/public/kentmiguel.pdf b/public/kentmiguel.pdf new file mode 100644 index 0000000..d614c90 Binary files /dev/null and b/public/kentmiguel.pdf differ diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/vercel.svg b/public/vercel.svg deleted file mode 100644 index d2f8422..0000000 --- a/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file