fix: remove <COMPANY> because they're idiots
This commit is contained in:
parent
49c5ab9c03
commit
d9f575ab21
3 changed files with 9 additions and 18 deletions
|
@ -35,14 +35,6 @@
|
|||
import { ase, cs, css, pcss, html, js, njs, nuxt, phaser, scss, ts, tw, unity, vue } from '~/Skills'
|
||||
|
||||
const customers = [
|
||||
// {
|
||||
// name: 'Dekra',
|
||||
// link: 'https://dekra.de',
|
||||
// logo: {
|
||||
// src: '/img/customers/dekra.webp',
|
||||
// width: 181,
|
||||
// },
|
||||
// },
|
||||
{
|
||||
name: 'Bounce Commerce',
|
||||
link: 'https://bounce-commerce.de',
|
||||
|
@ -109,16 +101,15 @@ const projects = [
|
|||
],
|
||||
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: 'Nicht erwähnt',
|
||||
image: '/img/projects/headlesscms.webp',
|
||||
desc: [
|
||||
'Anbindung an ein Headless CMS und Entwicklung der dazugehörigen Komponentenbibliothek unter Einsatz von Tailwind, sowie serverseitiges Caching.',
|
||||
],
|
||||
technologies: [ts, nuxt, tw, njs]
|
||||
},
|
||||
{
|
||||
title: 'Bounce Script',
|
||||
customer: 'Bounce Commerce',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue