diff --git a/.pi-lens/cache/jscpd.json b/.pi-lens/cache/jscpd.json index c97bf4d..23a9c13 100644 --- a/.pi-lens/cache/jscpd.json +++ b/.pi-lens/cache/jscpd.json @@ -2,6 +2,6 @@ "success": true, "clones": [], "duplicatedLines": 0, - "totalLines": 776, + "totalLines": 847, "percentage": 0 } \ No newline at end of file diff --git a/.pi-lens/cache/jscpd.meta.json b/.pi-lens/cache/jscpd.meta.json index 33299bc..0a3e619 100644 --- a/.pi-lens/cache/jscpd.meta.json +++ b/.pi-lens/cache/jscpd.meta.json @@ -1,3 +1,3 @@ { - "timestamp": "2026-04-18T21:05:05.983Z" + "timestamp": "2026-04-18T21:53:13.347Z" } \ No newline at end of file diff --git a/.pi-lens/cache/knip.meta.json b/.pi-lens/cache/knip.meta.json index 78d160d..81c3427 100644 --- a/.pi-lens/cache/knip.meta.json +++ b/.pi-lens/cache/knip.meta.json @@ -1,3 +1,3 @@ { - "timestamp": "2026-04-18T21:05:07.205Z" + "timestamp": "2026-04-18T21:53:14.655Z" } \ No newline at end of file diff --git a/.pi-lens/metrics-history.json b/.pi-lens/metrics-history.json index 00a5070..7941a4d 100644 --- a/.pi-lens/metrics-history.json +++ b/.pi-lens/metrics-history.json @@ -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" } \ No newline at end of file diff --git a/.pi-lens/turn-state.json b/.pi-lens/turn-state.json index d6889ba..d375efc 100644 --- a/.pi-lens/turn-state.json +++ b/.pi-lens/turn-state.json @@ -2,5 +2,5 @@ "files": {}, "turnCycles": 0, "maxCycles": 3, - "lastUpdated": "2026-04-18T21:05:08.749Z" + "lastUpdated": "2026-04-18T21:53:14.656Z" } \ No newline at end of file diff --git a/docs/Preview - Call for Proposals - 2026 ACA Annual Conference & Expo.pdf b/docs/aca_2026_proposal.pdf similarity index 100% rename from docs/Preview - Call for Proposals - 2026 ACA Annual Conference & Expo.pdf rename to docs/aca_2026_proposal.pdf diff --git a/docs/MemCard.pdf b/docs/aca_membership.pdf similarity index 100% rename from docs/MemCard.pdf rename to docs/aca_membership.pdf diff --git a/docs/Certified Nature-Informed Therapist.pdf b/docs/cnit_certification.pdf similarity index 100% rename from docs/Certified Nature-Informed Therapist.pdf rename to docs/cnit_certification.pdf diff --git a/docs/ActiveMDLCPC.pdf b/docs/md_license.pdf similarity index 100% rename from docs/ActiveMDLCPC.pdf rename to docs/md_license.pdf diff --git a/docs/NIT for SUD.pdf b/docs/nit_for_sud.pdf similarity index 100% rename from docs/NIT for SUD.pdf rename to docs/nit_for_sud.pdf diff --git a/docs/PC014692 (1).pdf b/docs/pa_license.pdf similarity index 100% rename from docs/PC014692 (1).pdf rename to docs/pa_license.pdf diff --git a/docs/Presentation1.pdf b/docs/presentation_1.pdf similarity index 100% rename from docs/Presentation1.pdf rename to docs/presentation_1.pdf diff --git a/docs/Presentation2.pdf b/docs/presentation_2.pdf similarity index 100% rename from docs/Presentation2.pdf rename to docs/presentation_2.pdf diff --git a/docs/Peter's Resume.pdf b/docs/resume.pdf similarity index 100% rename from docs/Peter's Resume.pdf rename to docs/resume.pdf diff --git a/src/sections/Credentials.tsx b/src/sections/Credentials.tsx index 7dd0c87..2e7d6fc 100644 --- a/src/sections/Credentials.tsx +++ b/src/sections/Credentials.tsx @@ -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
- Downloadable documents linked from the site’s docs folder. + Downloadable documents linked from the site's docs folder.