Skip to content

Commit

Permalink
upload image + profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia-97 committed Dec 16, 2024
1 parent fb6a628 commit 9d9a497
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/.vitepress/data/persons/leimeister-julia.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import { TeamID, definePerson } from '../..';

export default definePerson({
address: [
'Room C104',
'Sand 14, Tübingen, Germany 72076',
],
email: '[email protected]',
phone: '+49-7071-29-70460',
avatar: '/images/persons/leimeister-julia.jpg',
name: 'Julia Leimeister',
role: 'Scientific Project Manager',
team: TeamID.ABI,
socialLinks: [
{ icon: 'github', link: 'https://github.com/Julia-97' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/julialeimeister/' },
],
education: [
{
year: [2016, 2019],
value: 'BSc Biology - University of Tübingen',
},
{
year: [2019, 2024],
value: 'MSc Bioinformatics - University of Tübingen',
},
],
});
Binary file added src/public/images/persons/leimeister-julia.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 9d9a497

Please sign in to comment.