From f5357d7918544f78839f221b2cfa56e0d7e2edd5 Mon Sep 17 00:00:00 2001 From: Maanav Dalal Date: Wed, 13 Nov 2024 16:45:46 -0800 Subject: [PATCH] Fixed some accessibility, and moved homepage things around. (#22832) Addresses #21638 Changed install to genai, moved genai section up, accessibility changes in docs/install. Still todo (another PR, soon to come): - Change theme for accessibility - Change videos linked on homepage - Update homepage content to more closely reflect current ORT status. Preview at : https://maanavd.github.io/onnxruntime/ --- docs/install/index.md | 16 ++++++++-------- src/routes/+page.svelte | 2 +- src/routes/components/customers.svelte | 4 ++-- src/routes/components/generative-ai-hero.svelte | 2 +- src/routes/components/hero.svelte | 10 +++++----- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 33a9d2881e..df22767464 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -294,7 +294,7 @@ pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/O Microsoft.ML.OnnxRuntime.Training -
dotnet add package Microsoft.ML.OnnxRuntime.Training
+ dotnet add package Microsoft.ML.OnnxRuntime.Training diff --git a/src/routes/components/generative-ai-hero.svelte b/src/routes/components/generative-ai-hero.svelte index bff3953cc7..589c99e555 100644 --- a/src/routes/components/generative-ai-hero.svelte +++ b/src/routes/components/generative-ai-hero.svelte @@ -3,7 +3,7 @@ import Ortgenerativeai from '../../images/undraw/image_ortgenerativeai.svelte'; -
+

Generative AI

diff --git a/src/routes/components/hero.svelte b/src/routes/components/hero.svelte index a1124c55f0..d236af65c0 100644 --- a/src/routes/components/hero.svelte +++ b/src/routes/components/hero.svelte @@ -24,7 +24,7 @@ 'C++', 'Browser' ]; - let activeWord = 'Cross-Platform'; + let activeWord = 'Edge'; let currentWord = 0; let cycleWord = () => { currentWord = (currentWord + 1) % words.length; @@ -37,7 +37,7 @@ }; setTimeout(cycleWord, 2000); let pythonCode = 'pip install onnxruntime'; - let nugetCode = 'nuget install Microsoft.ML.OnnxRuntime'; + let gaiCode = 'pip install onnxruntime-genai'; let copied = false; let copy = async (code: string) => { try { @@ -112,11 +112,11 @@
- +
@@ -127,7 +127,7 @@

-->

Don't see your favorite platform? See the many others we support →Interested in using other languages? See the many others we support →