FIX: comment maria and matthias, add kevin, add hidpi
Add hidpi images of kevin, judith and customers. commented mathias and maria until new images are given
This commit is contained in:
parent
eb531e2783
commit
caa5d277dd
39 changed files with 48 additions and 22 deletions
|
@ -9,12 +9,7 @@
|
|||
height="50"
|
||||
:width="customer.logo.width"
|
||||
:alt="customer.name"
|
||||
:srcset="[
|
||||
getCustomerImage(customer.logo.src)('1x', true),
|
||||
getCustomerImage(customer.logo.src)('2x', true),
|
||||
getCustomerImage(customer.logo.src)('3x', true),
|
||||
].join(', ')"
|
||||
:src="getCustomerImage(customer.logo.src)('1x', false)"
|
||||
:src="`/img/customers/${customer.logo.src}.svg`"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -45,8 +40,6 @@
|
|||
<script setup lang="ts">
|
||||
import { css, pcss, html, js, njs, nuxt, scss, ts, tw, vue, flutter, dart, android } from '~/Skills'
|
||||
|
||||
const getCustomerImage = (img : string) => getImage('/img/customers/', img)
|
||||
|
||||
const customers = [
|
||||
{
|
||||
name: 'Bounce Commerce',
|
||||
|
|
|
@ -114,13 +114,13 @@ const network = shuffle([
|
|||
flavour: 'Website, SEO und Conversions. Auf einen Klick.',
|
||||
link: 'https://robertjanus.de/webertoire',
|
||||
},
|
||||
{
|
||||
name: 'Matthias Lehmann',
|
||||
img: 'matthias',
|
||||
tags: ['Onlineportale für Patienten', 'Kunden', 'Mitarbeiter'],
|
||||
flavour: 'Software die macht, was DU willst!',
|
||||
link: 'https://mind-deploy.de',
|
||||
},
|
||||
// {
|
||||
// name: 'Matthias Lehmann',
|
||||
// img: 'matthias',
|
||||
// tags: ['Onlineportale für Patienten', 'Kunden', 'Mitarbeiter'],
|
||||
// flavour: 'Software die macht, was DU willst!',
|
||||
// link: 'https://mind-deploy.de',
|
||||
// },
|
||||
{
|
||||
name: 'Maximilian Schluer',
|
||||
img: 'max',
|
||||
|
@ -128,13 +128,13 @@ const network = shuffle([
|
|||
flavour: 'Kann dein iOS-Team unterstützen oder dein Software-Qualitätsproblem lösen – egal welches.',
|
||||
link: 'https://max-schluer.de',
|
||||
},
|
||||
{
|
||||
name: 'Maria Salcedo',
|
||||
img: 'maria',
|
||||
tags: ['Backend', 'DevOps', 'Architektur'],
|
||||
flavour: 'Effizient und kommunikativ. "You build it, you run it."',
|
||||
link: 'https://masagu.dev',
|
||||
},
|
||||
// {
|
||||
// name: 'Maria Salcedo',
|
||||
// img: 'maria',
|
||||
// tags: ['Backend', 'DevOps', 'Architektur'],
|
||||
// flavour: 'Effizient und kommunikativ. "You build it, you run it."',
|
||||
// link: 'https://masagu.dev',
|
||||
// },
|
||||
{
|
||||
name: 'Judith Böhlert',
|
||||
img: 'judith',
|
||||
|
@ -142,5 +142,12 @@ const network = shuffle([
|
|||
flavour: 'MVPs und Prototypen - schnell, schick und ohne Drama.',
|
||||
link: 'https://judithboehlert.com',
|
||||
},
|
||||
{
|
||||
name: 'Kevin Damiani',
|
||||
img: 'kevin',
|
||||
tags: ['Webentwicklung', 'Frontend'],
|
||||
flavour: 'Erfahrener Frontend-Entwickler mit Fokus auf Performance, Barrierefreiheit und moderne Technologien.',
|
||||
link: 'https://kevin-damiani.de',
|
||||
},
|
||||
])
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue