[website] Add Unreal Engine logo (#11416)

* add UE logo and quote

* add image file
This commit is contained in:
Faith Xu 2022-05-04 08:46:57 -07:00 committed by GitHub
parent 370c4c5672
commit 00abe64ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 5 deletions

View file

@ -195,6 +195,14 @@
<div class="quote-attribution text-right">&ndash;Suraj Raghuraman, Head of AI Engine, Topaz Labs</div>
</div>
</div>
<div id = "unrealengine" 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/ue-logo.png" alt="Unreal Engine logo">
</div>
<div class="col-12 col-md-9 quote">&ldquo;We selected ONNX Runtime as the backend of Unreal Engines Neural Network Interface (NNI) plugin inference system because of its extensibility to support the platforms that Unreal Engine runs on, while enabling ML practitioners to develop ML models in the frameworks of their choice. NNI evaluates neural networks in real time in Unreal Engine and acts as the foundation for game developers to use and deploy ML models to solve many development challenges, including animation, ML-based AI, camera tracking, and more.&rdquo;<br/><br/>
<div class="quote-attribution text-right">&ndash;Francisco Vicente Carrasco, Research Engineering Lead, Epic Games</div>
</div>
</div>
<div id = "usda" 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/usda-logo.png" alt="USDA logo">

BIN
images/logos/ue-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -484,21 +484,26 @@
</div>
</div>
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#unrealengine"><img src="./images/logos/ue-logo.png" alt="Unreal Engine 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#usda"><img src="./images/logos/usda-logo.png" alt="USDA logo"></a>
</div>
</div>
</div>
<div class="row equalHeight-3 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#vespa"><img src="./images/logos/vespa-logo.png" alt="Vespa logo"></a>
</div>
</div>
</div>
<div class="row equalHeight-3 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#writer"><img src="./images/logos/writer-logo.png" alt="Writer logo"></a>