Added an image for the playground project
This commit is contained in:
@@ -15,6 +15,10 @@ export class AssetsConstants {
|
|||||||
static readonly DIPLOMA = '/assets/projects/diploma/Dahm2010-Diplomarbeit.pdf';
|
static readonly DIPLOMA = '/assets/projects/diploma/Dahm2010-Diplomarbeit.pdf';
|
||||||
|
|
||||||
//project images
|
//project images
|
||||||
|
static readonly PLAYGROUND_IMAGES = [
|
||||||
|
'/assets/projects/playground/1.png'
|
||||||
|
];
|
||||||
|
|
||||||
static readonly EL_MUCHO_IMAGES = [
|
static readonly EL_MUCHO_IMAGES = [
|
||||||
'/assets/projects/el-mucho/1.jpg',
|
'/assets/projects/el-mucho/1.jpg',
|
||||||
'/assets/projects/el-mucho/2.jpg',
|
'/assets/projects/el-mucho/2.jpg',
|
||||||
@@ -43,4 +47,4 @@ export class AssetsConstants {
|
|||||||
'/assets/projects/tribble-the-homeserver/3.png',
|
'/assets/projects/tribble-the-homeserver/3.png',
|
||||||
'/assets/projects/tribble-the-homeserver/4.png'
|
'/assets/projects/tribble-the-homeserver/4.png'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ export class ProjectsComponent implements OnInit, OnDestroy {
|
|||||||
title: 'PROJECTS.PLAYGROUND.TITLE',
|
title: 'PROJECTS.PLAYGROUND.TITLE',
|
||||||
shortDescription: 'PROJECTS.PLAYGROUND.SHORT_DESCRIPTION',
|
shortDescription: 'PROJECTS.PLAYGROUND.SHORT_DESCRIPTION',
|
||||||
introduction: 'PROJECTS.PLAYGROUND.INTRODUCTION',
|
introduction: 'PROJECTS.PLAYGROUND.INTRODUCTION',
|
||||||
images: [],
|
images: AssetsConstants.PLAYGROUND_IMAGES.map(url => ({ url, source: '' })),
|
||||||
icon: 'web',
|
icon: 'web',
|
||||||
assets: '',
|
assets: '',
|
||||||
links: [{ name: 'PROJECTS.LINK_TO_PROJECT', url: 'https://andreas-dahm.eu' }],
|
links: [{ name: 'PROJECTS.LINK_TO_PROJECT', url: 'https://andreas-dahm.eu' }],
|
||||||
|
|||||||
BIN
src/assets/projects/playground/1.png
Normal file
BIN
src/assets/projects/playground/1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Reference in New Issue
Block a user