diff --git a/index.md b/index.md index 85b40cc..f772f63 100644 --- a/index.md +++ b/index.md @@ -13,13 +13,5 @@ hero: - theme: alt text: Meet the team link: /team - -features: - - title: Feature A - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit - - title: Feature B - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit - - title: Feature C - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit --- diff --git a/public/images/bo-robbrecht.jpg b/public/images/bo-robbrecht.jpg new file mode 100644 index 0000000..ed31710 Binary files /dev/null and b/public/images/bo-robbrecht.jpg differ diff --git a/public/images/christophe-leroy.jpg b/public/images/christophe-leroy.jpg new file mode 100644 index 0000000..438dfeb Binary files /dev/null and b/public/images/christophe-leroy.jpg differ diff --git a/public/images/friedrich-vandenberghe.jpg b/public/images/friedrich-vandenberghe.jpg new file mode 100644 index 0000000..fa23c97 Binary files /dev/null and b/public/images/friedrich-vandenberghe.jpg differ diff --git a/public/images/victor-barra.jpg b/public/images/victor-barra.jpg new file mode 100644 index 0000000..f4a2a4e Binary files /dev/null and b/public/images/victor-barra.jpg differ diff --git a/team.md b/team.md index 06ff60c..851d892 100644 --- a/team.md +++ b/team.md @@ -5,33 +5,65 @@ layout: page import { VPTeamPage, VPTeamPageTitle, - VPTeamMembers + VPTeamMembers, + VPTeamPageSection } from 'vitepress/theme' const members = [ { - avatar: 'https://www.github.com/yyx990803.png', - name: 'Evan You', - title: 'Creator', + avatar: 'images/friedrich-vandenberghe.jpg', + name: 'Fredrich Vanderberghe', + title: 'Student', links: [ - { icon: 'github', link: 'https://github.com/yyx990803' }, - { icon: 'twitter', link: 'https://twitter.com/youyuxi' } + { icon: 'github', link: 'https://github.com/Zelzahn' }, + { icon: 'linkedin', link: 'https://www.linkedin.com/in/friedrich-vandenberghe-97093a228/' }, + { icon: 'mastodon', link: 'https://computerclub.social/@zelzahn' } ] }, + { + avatar: 'images/bo-robbrecht.jpg', + name: 'Bo Robbrecht', + title: 'Student', + links: [ + { icon: 'github', link: 'https://github.com/BT-Creator' }, + { icon: 'linkedin', link: 'https://www.linkedin.com/in/borobbrecht' }, + ] + }, + { + avatar: 'images/victor-barra.jpg', + name: 'Victor Barra', + title: 'Student', + links: [ + { icon: 'twitter', link: 'https://twitter.com/VictorBarraa'}, + { icon: 'instagram', link: 'https://www.instagram.com/victor.barra.33/'}, + { icon: 'github', link: 'https://github.com/Vicba' }, + { icon: 'linkedin', link: 'http://linkedin.com/in/victor-barra' }, + ] + }, + { + avatar: 'images/christophe-leroy.jpg', + name: 'Christophe Leroy', + title: 'Student', + links: [ + { icon: 'linkedin', link: 'https://www.linkedin.com/in/kyngstudio/' } + ] + } ] - + + + + \ No newline at end of file