From e4d499106732c294ea6c02e6252ebc93ef09168d Mon Sep 17 00:00:00 2001 From: Joseph Cosentino Date: Thu, 13 Jun 2024 23:22:04 -0700 Subject: [PATCH] gut most of the css --- resume.css | 151 +++++++++++++++-------------------------------------- resume.md | 16 +++--- 2 files changed, 52 insertions(+), 115 deletions(-) diff --git a/resume.css b/resume.css index cf50f52..752544d 100644 --- a/resume.css +++ b/resume.css @@ -1,125 +1,60 @@ -body { - color: #000000; - background: #EEEEEE; - /* font options: - Lucida Console - Monaco - Monofonto - Ubuntu Mono - */ - font: 1.1em "Inconsolata"; - line-height: 1.2; - margin: 40px 0; +@page { + size: letter; + margin: 0.5in 0.8in; } -#resume { - margin: 0 auto; - max-width: 800px; - padding: 40px 60px; - background: #FFFFFF; - border: 1px solid #CCCCCC; - box-shadow: 2px 2px 4px #AAAAAA; - -webkit-box-shadow: 2px 2px 4px #AAAAAA; +body { + color: #000000; + background: #eeeeee; + font: 1.1em "Inconsolata"; + line-height: 1.2; + margin: 40px 0; } h1 { - text-transform: uppercase; - text-align: center; - font-size: 200%; - margin: 0; - padding: 0; + text-transform: uppercase; + text-align: center; + font-size: 200%; + margin: 0; + padding: 0; +} + +/* email */ +h1 + p { + text-align: center; + font-size: 50%; + margin: 0; + padding: 0; } h2 { - border-bottom: 1px solid #000000; - text-transform: uppercase; - font-size: 130%; - margin: 1em 0 0 0; - padding: 0; + border-bottom: 1px solid #000000; + text-transform: uppercase; + font-size: 130%; + margin: 1em 0 0 0; + padding: 0; } h3 { - font-size: 100%; - margin: 0.8em 0 0.3em 0; - padding: 0; - display: flex; - justify-content: space-between; + font-size: 100%; + margin: 0.8em 0 0.3em 0; + padding: 0; } p { - margin: 0 0 0.5em 0; - padding: 0; - } -ul { - padding: 0; - margin: 0 1.5em; - } -/* ul immediately after h1 = contact list */ -h1 + ul { - text-align: center; - margin: 0; - padding: 0; - } -h1 + ul > li { - display: inline; - white-space: pre; - list-style-type: none; -} -h1 + ul > li:after { - content: " \2022 "; + margin: 0 0 0.5em 0; + padding: 0; } -h1 + ul > li:last-child:after { - content: ""; -} -/* p immediately after contact list = summary */ -h1 + ul + p { - margin: 1em 0; -} -/* Make links black */ -a, a:link, a:visited, a:hover { - color: #000000; - text-decoration: none; -} -@media print { - body { - font-size: 10pt; - margin: 0; - padding: 0; - background: none; - } - #resume { - margin: 0; - padding: 0; - border: 0px; - background: none; - box-shadow: none; - -webkit-box-shadow: none; - } - /* Do not underline abbr tags in PDF */ - abbr { - text-decoration: none; - font-variant: none; - } + +ul { + padding: 0; + margin: 0 1.5em; } -@page { - /* Change margins and paper size of PDF */ - /* https://developer.mozilla.org/en-US/docs/Web/CSS/@page */ - size: letter; - margin: 0.5in 0.8in; + +a, +a:link, +a:visited, +a:hover { + color: #000000; + text-decoration: none; } -@media screen and (max-width: 800px) { - body { - font-size: 16pt; - margin: 0; - padding: 0; - background: #FFFFFF !important; - } - #resume { - margin: 0; - padding: 1em; - border: 0px; - background: none; - box-shadow: none; - -webkit-box-shadow: none; - } -} \ No newline at end of file diff --git a/resume.md b/resume.md index c1b3dfd..8794ef1 100644 --- a/resume.md +++ b/resume.md @@ -1,29 +1,31 @@ # Joseph Cosentino - -## [jcosentino11@pm.me](mailto:jcosentino11@pm.me) | Seattle, WA +[jcosentino11@pm.me](mailto:jcosentino11@pm.me) ## Experience: -### Amazon Web Services: SDE II, Feb 2022 - Present +### SDE II *(Feb 2022 - Present)* +Amazon Web Serivces - Seattle, WA - TODO - TODO - TODO - TODO - TODO -### Comcast: Software Engineer, May 2017 - Feb 2022 +### Software Engineer *(May 2017 - Feb 2022)* - TODO - TODO - TODO -### QVC: Software Engineer, Jan 2016 - May 2017 +### Software Engineer *(Jan 2016 - May 2017)* - TODO - TODO - TODO ## Education: ### West Chester University of Pennsylvania -- B.S. in Computer Science – Class of 2015 -- Summa Cum Laude, Honors College, Board of Governors (Full-Tuition) Scholarship +B.S. in Computer Science – Class of 2015 +- Summa Cum Laude +- Honors College +- Board of Governors (Full-Tuition) Scholarship ## Skills: - Java is my primary language; I also have real-world experience in C++, Golang, Python, Erlang, Typescript