Skip to content

Commit 013e062

Browse files
David SumnerDavid Sumner
authored andcommitted
MSP work updates
1 parent af3a169 commit 013e062

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/pages/index.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const IndexPage = () => {
4444
},
4545
{
4646
category: "Strategic Leadership",
47-
items: ["Multi-Vendor Coordination", "Digital Transformation", "Crisis Response Systems", "Community Resilience"]
47+
items: ["Multi-Vendor Coordination", "Digital Transformation", "MSP Selection & Strategy", "Technical Contract Validation", "Crisis Response Systems", "Community Resilience"]
4848
},
4949
{
5050
category: "Training & Mentorship",
@@ -67,7 +67,12 @@ const IndexPage = () => {
6767
title: "Infrastructure Modernization",
6868
description: "Leading container orchestration migration for enterprise CI/CD pipelines",
6969
tech: "Docker, Kubernetes, Jenkins"
70-
}
70+
},
71+
{
72+
title: "Strategic MSP Advisory",
73+
description: "Evaluated 6 MSP proposals for a multi-office law firm (DC, NY, SF), normalizing complex bids and architecting the transition roadmap.",
74+
tech: "Vendor Analysis, IT Governance, Multi-State Infrastructure"
75+
}
7176
]
7277

7378
return (
@@ -286,6 +291,7 @@ const IndexPage = () => {
286291
<div className="connect-card">
287292
<h3>Recent Engagements</h3>
288293
<ul>
294+
<li>Legal Sector - MSP Strategic Selection</li>
289295
<li>CivicActions - DevOps Leadership</li>
290296
<li>US Digital Response - Workforce Assessment Automation</li>
291297
<li>Harris County DoE - AI Policy Development</li>

0 commit comments

Comments
 (0)