diff --git a/.pi-lens/cache/jscpd.json b/.pi-lens/cache/jscpd.json index 107a15e..14f03d9 100644 --- a/.pi-lens/cache/jscpd.json +++ b/.pi-lens/cache/jscpd.json @@ -2,6 +2,6 @@ "success": true, "clones": [], "duplicatedLines": 0, - "totalLines": 826, + "totalLines": 838, "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 df661b4..2addba6 100644 --- a/.pi-lens/cache/jscpd.meta.json +++ b/.pi-lens/cache/jscpd.meta.json @@ -1,3 +1,3 @@ { - "timestamp": "2026-04-18T20:40:09.901Z" + "timestamp": "2026-04-18T20:53:36.987Z" } \ No newline at end of file diff --git a/.pi-lens/cache/knip.meta.json b/.pi-lens/cache/knip.meta.json index ca37bce..2d2dff8 100644 --- a/.pi-lens/cache/knip.meta.json +++ b/.pi-lens/cache/knip.meta.json @@ -1,3 +1,3 @@ { - "timestamp": "2026-04-18T20:40:11.126Z" + "timestamp": "2026-04-18T20:53:38.227Z" } \ No newline at end of file diff --git a/.pi-lens/metrics-history.json b/.pi-lens/metrics-history.json index 1703a38..2c27298 100644 --- a/.pi-lens/metrics-history.json +++ b/.pi-lens/metrics-history.json @@ -150,7 +150,57 @@ } ], "trend": "stable" + }, + "src/sections/Introduction.tsx": { + "latest": { + "commit": "7329204", + "timestamp": "2026-04-18T20:47:38.680Z", + "mi": 47.9, + "cognitive": 0, + "nesting": 1, + "lines": 42, + "maxCyclomatic": 1, + "entropy": 6.38 + }, + "history": [ + { + "commit": "7329204", + "timestamp": "2026-04-18T20:47:38.680Z", + "mi": 47.9, + "cognitive": 0, + "nesting": 1, + "lines": 42, + "maxCyclomatic": 1, + "entropy": 6.38 + } + ], + "trend": "stable" + }, + "src/sections/Credentials.tsx": { + "latest": { + "commit": "bdf06f9", + "timestamp": "2026-04-18T20:53:27.985Z", + "mi": 36.3, + "cognitive": 8, + "nesting": 3, + "lines": 88, + "maxCyclomatic": 3, + "entropy": 4.88 + }, + "history": [ + { + "commit": "bdf06f9", + "timestamp": "2026-04-18T20:53:27.985Z", + "mi": 36.3, + "cognitive": 8, + "nesting": 3, + "lines": 88, + "maxCyclomatic": 3, + "entropy": 4.88 + } + ], + "trend": "stable" } }, - "capturedAt": "2026-04-18T20:20:08.241Z" + "capturedAt": "2026-04-18T20:53:32.985Z" } \ No newline at end of file diff --git a/.pi-lens/turn-state.json b/.pi-lens/turn-state.json index c07b335..cd9791d 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-18T20:40:11.126Z" + "lastUpdated": "2026-04-18T20:53:38.227Z" } \ No newline at end of file diff --git a/docs/CNIT.png b/docs/CNIT.png new file mode 100644 index 0000000..6db2f2b Binary files /dev/null and b/docs/CNIT.png differ diff --git a/docs/FullSizeRender.jpeg b/docs/FullSizeRender.jpeg new file mode 100644 index 0000000..5023ecb Binary files /dev/null and b/docs/FullSizeRender.jpeg differ diff --git a/docs/IMG_7322.jpeg b/docs/IMG_7322.jpeg new file mode 100644 index 0000000..e444b6a Binary files /dev/null and b/docs/IMG_7322.jpeg differ diff --git a/docs/MemCard.pdf b/docs/MemCard.pdf new file mode 100644 index 0000000..9850c36 Binary files /dev/null and b/docs/MemCard.pdf differ diff --git a/src/sections/Credentials.tsx b/src/sections/Credentials.tsx index f628375..79905fb 100644 --- a/src/sections/Credentials.tsx +++ b/src/sections/Credentials.tsx @@ -18,6 +18,18 @@ const certifications: CredentialCard[] = [ fileHref: '/docs/ActiveMDLCPC.pdf', fileLabel: 'Download PDF', }, + { + title: 'ACA Membership', + description: 'American Counseling Association member.', + 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', + fileLabel: 'Download PDF', + }, ] const presentations: CredentialCard[] = [ diff --git a/src/sections/Introduction.tsx b/src/sections/Introduction.tsx index 0079df6..7c798d4 100644 --- a/src/sections/Introduction.tsx +++ b/src/sections/Introduction.tsx @@ -5,7 +5,7 @@ export default function Introduction() {