Skip to content

Commit

Permalink
fix: print styles for resume
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPridham committed Nov 6, 2024
1 parent 5c72836 commit d9aed1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions src/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
padding-top: 8mm;
}

.project:nth-child(3n) {
page-break-after: always;
.project:nth-child(2n) {
border-bottom: none;
}

Expand All @@ -45,8 +44,8 @@
justify-content: space-between;
}

.p-fw {
width: 100%;
.p-hide {
display: none;
}

.p-twocol {
Expand Down
3 changes: 1 addition & 2 deletions src/cv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{
{
"company": "Osmos",
"duties": [
"Implement features independently across our Typescript and Rust codebases",
Expand Down Expand Up @@ -35,7 +35,6 @@
"notable_achievements": [
"Successfully pitched a Rust project, took the lead on development, helped fellow teammates get up to speed on Rust",
"Utilized web workers to implement A/B testing for our marketing and sales sites",
"Re-implemented our sales and customer portal to better match business requirements and improve analytics",
"Moved our marketing site to a modern pipeline and deployment environment using K8s",
"Created a live chat and QA app for viewers of our weekly webcast using Firebase as a backend"
],
Expand Down
2 changes: 1 addition & 1 deletion src/cv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn cv() -> Result<Markup, Box<dyn Error>> {
div.p-row{
h1{"Tom Pridham"}
div.bottom-spacer{
h2.p-fw{"Contact"}
h2.p-hide{"Contact"}
ul{
li{"Email: [email protected]"}
li{"Phone: 702-285-7906"}
Expand Down

0 comments on commit d9aed1e

Please sign in to comment.