diff --git a/assets/scss/_variables_project.scss b/assets/scss/_variables_project.scss
index f9298cbd..0ee4b8f7 100644
--- a/assets/scss/_variables_project.scss
+++ b/assets/scss/_variables_project.scss
@@ -9,7 +9,9 @@ $white: #fff;
$black: #000;
$orange: #ff9800;
$primary: #18182b;
-$secondary: #f5fafd;
+$secondary: #03a9f4;
+$light: #f5fafd;
+$dark: #2F415B;
$btn-primary: #03a9f4;
$font-weight-light: 200;
diff --git a/assets/scss/main.scss b/assets/scss/main.scss
index a045090b..e4cb9373 100644
--- a/assets/scss/main.scss
+++ b/assets/scss/main.scss
@@ -54,6 +54,49 @@ footer {
}
}
+.td-toc a {
+ font-size: 0.9rem;
+ font-weight: normal;
+ line-height: 1.35;
+ padding-bottom: 0.5rem;
+}
+
+// active page indicator
+.td-sidebar-nav-active-item {
+ color: $primary;
+ &:before {
+ position: relative;
+ left: -0.5rem;
+ content: "";
+ border-left: 3px solid $btn-primary;
+ margin-left: -3px;
+ }
+}
+
+// normalize links that appear to be top-level regardless of whether they are
+// one page or a section with 1 index page
+.td-sidebar-nav .td-sidebar-link__page {
+ font-weight: 400;
+ color: #222;
+ line-height: 1.35;
+ padding-bottom: 0.75rem;
+}
+
+.td-sidebar-nav .td-sidebar-link__section {
+ font-weight: 400;
+ color: #222;
+ line-height: 1.35;
+ padding-bottom: 0.75rem;
+}
+
+.foldable .td-sidebar-link {
+ font-weight: 200;
+}
+
+.td-search {
+ width: 100%;
+}
+
// Adjust anchors vs the fixed menu.
@include media-breakpoint-up(md) {
.td-offset-anchor:target {
diff --git a/config.toml b/config.toml
index 6e67c6f3..f77a3f76 100644
--- a/config.toml
+++ b/config.toml
@@ -145,7 +145,8 @@ offlineSearch = true
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
-sidebar_menu_compact = true
+sidebar_menu_compact = false
+ul_show = 1
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
@@ -160,7 +161,7 @@ footer_about_disable = true
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
# add "hide_feedback: true" to the page's front matter.
[params.ui.feedback]
-enable = true
+enable = false
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
yes = 'Glad to hear it! Please tell us how we can improve.'
no = 'Sorry to hear that. Please tell us how we can improve.'
diff --git a/content/en/_index.html b/content/en/_index.html
index 1c269aa1..e2337459 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -3,50 +3,53 @@
linkTitle = "Open Modeling Foundation"
+++
-{{< blocks/cover image_anchor="bottom" color="primary" height="full" >}}
-
The Open Modeling Foundation
-
Enabling next generation modeling of human and natural systems
+ The Open Modeling Foundation is an alliance of modeling organizations that coordinates
+ and administers a common, community developed body of standards and best practices among
+ diverse communities of modeling scientists.
+
The Open Modeling Foundation is an alliance of modeling organizations that coordinates and administers a common, community developed body of standards and best practices among diverse communities of modeling scientists.
-
-
-{{% /blocks/lead %}}
-
-{{< blocks/section color="secondary" >}}
-
-{{% blocks/feature icon="fas fa-project-diagram" title="How to Participate" url="/contribute" url_text="How to contribute" %}}
-You can [contribute to OMF activities](/contribute/) as a representative of a member organization or
-as an individual in a [Working Group](/governance/working-groups/).
-{{% /blocks/feature %}}
-
-{{% blocks/feature icon="fas fa-users" title="Community" url="/about/community" %}}
-The OMF community is committed to providing a welcoming, civil and constructive environment to improve modeling science.
-{{% /blocks/feature %}}
+
+{{< /blocks/section >}}
-{{% blocks/feature icon="fab fa-github" title="Latest updates" url="https://github.com/openmodelingfoundation/openmodelingfoundation.github.io" %}}
-Follow the latest in OMF developments on our [GitHub](https://github.com/openmodelingfoundation/openmodelingfoundation.github.io) repository and [GitHub discussion forums](https://github.com/openmodelingfoundation/openmodelingfoundation.github.io/discussions).
-{{% /blocks/feature %}}
+{{< blocks/section color="dark" >}}
+
Standards
+ {{% blocks/standard icon="fas fa-search" title="Accessibility" url="/standards/accessibility" %}}
+ Support best practices for discovery and access to model code, documentation, and metadata.
+ {{% /blocks/standard %}}
+
+ {{% blocks/standard icon="fas fa-book" title="Documentation" url="/standards/documentation" %}}
+ Help others understand a model, replicate its results, reuse or extend it with a combination of narrative
+ documentation protocols and visual diagrams that clearly and comprehensively describe the model, how it works, its
+ assumptions and limitations, etc.
+ {{% /blocks/standard %}}
+
+ {{% blocks/standard icon="fas fa-circle-nodes" title="Interoperability" url="/standards/interoperability" %}}
+ Enable models to be composed or integrated into larger scale models while maintaining scientific rigor.
+ {{% /blocks/standard %}}
+
+ {{% blocks/standard icon="fas fa-recycle" title="Reusability" url="/standards/reusability" %}}
+ Facilitate reuse of high quality model code for reproducibility, replication, extension, and integration into larger
+ scale models.
+ {{% /blocks/standard %}}
+{{< /blocks/section >}}
+{{< blocks/section color="light" >}}
+ {{% blocks/feature icon="fas fa-project-diagram" title="How to Participate" url="/contribute" url_text="How to contribute" %}}
+ You can [contribute to OMF activities](/contribute/) as a representative of a member organization or
+ as an individual in a [Working Group](/governance/working-groups/).
+ {{% /blocks/feature %}}
+
+ {{% blocks/feature icon="fas fa-users" title="Community" url="/about/community" %}}
+ The OMF community is committed to providing a welcoming, civil and constructive environment to improve modeling science.
+ {{% /blocks/feature %}}
+
+ {{% blocks/feature icon="fab fa-github" title="Latest updates" url="https://github.com/openmodelingfoundation/openmodelingfoundation.github.io" %}}
+ Follow the latest in OMF developments on our [GitHub](https://github.com/openmodelingfoundation/openmodelingfoundation.github.io) repository and [GitHub discussion forums](https://github.com/openmodelingfoundation/openmodelingfoundation.github.io/discussions).
+ {{% /blocks/feature %}}
{{< /blocks/section >}}
diff --git a/content/en/featured-background.jpg b/content/en/featured-background.jpg
deleted file mode 100644
index 0888b9c0..00000000
Binary files a/content/en/featured-background.jpg and /dev/null differ
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
new file mode 100644
index 00000000..24a7ab02
--- /dev/null
+++ b/layouts/docs/baseof.html
@@ -0,0 +1,32 @@
+
+
+
+ {{ partial "head.html" . }}
+
+
+
+ {{ partial "navbar.html" . }}
+
+
+
+
+
+
+
+ {{ partial "version-banner.html" . }}
+ {{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }}
+ {{ block "main" . }}{{ end }}
+
+