diff --git a/public/homepage_image.png b/public/homepage_image.png index d54f2e9..8d15193 100644 Binary files a/public/homepage_image.png and b/public/homepage_image.png differ 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 ]