Update headshot to FullSizeRender.jpeg, add ACA Membership and Certified Nature-Informed Therapist credentials

This commit is contained in:
2026-04-18 16:53:42 -04:00
parent bdf06f9c41
commit d4394b50d5
11 changed files with 68 additions and 6 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
"success": true,
"clones": [],
"duplicatedLines": 0,
"totalLines": 826,
"totalLines": 838,
"percentage": 0
}
+1 -1
View File
@@ -1,3 +1,3 @@
{
"timestamp": "2026-04-18T20:40:09.901Z"
"timestamp": "2026-04-18T20:53:36.987Z"
}
+1 -1
View File
@@ -1,3 +1,3 @@
{
"timestamp": "2026-04-18T20:40:11.126Z"
"timestamp": "2026-04-18T20:53:38.227Z"
}
+51 -1
View File
@@ -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"
}
+1 -1
View File
@@ -2,5 +2,5 @@
"files": {},
"turnCycles": 0,
"maxCycles": 3,
"lastUpdated": "2026-04-18T20:40:11.126Z"
"lastUpdated": "2026-04-18T20:53:38.227Z"
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

BIN
View File
Binary file not shown.
+12
View File
@@ -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[] = [
+1 -1
View File
@@ -5,7 +5,7 @@ export default function Introduction() {
<div>
<div className="overflow-hidden rounded-2xl border border-slate-200 bg-emerald-50/40">
<img
src="/docs/headshot.jpg"
src="/docs/FullSizeRender.jpeg"
alt="Peter-William L. Myers headshot"
className="h-80 w-full bg-emerald-100 object-cover md:h-96"
/>