remove: world gen project
This commit is contained in:
parent
5af21695b9
commit
297ebaa3c5
2 changed files with 20 additions and 28 deletions
|
@ -32,7 +32,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ase, cs, css, pcss, html, js, njs, nuxt, phaser, scss, ts, tw, unity, vue, flutter, dart, android } from '~/Skills'
|
||||
import { css, pcss, html, js, njs, nuxt, phaser, scss, ts, tw, vue, flutter, dart, android } from '~/Skills'
|
||||
|
||||
const customers = [
|
||||
{
|
||||
|
@ -43,7 +43,8 @@ const customers = [
|
|||
width: 150,
|
||||
white: true,
|
||||
},
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: 'GMX',
|
||||
link: 'https://gmx.net',
|
||||
logo: {
|
||||
|
@ -51,28 +52,32 @@ const customers = [
|
|||
width: 148,
|
||||
white: true,
|
||||
},
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: 'WEB.DE',
|
||||
link: 'https://web.de',
|
||||
logo: {
|
||||
src: '/img/customers/webde.webp',
|
||||
width: 50,
|
||||
},
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: '1&1',
|
||||
link: 'https://1und1.de',
|
||||
logo: {
|
||||
src: '/img/customers/einsundeins.webp',
|
||||
width: 50,
|
||||
},
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: 'Körrie',
|
||||
link: 'https://körrie.de',
|
||||
logo: {
|
||||
src: '/img/customers/koerrie.webp',
|
||||
width: 50,
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: 'Pembe',
|
||||
link: 'https://pembe.io',
|
||||
logo: {
|
||||
|
@ -80,7 +85,8 @@ const customers = [
|
|||
width: 48,
|
||||
white: true,
|
||||
},
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: 'SAE Institute Germany',
|
||||
link: 'https://www.sae.edu/deu/en/sae-home/',
|
||||
logo: {
|
||||
|
@ -154,7 +160,8 @@ const projects = [
|
|||
'Deshalb aufgebaut mit simplem Js, HTML und CSS',
|
||||
],
|
||||
technologies: [html, css, js],
|
||||
}, {
|
||||
},
|
||||
{
|
||||
title: 'UI Tools',
|
||||
customer: 'webfussel',
|
||||
link: 'https://uitools.webfussel.de',
|
||||
|
@ -165,7 +172,8 @@ const projects = [
|
|||
'Ist in aktiver Entwicklung.',
|
||||
],
|
||||
technologies: [nuxt, ts, pcss]
|
||||
}, {
|
||||
},
|
||||
{
|
||||
customer: 'webfussel',
|
||||
title: 'Shnaik - Teh Gaem',
|
||||
link: 'https://shnaik.webfussel.de',
|
||||
|
@ -175,7 +183,8 @@ const projects = [
|
|||
'Meine erste Erfahrung mit Gaming Libraries und wurde eher als Experiment und Zeitvertreib angefertigt.',
|
||||
],
|
||||
technologies: [ts, phaser, css]
|
||||
}, {
|
||||
},
|
||||
{
|
||||
title: 'PixelPalette',
|
||||
customer: 'webfussel',
|
||||
link: 'https://pixelpalette.webfussel.de',
|
||||
|
@ -185,15 +194,6 @@ const projects = [
|
|||
'Prototypisch zum Spaß erstellt.',
|
||||
],
|
||||
technologies: [js, html, css]
|
||||
}, {
|
||||
customer: 'webfussel',
|
||||
title: 'World Generation',
|
||||
image: '/img/projects/worldgen.webp',
|
||||
desc: [
|
||||
'Mein zweiter Versuch mit einer Game Engine - diesmal Unity 3D.',
|
||||
'Ziel war eigentlich ein ganzes Spiel, aus Zeitmangel wurde es nur ein Weltengenerierungsskript.',
|
||||
],
|
||||
technologies: [unity, cs, ase]
|
||||
}
|
||||
},
|
||||
]
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue