Skip to content

Commit

Permalink
Add Nuvibit as partner
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Mar 1, 2024
1 parent 1c54ef5 commit a6c4346
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 47 deletions.
70 changes: 32 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/lib/images/nuvibit.webp
Binary file not shown.
20 changes: 11 additions & 9 deletions src/routes/Partners.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import isovalent from '$lib/images/isovalent.svg';
import rokt from '$lib/images/rokt.svg';
import begasoft from '$lib/images/begasoft.svg';
import nuvibit from '$lib/images/nuvibit.webp';
interface Partner {
name: string;
Expand All @@ -22,18 +23,19 @@
}
const partners: Partner[] = [
{ name: 'Peak Scale', logo: peakscale, link: 'https://peakscale.ch' },
{ name: 'Puzzle ITC', logo: puzzle, link: 'https://puzzle.ch' },
{ name: 'Isovalent', logo: isovalent, link: 'https://isovalent.com' },
{ name: 'VSHN', logo: vshn, link: 'https://vshn.ch' },
{ name: 'acend', logo: acend, link: 'https://acend.ch' },
{ name: 'Swisscom', logo: swisscom, link: 'https://www.swisscom.com' },
{ name: 'SPOUD', logo: spoud, link: 'https://www.spoud.io' },
{ name: 'AWS Partner Network', logo: aws, link: 'https://aws.amazon.com/partners/' },
{ name: 'Red Hat', logo: redHat, link: 'https://redhat.com' },
{ name: 'Swiss Made Software', logo: swissMadeSoftware, link: 'https://swissmadesoftware.org' },
{ name: 'Swisscom', logo: swisscom, link: 'https://www.swisscom.com' },
{ name: 'Isovalent', logo: isovalent, link: 'https://isovalent.com' },
{ name: 'Puzzle ITC', logo: puzzle, link: 'https://puzzle.ch' },
{ name: 'VSHN', logo: vshn, link: 'https://vshn.ch' },
{ name: 'Nuvibit', logo: nuvibit, link: 'https://nuvibit.com/' },
{ name: 'Peak Scale', logo: peakscale, link: 'https://peakscale.ch' },
{ name: 'ROKT', logo: rokt, link: 'https://rokt.cloud' },
{ name: 'BEGASOFT', logo: begasoft, link: 'https://www.begasoft.ch/' }
{ name: 'SPOUD', logo: spoud, link: 'https://www.spoud.io' },
{ name: 'BEGASOFT', logo: begasoft, link: 'https://www.begasoft.ch/' },
{ name: 'acend', logo: acend, link: 'https://acend.ch' },
{ name: 'Swiss Made Software', logo: swissMadeSoftware, link: 'https://swissmadesoftware.org' }
];
</script>

Expand Down

0 comments on commit a6c4346

Please sign in to comment.