From e37a6708bf1739cbaf2d68e75ad1d4a3addc1499 Mon Sep 17 00:00:00 2001 From: Himank Dave <93311724+steadyfall@users.noreply.github.com> Date: Sat, 20 Dec 2025 02:59:40 -0500 Subject: [PATCH 1/2] fix(navbar): remove blog link from navigation --- src/components/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 8931b97..b6ab82c 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -34,11 +34,11 @@ const Navbar = () => { -
  • + {/*
  • -
  • + */}
    From 4d893c8c34f76f713c554b02dffab8d953ca33a9 Mon Sep 17 00:00:00 2001 From: Himank Dave <93311724+steadyfall@users.noreply.github.com> Date: Sat, 20 Dec 2025 03:06:25 -0500 Subject: [PATCH 2/2] chore: standardize date formats to use full month names --- src/components/Education.tsx | 2 +- src/data/resume.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Education.tsx b/src/components/Education.tsx index a392c4a..be25232 100644 --- a/src/components/Education.tsx +++ b/src/components/Education.tsx @@ -40,7 +40,7 @@ export function Education() { institutionLink={'https://uwaterloo.ca/'} degree={'Bachelor of Mathematics'} major={'Computational Mathematics Major'} - duration={'Sept 2022 - Present'} + duration={'September 2022 - May 2027'} details={educationDetails} /> diff --git a/src/data/resume.ts b/src/data/resume.ts index efa61d8..954fb4c 100644 --- a/src/data/resume.ts +++ b/src/data/resume.ts @@ -25,7 +25,7 @@ export const experiences = [ companyName: 'Geotab', companyLink: 'https://geotab.com/', position: 'Embedded Software Developer Intern', - period: 'Jan 2025 - Aug 2025', + period: 'January 2025 - August 2025', responsibilities: [ 'Geotab enables safe, sustainable, and efficient fleet and asset management \ through data-driven connected solutions.',