From be08f5ab31a79c41b1f6f768831b02feba16a3ae Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 18 Dec 2022 10:02:16 -0500 Subject: Update to sidebar --- download/cv.pdf | Bin 1140217 -> 1152734 bytes download/resume_dl.html | 195 +++++++++++++++++++++++++++--------------------- resume.css | 26 +++++++ resume.html | 186 ++++++++++++++++++++++++--------------------- 4 files changed, 237 insertions(+), 170 deletions(-) diff --git a/download/cv.pdf b/download/cv.pdf index 30dfc13..00d4c6f 100644 Binary files a/download/cv.pdf and b/download/cv.pdf differ diff --git a/download/resume_dl.html b/download/resume_dl.html index 4ed036f..e956da3 100644 --- a/download/resume_dl.html +++ b/download/resume_dl.html @@ -135,6 +135,32 @@ header { margin-right: 0.5rem; } +.skills_table { + width: 100%; + margin-bottom: 2rem; + border-spacing: 0; + border: 1px solid gray; + border-radius: 2px; +} + +.skills_table th { + text-align: center; +} + +.skills_table th, .skills_table tr:not(:last-child) td { + border-bottom: 1px solid lightgray; +} + +.skills_table tr th { + color: #2E4C6D; +} + +.skills_table td, th { + font-size: 0.9rem; + padding: 0.35rem 0.5rem; + width: 50%; +} + #skills_section { display: flex; flex-direction: column; @@ -276,91 +302,90 @@ img.emoji { 🇺🇸 United States Citizen -
-
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Languages
JavaScript5 yrs
TypeScript5 yrs
C#2.5 yrs
Python2.5 yrs
C/C++1 yrs
Java1 yr
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Libraries/Frameworks
React5 yrs
node.js2.5 yrs
Unity2.5 yrs
ASP.NET2.5 yrs
OpenGL1 yr
+ + + + + + + + + + + + + + + + + + + + +
Tools
git5 yrs
VSCode2.5 yrs
Visual Studio2.5 yr
diff --git a/resume.css b/resume.css index e6b4256..a71be83 100755 --- a/resume.css +++ b/resume.css @@ -125,6 +125,32 @@ header { margin-right: 0.5rem; } +.skills_table { + width: 100%; + margin-bottom: 2rem; + border-spacing: 0; + border: 1px solid gray; + border-radius: 2px; +} + +.skills_table th { + text-align: center; +} + +.skills_table th, .skills_table tr:not(:last-child) td { + border-bottom: 1px solid lightgray; +} + +.skills_table tr th { + color: #2E4C6D; +} + +.skills_table td, th { + font-size: 0.9rem; + padding: 0.35rem 0.5rem; + width: 50%; +} + #skills_section { display: flex; flex-direction: column; diff --git a/resume.html b/resume.html index 1294dec..c321e33 100755 --- a/resume.html +++ b/resume.html @@ -49,91 +49,107 @@ 🇺🇸 United States Citizen -
-
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
- -
- - - - -
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Languages
JavaScript5 yrs
TypeScript5 yrs
C#2.5 yrs
Python2.5 yrs
C/C++1 yrs
Java1 yr
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Libraries/Frameworks
React5 yrs
node.js2.5 yrs
Unity2.5 yrs
ASP.NET2.5 yrs
OpenGL1 yr
+ + + + + + + + + + + + + + + + + + + + + + + + +
Tools
git5 yrs
VSCode2.5 yrs
Visual Studio2.5 yr
Webpack2 yrs
+ + + + + + + + + + + + +
Other
Linux5 yrs
-- cgit v1.2.1