diff --git a/src/images/windowsdevkit.png b/src/images/windowsdevkit.png new file mode 100644 index 0000000000000..0ca344f600665 Binary files /dev/null and b/src/images/windowsdevkit.png differ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 9bdc07e0385ad..493ab66487653 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -10,8 +10,8 @@ {@html oneLight} - ONNX Runtime | Home - + ONNX Runtime | {data.pathname == "/" ? "Home" : data.pathname.substring(1).charAt(0).toUpperCase() + data.pathname.substring(2)} + - -
+

Blogs & Announcements

\ No newline at end of file diff --git a/src/routes/volterra/+page.svelte b/src/routes/volterra/+page.svelte new file mode 100644 index 0000000000000..81523779dcaa7 --- /dev/null +++ b/src/routes/volterra/+page.svelte @@ -0,0 +1,4 @@ + + \ No newline at end of file