Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .imgbotconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ignoredFiles": ["public/parcels-assets/*", "public/cards/*"],
"ignoredFiles": ["public/virtualship-assets/*", "public/cards/*"],
"schedule": "monthly"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like me to update this to make the black squares transparent?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, if you can!

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export const Footer = () => {
<Box>
<ColorModeImage
w={32}
lightSrc={'/parcels-assets/logo-horo.svg'} //TODO: Update to svg in roughly 1h*3w (internal) and 1h*2w external (as was before)
darkSrc={'/parcels-assets/logo-horo_dia.svg'} //TODO: Update to svg in roughly 1h*3w (internal) and 1h*2w external (as was before)
lightSrc={'/virtualship-assets/virtual_ship_logo.png'}
darkSrc={'/virtualship-assets/virtual_ship_logo_inverted.png'}
alt={'parcels logo'}
/>
</Box>
Expand Down
6 changes: 3 additions & 3 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ export const Header = () => {
>
<ColorModeImage
w={48}
lightSrc={'/parcels-assets/logo-horo.svg'} //TODO: Update to svg in roughly 1h*3w (internal) and 1h*2w external (as was before)
darkSrc={'/parcels-assets/logo-horo_dia.svg'} //TODO: Update to svg in roughly 1h*3w (internal) and 1h*2w external (as was before)
alt={'parcels logo'}
lightSrc={'/virtualship-assets/virtual_ship_logo.png'}
darkSrc={'/virtualship-assets/virtual_ship_logo_inverted.png'}
alt={'virtualshipparcels logo'}
/>
</Stack>
</Flex>
Expand Down
14 changes: 6 additions & 8 deletions src/components/hero-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,23 @@ export const HeroBanner = () => {
zIndex: -1,
}}
>
Parcels
Virtual Ship
</Text>
<br />
<Text as={'span'} color={'blue.400'}>
A highly customisable Lagrangian simulation framework
Explore the ocean with a virtual research vessel
</Text>
</Heading>
<Text fontSize={'lg'}>
<strong>Parcels</strong> provides a set of Python classes and
methods to create customisable particle tracking simulations using
gridded output from (ocean) circulation models.
<strong>VirtualShipParcels</strong> provides a framework to plan and conduct a virtual research expedition, receiving measurements as if they were coming from actual oceanographic instruments.
</Text>
</Stack>
<Stack flex={1} spacing={{ base: 10, md: 20 }}>
<Image
{/* <Image
src={'/homepage-animation_SH.gif'}
alt='Animation of virtual particles in the global oceans'
objectFit='contain'
></Image>
></Image> */} # TODO add animation

<Stack
spacing={{ base: 4, sm: 6 }}
Expand All @@ -61,7 +59,7 @@ export const HeroBanner = () => {
as={Link}
variant={'outline'}
colorScheme={'blue'}
href='https://docs.oceanparcels.org'
href='https://virtualship.oceanparcels.org'
>
Get Started
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Layout = ({
rel='icon'
type='image/png'
sizes='96x96'
href='/parcels-assets/logo-no-text.svg'
href='/virtualship-assets/virtual_ship_logo_no-text.png'
/>
<link rel='icon' type='image/svg+xml' href='/favicon.svg' />
<link rel='icon' type='image/png' href='/favicon.png' />
Expand Down
2 changes: 1 addition & 1 deletion src/data/footer-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const footerItems = {
{ label: 'Blog', href: '/blog' },
{
label: 'Brand Assets',
href: 'https://github.com/OceanParcels/oceanparcels_website/tree/main/public/parcels-assets',
href: 'https://github.com/OceanParcels/oceanparcels_website/tree/main/public/virtualship-assets',
},
{ label: 'Accessibility', href: '/accessibility' },
],
Expand Down
2 changes: 1 addition & 1 deletion src/lib/rss-feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const feed = new Feed({
id: blogUrl,
link: blogUrl,
language: 'en',
image: `${siteUrl}/parcels-assets/logo-no-text.png`,
image: `${siteUrl}/virtualship-assets/virtual_ship_logo_no-text.png`,
favicon: `${siteUrl}/favicon.ico`,
copyright: `© ${new Date().getFullYear()}, Parcels core developers. Apache 2.0 Licensed`,
feedLinks: {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/accessibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Accessibility = () => {
<Layout
title={'Accessibility'}
card={
'https://raw.githubusercontent.com/OceanParcels/oceanparcels_website/main/public/parcels-assets/logo-no-text.png'
'https://raw.githubusercontent.com/OceanParcels/oceanparcels_website/main/public/virtualship-assets/virtual_ship_logo_no-text.png'
}
url={`/accessibility`}
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Blog({ allPostsData }) {
title={'Blog | Parcels'}
url={`/blog`}
card={
'https://raw.githubusercontent.com/OceanParcels/oceanparcels_website/main/public/parcels-assets/logo-no-text.png'
'https://raw.githubusercontent.com/OceanParcels/oceanparcels_website/main/public/virtualship-assets/virtual_ship_logo_no-text.png'
}
>
<Box as='section'>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/cards/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const Card = ({ frontmatter, id }) => {
w='150px'
h='auto'
objectFit='contain'
lightSrc='/parcels-assets/logo-no-text.svg'
darkSrc='/parcels-assets/logo-no-text-dia.svg'
lightSrc='/virtualship-assets/virtual_ship_logo_no-text.png'
darkSrc='/virtualship-assets/virtual_ship_logo_no-text.png'
alt='Parcels logo'
/>
</Flex>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export default function IndexPage() {
return (
<Layout
url={`/`}
title={'Parcels: A highly customisable Lagrangian simulation framework'}
title={'Virtual Ship: Explore the ocean with a virtual research vessel'}
card={
'https://raw.githubusercontent.com/OceanParcels/oceanparcels_website/main/public/parcels-assets/logo-no-text.png'
'https://raw.githubusercontent.com/OceanParcels/oceanparcels_website/main/public/virtualship-assets/virtual_ship_logo_no-text.png'
}
enableBanner
>
Expand Down