Skip to content

Commit 1d84854

Browse files
committed
Add stepping stone as partner
1 parent f3e4838 commit 1d84854

File tree

4 files changed

+42
-19
lines changed

4 files changed

+42
-19
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/images/acend.webp

-1.91 KB
Binary file not shown.

src/lib/images/stepping-stone.svg

Lines changed: 23 additions & 0 deletions
Loading

src/routes/Partners.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { _ } from 'svelte-i18n';
33
import Carousel from 'svelte-carousel';
44
import { browser } from '$app/environment';
5-
import acend from '$lib/images/acend.webp';
65
import swisscom from '$lib/images/swisscom.webp';
76
import vshn from '$lib/images/vshn.svg';
87
import aws from '$lib/images/aws.webp';
@@ -15,6 +14,7 @@
1514
import timKoko from '$lib/images/tim-koko.svg';
1615
import begasoft from '$lib/images/begasoft.svg';
1716
import nuvibit from '$lib/images/nuvibit.webp';
17+
import steppingStone from '$lib/images/stepping-stone.svg';
1818
1919
interface Partner {
2020
name: string;
@@ -29,16 +29,16 @@
2929
link: 'https://aws.amazon.com/partners/'
3030
},
3131
{ name: 'Red Hat', logo: redHat, link: 'https://redhat.com' },
32+
{ name: 'VSHN', logo: vshn, link: 'https://vshn.ch' },
3233
{ name: 'Swisscom', logo: swisscom, link: 'https://www.swisscom.com' },
3334
{ name: 'Isovalent', logo: isovalent, link: 'https://isovalent.com' },
3435
{ name: 'Puzzle ITC', logo: puzzle, link: 'https://puzzle.ch' },
35-
{ name: 'VSHN', logo: vshn, link: 'https://vshn.ch' },
3636
{ name: 'Nuvibit', logo: nuvibit, link: 'https://nuvibit.com/' },
3737
{ name: 'Peak Scale', logo: peakscale, link: 'https://peakscale.ch' },
3838
{ name: 'tim&koko', logo: timKoko, link: 'https://tim-koko.ch' },
3939
{ name: 'SPOUD', logo: spoud, link: 'https://www.spoud.io' },
4040
{ name: 'BEGASOFT', logo: begasoft, link: 'https://www.begasoft.ch/' },
41-
{ name: 'acend', logo: acend, link: 'https://acend.ch' },
41+
{ name: 'stepping stone', logo: steppingStone, link: 'https://www.stepping-stone.ch/' },
4242
{
4343
name: 'swiss digital services',
4444
logo: swissDigitalServices,

0 commit comments

Comments
 (0)