mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Add survey to website (#5688)
This commit is contained in:
parent
ab292a5cea
commit
c3f78a7dc9
1 changed files with 10 additions and 2 deletions
12
index.html
12
index.html
|
|
@ -63,8 +63,16 @@
|
|||
|
||||
<div role="main" id="skipMain" tabindex="-1">
|
||||
|
||||
<div class="container px-md-4 px-lg-5 pt-5 mx-auto text-center">
|
||||
<h1 class="pt-3 pb-3 pt-md-5 pb-lg-3 px-md-4 px-lg-5 mt-5 mb-0">Optimize and Accelerate Machine Learning Inferencing and Training</h1>
|
||||
<div class="container px-md-5 px-lg-5 pt-5 mx-auto text-center">
|
||||
|
||||
<div class="pt-3 pb-1 pt-md-3 pb-lg-3 px-5 mt-5 mb-0 alert alert-dark alert-dismissible fade show" role="alert">
|
||||
Please help us improve ONNX Runtime by participating in our <a href="http://aka.ms/ort-survey">customer survey</a>
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<h1 class="pt-1 pb-3 pt-md-3 pb-lg-3 px-md-4 px-lg-5 mt-0 mb-0">Optimize and Accelerate Machine Learning Inferencing and Training</h1>
|
||||
</div>
|
||||
|
||||
<div class="outer-container mx-auto pt-md-5 pt-3">
|
||||
|
|
|
|||
Loading…
Reference in a new issue