[Website] Add Deezer quote/logo (#17360)

### Description
- Adds Deezer quote/logo
- Removes MS Visual Studio logo/quote
- Staged: https://faxu.github.io/onnxruntime/community.html#deezer /
https://faxu.github.io/onnxruntime/#logos
This commit is contained in:
Faith Xu 2023-08-31 12:43:38 -07:00 committed by GitHub
parent 73e0000190
commit dfe6a4feeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

View file

@ -121,6 +121,14 @@
<div class="quote-attribution text-right">&ndash;Aaron Allsbrook, CTO & Founder, ClearBlade</div>
</div>
</div>
<div id = "deezer" class="quotebox row col-12 col-md-12 mb-4">
<div class="customer-logo col-12 col-md-3 text-center">
<img src="./images/logos/deezer-logo.png" alt="Deezer logo">
</div>
<div class="col-12 col-md-9 quote">&ldquo;At Deezer, we use ONNX Runtime for machine learning powered features for music recommendations in our streaming service. ONNX Runtime's C API is easy to integrate with our software stack and enables us to run and deploy transformer models with great performance for real-time use cases.&rdquo;<br/><br/>
<div class="quote-attribution text-right">&ndash;Mathieu Morlon, Software Engineer, Deezer</div>
</div>
</div>
<div id = "intelligenza-etica" class="quotebox row col-12 col-md-12 mb-4">
<div class="customer-logo col-12 col-md-3 text-center">
<img src="./images/logos/intelligenza-etica-logo.png" alt="Intelligenza Etica logo">
@ -161,14 +169,6 @@
<div class="quote-attribution text-right">&ndash;Jonathan Ballon, Vice President and General Manager, Intel Internet of Things Group</div>
</div>
</div>
<div id = "visual-studio" class="quotebox row col-12 col-md-12 mb-4">
<div class="customer-logo col-12 col-md-3 text-center">
<img src="./images/logos/visual-studio-logo.png" alt="Visual Studio logo">
</div>
<div class="col-12 col-md-9 quote">&ldquo;We use ONNX Runtime to accelerate model training for a 300M+ parameters model that powers code autocompletion in Visual Studio IntelliCode.&rdquo;<br/><br/>
<div class="quote-attribution text-right">&ndash;Neel Sundaresan, Director SW Engineering, Data & AI, Developer Division, Microsoft</div>
</div>
</div>
<div id = "navitaire" class="quotebox row col-12 col-md-12 mb-4">
<div class="customer-logo col-12 col-md-3 text-center">
<img src="./images/logos/navitaire-amadeus-logo.png" alt="Navitaire Amadeus logo">

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -899,6 +899,13 @@ Console.WriteLine(outputs[0].AsTensor<float>()[0]);</code>
</div>
<div class="row blue-title-columns">
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#deezer"><img
src="./images/logos/deezer-logo.png"
alt="Deezer logo" /></a>
</div>
</div>
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#hugging-face"><img
@ -930,13 +937,6 @@ Console.WriteLine(outputs[0].AsTensor<float>()[0]);</code>
alt="Intelligenza Etica logo"></a>
</div>
</div>
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#visual-studio"><img
src="./images/logos/visual-studio-logo.png"
alt="Visual Studio logo" /></a>
</div>
</div>
</div>
<div class="row blue-title-columns">