Merge branch 'master' of https://codeberg.org/saschab/portfolio-page
This commit is contained in:
commit
e57f0e7753
Binary file not shown.
|
After Width: | Height: | Size: 617 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 994 KiB |
|
|
@ -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',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue