diff --git a/docker-compose.yml b/docker-compose.yml index e0abddf..0db8c69 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: database: - image: ghcr.io/research-software-directory/rsd-saas/database:v2.29.0 + image: ghcr.io/research-software-directory/rsd-saas/database:v3.1.0 ports: # enable connection from outside (development mode) - "5432:5432" @@ -23,7 +23,7 @@ services: - net backend: - image: ghcr.io/research-software-directory/rsd-saas/backend:v2.29.0 + image: ghcr.io/research-software-directory/rsd-saas/backend:v3.1.0 expose: - 3500 environment: @@ -39,7 +39,7 @@ services: - net auth: - image: ghcr.io/research-software-directory/rsd-saas/auth:v2.29.0 + image: ghcr.io/research-software-directory/rsd-saas/auth:v3.1.0 ports: - 5005:5005 expose: @@ -85,7 +85,7 @@ services: ] scrapers: - image: ghcr.io/research-software-directory/rsd-saas/scrapers:v2.29.0 + image: ghcr.io/research-software-directory/rsd-saas/scrapers:v3.1.0 environment: # it uses values from .env file - POSTGREST_URL diff --git a/frontend/assets/HowToUseVeda.svg b/frontend/assets/HowToUseVeda.svg new file mode 100644 index 0000000..4fc8bb9 --- /dev/null +++ b/frontend/assets/HowToUseVeda.svg @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/frontend/components/home/kin/ContributeSection.tsx b/frontend/components/home/kin/ContributeSection.tsx index 8c874cc..90f11bc 100644 --- a/frontend/components/home/kin/ContributeSection.tsx +++ b/frontend/components/home/kin/ContributeSection.tsx @@ -3,9 +3,9 @@ // // SPDX-License-Identifier: Apache-2.0 -import Image from 'next/legacy/image' import GradientBorderButton from './GradientBorderButton' import {config} from './config' +import HowToUseVeda from '~/assets/HowToUseVeda.svg' const {button} = config @@ -15,20 +15,7 @@ export default function ContributeSection() { id="learn-more" className="p-5 md:p-10 grid gap-12 grid-cols-1 sm:grid-cols-2 max-w-screen-xl mt-20 mx-auto">
-
- rsd-illustration -
+

+
{/* Jumbo Text*/}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file