Skip to content

Commit

Permalink
Added Simon
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Jan 11, 2024
1 parent 8caee6e commit ec1a4cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/committee/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ const Marijn = new URL(
import.meta.url
);

const Simon = new URL(
"/static/members/Simon.jpg?as=webp",
import.meta.url
);



/**
Expand Down Expand Up @@ -91,7 +96,7 @@ export const Committee: FunctionalComponent = () => (
<p class={style.name}>Simon Deuten</p>
</div>
<div class={style.polygon}>
<img src={Marit as any} alt="HackDelft Committee" />
<img src={Simon as any} alt="HackDelft Committee" />
</div>
</div>

Expand Down
Binary file added static/members/Simon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec1a4cf

Please sign in to comment.