diff --git a/_includes/layouts/home.html b/_includes/layouts/home.html
index 21b5613..98b415d 100644
--- a/_includes/layouts/home.html
+++ b/_includes/layouts/home.html
@@ -1,6 +1,6 @@
{% include "header.html" %}
{% include "nav.html" %}
-
+
{% include "jumbotron.html" %}
diff --git a/_includes/layouts/post.html b/_includes/layouts/post.html
index 86f4571..6f4f1a1 100644
--- a/_includes/layouts/post.html
+++ b/_includes/layouts/post.html
@@ -1,6 +1,6 @@
{% include "header.html" %}
{% include "nav.html" %}
-
+
{% include "jumbotron.html" %}
diff --git a/_includes/layouts/search.html b/_includes/layouts/search.html
index bc50ebe..d7c4abb 100644
--- a/_includes/layouts/search.html
+++ b/_includes/layouts/search.html
@@ -1,6 +1,6 @@
{% include "header.html" %}
{% include "nav.html" %}
-
+
{% include "jumbotron.html" %}
{% include "footer.html" %}
diff --git a/_includes/layouts/site-index.html b/_includes/layouts/site-index.html
index ed32120..2aa806b 100644
--- a/_includes/layouts/site-index.html
+++ b/_includes/layouts/site-index.html
@@ -1,6 +1,6 @@
{% include "header.html" %}
{% include "nav.html" %}
-
+
{% include "jumbotron.html" %}
diff --git a/content/guidance.md b/content/guidance.md
new file mode 100644
index 0000000..44fe8ba
--- /dev/null
+++ b/content/guidance.md
@@ -0,0 +1,17 @@
+---
+layout: layouts/docs.html
+title: "Guidance"
+date: 2024-03-08
+modified: 2026-07-24
+description: "Public policy, web protocol, guidelines and best practices used to develop the ScanGov Standards."
+icon: "fa-solid fa-scroll"
+category: "standards-reference"
+topics:
+ - ScanGov
+---
+
+Guidance ScanGov uses to build digital experience standards:
+
+{% for item in guidance %}
+- [{{ item.displayName }}](https://standards.scangov.org/{{ item.key | slugify }})
+{% endfor %}
diff --git a/content/guidance.njk b/content/guidance.njk
deleted file mode 100644
index 6ac1599..0000000
--- a/content/guidance.njk
+++ /dev/null
@@ -1,44 +0,0 @@
----
-layout: layouts/docs.html
-title: "Guidance"
-date: 2024-03-08
-modified: 2025-03-17
-description: "Public policy, web protocol, guidelines and best practices used to develop the ScanGov Standards."
-icon: "fa-solid fa-scroll"
-category: "standards-reference"
-topics:
- - ScanGov
----
-
-
-
-
-
diff --git a/content/index.njk b/content/index.njk
index 3b50e05..a83a605 100644
--- a/content/index.njk
+++ b/content/index.njk
@@ -2,6 +2,7 @@
layout: layouts/default.html
permalink: /
title: "ScanGov documentation"
+description: "Documentation for ScanGov: scanning, standards, accounts, scoring, and more."
date: 2024-04-28
modified: 2025-01-31
author: ScanGov
diff --git a/content/redirects.njk b/content/redirects.njk
index ceda21d..1e84992 100644
--- a/content/redirects.njk
+++ b/content/redirects.njk
@@ -1,4 +1,5 @@
---
+layout: false
pagination:
data: redirects
size: 1
diff --git a/public/css/scangov.css b/public/css/scangov.css
index 5af4d08..32c8f62 100644
--- a/public/css/scangov.css
+++ b/public/css/scangov.css
@@ -699,6 +699,24 @@ button.btn-primary-outline {
color: inherit !important;
}
+.btn.btn-outline-primary .fa-file-lines {
+ color: #a8f2ff !important;
+}
+
+.btn.btn-outline-primary:hover .fa-file-lines,
+.btn.btn-outline-primary:focus .fa-file-lines {
+ color: inherit !important;
+}
+
+.btn.btn-outline-primary .fa-rocket {
+ color: #d0c3e9 !important;
+}
+
+.btn.btn-outline-primary:hover .fa-rocket,
+.btn.btn-outline-primary:focus .fa-rocket {
+ color: inherit !important;
+}
+
.btn[download] {
margin-right: 0.5rem;
margin-bottom: 0.5rem;
@@ -1901,6 +1919,10 @@ a[href$=".mp4"]::after {
color: #c3ebfa;
}
+.fa-expand {
+ color: #7ecbff !important;
+}
+
.fa-file-contract {
color: #fee685 !important;
}
@@ -2360,6 +2382,10 @@ td a:hover .fa-circle-info {
color: #a8f5d5;
}
+.fa-terminal {
+ color: #8fd9c4 !important;
+}
+
.fa-timeline {
color: #ffb4cf;
}
@@ -2479,6 +2505,16 @@ a .fa-up-right-from-square {
color: #0d7a6e !important;
}
+[data-bs-theme=light] .fa-expand {
+ /* → #0a6ebd = 5.28:1 ✓ */
+ color: #0a6ebd !important;
+}
+
+[data-bs-theme=light] .fa-terminal {
+ /* → #147a5f = 5.28:1 ✓ */
+ color: #147a5f !important;
+}
+
[data-bs-theme=light] .fa-bell-concierge,
[data-bs-theme=light] .fa-brain,
[data-bs-theme=light] .fa-bug,
@@ -2572,6 +2608,24 @@ a .fa-up-right-from-square {
color: inherit !important;
}
+[data-bs-theme=light] .btn.btn-outline-primary .fa-file-lines {
+ color: #1a6fa0 !important;
+}
+
+[data-bs-theme=light] .btn.btn-outline-primary:hover .fa-file-lines,
+[data-bs-theme=light] .btn.btn-outline-primary:focus .fa-file-lines {
+ color: inherit !important;
+}
+
+[data-bs-theme=light] .btn.btn-outline-primary .fa-rocket {
+ color: #5b4ea0 !important;
+}
+
+[data-bs-theme=light] .btn.btn-outline-primary:hover .fa-rocket,
+[data-bs-theme=light] .btn.btn-outline-primary:focus .fa-rocket {
+ color: inherit !important;
+}
+
[data-bs-theme=light] .fa-arrow-right,
[data-bs-theme=light] .fa-arrow-right-long,
[data-bs-theme=light] .fa-book-open,
| Guidance | -Standards | -
|---|---|
|
-
-
- {{ item.description }}
-
- |
-
-
|
-