diff --git a/site/assets/images/iseal-logo.png b/site/assets/images/iseal-logo.png new file mode 100644 index 00000000..3e2a3e58 Binary files /dev/null and b/site/assets/images/iseal-logo.png differ diff --git a/site/layouts/_default/home.html b/site/layouts/_default/home.html index 109f37a3..8b4a487a 100644 --- a/site/layouts/_default/home.html +++ b/site/layouts/_default/home.html @@ -9,6 +9,8 @@
-

ISEAL Core Metadata Set Specification

+

ISEAL Core Metadata Set Specification

This page provides a reference specification for the ISEAL Core Metadata set (ISEAL Core).

ISEAL Core is a set of structured terms and vocabularies that can be used as metadata to describe, share, and reuse different digital resources across the ISEAL Community and broader set of stakeholders. The resources described using the ISEAL Core are those that sustainability systems typically collect, curate, manage, use, publish and archive. They may be datasets, published research, certificates, videos, images, maps, or other organizational documentation.

Clusters and Modules

diff --git a/site/source/scss/iseal.scss b/site/source/scss/iseal.scss index 9e3a8f84..2a42617f 100644 --- a/site/source/scss/iseal.scss +++ b/site/source/scss/iseal.scss @@ -44,3 +44,15 @@ h1, h2, h3 { color: $primary; font-weight: 700; } + +// Add a bit of space below the logo +#iseal-logo { + margin-bottom: 3px; +} + +// Vertically align the heading with the ISEAL logo in the navigation bar. The +// default Bootstrap padding is 16px on the navbar, so we need that plus a few +// more to achieve visual alignment with the bottom of the logo. +#iseal-heading { + padding-top: 21px; +}