From 49be3f6c76483ac3c75345b47e513ca6198ecbdb Mon Sep 17 00:00:00 2001 From: Ovidijus Parsiunas Date: Mon, 17 Jun 2024 23:58:22 +0100 Subject: [PATCH] adding Nuxt logo to the READMEs and the website --- README.md | 6 +++--- component/README.md | 6 +++--- other-packages/react/README.md | 6 +++--- website/src/pages/start.css | 7 ++++++- website/src/pages/start/createComponent.css | 4 ++-- website/src/pages/start/createComponent.js | 6 ++++++ 6 files changed, 23 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 43d824c4d..d29413204 100644 --- a/README.md +++ b/README.md @@ -124,9 +124,9 @@ Input text with your voice using Speech To Text capabilities and have the respon Check out live codepen examples for your [UI framework/library](https://deepchat.dev/examples/frameworks) of choice: -| React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | VanillaJS | -| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| | | | |
| | | | | +| React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | Nuxt | VanillaJS | +| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| | | | |
| | | | | | Setting up your own server has never been easier with the following [server templates](https://deepchat.dev/examples/servers). From creating your own service to establishing proxies for other APIs such as OpenAI, everything has been documented with clear examples to get you up and running in seconds: diff --git a/component/README.md b/component/README.md index d4878fbd6..ff96c0e2c 100644 --- a/component/README.md +++ b/component/README.md @@ -108,9 +108,9 @@ Input text with your voice using Speech To Text capabilities and have the respon Check out live codepen examples for your [UI framework/library](https://deepchat.dev/examples/frameworks) of choice: -| React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | VanillaJS | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| | | | |
| | | | | +| React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | Nuxt | VanillaJS | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| | | | |
| | | | | | Setting up your own server has never been easier with the following [server templates](https://deepchat.dev/examples/servers). From creating your own service to establishing proxies for other APIs such as OpenAI, everything has been documented with clear examples to get you up and running in seconds: diff --git a/other-packages/react/README.md b/other-packages/react/README.md index b8690841b..1c00d6d05 100644 --- a/other-packages/react/README.md +++ b/other-packages/react/README.md @@ -102,9 +102,9 @@ Input text with your voice using Speech To Text capabilities and have the respon Check out live codepen examples for your [UI framework/library](https://deepchat.dev/examples/frameworks) of choice: -| React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | VanillaJS | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| | | | |
| | | | | +| React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | Nuxt | VanillaJS | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| | | | |
| | | | | | Setting up your own server has never been easier with the following [server templates](https://deepchat.dev/examples/servers). From creating your own service to establishing proxies for other APIs such as OpenAI, everything has been documented with clear examples to get you up and running in seconds: diff --git a/website/src/pages/start.css b/website/src/pages/start.css index 4d8e66cca..b65577084 100644 --- a/website/src/pages/start.css +++ b/website/src/pages/start.css @@ -125,6 +125,10 @@ transition: all 1s 0.6s; } +.start-page-display-logos > div:nth-child(8) { + transition: all 1s 0.7s; +} + .start-page-logo { margin-right: 20px; opacity: 0; @@ -175,11 +179,12 @@ .start-page-logos { margin-top: 8px; + left: -4px; } .start-page-logo { transform: scale(0.8); - margin-right: 10px; + margin-right: 9px; } .start-page-navigation { diff --git a/website/src/pages/start/createComponent.css b/website/src/pages/start/createComponent.css index e359c9b53..7e95f5ec2 100644 --- a/website/src/pages/start/createComponent.css +++ b/website/src/pages/start/createComponent.css @@ -18,7 +18,7 @@ } #start-page-create-component-next.start-page-main-details-visible { - margin-left: -40px; + margin-left: -26px; } #start-page-create-component-next:hover { @@ -46,7 +46,7 @@ } #start-page-create-component-next.start-page-main-details-visible { - margin-left: -90px; + margin-left: -50px; } #start-page-create-component-next:hover { diff --git a/website/src/pages/start/createComponent.js b/website/src/pages/start/createComponent.js index d505b966f..c1f8140d5 100644 --- a/website/src/pages/start/createComponent.js +++ b/website/src/pages/start/createComponent.js @@ -4,6 +4,7 @@ import svelteLogo from '/img/svelteLogo.png'; import reactLogo from '/img/reactLogo.png'; import solidLogo from '/img/solidLogo.png'; import nextLogo from '/img/nextLogo.png'; +import nuxtLogo from '/img/nuxtLogo.png'; import vueLogo from '/img/vueLogo.png'; import './createComponent.css'; import React from 'react'; @@ -57,6 +58,11 @@ function Logos(props) { +
+ + + +