Skip to content

Commit

Permalink
added mdx extension, updated resume
Browse files Browse the repository at this point in the history
  • Loading branch information
jhilker98 committed Jun 18, 2024
1 parent a05a46d commit 087d670
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"recommendations": [
"astro-build.astro-vscode",
"bradlc.vscode-tailwindcss",
"naumovs.color-highlight"
"naumovs.color-highlight",
"unifiedjs.vscode-mdx"
],
"unwantedRecommendations": []
}
32 changes: 20 additions & 12 deletions src/pages/resume.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@ skills:

import CvEntry from "@components/CvEntry.astro";

## Experience
<div class="my-2.5">

<CvEntry
title="Sales Associate"
startDate="2024-06-18"
employer="Dollar General"
location="Crozet, VA"
/>

<CvEntry
title="Web Developer"
startDate="2022-01-28"
employer="Freelance"
location="Remote (Crozet, VA)"
>
- Designed static websites for multiple clients using Hugo and Tailwind CSS
- Deployed sites to Github using Github Actions for CI/CD
</CvEntry>
</div>

## Education
<div class="my-2.5">
Expand All @@ -42,19 +62,7 @@ import CvEntry from "@components/CvEntry.astro";
</CvEntry>
</div>

## Experience

<div class="my-2.5">
<CvEntry
title="Web Developer"
startDate="2022-01-28"
employer="Freelance"
location="Remote (Crozet, VA)"
>
- Designed static websites for multiple clients using Hugo and Tailwind CSS
- Deployed sites to Github using Github Actions for CI/CD
</CvEntry>
</div>


## Activities
Expand Down

0 comments on commit 087d670

Please sign in to comment.