diff --git a/components/Customers.vue b/components/Customers.vue index 694b93b..af280a1 100644 --- a/components/Customers.vue +++ b/components/Customers.vue @@ -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`" /> @@ -45,8 +40,6 @@ diff --git a/public/img/customers/1u1.svg b/public/img/customers/1u1.svg new file mode 100755 index 0000000..4fcff45 --- /dev/null +++ b/public/img/customers/1u1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/customers/1u1@1x.webp b/public/img/customers/1u1@1x.webp deleted file mode 100755 index 40bca6e..0000000 Binary files a/public/img/customers/1u1@1x.webp and /dev/null differ diff --git a/public/img/customers/1u1@2x.webp b/public/img/customers/1u1@2x.webp deleted file mode 100755 index 8ae3f97..0000000 Binary files a/public/img/customers/1u1@2x.webp and /dev/null differ diff --git a/public/img/customers/1u1@3x.webp b/public/img/customers/1u1@3x.webp deleted file mode 100755 index f0e2aa6..0000000 Binary files a/public/img/customers/1u1@3x.webp and /dev/null differ diff --git a/public/img/customers/bounce.svg b/public/img/customers/bounce.svg new file mode 100755 index 0000000..be64cf5 --- /dev/null +++ b/public/img/customers/bounce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/customers/bounce@1x.webp b/public/img/customers/bounce@1x.webp deleted file mode 100755 index 5efb8b2..0000000 Binary files a/public/img/customers/bounce@1x.webp and /dev/null differ diff --git a/public/img/customers/bounce@2x.webp b/public/img/customers/bounce@2x.webp deleted file mode 100755 index c122e4a..0000000 Binary files a/public/img/customers/bounce@2x.webp and /dev/null differ diff --git a/public/img/customers/bounce@3x.webp b/public/img/customers/bounce@3x.webp deleted file mode 100755 index 55b65f7..0000000 Binary files a/public/img/customers/bounce@3x.webp and /dev/null differ diff --git a/public/img/customers/gmx.svg b/public/img/customers/gmx.svg new file mode 100755 index 0000000..d22ec31 --- /dev/null +++ b/public/img/customers/gmx.svg @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/public/img/customers/gmx@1x.webp b/public/img/customers/gmx@1x.webp deleted file mode 100755 index da6a48c..0000000 Binary files a/public/img/customers/gmx@1x.webp and /dev/null differ diff --git a/public/img/customers/gmx@2x.webp b/public/img/customers/gmx@2x.webp deleted file mode 100755 index 15d3fb1..0000000 Binary files a/public/img/customers/gmx@2x.webp and /dev/null differ diff --git a/public/img/customers/gmx@3x.webp b/public/img/customers/gmx@3x.webp deleted file mode 100755 index 27cf59d..0000000 Binary files a/public/img/customers/gmx@3x.webp and /dev/null differ diff --git a/public/img/customers/koerrie.svg b/public/img/customers/koerrie.svg new file mode 100755 index 0000000..d089ff9 --- /dev/null +++ b/public/img/customers/koerrie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/customers/koerrie@1x.webp b/public/img/customers/koerrie@1x.webp deleted file mode 100755 index 9f4496a..0000000 Binary files a/public/img/customers/koerrie@1x.webp and /dev/null differ diff --git a/public/img/customers/koerrie@2x.webp b/public/img/customers/koerrie@2x.webp deleted file mode 100755 index 8e0f7e5..0000000 Binary files a/public/img/customers/koerrie@2x.webp and /dev/null differ diff --git a/public/img/customers/koerrie@3x.webp b/public/img/customers/koerrie@3x.webp deleted file mode 100755 index 98fbe2b..0000000 Binary files a/public/img/customers/koerrie@3x.webp and /dev/null differ diff --git a/public/img/customers/pembe.svg b/public/img/customers/pembe.svg new file mode 100755 index 0000000..f023317 --- /dev/null +++ b/public/img/customers/pembe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/customers/pembe@1x.webp b/public/img/customers/pembe@1x.webp deleted file mode 100755 index 3bb2640..0000000 Binary files a/public/img/customers/pembe@1x.webp and /dev/null differ diff --git a/public/img/customers/pembe@2x.webp b/public/img/customers/pembe@2x.webp deleted file mode 100755 index 12f3443..0000000 Binary files a/public/img/customers/pembe@2x.webp and /dev/null differ diff --git a/public/img/customers/pembe@3x.webp b/public/img/customers/pembe@3x.webp deleted file mode 100755 index c83ccd3..0000000 Binary files a/public/img/customers/pembe@3x.webp and /dev/null differ diff --git a/public/img/customers/sae.svg b/public/img/customers/sae.svg new file mode 100755 index 0000000..777f69e --- /dev/null +++ b/public/img/customers/sae.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/customers/sae@1x.webp b/public/img/customers/sae@1x.webp deleted file mode 100755 index 2130290..0000000 Binary files a/public/img/customers/sae@1x.webp and /dev/null differ diff --git a/public/img/customers/sae@2x.webp b/public/img/customers/sae@2x.webp deleted file mode 100755 index 35212ad..0000000 Binary files a/public/img/customers/sae@2x.webp and /dev/null differ diff --git a/public/img/customers/sae@3x.webp b/public/img/customers/sae@3x.webp deleted file mode 100755 index 770f4ae..0000000 Binary files a/public/img/customers/sae@3x.webp and /dev/null differ diff --git a/public/img/customers/webde.svg b/public/img/customers/webde.svg new file mode 100755 index 0000000..501e4a1 --- /dev/null +++ b/public/img/customers/webde.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/customers/webde@1x.webp b/public/img/customers/webde@1x.webp deleted file mode 100755 index 9ff216c..0000000 Binary files a/public/img/customers/webde@1x.webp and /dev/null differ diff --git a/public/img/customers/webde@2x.webp b/public/img/customers/webde@2x.webp deleted file mode 100755 index 4b23a23..0000000 Binary files a/public/img/customers/webde@2x.webp and /dev/null differ diff --git a/public/img/customers/webde@3x.webp b/public/img/customers/webde@3x.webp deleted file mode 100755 index f3b9062..0000000 Binary files a/public/img/customers/webde@3x.webp and /dev/null differ diff --git a/public/img/network/judith.webp b/public/img/network/judith.webp deleted file mode 100644 index 8ded2ff..0000000 Binary files a/public/img/network/judith.webp and /dev/null differ diff --git a/public/img/network/judith@1x.webp b/public/img/network/judith@1x.webp new file mode 100755 index 0000000..aa500cf Binary files /dev/null and b/public/img/network/judith@1x.webp differ diff --git a/public/img/network/judith@2x.webp b/public/img/network/judith@2x.webp new file mode 100755 index 0000000..d5824ad Binary files /dev/null and b/public/img/network/judith@2x.webp differ diff --git a/public/img/network/judith@3x.webp b/public/img/network/judith@3x.webp new file mode 100755 index 0000000..49700e0 Binary files /dev/null and b/public/img/network/judith@3x.webp differ diff --git a/public/img/network/kevin@1x.webp b/public/img/network/kevin@1x.webp new file mode 100755 index 0000000..dc3cdbe Binary files /dev/null and b/public/img/network/kevin@1x.webp differ diff --git a/public/img/network/kevin@2x.webp b/public/img/network/kevin@2x.webp new file mode 100755 index 0000000..4db3dfc Binary files /dev/null and b/public/img/network/kevin@2x.webp differ diff --git a/public/img/network/kevin@3x.webp b/public/img/network/kevin@3x.webp new file mode 100755 index 0000000..41a29d1 Binary files /dev/null and b/public/img/network/kevin@3x.webp differ diff --git a/public/img/network/maria.webp b/public/img/network/maria.webp deleted file mode 100644 index 96b9332..0000000 Binary files a/public/img/network/maria.webp and /dev/null differ diff --git a/public/img/network/matthias.webp b/public/img/network/matthias.webp deleted file mode 100644 index 24f5c7c..0000000 Binary files a/public/img/network/matthias.webp and /dev/null differ