Skip to content

Commit eca1a44

Browse files
committed
Improve data sustainability statement visibility
Improve the visibility of our data sustainability statement. Add it to the index page under the vision and mission statements, as a menu dropdown to the about menu, and to the menu representation in the footer.
1 parent 656452a commit eca1a44

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

templates/index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,25 @@
3939
</div>
4040

4141
<hr style="width: 15%;">
42-
42+
43+
<!--data sustainability-->
44+
<div class="px-4 py-1 my-0 text-center">
45+
<br>
46+
<a href="/about/data-sustainability" class="fw-normal hover-underline-animation" style="font-size:2em; color: rgb(36, 41, 47);">Data Sustainability</a>
47+
</div>
48+
<div class="px-4 py-1 my-0 text-center">
49+
<div class="col-lg-6 mx-auto">
50+
<p class="lead mb-4">The Environmental Data Initiative (EDI) is deeply committed to the long-term
51+
sustainability of the ecological and environmental data entrusted to our care. As our community
52+
grows, both in the diversity of scientists we serve and the increasing reliance on our data
53+
services, so too does our responsibility to ensure the enduring availability, integrity, and
54+
utility of these valuable scientific assets. Sustaining data for the long haul is central to
55+
EDI’s mission and essential to the future of science. In partnership with our funders and
56+
collaborators, we are advancing this commitment through three core operational priorities ...
57+
<a href="/about/data-sustainability">Continue reading</a>.</p>
58+
</div>
59+
</div>
60+
4361
<!--what we provide-->
4462
<div class="px-4 py-1 my-0 text-center">
4563
<br>

templates/shared/layout.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
</a>
9494
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
9595
<li><a class="dropdown-item" href="/about/about-edi">EDI</a></li>
96+
<li><a class="dropdown-item" href="/about/data-sustainability">Data Sustainability</a></li>
9697
<li><a class="dropdown-item" href="/about/edi-policy">Policies</a></li>
9798
<li><a class="dropdown-item" href="/about/edi-products">Products</a></li>
9899
<li><a class="dropdown-item" href="/about/edi-public-calendar">Calendar</a></li>
@@ -199,6 +200,8 @@ <h4 class="text-white">About</h4>
199200
<ul class="nav flex-column">
200201
<li class="nav-item mb-2"><a href="/about/about-edi" class="nav-link p-0 text-white">EDI</a>
201202
</li>
203+
<li class="nav-item mb-2"><a href="/about/data-sustainability" class="nav-link p-0 text-white">Data Sustainability</a>
204+
</li>
202205
<li class="nav-item mb-2"><a href="/about/edi-policy"
203206
class="nav-link p-0 text-white">Policies</a></li>
204207
<li class="nav-item mb-2"><a href="/about/edi-products"

0 commit comments

Comments
 (0)