Skip to content

Commit

Permalink
fix: change to relative URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
LuudJanssen committed Apr 3, 2024
1 parent c619d0a commit 83374d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function ApplicationLetter(props: ApplicationLetterProps): JSX.Element {
return (
<html lang="en">
<head>
<link href="/app.css" rel="stylesheet" />
<link href="app.css" rel="stylesheet" />

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
Expand Down
6 changes: 3 additions & 3 deletions src/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Although I'm happy with my contributions to open-source, I've always felt like I
Whether it's perfecting a PowerPoint by adding interactivity and unexpected animations or using TypeScript generics to create a utility that's a joy to use, I've always been chasing that "wow" moment. That moment when you exceed someone's expectations by just a little bit. That moment when you've put in the extra effort to make something truly special.

<figure>
<img src="/public/powerpoint-wow.gif" alt="An image showing a PowerPoint slideshow with some subtle but effective animations.">
<img src="public/powerpoint-wow.gif" alt="An image showing a PowerPoint slideshow with some subtle but effective animations.">
<figcaption>I like taking the extra time to style my slideshows.</figcaption>
</figure>

Expand All @@ -46,7 +46,7 @@ Looking at both open positions, as well as the work your team has done, I can't
This drive towards elegance has also forced me to create other skills, like using video editing skills for [an introduction video for the new brand](https://vimeo.com/302102524) of a student association. Or creating sound effects for a very small amateur theater production using FL Studio. Or the time I went overboard with renting equipment for [filming a corporate outing during my time at ISAAC](https://vimeo.com/280936509). Or that time I learned to manipulate SVGs to create customized digital tickets to streaming events:

<figure>
<img src="/public/strealix-tickets.png" alt="An image showing a digital version of a physical ticket for a streaming event.">
<img src="public/strealix-tickets.png" alt="An image showing a digital version of a physical ticket for a streaming event.">
<figcaption>Manipulating SVGs to create digital tickets for <a href="https://strealix.com/">Strealix</a>.</figcaption>
</figure>

Expand Down Expand Up @@ -117,6 +117,6 @@ I hope this application has given you a good impression of who I am and what I c
~ Luud

<figure>
<img src="/public/picture-to-make-the-girlfriend-jealous.jpg" alt="A picture showing Luud and his cat Bami looking at each other.">
<img src="public/picture-to-make-the-girlfriend-jealous.jpg" alt="A picture showing Luud and his cat Bami looking at each other.">
<figcaption>If you hire me, you get 2 for 1. My cat Bami is a mean programmer herself.</figcaption>
</figure>

0 comments on commit 83374d8

Please sign in to comment.