Skip to content

Commit 88ce371

Browse files
committed
update NatCap name and logos in site header and footer
1 parent df11446 commit 88ce371

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
-7.32 KB
Binary file not shown.
51.3 KB
Loading
7.57 KB
Loading
-60.5 KB
Binary file not shown.

src/ckanext-natcap/ckanext/natcap/templates/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
<div class="container">
1111
<div class="row">
1212
<div id="natcap-logo" class="col-md-3">
13-
<a class="icon-link" href="https://naturalcapitalproject.stanford.edu/">
14-
<img src="/img/natcap-logo.png" alt="The Natural Capital Project logo" />
13+
<a class="icon-link" href="https://naturalcapitalalliance.stanford.edu/">
14+
<img src="/img/natcap-alliance-logo-black.png" alt="The Natural Capital Alliance logo" />
1515
</a>
1616
</div>
1717
<div class="col-md-9">
1818
<h2>About</h2>
1919
<div>
2020
<p>
21-
The Natural Capital Project Data Hub provides analysis-ready ecosystem services data as well as data produced by and used in InVEST®, our suite of free, open-source ecosystem service models. With this Data Hub, we intend to simplify and accelerate the creation and use of ecosystem services information for a wide range of analyses and decisions. <a href="mailto:datahub@naturalcapitalproject.org">Contact us</a> with feedback about the site or suggestions for open access datasets to add.
21+
The Natural Capital Alliance Data Hub provides analysis-ready ecosystem services data as well as data produced by and used in InVEST®, our suite of free, open-source ecosystem service models. With this Data Hub, we intend to simplify and accelerate the creation and use of ecosystem services information for a wide range of analyses and decisions. <a href="mailto:datahub@naturalcapitalalliance.org">Contact us</a> with feedback about the site or suggestions for open access datasets to add.
2222

2323
</p>
2424
<p>
25-
<a href="https://naturalcapitalproject.stanford.edu/">The Natural Capital Project</a>, based at <a href="https://www.stanford.edu">Stanford University</a>, is a partnership between interdisciplinary researchers, professionals, and leaders working to make valuing natural capital easier and more accessible to all. To read more about the Natural Capital Project and InVEST, please visit our <a href="https://naturalcapitalproject.stanford.edu">website</a>.
25+
<a href="https://naturalcapitalalliance.stanford.edu/">The Natural Capital Alliance</a>, based at <a href="https://www.stanford.edu">Stanford University</a>, is a partnership between interdisciplinary researchers, professionals, and leaders working to make valuing natural capital easier and more accessible to all. To read more about the Natural Capital Alliance and InVEST, please visit our <a href="https://naturalcapitalalliance.stanford.edu">website</a>.
2626
</p>
2727
</div>
2828
</div>

src/ckanext-natcap/ckanext/natcap/templates/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<div class="container">
7171
{# NatCap-customized logo location #}
7272
<a href="/">
73-
<img class="logo" src="/img/logo-natcap-small.png" alt="The Natural Capital Project logo" />
73+
<img class="logo" src="/img/natcap-alliance-logo-white.png" alt="The Natural Capital Alliance logo" />
7474
</a>
7575

7676
{% block header_debug %} {% if g.debug and not g.debug_supress_header %}
@@ -83,7 +83,7 @@
8383
{% block header_logo %}
8484
<div class="logo">
8585
<a href="/">
86-
<div>The Natural Capital Project <strong>Data Hub</strong></div>
86+
<div>The Natural Capital Alliance <strong>Data Hub</strong></div>
8787
</a>
8888
</div>
8989
{% endblock %}

src/ckanext-natcap/ckanext/natcap/templates/home/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="main hero">
99
<div class="container home-container">
1010
<div class="home-site-title">
11-
<div>The Natural Capital Project</div>
11+
<div>The Natural Capital Alliance</div>
1212
<div class="home-site-title-main">Data Hub</div>
1313
</div>
1414
<div class="home-site-subtitle">

0 commit comments

Comments
 (0)