Update headshot to FullSizeRender.jpeg, add ACA Membership and Certified Nature-Informed Therapist credentials
This commit is contained in:
Vendored
+1
-1
@@ -2,6 +2,6 @@
|
||||
"success": true,
|
||||
"clones": [],
|
||||
"duplicatedLines": 0,
|
||||
"totalLines": 826,
|
||||
"totalLines": 838,
|
||||
"percentage": 0
|
||||
}
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"timestamp": "2026-04-18T20:40:09.901Z"
|
||||
"timestamp": "2026-04-18T20:53:36.987Z"
|
||||
}
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"timestamp": "2026-04-18T20:40:11.126Z"
|
||||
"timestamp": "2026-04-18T20:53:38.227Z"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"files": {},
|
||||
"turnCycles": 0,
|
||||
"maxCycles": 3,
|
||||
"lastUpdated": "2026-04-18T20:40:11.126Z"
|
||||
"lastUpdated": "2026-04-18T20:53:38.227Z"
|
||||
}
|
||||
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 |
Binary file not shown.
@@ -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[] = [
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user