Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab authored Dec 2, 2024
2 parents 92eff91 + f08d1e2 commit 458c053
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/.vitepress/data/persons/clin-lucien.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { TeamID, definePerson } from '../..';
export default definePerson({
avatar: 'https://www.github.com/lucienclin.png',
name: 'Lucien Clin',
email: '[email protected]',
phone: '+49 7071 29 84309',
address: 'Schaffhausenstraße 77, 72072 Tübingen',
team: TeamID.TBI,
role: 'Researcher',
socialLinks: [
Expand Down
8 changes: 7 additions & 1 deletion src/.vitepress/data/persons/kaipf-camill.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ export default definePerson({
name: 'Camill Kaipf',
team: TeamID.ABI,
role: 'Researcher',
socialLinks: [],
email: '[email protected]',
phone: '+49 7071 2970482',
address: 'Sand 14, Room C121, Tübingen, 72076',
socialLinks: [
{ icon: 'github', link: 'https://github.com/ckaipf' },
{ icon: 'linkedin', link: 'www.linkedin.com/in/camill-kaipf-672532238' },
],
});
Binary file modified src/public/images/persons/kaipf-camill.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 458c053

Please sign in to comment.