diff --git a/data/.gitkeep b/data/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/experiences/.gitkeep b/data/experiences/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/profile/.gitkeep b/data/profile/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/projects/.gitkeep b/data/projects/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/skills/.gitkeep b/data/skills/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/experiences/.gitkeep b/experiences/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/experiences/experiences.json b/experiences/experiences.json deleted file mode 100644 index 0a59f8a..0000000 --- a/experiences/experiences.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "experiences": [ - { - "jobTitle": "Consultant", - "company": "Magenic", - "location": "Saint Louis Park, Minnesota", - "startDate": "August 2011", - "endDate": "January 2016", - "details": null - }, - { - "jobTitle": "SharePoint Administrator/Developer", - "company": "Minnesota Judicial Branch", - "location": "Saint Paul, Minnesota", - "startDate": "January 2016", - "endDate": "February 2017", - "details": null - }, - { - "jobTitle": "Software Developer", - "company": "Minnesota Twins", - "location": "Minneapolis, Minnesota", - "startDate": "February 2017", - "endDate": "December 2018", - "details": null - }, - { - "jobTitle": "Senior Software Engineer", - "company": "Target", - "location": "Minneapolis, Minnesota", - "startDate": "December 2018", - "endDate": "February 2021", - "details": null - }, - { - "jobTitle": "Senior Software Engineer", - "company": "Optum", - "location": "Eden Prairie, Minnesota", - "startDate": "March 2021", - "endDate": "June 2022", - "details": null - }, - { - "jobTitle": "Senior Software Engineer", - "company": "Amano McGann, Inc.", - "location": "Roseville, Minnesota", - "startDate": "July 2022", - "endDate": "April 2023", - "details": null - }, - { - "jobTitle": "Senior Software Engineer", - "company": "Sensonix, Inc.", - "location": "Plymouth, Minnesota", - "startDate": "April 2023", - "endDate": "Present", - "details": null - } - ], - "___mb_schema": "/.mattrbld/schemas/Experience.json" -} \ No newline at end of file diff --git a/projects/.gitkeep b/projects/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/projects/projects.json b/projects/projects.json deleted file mode 100644 index 7d2c560..0000000 --- a/projects/projects.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "projects": [ - { - "name": "Flying (React + Nest.js)", - "iconName": "fa-plane", - "summary": null, - "repoLink": "https://github.com/noahspannbauer/noahspan-root" - }, - { - "name": "Components (React + Storybook)", - "iconName": "fa-puzzle-piece", - "summary": null, - "repoLink": "https://github.com/noahspannbauer/noahspan-components" - }, - { - "name": "Go (Udemy)", - "iconName": null, - "summary": null, - "repoLink": null - }, - { - "name": "Modules (Nest.js)", - "iconName": "fa-gear", - "summary": null, - "repoLink": "https://github.com/noahspannbauer/noahspan-modules" - } - ], - "___mb_schema": "/.mattrbld/schemas/Projects.json" -} \ No newline at end of file diff --git a/skills/.gitkeep b/skills/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/skills/skills3.json b/skills/skills3.json deleted file mode 100644 index e7cc2d5..0000000 --- a/skills/skills3.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "skills": [ - { - "___mb_type": "category", - "category": "Experienced" - }, - { - "___mb_type": "group", - "group": "Front-End Web Development" - }, - { - "___mb_type": "rows", - "rows": [ - "React", - "Node.js", - "HTML/CSS" - ] - }, - { - "___mb_type": "category", - "category": "Experienced" - }, - { - "___mb_type": "group", - "group": "Infrastructure as Code" - }, - { - "___mb_type": "rows", - "rows": [ - "Terraform" - ] - }, - { - "___mb_type": "category", - "category": "Experienced" - }, - { - "___mb_type": "group", - "group": "CI/CD" - }, - { - "___mb_type": "rows", - "rows": [ - "GitHub Actions" - ] - } - ], - "___mb_schema": "/.mattrbld/schemas/Skills.json" -} \ No newline at end of file diff --git a/skills/skills4.json b/skills/skills4.json deleted file mode 100644 index 836abd8..0000000 --- a/skills/skills4.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "skills": [ - { - "category": "Experienced", - "group": "Front-End Web Development", - "skills": [ - "React", - "Node.js", - "HTML/CSS" - ] - }, - { - "category": "Experienced", - "group": "Infrastructure as Code", - "skills": [ - "Terraform" - ] - }, - { - "category": "Experienced", - "group": "CI/CD", - "skills": [ - "GitHub Actions" - ] - } - ], - "___mb_schema": "/.mattrbld/schemas/Skills.json" -} \ No newline at end of file