Skip to content

Commit

Permalink
feat: chips light theme and resume work summaries improvs (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored Oct 15, 2023
1 parent a7c4028 commit 5aec4f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"url": "https://www.vestoapp.com",
"startDate": "2022-10-10",
"endDate": "2023-07-14",
"summary": "Led, engineered and assisted many product features. Planned robustness proposal to improve the app stability by reducing error rates. Focusing on gaining observability to push for data-driven decisions. Optimized processes to reduce customer support workload",
"summary": "Backend: web APIs and background processing. Led, engineered and assisted many product features. Planned robustness proposal to improve the app stability by reducing error rates. Focusing on gaining observability to push for data-driven decisions. Optimized processes to reduce customer support workload",
"highlights": [
"Led initiative to observe & reduce wallet synchronization issues from 69% to 6%",
"Built direct batch buy feature to buy multiple stocks at once",
Expand Down Expand Up @@ -105,7 +105,7 @@
"position": "Software Engineer",
"startDate": "2018-06-01",
"endDate": "2019-12-31",
"summary": "Lead software engineer for all company's projects. Full stack: web apps and peer to peer / web API backends. Blockchain / DLT consultant and researcher. Board member of the company's own cryptocurrency investment fund as technical advisor",
"summary": "Full stack: web apps and peer to peer / web API backends. Lead software engineer for all company's projects. Blockchain / DLT consultant and researcher. Board member of the company's own cryptocurrency investment fund as technical advisor",
"highlights": [
"Headed many software development projects in the company. For instance a Bitcoin library and wallet and a verifiable credentials platform",
"Advised technically our customers about Bitcoin, blockchain or DLT technologies",
Expand Down
4 changes: 3 additions & 1 deletion src/sass/themes/_default-light-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ $default-light-theme: (
),
chips: (
border: #c7c7c7,
background: #f2f2f2,
// Original was too light, same colour as z1
//background: #f2f2f2,
background: #d8d8d8,
text: #1f1f1f,
selected: #0b57d0,
selectedText: white,
Expand Down

0 comments on commit 5aec4f2

Please sign in to comment.