Added diploma as asset and extrended projects strcuture
This commit is contained in:
@@ -12,6 +12,9 @@ export interface Projects {
|
|||||||
introduction: string,
|
introduction: string,
|
||||||
images: string[],
|
images: string[],
|
||||||
icon: string,
|
icon: string,
|
||||||
|
assets: string[],
|
||||||
|
link: string,
|
||||||
|
bulletPoints: string[],
|
||||||
}
|
}
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
@@ -40,7 +43,10 @@ export class ProjectsComponent {
|
|||||||
shortDescription: 'PROJECTS.PLAYGROUND.SHORT_DESCRIPTION',
|
shortDescription: 'PROJECTS.PLAYGROUND.SHORT_DESCRIPTION',
|
||||||
introduction: 'PROJECTS.PLAYGROUND.INTRODUCTION',
|
introduction: 'PROJECTS.PLAYGROUND.INTRODUCTION',
|
||||||
images: [],
|
images: [],
|
||||||
icon: 'web'
|
icon: 'web',
|
||||||
|
assets: [],
|
||||||
|
link: 'https://andreas-dahm.eu',
|
||||||
|
bulletPoints: []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
identifier: "elmucho",
|
identifier: "elmucho",
|
||||||
@@ -48,7 +54,10 @@ export class ProjectsComponent {
|
|||||||
shortDescription: 'PROJECTS.EL_MUCHO.SHORT_DESCRIPTION',
|
shortDescription: 'PROJECTS.EL_MUCHO.SHORT_DESCRIPTION',
|
||||||
introduction: 'PROJECTS.EL_MUCHO.INTRODUCTION',
|
introduction: 'PROJECTS.EL_MUCHO.INTRODUCTION',
|
||||||
images: [AssetsConstants.EL_MUCHO_1, AssetsConstants.EL_MUCHO_2, AssetsConstants.EL_MUCHO_3, AssetsConstants.EL_MUCHO_4],
|
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",
|
identifier: "gamejams",
|
||||||
@@ -56,7 +65,10 @@ export class ProjectsComponent {
|
|||||||
shortDescription: 'PROJECTS.GAME_JAMS.SHORT_DESCRIPTION',
|
shortDescription: 'PROJECTS.GAME_JAMS.SHORT_DESCRIPTION',
|
||||||
introduction: 'PROJECTS.GAME_JAMS.INTRODUCTION',
|
introduction: 'PROJECTS.GAME_JAMS.INTRODUCTION',
|
||||||
images: [AssetsConstants.GAME_JAMS_1, AssetsConstants.GAME_JAMS_2, AssetsConstants.GAME_JAMS_3],
|
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",
|
identifier: "diploma",
|
||||||
@@ -64,7 +76,10 @@ export class ProjectsComponent {
|
|||||||
shortDescription: 'PROJECTS.DIPLOMA.SHORT_DESCRIPTION',
|
shortDescription: 'PROJECTS.DIPLOMA.SHORT_DESCRIPTION',
|
||||||
introduction: 'PROJECTS.DIPLOMA.INTRODUCTION',
|
introduction: 'PROJECTS.DIPLOMA.INTRODUCTION',
|
||||||
images: [AssetsConstants.DIPLOMA_1, AssetsConstants.DIPLOMA_2, AssetsConstants.DIPLOMA_3, AssetsConstants.DIPLOMA_4, AssetsConstants.DIPLOMA_5, AssetsConstants.DIPLOMA_6],
|
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: []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
BIN
src/assets/projects/diploma/Dahm2010-Diplomarbeit.pdf
Normal file
BIN
src/assets/projects/diploma/Dahm2010-Diplomarbeit.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user