Skip to content

Commit

Permalink
Update resume
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelVerschraegen committed Dec 22, 2023
1 parent edafdd2 commit b49ac9c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,23 @@ const Index: FC = () => {
</Heading>

<div className="flex flex-col gap-16">
<Grid className="grid-cols-1 gap-4 lg:grid-cols-4">
<TextStyle variation="subdued">November 2023 - present</TextStyle>

<Grid.Item className="lg:col-span-3">
<TextContainer>
<Heading element="h3">
<TextStyle variation="fancy">Software Engineer</TextStyle>{" "}
<Link to="https://www.qargo.io/" external className="not-prose">
@ Qargo
</Link>
</Heading>

<Text>Transport management software that shifts your business into higher gear.</Text>
</TextContainer>
</Grid.Item>
</Grid>

<Grid className="grid-cols-1 gap-4 lg:grid-cols-4">
<TextStyle variation="subdued">February 2023 - May 2023</TextStyle>

Expand Down

1 comment on commit b49ac9c

@vercel
Copy link

@vercel vercel bot commented on b49ac9c Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.