Skip to content

Commit

Permalink
Add Bernd image
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Kaiser committed Jul 4, 2023
1 parent 5365d64 commit 3c307a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/team/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import joern from './joern.jpg';
import marco from './marco.jpg';
import robert from './robert.png';
import bernd from './bernd.webp';
import TeamMember from './TeamMember.svelte';
import TeamMemberSection from './TeamMemberSection.svelte';
import wolfram from './wolfram.jpg';
Expand All @@ -29,7 +30,7 @@
</p>

<TeamMemberSection>
<TeamMember name="Bernd Kaiser" />
<TeamMember image={bernd} name="Bernd Kaiser" />
<TeamMember name="Gustaf Graf" />
<TeamMember image={joern} name="Jörn Bernhardt" email="[email protected]" />
<TeamMember image={marco} name="Marco Emrich" email="[email protected]" />
Expand Down
Binary file added src/routes/team/bernd.webp
Binary file not shown.

0 comments on commit 3c307a0

Please sign in to comment.