FIX: some texts and layouts for easy skill explanation
Improving site clarity
This commit is contained in:
parent
69b18642de
commit
1603b69145
1 changed files with 22 additions and 22 deletions
|
@ -178,27 +178,27 @@ const projects = [
|
|||
],
|
||||
technologies: [nuxt, ts, pcss]
|
||||
},
|
||||
{
|
||||
customer: 'webfussel',
|
||||
title: 'Shnaik - Teh Gaem',
|
||||
link: 'https://shnaik.webfussel.de',
|
||||
image: '/img/projects/shnaik.webp',
|
||||
desc: [
|
||||
'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.',
|
||||
],
|
||||
technologies: [ts, css]
|
||||
},
|
||||
{
|
||||
title: 'PixelPalette',
|
||||
customer: 'webfussel',
|
||||
link: 'https://pixelpalette.webfussel.de',
|
||||
image: '/img/projects/pp.webp',
|
||||
desc: [
|
||||
'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.',
|
||||
],
|
||||
technologies: [js, html, css]
|
||||
},
|
||||
// {
|
||||
// customer: 'webfussel',
|
||||
// title: 'Shnaik - Teh Gaem',
|
||||
// link: 'https://shnaik.webfussel.de',
|
||||
// image: '/img/projects/shnaik.webp',
|
||||
// desc: [
|
||||
// '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.',
|
||||
// ],
|
||||
// technologies: [ts, css]
|
||||
// },
|
||||
// {
|
||||
// title: 'PixelPalette',
|
||||
// customer: 'webfussel',
|
||||
// link: 'https://pixelpalette.webfussel.de',
|
||||
// image: '/img/projects/pp.webp',
|
||||
// desc: [
|
||||
// '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.',
|
||||
// ],
|
||||
// technologies: [js, html, css]
|
||||
// },
|
||||
]
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue