Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
title="Download">
<i class="fa-solid fa-download"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="download-menu">
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="download-menu">
<li class="small">
<a href="/profile/{{ domain.urlkey | slugify }}/report/" class="dropdown-item">
<i class="fa-regular fa-file-pdf"></i>
Expand All @@ -69,7 +69,7 @@
title="Share">
<i class="fa-solid fa-share-from-square"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="share-menu">
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="share-menu">
{% if profile and not mapPage and not orgPage %}
<li class="small">
<a
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/cards.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% include "header.html" %}
{% include "nav.html" %}
<main>
<main id="main-content">
{% include "jumbotron.html" %}
<div class="container">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% include "header.html" %}
{% include "nav.html" %}
<main>
<main id="main-content">
{% include "jumbotron.html" %}
<div class="container">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% include "header.html" %}
{% include "nav.html" %}
<main>
<main id="main-content">
{% include "jumbotron.html" %}
<div class="container">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/search.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% include "header.html" %}
{% include "nav.html" %}
<main>
<main id="main-content">
{% include "jumbotron.html" %}
</main>
{% include "footer.html" %}
2 changes: 1 addition & 1 deletion _includes/layouts/site-index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% include "header.html" %}
{% include "nav.html" %}
<main>
<main id="main-content">
{% include "jumbotron.html" %}
<div class="container">
<div class="row">
Expand Down
17 changes: 17 additions & 0 deletions content/guidance.md
Original file line number Diff line number Diff line change
@@ -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 %}
44 changes: 0 additions & 44 deletions content/guidance.njk

This file was deleted.

1 change: 1 addition & 0 deletions content/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/redirects.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: false
pagination:
data: redirects
size: 1
Expand Down
54 changes: 54 additions & 0 deletions public/css/scangov.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -1901,6 +1919,10 @@ a[href$=".mp4"]::after {
color: #c3ebfa;
}

.fa-expand {
color: #7ecbff !important;
}

.fa-file-contract {
color: #fee685 !important;
}
Expand Down Expand Up @@ -2360,6 +2382,10 @@ td a:hover .fa-circle-info {
color: #a8f5d5;
}

.fa-terminal {
color: #8fd9c4 !important;
}

.fa-timeline {
color: #ffb4cf;
}
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down