diff --git a/personal/resume/slide.md b/personal/resume/slide.md new file mode 100644 index 0000000..7179ad3 --- /dev/null +++ b/personal/resume/slide.md @@ -0,0 +1,26 @@ +To boil down your profile into a single slide using Mermaid, I will create a simple flowchart that highlights your key responsibilities and areas of expertise. + +Here's the Mermaid code for a flowchart that would work well on a single slide: + +```mermaid +flowchart TD + A[Jason Davis - Consulting Systems Engineer] --> B{Key Responsibilities} + B --> C[Pre-Sales Technical Consulting] + B --> D[Infrastructure Modernization] + B --> E[Multi-Cloud Architecture] + B --> F[Security & Digital Transformation] + B --> G[Network Design & Architecture Consulting] + B --> H[Collaborate with OEMs & Clients] + B --> I[Create Statements of Work & Bill of Materials] + B --> J[Support Deployment to Post-Deployment] + + A --> K[Skills & Expertise] + K --> L[Cisco, Dell, HP, NetApp, VMware Expertise] + K --> M[25+ Years in IT] + K --> N[Network Design & Architecture] + K --> O[Cloud, Security, Multi-Cloud] + K --> P[Technical Sales & Consulting Experience] + K --> Q[Collaborative Leadership] +``` + +This diagram succinctly illustrates your key responsibilities, your role in collaborating with OEMs and clients, and your areas of technical expertise. You can copy and paste this code into any platform that supports Mermaid (e.g., diagrams.net) to generate the slide. Let me know if you'd like further adjustments or refinements! \ No newline at end of file