From 2cdc62447a7ac97b22214dcc00be05b55be46715 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sat, 10 Dec 2022 12:01:31 -0500 Subject: Updated resume to contain proper stylings on download --- download/build.js | 1 + download/cv.pdf | Bin 114764 -> 1148078 bytes download/resume_dl.css | 5 ++++- download/resume_dl.html | 53 ++++++++++++++++++++++++++++++++---------------- resume.css | 16 +++++++++------ resume.html | 31 +++++++++++++++++++--------- 6 files changed, 72 insertions(+), 34 deletions(-) diff --git a/download/build.js b/download/build.js index baef284..39c79cc 100644 --- a/download/build.js +++ b/download/build.js @@ -20,6 +20,7 @@ const newHeader = ` + @@ -254,6 +262,10 @@ img.emoji {
πŸ–₯️ Software Developer πŸ”— matthewkosarek.xyz + + + github.com/mattkae + πŸ“§ mkosare1@gmail.com πŸ‡ΊπŸ‡Έ United States Citizen
@@ -312,7 +324,7 @@ img.emoji { - npm + Node.js
@@ -321,6 +333,13 @@ img.emoji {
+ +
+ + + + +
@@ -415,13 +434,13 @@ img.emoji {
@@ -531,7 +550,7 @@ img.emoji { @@ -566,10 +585,10 @@ img.emoji {

Projects

diff --git a/resume.css b/resume.css index 0cbf4a1..b91ab25 100755 --- a/resume.css +++ b/resume.css @@ -38,8 +38,8 @@ header { } #resume_sidebar { - width: auto; - margin-right: 1rem; + width: 204px; + margin-right: 24px; } #resume_header { @@ -70,12 +70,15 @@ header { } #resume_header_contact span { - margin-top: 5px; + margin-bottom: 8px; font-size: 16px; + display: flex; + flex-direction: row; + align-items: center; } #resume_header_contact i { - margin-right: 0.25rem; + margin-right: 8px; font-style: normal; } @@ -136,8 +139,8 @@ header { .skills_section_bar { position: relative; - width: 204px; - height: 24px; + width: 100%; + height: 16px; background-color: white; border-radius: 3px; border: 1px solid lightgray; @@ -151,6 +154,7 @@ header { width: 100%; background-image: linear-gradient(to right,#007acc, #00E091); border-radius: 3px; + background-size: 204px 100%; } .skills_section_bar_fill.one { diff --git a/resume.html b/resume.html index 4862170..b752177 100755 --- a/resume.html +++ b/resume.html @@ -41,6 +41,10 @@
πŸ–₯️ Software Developer πŸ”— matthewkosarek.xyz + + + github.com/mattkae + πŸ“§ mkosare1@gmail.com πŸ‡ΊπŸ‡Έ United States Citizen
@@ -99,7 +103,7 @@ - npm + Node.js
@@ -108,6 +112,13 @@
+ +
+ + + + +
@@ -202,13 +213,13 @@
@@ -318,7 +329,7 @@ @@ -353,10 +364,10 @@

Projects

-- cgit v1.2.1