Update logo with TM logo. Add TM and Logo section in About.

This commit is contained in:
Doug 2023-08-22 10:58:21 -04:00
parent e9d4be4caa
commit 42e4292b49
7 changed files with 14 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -79,7 +79,7 @@ export const createWindow = async () => {
splashScreen = new BrowserWindow({
width: 574, // dims set to match the image in splash.html
height: 500,
height: 479,
transparent: true,
frame: false,
alwaysOnTop: false,

View File

@ -24,7 +24,7 @@ ReactDom.render(
<img
src={investLogo}
width="191"
height="167"
height="159"
alt="InVEST logo"
/>
<div id="invest-version">
@ -32,7 +32,7 @@ ReactDom.render(
<span id="version-string" />
</div>
<p id="invest-copyright">
{t('Copyright 2022, The Natural Capital Project')}
{t('Copyright 2023, The Natural Capital Project')}
</p>
</div>
<br />
@ -66,7 +66,15 @@ ReactDom.render(
<a
href="https://github.com/natcap/invest/blob/master/LICENSE.txt"
>
BSD 3-clause
Apache 2.0
</a>
</p>
<p>
{t('InVEST Trademark and Logo Use Policy: ')}
<a
href="https://naturalcapitalproject.stanford.edu/invest-trademark-and-logo-use-policy"
>
Trademark and Logo Policy
</a>
</p>
</div>

View File

@ -55,13 +55,13 @@ ReactDom.render(
<img
src={investLogo}
width="143"
height="125"
height="119"
alt="invest logo"
/>
<img
src={natcapLogo}
width="143"
height="125"
height="119"
alt="Natural Capital Project logo"
/>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 48 KiB