Update logo with TM logo. Add TM and Logo section in About.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 48 KiB |