From 84d48b12d27becbd2d9f0691cc8fedefa2bbed67 Mon Sep 17 00:00:00 2001 From: mattkae Date: Thu, 27 Oct 2022 08:54:41 -0400 Subject: Improving link discoverability and personal projects --- download/cv.pdf | Bin 74267 -> 77272 bytes download/resume_dl.css | 6 +++++- download/resume_dl.html | 20 +++++++++++++++++--- index.html | 3 ++- resume.css | 4 ++++ resume.html | 15 +++++++++++++-- 6 files changed, 41 insertions(+), 7 deletions(-) diff --git a/download/cv.pdf b/download/cv.pdf index a81cea8..42dbac3 100644 Binary files a/download/cv.pdf and b/download/cv.pdf differ diff --git a/download/resume_dl.css b/download/resume_dl.css index b9d277e..1ef20ef 100644 --- a/download/resume_dl.css +++ b/download/resume_dl.css @@ -31,6 +31,10 @@ header { padding-bottom: 1rem; } +#resume a { + color: #343231; +} + #resume_header { width: 100%; display: flex; @@ -47,7 +51,7 @@ header { } #resume_header_contact { - font-size: 12px; + font-size: 10px; } #resume_header_contact span { diff --git a/download/resume_dl.html b/download/resume_dl.html index aafe63d..48c12c5 100644 --- a/download/resume_dl.html +++ b/download/resume_dl.html @@ -40,6 +40,10 @@ header { padding-bottom: 1rem; } +#resume a { + color: #343231; +} + #resume_header { width: 100%; display: flex; @@ -56,7 +60,7 @@ header { } #resume_header_contact { - font-size: 12px; + font-size: 10px; } #resume_header_contact span { @@ -174,7 +178,7 @@ img.emoji {
πŸ–₯️ Computer Programmer - ☎️ +1-201-400-2699 + πŸ”— matthewkosarek.xyz πŸ“§ mkosare1@gmail.com πŸ‡ΊπŸ‡Έ United States Citizen
@@ -231,7 +235,7 @@ img.emoji { Planned, scoped, and organized daily tasks and long-term projects
  • - Individually contributed across many levels of the codebase, from firmware to the application layer + Individually contributed across many aspects of the codebase, from firmware to the application layer
  • @@ -363,6 +367,16 @@ img.emoji { + +
    +

    Projects

    + +
    diff --git a/index.html b/index.html index efa3bb8..d8be651 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ @@ -59,7 +60,7 @@ diff --git a/resume.css b/resume.css index 3e3b339..a706f31 100755 --- a/resume.css +++ b/resume.css @@ -28,6 +28,10 @@ header { padding-bottom: 1rem; } +#resume a { + color: #343231; +} + #resume_header { width: 100%; display: flex; diff --git a/resume.html b/resume.html index 31fc339..e28129d 100755 --- a/resume.html +++ b/resume.html @@ -17,6 +17,7 @@ @@ -35,7 +36,7 @@
    πŸ–₯️ Computer Programmer - ☎️ +1-201-400-2699 + πŸ”— matthewkosarek.xyz πŸ“§ mkosare1@gmail.com πŸ‡ΊπŸ‡Έ United States Citizen
    @@ -92,7 +93,7 @@ Planned, scoped, and organized daily tasks and long-term projects
  • - Individually contributed across many levels of the codebase, from firmware to the application layer + Individually contributed across many aspects of the codebase, from firmware to the application layer
  • @@ -224,6 +225,16 @@ + +
    +

    Projects

    + +
    -- cgit v1.2.1