Reorder videos on homepage, add new release video and azure ep video (#14717)

### Description
YouTube video update. Reorder videos on homepage, add new release video
and azure ep video.

https://cassiebreviu.github.io/onnxruntime/



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
Cassie Breviu 2023-02-16 12:56:54 -06:00 committed by GitHub
parent 291da10ab7
commit 181a6646de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -482,8 +482,8 @@
allowfullscreen></iframe>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0">
<iframe class="video" src="https://www.youtube.com/embed/imjqRdsm2Qw"
title="C++ and OnnxRuntime" frameborder="0"
<iframe class="video" src="https://www.youtube.com/embed/waIeC3OIn70"
title="v1.14 ONNX Runtime - Release Review" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
@ -492,8 +492,14 @@
<div class="carousel-item">
<div class="row blue-title-columns">
<div class="col-12 col-md-4 mb-4 mb-md-0">
<iframe class="video" src="https://www.youtube.com/embed/vo9vlR-TRK4"
title="v1.13 Release Review" frameborder="0"
<iframe class="video" src="https://www.youtube.com/embed/imjqRdsm2Qw"
title="C++ and OnnxRuntime" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0">
<iframe class="video" src="https://www.youtube.com/embed/2dbXFQxsIDY"
title="ONNX Runtime Azure EP for Hybrid Inferencing on Edge and Cloud" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
@ -503,16 +509,16 @@
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row blue-title-columns">
<div class="col-12 col-md-4 mb-4 mb-md-0">
<iframe class="video" src="https://www.youtube.com/embed/Z8SX5oXF7dM"
title="Computer vision C# with ONNX Runtime!" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row blue-title-columns">
<div class="col-12 col-md-4 mb-4 mb-md-0">
<iframe class="video" src="https://www.youtube.com/embed/W_lUGPMW_Eg"
title="Deploy Transformer Models in the Browser with #ONNXRuntime"