Skip to content

Commit

Permalink
- clients cloud update (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak authored Jul 17, 2023
1 parent b6bda7e commit 2ab3ad8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file added public/images/clients/cakghm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/clients/vitaplus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/assets/clients.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ class Client {

export default [
new Client('Insly Ltd.', '/images/clients/insly.png'),
new Client('Centrum Analityki KGHM', '/images/clients/cakghm.png'),
new Client('Simple', '/images/clients/simple.png'),
new Client('Getthebox', '/images/clients/getthebox.png'),
new Client('Faktoria', '/images/clients/faktoria.png'),
new Client('Getthebox', '/images/clients/getthebox.png'),
new Client('Vita Plus', '/images/clients/vitaplus.png'),
new Client('Collegium Witelona Uczelnia Państwowa', '/images/clients/cwup.png'),
new Client('Logo Soft-Com', '/images/clients/logosoft.png'),
new Client('Iizi Polska', '/images/clients/iizi.png'),
Expand Down
2 changes: 1 addition & 1 deletion src/sections/references/cloud.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
</Section>

<div class="container px-6 mx-auto grid grid-cols-1 sm:grid-cols-3 xl:grid-cols-4" data-cy="references-images">
<div class="container px-6 mx-auto grid grid-cols-1 sm:grid-cols-3 xl:grid-cols-5" data-cy="references-images">
{#each clients as client}
<div class="text-center opacity-90 hover:opacity-100 transition duration-300">
<img src="{ client.logo }" alt="{ client.name }" title="{ client.name }" class="mx-auto relative z-10 w-48">
Expand Down

0 comments on commit 2ab3ad8

Please sign in to comment.