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({
|
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,
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 48 KiB |