Skip to content

Commit

Permalink
feat: update some words
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPridham committed Nov 20, 2024
1 parent e0433c7 commit 79aeef4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/cv.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"notable_achievements": [
"Ran standup and other planning meetings while team lead was on paternity leave",
"Implemented a brand new notification service in Rust within a month of starting",
"Simplified significant portions of our existing logic to be more understandable, maintainable and testable",
"Simplified significant portions of our existing logic to be more performant, maintainable and testable",
"Pushed for higher testing standards and updated our CI to enable better e2e testing",
"Added analytics to our product to allow Product and Design to make more informed decisions"
],
Expand Down Expand Up @@ -56,7 +56,7 @@
"duties": [
"Perform rigorous code review and uplift other engineers",
"Create new features based off of designs and product specifications",
"Solve difficult problems, simplify code, delete things"
"Gradual migration of old Angular codebase to React"
],
"notable_achievements": [
"Completed a large feature that enabled our sellers to manage their employees",
Expand Down
4 changes: 3 additions & 1 deletion src/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ pub fn home() -> Markup {
html! {
p{"Hi, I'm " (name) "!"}
p{"Nice to meet you."}
p{"This is my website. It's written in Rust using a HTML templating library called Maud. I think it's pretty neat."}
p{"This is my website. It's written in Rust using a HTML templating library called Maud."}
p{"I like making things that are accessible, testable, and performant."}
p{
"My contact info is here."
ul{
li{"Email: [email protected]"}
li{"Phone: 702-285-7906"}
li{"Github: " a href="https://github.com/tompridham"{"github.com/tompridham"}}
li{"Linkedin: " a href="https://www.linkedin.com/in/tompridham/"{"linkedin.com/in/tompridham/"}}
}
}
}
Expand Down

0 comments on commit 79aeef4

Please sign in to comment.