mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
[website] Update logo for intelligenza etica (#15272)
### Description - Replaces ghostwriter.ai logo with Intelligenza Etica - Update testimonial page to use ORT logo as preview image for social shares Staged: https://faxu.github.io/onnxruntime/#logos
This commit is contained in:
parent
931d6baca2
commit
e3417e6203
4 changed files with 11 additions and 10 deletions
|
|
@ -12,6 +12,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta property="og:image" content="./images/logos/onnxruntime/ORT_icon_for_light_bg.png">
|
||||
<title>ONNX Runtime | Community</title>
|
||||
<link rel="icon" href="./images/ONNXRuntime-Favicon.png" type="image/gif" sizes="16x16">
|
||||
<link rel="stylesheet" href="css/fonts.css">
|
||||
|
|
@ -85,12 +86,12 @@
|
|||
<div class="quote-attribution text-right">–Aaron Allsbrook, CTO & Founder, ClearBlade</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "ghostwriter-ai" class="quotebox row col-12 col-md-12 mb-4">
|
||||
<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/ghostwriter-logo.png" alt="Ghostwriter AI logo">
|
||||
<img src="./images/logos/intelligenza-etica-logo.png" alt="Intelligenza Etica logo">
|
||||
</div>
|
||||
<div class="col-12 col-md-9 quote">“At GhostWriter.AI, we integrate NLP models in different international markets and regulated industries. Our customers use many technology stacks and frameworks, which change over time. With ONNX Runtime, we can provide maximum performance combined with the total flexibility of making inferences using the technology our customers prefer, from Python to C#, deploying where they choose, from cloud to embedded systems.”<br/><br/>
|
||||
<div class="quote-attribution text-right">–Mauro Bennici, CTO, Ghostwriter.AI</div>
|
||||
<div class="col-12 col-md-9 quote">“We integrate AI models in various markets and regulated industries using many stacks and frameworks, merging R&D and Ethics. With ONNX Runtime, we provide maximum performance and flexibility to use the customers' preferred technology, from cloud to embedded systems.”<br/><br/>
|
||||
<div class="quote-attribution text-right">–Mauro Bennici, AI Architect and AI Ethicist, Intelligenza Etica</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "hugging-face" class="quotebox row col-12 col-md-12 mb-4">
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB |
BIN
images/logos/intelligenza-etica-logo.png
Normal file
BIN
images/logos/intelligenza-etica-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
12
index.html
12
index.html
|
|
@ -597,12 +597,6 @@
|
|||
src="./images/logos/clearblade-logo.png" alt="Clearblade 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#ghostwriter-ai"><img
|
||||
src="./images/logos/ghostwriter-logo.png" alt="GhostWriter.ai 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
|
||||
|
|
@ -627,6 +621,12 @@
|
|||
alt="Intel 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#intelligenza-etica"><img
|
||||
src="./images/logos/intelligenza-etica-logo.png" 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue