diff --git a/src/images/logos/autodesk-logo.png b/src/images/logos/autodesk-logo.png new file mode 100644 index 0000000000000..cb7d223734dbb Binary files /dev/null and b/src/images/logos/autodesk-logo.png differ diff --git a/src/routes/components/customers.svelte b/src/routes/components/customers.svelte index a5da8146bea27..6e8431d9e7b81 100644 --- a/src/routes/components/customers.svelte +++ b/src/routes/components/customers.svelte @@ -8,6 +8,7 @@ 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 autodeskLogo from '../../images/logos/autodesk-logo.png'; import bazaarvoiceLogo from '../../images/logos/bazaarvoice-logo.png'; import camoLogo from '../../images/logos/camo-logo.png'; import cephableLogo from '../../images/logos/cephable-logo.png'; @@ -61,6 +62,11 @@ src: ATLASLogo, alt: 'ATLAS' }, + { + href: './testimonials#Autodesk', + src: autodeskLogo, + alt: 'Autodesk' + }, { href: './testimonials#Bazaarvoice', src: bazaarvoiceLogo, diff --git a/src/routes/testimonials/+page.svelte b/src/routes/testimonials/+page.svelte index ca71962dda7d6..a3a38f9d11087 100644 --- a/src/routes/testimonials/+page.svelte +++ b/src/routes/testimonials/+page.svelte @@ -6,6 +6,7 @@ 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 autodesklogo from '../../images/logos/autodesk-logo.png'; import bazaarvoicelogo from '../../images/logos/bazaarvoice-logo.png'; import camologo from '../../images/logos/camo-logo.png'; import cephablelogo from '../../images/logos/cephable-logo.png'; @@ -77,6 +78,14 @@ imgsrc: atlaslogo, imgalt: 'Atlas Experiment logo' }, + { + title: 'Autodesk', + quote: + "Autodesk Flame's use of ONNX Runtime offers major advantages with cross-platform compatibility and performance, providing artists the flexibility and interactivity they expect. This allows them to make use of machine learning models directly in Flame's creative toolset, augmenting the quality of their work and increasing the software's expandability. Microsoft's ONNX Runtime team has provided expert guidance and support throughout the development process, enabling us to put AI-powered creative tools in the hands of artists seeking high-quality VFX and finishing solutions.", + author: 'Louis Martin, Sr. Manager of Software Development for Autodesk Flame', + imgsrc: autodesklogo, + imgalt: 'Autodesk logo' + }, { title: 'Bazaarvoice', quote: diff --git a/src/routes/testimonials/testimonial-card.svelte b/src/routes/testimonials/testimonial-card.svelte index d432149556c88..4da075bd4dcf4 100644 --- a/src/routes/testimonials/testimonial-card.svelte +++ b/src/routes/testimonials/testimonial-card.svelte @@ -24,7 +24,7 @@
@@ -32,8 +32,8 @@
-

{title}

-

{description}

+

{title}

+

{description}


-{author}