Convert all docs to PDF: Resume, Presentations, NIT for SUD

This commit is contained in:
2026-04-18 17:47:34 -04:00
parent 1aeb3c87b2
commit 3158e62d62
7 changed files with 4 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -36,7 +36,7 @@ const presentations: CredentialCard[] = [
{
title: 'Presentations & Proposals',
description: 'NIT for SUD',
fileHref: '/docs/NIT for SUD.pptx',
fileHref: '/docs/NIT for SUD.pdf',
fileLabel: 'Download / Open',
},
{
+1 -1
View File
@@ -109,7 +109,7 @@ export default function Experience() {
<div className="mt-6 flex items-center justify-between text-xs text-slate-500">
<p>Professional summary</p>
<a
href="/docs/Peter's Resume.docx"
href="/docs/Peter's Resume.pdf"
className="text-emerald-700 hover:text-emerald-800 hover:underline"
target="_blank"
rel="noreferrer"
+2 -2
View File
@@ -14,14 +14,14 @@ const presentations: Presentation[] = [
title: 'Presentation 1',
description: 'Counseling skills demonstration and clinical case study.',
icon: 'education',
href: '/docs/Presentation1.pptx',
href: '/docs/Presentation1.pdf',
},
{
id: 'p2',
title: 'Presentation 2',
description: 'Advanced therapeutic techniques and intervention strategies.',
icon: 'growth',
href: '/docs/Presentation2.pptx',
href: '/docs/Presentation2.pdf',
},
]