diff --git a/src/app/pages/projects/projects.component.ts b/src/app/pages/projects/projects.component.ts index 381883a..a5ae98c 100644 --- a/src/app/pages/projects/projects.component.ts +++ b/src/app/pages/projects/projects.component.ts @@ -12,6 +12,9 @@ export interface Projects { introduction: string, images: string[], icon: string, + assets: string[], + link: string, + bulletPoints: string[], } @Component({ @@ -40,7 +43,10 @@ export class ProjectsComponent { shortDescription: 'PROJECTS.PLAYGROUND.SHORT_DESCRIPTION', introduction: 'PROJECTS.PLAYGROUND.INTRODUCTION', images: [], - icon: 'web' + icon: 'web', + assets: [], + link: 'https://andreas-dahm.eu', + bulletPoints: [] }, { identifier: "elmucho", @@ -48,7 +54,10 @@ export class ProjectsComponent { shortDescription: 'PROJECTS.EL_MUCHO.SHORT_DESCRIPTION', introduction: 'PROJECTS.EL_MUCHO.INTRODUCTION', images: [AssetsConstants.EL_MUCHO_1, AssetsConstants.EL_MUCHO_2, AssetsConstants.EL_MUCHO_3, AssetsConstants.EL_MUCHO_4], - icon: 'sports_esports' + icon: 'sports_esports', + assets: [], + link: 'https://store.steampowered.com/app/1532640/El_Mucho/', + bulletPoints: [] }, { identifier: "gamejams", @@ -56,7 +65,10 @@ export class ProjectsComponent { shortDescription: 'PROJECTS.GAME_JAMS.SHORT_DESCRIPTION', introduction: 'PROJECTS.GAME_JAMS.INTRODUCTION', images: [AssetsConstants.GAME_JAMS_1, AssetsConstants.GAME_JAMS_2, AssetsConstants.GAME_JAMS_3], - icon: 'videogame_asset' + icon: 'videogame_asset', + assets: [], + link: 'https://itch.io/c/6628860/lobos-collection', + bulletPoints: [] }, { identifier: "diploma", @@ -64,7 +76,10 @@ export class ProjectsComponent { shortDescription: 'PROJECTS.DIPLOMA.SHORT_DESCRIPTION', introduction: 'PROJECTS.DIPLOMA.INTRODUCTION', images: [AssetsConstants.DIPLOMA_1, AssetsConstants.DIPLOMA_2, AssetsConstants.DIPLOMA_3, AssetsConstants.DIPLOMA_4, AssetsConstants.DIPLOMA_5, AssetsConstants.DIPLOMA_6], - icon: 'history_edu' + icon: 'history_edu', + assets: [], + link: 'https://www.th-bingen.de', + bulletPoints: [] } ] diff --git a/src/assets/projects/diploma/Dahm2010-Diplomarbeit.pdf b/src/assets/projects/diploma/Dahm2010-Diplomarbeit.pdf new file mode 100644 index 0000000..27e8793 Binary files /dev/null and b/src/assets/projects/diploma/Dahm2010-Diplomarbeit.pdf differ