From 5aec4f2efa71f938d36a00547004bbf3008e0b5e Mon Sep 17 00:00:00 2001 From: David LJ Date: Sun, 15 Oct 2023 04:34:07 +0200 Subject: [PATCH] feat: chips light theme and resume work summaries improvs (#108) --- assets/resume.json | 4 ++-- src/sass/themes/_default-light-theme.scss | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/resume.json b/assets/resume.json index dd9cac4a..9fc27f48 100644 --- a/assets/resume.json +++ b/assets/resume.json @@ -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", @@ -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", diff --git a/src/sass/themes/_default-light-theme.scss b/src/sass/themes/_default-light-theme.scss index 9c727aed..aef97be5 100644 --- a/src/sass/themes/_default-light-theme.scss +++ b/src/sass/themes/_default-light-theme.scss @@ -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,