Refactor code structure for improved readability and maintainability

This commit is contained in:
Sascha Bach 2026-07-02 14:43:04 +02:00
parent e8c7d3d90d
commit 4924f1f898
3 changed files with 22 additions and 0 deletions

BIN
src/assets/a11yhub.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 KiB

BIN
src/assets/lukas.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 KiB

View File

@ -2,6 +2,8 @@ import portfolioImage from '@/assets/portfolio.PNG';
import ergoVRImage from '@/assets/ErgoVR.PNG'; import ergoVRImage from '@/assets/ErgoVR.PNG';
import icaraceImage from '@/assets/icarace.PNG'; import icaraceImage from '@/assets/icarace.PNG';
import dancaAlegriaImage from '@/assets/Danca-Alegria.png'; import dancaAlegriaImage from '@/assets/Danca-Alegria.png';
import lukasImage from '@/assets/lukas.png';
import a11yhubImage from '@/assets/a11yhub.png';
export const projects = { export const projects = {
title: 'Ausgewählte Projekte', title: 'Ausgewählte Projekte',
@ -49,6 +51,26 @@ export const projects = {
technologies: ['Wordpress', 'PHP', 'HTML', 'CSS'], technologies: ['Wordpress', 'PHP', 'HTML', 'CSS'],
year: '2025', year: '2025',
live: 'https://www.danca-alegria.de', live: 'https://www.danca-alegria.de',
},
{
id: 5,
title: 'Squarespace-Page für Massage-Service',
description:
'Design, Erstellung und Styling einer Landingpage, Angeboten und Scheduling via Squarespace',
image: lukasImage,
technologies: ['Squarespace', 'CSS', 'Figma'],
year: '2026',
live: 'https://www.lukasmobilemassage.de',
},
{
id: 6,
title: 'Plattform für Bildungsangebote zu digitaler Barrierefreiheit',
description:
'Viele Events, Webinar und Co. haben keinen zentralen Ort, wo sie aufgerufen werden. Dieses Projekt in Zusammenarbeit mit Benjamin Christi soll helfen dieses Problem zu lösen.',
image: a11yhubImage,
technologies: ['Payload', 'CSS', 'Typescript'],
year: '2026',
live: 'https://www.a11y-hub.de',
} }
], ],
}; };