Rename all PDFs to snake_case and update code references
This commit is contained in:
Vendored
+1
-1
@@ -2,6 +2,6 @@
|
||||
"success": true,
|
||||
"clones": [],
|
||||
"duplicatedLines": 0,
|
||||
"totalLines": 776,
|
||||
"totalLines": 847,
|
||||
"percentage": 0
|
||||
}
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"timestamp": "2026-04-18T21:05:05.983Z"
|
||||
"timestamp": "2026-04-18T21:53:13.347Z"
|
||||
}
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"timestamp": "2026-04-18T21:05:07.205Z"
|
||||
"timestamp": "2026-04-18T21:53:14.655Z"
|
||||
}
|
||||
@@ -225,7 +225,32 @@
|
||||
}
|
||||
],
|
||||
"trend": "stable"
|
||||
},
|
||||
"src/components/NavBar.tsx": {
|
||||
"latest": {
|
||||
"commit": "0184e5c",
|
||||
"timestamp": "2026-04-18T21:09:03.647Z",
|
||||
"mi": 47.4,
|
||||
"cognitive": 0,
|
||||
"nesting": 2,
|
||||
"lines": 38,
|
||||
"maxCyclomatic": 1,
|
||||
"entropy": 4
|
||||
},
|
||||
"history": [
|
||||
{
|
||||
"commit": "0184e5c",
|
||||
"timestamp": "2026-04-18T21:09:03.647Z",
|
||||
"mi": 47.4,
|
||||
"cognitive": 0,
|
||||
"nesting": 2,
|
||||
"lines": 38,
|
||||
"maxCyclomatic": 1,
|
||||
"entropy": 4
|
||||
}
|
||||
],
|
||||
"trend": "stable"
|
||||
}
|
||||
},
|
||||
"capturedAt": "2026-04-18T21:04:17.273Z"
|
||||
"capturedAt": "2026-04-18T21:09:12.404Z"
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"files": {},
|
||||
"turnCycles": 0,
|
||||
"maxCycles": 3,
|
||||
"lastUpdated": "2026-04-18T21:05:08.749Z"
|
||||
"lastUpdated": "2026-04-18T21:53:14.656Z"
|
||||
}
|
||||
@@ -9,25 +9,25 @@ const certifications: CredentialCard[] = [
|
||||
{
|
||||
title: 'Active PA LCPC',
|
||||
description: 'Pennsylvania License PC014692',
|
||||
fileHref: '/docs/PC014692 (1).pdf',
|
||||
fileHref: '/docs/pa_license.pdf',
|
||||
fileLabel: 'Download PDF',
|
||||
},
|
||||
{
|
||||
title: 'Active MD LCPC',
|
||||
description: 'Maryland License Certificate',
|
||||
fileHref: '/docs/ActiveMDLCPC.pdf',
|
||||
fileHref: '/docs/md_license.pdf',
|
||||
fileLabel: 'Download PDF',
|
||||
},
|
||||
{
|
||||
title: 'ACA Membership',
|
||||
description: 'American Counseling Association member.',
|
||||
fileHref: '/docs/ACA Membership.pdf',
|
||||
fileHref: '/docs/aca_membership.pdf',
|
||||
fileLabel: 'Download PDF',
|
||||
},
|
||||
{
|
||||
title: 'Certified Nature-Informed Therapist',
|
||||
description: 'Certification in nature-informed therapeutic approaches.',
|
||||
fileHref: '/docs/Certified Nature-Informed Therapist.pdf',
|
||||
fileHref: '/docs/cnit_certification.pdf',
|
||||
fileLabel: 'Download PDF',
|
||||
},
|
||||
]
|
||||
@@ -36,14 +36,13 @@ const presentations: CredentialCard[] = [
|
||||
{
|
||||
title: 'Presentations & Proposals',
|
||||
description: 'NIT for SUD',
|
||||
fileHref: '/docs/NIT for SUD.pdf',
|
||||
fileHref: '/docs/nit_for_sud.pdf',
|
||||
fileLabel: 'Download / Open',
|
||||
},
|
||||
{
|
||||
title: '2026 ACA Preview-Call for Proposals',
|
||||
description: 'Conference proposal preview.',
|
||||
fileHref:
|
||||
'/docs/Preview - Call for Proposals - 2026 ACA Annual Conference & Expo.pdf',
|
||||
fileHref: '/docs/aca_2026_proposal.pdf',
|
||||
fileLabel: 'Download / Open',
|
||||
},
|
||||
]
|
||||
@@ -68,7 +67,7 @@ export default function Credentials() {
|
||||
Credentials & Publications
|
||||
</h2>
|
||||
<p className="mt-2 text-slate-700">
|
||||
Downloadable documents linked from the site’s docs folder.
|
||||
Downloadable documents linked from the site's docs folder.
|
||||
</p>
|
||||
|
||||
<div className="mt-10 space-y-10">
|
||||
|
||||
@@ -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.pdf"
|
||||
href="/docs/resume.pdf"
|
||||
className="text-emerald-700 hover:text-emerald-800 hover:underline"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
|
||||
@@ -14,14 +14,14 @@ const presentations: Presentation[] = [
|
||||
title: 'Presentation 1',
|
||||
description: 'Counseling skills demonstration and clinical case study.',
|
||||
icon: 'education',
|
||||
href: '/docs/Presentation1.pdf',
|
||||
href: '/docs/presentation_1.pdf',
|
||||
},
|
||||
{
|
||||
id: 'p2',
|
||||
title: 'Presentation 2',
|
||||
description: 'Advanced therapeutic techniques and intervention strategies.',
|
||||
icon: 'growth',
|
||||
href: '/docs/Presentation2.pdf',
|
||||
href: '/docs/presentation_2.pdf',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user