Skip to content

Commit

Permalink
gut most of the css
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Jun 14, 2024
1 parent bf01ecc commit e4d4991
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 115 deletions.
151 changes: 43 additions & 108 deletions resume.css
Original file line number Diff line number Diff line change
@@ -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;
}
}
16 changes: 9 additions & 7 deletions resume.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
# Joseph Cosentino

## [[email protected]](mailto:[email protected]) | Seattle, WA
[[email protected]](mailto:[email protected])

## 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
Expand Down

0 comments on commit e4d4991

Please sign in to comment.