Skip to content

Commit

Permalink
Added 1 more testimonial.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Jul 3, 2024
1 parent f6e0d5f commit f67f058
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file added src/images/logos/algoriddim-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/routes/components/customers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import adobeLogo from '../../images/logos/adobe-logo.png';
import amdLogo from '../../images/logos/amd-logo.png';
import antgroupLogo from '../../images/logos/antgroup-logo.png';
import algoriddimLogo from '../../images/logos/algoriddim-logo.png';
import ATLASLogo from '../../images/logos/ATLAS-logo.png';
import bazaarvoiceLogo from '../../images/logos/bazaarvoice-logo.png';
import camoLogo from '../../images/logos/camo-logo.png';
Expand Down Expand Up @@ -50,6 +51,11 @@
src: antgroupLogo,
alt: 'Ant Group'
},
{
href: './testimonials#Algoriddim',
src: algoriddimLogo,
alt: 'Algoriddim'
},
{
href: './testimonials#Atlas%20Experiment',
src: ATLASLogo,
Expand Down
9 changes: 9 additions & 0 deletions src/routes/testimonials/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import adobelogo from '../../images/logos/adobe-logo.png';
import amdlogo from '../../images/logos/amd-logo.png';
import antgrouplogo from '../../images/logos/antgroup-logo.png';
import algoriddimLogo from '../../images/logos/algoriddim-logo.png';
import atlaslogo from '../../images/logos/ATLAS-logo.png';
import bazaarvoicelogo from '../../images/logos/bazaarvoice-logo.png';
import camologo from '../../images/logos/camo-logo.png';
Expand Down Expand Up @@ -60,6 +61,14 @@
imgsrc: antgrouplogo,
imgalt: 'Ant Group logo'
},
{
title: 'Algoriddim',
quote:
'At Algoriddim we are using ONNX Runtime on Windows devices to power our Neural Mix™ feature that allows users to isolate vocal and instruments of any song in real-time, as well as our Automix feature that allows for seamless automatic DJ mixes. ONNX Runtime strikes the perfect balance between abstraction and flexibility, and using the QNN execution provider allows us to leverage the NPU on Copilot+ PCs for unparalleled inference performance while keeping the CPU free for other tasks.',
author: 'Frederik Seiffert, CTO, Algoriddim',
imgsrc: algoriddimLogo,
imgalt: 'Algoriddim logo'
},
{
title: 'Atlas Experiment',
quote:
Expand Down

0 comments on commit f67f058

Please sign in to comment.