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({ splashScreen = new BrowserWindow({
width: 574, // dims set to match the image in splash.html width: 574, // dims set to match the image in splash.html
height: 500, height: 479,
transparent: true, transparent: true,
frame: false, frame: false,
alwaysOnTop: false, alwaysOnTop: false,

View File

@ -24,7 +24,7 @@ ReactDom.render(
<img <img
src={investLogo} src={investLogo}
width="191" width="191"
height="167" height="159"
alt="InVEST logo" alt="InVEST logo"
/> />
<div id="invest-version"> <div id="invest-version">
@ -32,7 +32,7 @@ ReactDom.render(
<span id="version-string" /> <span id="version-string" />
</div> </div>
<p id="invest-copyright"> <p id="invest-copyright">
{t('Copyright 2022, The Natural Capital Project')} {t('Copyright 2023, The Natural Capital Project')}
</p> </p>
</div> </div>
<br /> <br />
@ -66,7 +66,15 @@ ReactDom.render(
<a <a
href="https://github.com/natcap/invest/blob/master/LICENSE.txt" 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> </a>
</p> </p>
</div> </div>

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 48 KiB