Changed some structure and basics
This commit is contained in:
@@ -21,7 +21,10 @@ export interface Projects {
|
||||
}[],
|
||||
icon: string,
|
||||
assets: string,
|
||||
link: string,
|
||||
links: {
|
||||
name: string,
|
||||
url: string
|
||||
}[],
|
||||
bulletPoints: string[],
|
||||
isFeatured: boolean,
|
||||
technologies: string[]
|
||||
@@ -55,7 +58,7 @@ export class ProjectsComponent {
|
||||
images: [],
|
||||
icon: 'web',
|
||||
assets: '',
|
||||
link: 'https://andreas-dahm.eu',
|
||||
links: [{name: 'PROJECTS.LINK_TO_PROJECT', url: 'https://andreas-dahm.eu'}],
|
||||
bulletPoints: [
|
||||
'PROJECTS.PLAYGROUND.BULLET_1',
|
||||
'PROJECTS.PLAYGROUND.BULLET_2',
|
||||
@@ -78,7 +81,7 @@ export class ProjectsComponent {
|
||||
],
|
||||
icon: 'sports_esports',
|
||||
assets: '',
|
||||
link: 'https.store.steampowered.com/app/1532640/El_Mucho/',
|
||||
links: [{name: 'PROJECTS.LINK_TO_PROJECT', url: 'https.store.steampowered.com/app/1532640/El_Mucho/'}],
|
||||
bulletPoints: [
|
||||
'PROJECTS.EL_MUCHO.BULLET_1',
|
||||
'PROJECTS.EL_MUCHO.BULLET_2',
|
||||
@@ -100,7 +103,7 @@ export class ProjectsComponent {
|
||||
],
|
||||
icon: 'videogame_asset',
|
||||
assets: '',
|
||||
link: 'https.itch.io/c/6628860/lobos-collection',
|
||||
links: [{name: 'PROJECTS.LINK_TO_PROJECT', url: 'https.itch.io/c/6628860/lobos-collection'}],
|
||||
bulletPoints: [
|
||||
'PROJECTS.GAME_JAMS.BULLET_1',
|
||||
'PROJECTS.GAME_JAMS.BULLET_2',
|
||||
@@ -125,7 +128,7 @@ export class ProjectsComponent {
|
||||
],
|
||||
icon: 'history_edu',
|
||||
assets: AssetsConstants.DIPLOMA,
|
||||
link: 'https.www.th-bingen.de',
|
||||
links: [{name: 'PROJECTS.LINK_TO_PROJECT', url: 'https.www.th-bingen.de'}],
|
||||
bulletPoints: [
|
||||
'PROJECTS.DIPLOMA.BULLET_1',
|
||||
'PROJECTS.DIPLOMA.BULLET_2',
|
||||
@@ -148,7 +151,16 @@ export class ProjectsComponent {
|
||||
],
|
||||
icon: 'dns',
|
||||
assets: '',
|
||||
link: 'https://andreas-dahm.eu',
|
||||
links: [
|
||||
{name: 'Ubuntu Server', url: 'https://ubuntu.com/server'},
|
||||
{name: 'Docker', url: 'https://www.docker.com/'},
|
||||
{name: 'Traefik', url: 'https://traefik.io/'},
|
||||
{name: 'Gitea', url: 'https://gitea.io/'},
|
||||
{name: 'Jellyfin', url: 'https://jellyfin.org/'},
|
||||
{name: 'AdGuard Home', url: 'https://adguard.com/en/adguard-home/overview.html'},
|
||||
{name: 'Paperless-ngx', url: 'https://paperless-ngx.com/'},
|
||||
{name: 'Tailscale', url: 'https://tailscale.com/'}
|
||||
],
|
||||
bulletPoints: [
|
||||
'PROJECTS.TRIBBLE.BULLET_1',
|
||||
'PROJECTS.TRIBBLE.BULLET_2',
|
||||
|
||||
Reference in New Issue
Block a user