Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Education.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
</BlurFade>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ const Navbar = () => {
<HoverHighlight text="projects" />
</Link>
</li>
<li>
{/* <li>
<Link href="/posts">
<HoverHighlight text="blog" />
</Link>
</li>
</li> */}
</ul>
<div className="flex gap-0 sm:gap-4">
<ThemeSwitch />
Expand Down
2 changes: 1 addition & 1 deletion src/data/resume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down