FIX: some texts and layouts for easy skill explanation

Improving site clarity
This commit is contained in:
webfussel 2025-02-17 14:32:06 +01:00
parent 69b18642de
commit 1603b69145

View file

@ -178,27 +178,27 @@ const projects = [
], ],
technologies: [nuxt, ts, pcss] technologies: [nuxt, ts, pcss]
}, },
{ // {
customer: 'webfussel', // customer: 'webfussel',
title: 'Shnaik - Teh Gaem', // title: 'Shnaik - Teh Gaem',
link: 'https://shnaik.webfussel.de', // link: 'https://shnaik.webfussel.de',
image: '/img/projects/shnaik.webp', // image: '/img/projects/shnaik.webp',
desc: [ // desc: [
'Nachbau des bekannten Spiels "Snake" für die damaligen Nokia Handys.', // 'Nachbau des bekannten Spiels "Snake" für die damaligen Nokia Handys.',
'Meine erste Erfahrung mit Gaming Libraries und wurde eher als Experiment und Zeitvertreib angefertigt.', // 'Meine erste Erfahrung mit Gaming Libraries und wurde eher als Experiment und Zeitvertreib angefertigt.',
], // ],
technologies: [ts, css] // technologies: [ts, css]
}, // },
{ // {
title: 'PixelPalette', // title: 'PixelPalette',
customer: 'webfussel', // customer: 'webfussel',
link: 'https://pixelpalette.webfussel.de', // link: 'https://pixelpalette.webfussel.de',
image: '/img/projects/pp.webp', // image: '/img/projects/pp.webp',
desc: [ // desc: [
'Ich hatte einige Tage eine Idee, wie man Grafiken mit 4 Farben - angelehnt den Gameboy - komprimieren und im Speicher unterbringen kann.', // 'Ich hatte einige Tage eine Idee, wie man Grafiken mit 4 Farben - angelehnt den Gameboy - komprimieren und im Speicher unterbringen kann.',
'Prototypisch zum Spaß erstellt.', // 'Prototypisch zum Spaß erstellt.',
], // ],
technologies: [js, html, css] // technologies: [js, html, css]
}, // },
] ]
</script> </script>