diff --git a/src/assets/a11yhub.png b/src/assets/a11yhub.png new file mode 100644 index 0000000..908d53a Binary files /dev/null and b/src/assets/a11yhub.png differ diff --git a/src/assets/lukas.png b/src/assets/lukas.png new file mode 100644 index 0000000..f9fbef8 Binary files /dev/null and b/src/assets/lukas.png differ diff --git a/src/config/locales/de/projects.ts b/src/config/locales/de/projects.ts index c95ba8a..ea4dd96 100644 --- a/src/config/locales/de/projects.ts +++ b/src/config/locales/de/projects.ts @@ -2,6 +2,8 @@ import portfolioImage from '@/assets/portfolio.PNG'; import ergoVRImage from '@/assets/ErgoVR.PNG'; import icaraceImage from '@/assets/icarace.PNG'; import dancaAlegriaImage from '@/assets/Danca-Alegria.png'; +import lukasImage from '@/assets/lukas.png'; +import a11yhubImage from '@/assets/a11yhub.png'; export const projects = { title: 'Ausgewählte Projekte', @@ -49,6 +51,26 @@ export const projects = { technologies: ['Wordpress', 'PHP', 'HTML', 'CSS'], year: '2025', 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', } ], };