REMOVE: remove DEKRA for now
This commit is contained in:
parent
b23306b9d3
commit
8f4702782b
1 changed files with 15 additions and 13 deletions
|
@ -37,11 +37,12 @@
|
||||||
import { ase, cs, css, html, js, ng, njs, nuxt, phaser, scss, ts, tw, unity, vue } from '~/Skills'
|
import { ase, cs, css, html, js, ng, njs, nuxt, phaser, scss, ts, tw, unity, vue } from '~/Skills'
|
||||||
|
|
||||||
const customers = [
|
const customers = [
|
||||||
|
// {
|
||||||
|
// name: 'Dekra',
|
||||||
|
// logo: '/img/customers/dekra.webp',
|
||||||
|
// link: 'https://dekra.de'
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
name: 'Dekra',
|
|
||||||
logo: '/img/customers/dekra.webp',
|
|
||||||
link: 'https://dekra.de'
|
|
||||||
}, {
|
|
||||||
name: 'Bounce Commerce',
|
name: 'Bounce Commerce',
|
||||||
logo: '/img/customers/bounce.webp',
|
logo: '/img/customers/bounce.webp',
|
||||||
link: 'https://bounce-commerce.de',
|
link: 'https://bounce-commerce.de',
|
||||||
|
@ -85,16 +86,17 @@ const projects = [
|
||||||
'Vorbereitung und Durchführung von Unterricht in JavaScript und TypeScript.',
|
'Vorbereitung und Durchführung von Unterricht in JavaScript und TypeScript.',
|
||||||
],
|
],
|
||||||
technologies: [js, ts]
|
technologies: [js, ts]
|
||||||
}, {
|
|
||||||
title: 'Headless CMS & Cache',
|
|
||||||
customer: 'Dekra',
|
|
||||||
link: 'https://dekra.de',
|
|
||||||
image: '/img/projects/dekra.webp',
|
|
||||||
desc: [
|
|
||||||
'Anbindung an ein Headless CMS und Entwicklung der dazugehörigen Komponentenbibliothek, sowie Serverseitiges Caching.',
|
|
||||||
],
|
|
||||||
technologies: [ts, nuxt, tw, njs]
|
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// title: 'Headless CMS & Cache',
|
||||||
|
// customer: 'Dekra',
|
||||||
|
// link: 'https://dekra.de',
|
||||||
|
// image: '/img/projects/dekra.webp',
|
||||||
|
// desc: [
|
||||||
|
// 'Anbindung an ein Headless CMS und Entwicklung der dazugehörigen Komponentenbibliothek, sowie serverseitiges Caching.',
|
||||||
|
// ],
|
||||||
|
// technologies: [ts, nuxt, tw, njs]
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
title: 'Bounce Script',
|
title: 'Bounce Script',
|
||||||
customer: 'Bounce Commerce',
|
customer: 'Bounce Commerce',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue