From 5e09274efc3bfc21b33c564c0872568a0f8052dd Mon Sep 17 00:00:00 2001 From: Erik van Sebille Date: Fri, 25 Apr 2025 07:45:19 +0200 Subject: [PATCH 1/2] Adding VirtualShipIcons file --- .../virtualship-assets/IconsVirtualShip.svg | 302 ++++++++++++++++++ 1 file changed, 302 insertions(+) create mode 100644 public/virtualship-assets/IconsVirtualShip.svg diff --git a/public/virtualship-assets/IconsVirtualShip.svg b/public/virtualship-assets/IconsVirtualShip.svg new file mode 100644 index 0000000..2b02173 --- /dev/null +++ b/public/virtualship-assets/IconsVirtualShip.svg @@ -0,0 +1,302 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From bce0fdbc95206efde6ee69afbcc5b7e1970d0fc9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 05:49:08 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- public/virtualship-assets/IconsVirtualShip.svg | 2 +- src/components/features.js | 3 ++- src/components/hero-banner.js | 18 +++++++++++------- src/data/menu-items.js | 5 ++++- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/public/virtualship-assets/IconsVirtualShip.svg b/public/virtualship-assets/IconsVirtualShip.svg index 2b02173..ef53595 100644 --- a/public/virtualship-assets/IconsVirtualShip.svg +++ b/public/virtualship-assets/IconsVirtualShip.svg @@ -299,4 +299,4 @@ - \ No newline at end of file + diff --git a/src/components/features.js b/src/components/features.js index e083130..c6e7f2e 100644 --- a/src/components/features.js +++ b/src/components/features.js @@ -22,7 +22,8 @@ export const Features = () => { Key Features & Capabilities - The Virtual Ship can be used to simulate and teach the planning, execution and analysis of ocean-based fieldwork + The Virtual Ship can be used to simulate and teach the planning, + execution and analysis of ocean-based fieldwork diff --git a/src/components/hero-banner.js b/src/components/hero-banner.js index e3f3553..ceca853 100644 --- a/src/components/hero-banner.js +++ b/src/components/hero-banner.js @@ -39,15 +39,19 @@ export const HeroBanner = () => { - VirtualShipParcels provides a framework to plan and conduct a virtual research expedition, receiving measurements as if they were coming from actual oceanographic instruments. + VirtualShipParcels provides a framework to plan + and conduct a virtual research expedition, receiving measurements + as if they were coming from actual oceanographic instruments. - {Rendering of the new Dutch Research Vessel Anna Weber-van Bosse on a sea of data} + { + Rendering of the new Dutch Research Vessel Anna Weber-van Bosse on a sea of data + } { as={Link} variant={'outline'} colorScheme={'blue'} - href='https://virtualship.oceanparcels.org' // TODO fix link after deployment + href='https://virtualship.oceanparcels.org' // TODO fix link after deployment > Get Started diff --git a/src/data/menu-items.js b/src/data/menu-items.js index 2955d1b..0b5c6a5 100644 --- a/src/data/menu-items.js +++ b/src/data/menu-items.js @@ -3,5 +3,8 @@ export const menuItems = [ // { label: 'Projects', href: '/#projects' }, TODO uncomment when projects are ready { label: 'Funders', href: '/#funders' }, { label: 'Blog', href: '/blog' }, - { label: 'Documentation', href: 'https://virtualship.oceanparcels.org/en/latest/'}, // TODO: update to new domain after deployment + { + label: 'Documentation', + href: 'https://virtualship.oceanparcels.org/en/latest/', + }, // TODO: update to new domain after deployment ]