Skip to content

Commit 91ac06e

Browse files
taylorarndtCopilot
andcommitted
Add Wiki link to sticky header on every page
Places a 'Wiki' button with icon next to the search bar in the header, linking to https://github.com/Community-Access/git-going-with-github/wiki. Opens in a new tab. Icon-only on mobile. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 567fb6a commit 91ac06e

126 files changed

Lines changed: 1222 additions & 128 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

html/ACCESSIBILITY_TESTING.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
<nav aria-label="Breadcrumb" class="breadcrumb">
3131
<a href="./index.html">Home</a> <span aria-hidden="true"></span> <span aria-current="page">Accessibility Testing Checklist</span>
3232
</nav>
33-
<form role="search" class="search-form" action="./search.html" method="get">
33+
<div class="header-actions">
34+
<a href="https://github.com/Community-Access/git-going-with-github/wiki" class="wiki-link" target="_blank" rel="noopener noreferrer">
35+
<svg aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
36+
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.06l-2.573 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h.25a.25.25 0 0 0 .25-.25v-5.5Z"/>
37+
</svg>
38+
Wiki
39+
</a>
40+
<form role="search" class="search-form" action="./search.html" method="get">
3441
<label for="site-search" class="search-label">Search docs</label>
3542
<input
3643
type="search"
@@ -47,6 +54,7 @@
4754
</svg>
4855
</button>
4956
</form>
57+
</div>
5058
</div>
5159
</header>
5260
<main id="main-content" class="markdown-body">

html/BUILD.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
<nav aria-label="Breadcrumb" class="breadcrumb">
3131
<a href="./index.html">Home</a> <span aria-hidden="true"></span> <span aria-current="page">HTML Documentation Build System</span>
3232
</nav>
33-
<form role="search" class="search-form" action="./search.html" method="get">
33+
<div class="header-actions">
34+
<a href="https://github.com/Community-Access/git-going-with-github/wiki" class="wiki-link" target="_blank" rel="noopener noreferrer">
35+
<svg aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
36+
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.06l-2.573 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h.25a.25.25 0 0 0 .25-.25v-5.5Z"/>
37+
</svg>
38+
Wiki
39+
</a>
40+
<form role="search" class="search-form" action="./search.html" method="get">
3441
<label for="site-search" class="search-label">Search docs</label>
3542
<input
3643
type="search"
@@ -47,6 +54,7 @@
4754
</svg>
4855
</button>
4956
</form>
57+
</div>
5058
</div>
5159
</header>
5260
<main id="main-content" class="markdown-body">

html/CHALLENGE_SYSTEM_ARCHITECTURE.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
<nav aria-label="Breadcrumb" class="breadcrumb">
3131
<a href="./index.html">Home</a> <span aria-hidden="true"></span> <span aria-current="page">Challenge System Architecture Summary</span>
3232
</nav>
33-
<form role="search" class="search-form" action="./search.html" method="get">
33+
<div class="header-actions">
34+
<a href="https://github.com/Community-Access/git-going-with-github/wiki" class="wiki-link" target="_blank" rel="noopener noreferrer">
35+
<svg aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
36+
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.06l-2.573 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h.25a.25.25 0 0 0 .25-.25v-5.5Z"/>
37+
</svg>
38+
Wiki
39+
</a>
40+
<form role="search" class="search-form" action="./search.html" method="get">
3441
<label for="site-search" class="search-label">Search docs</label>
3542
<input
3643
type="search"
@@ -47,6 +54,7 @@
4754
</svg>
4855
</button>
4956
</form>
57+
</div>
5058
</div>
5159
</header>
5260
<main id="main-content" class="markdown-body">

html/CODE_OF_CONDUCT.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
<nav aria-label="Breadcrumb" class="breadcrumb">
3131
<a href="./index.html">Home</a> <span aria-hidden="true"></span> <span aria-current="page">Code of Conduct</span>
3232
</nav>
33-
<form role="search" class="search-form" action="./search.html" method="get">
33+
<div class="header-actions">
34+
<a href="https://github.com/Community-Access/git-going-with-github/wiki" class="wiki-link" target="_blank" rel="noopener noreferrer">
35+
<svg aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
36+
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.06l-2.573 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h.25a.25.25 0 0 0 .25-.25v-5.5Z"/>
37+
</svg>
38+
Wiki
39+
</a>
40+
<form role="search" class="search-form" action="./search.html" method="get">
3441
<label for="site-search" class="search-label">Search docs</label>
3542
<input
3643
type="search"
@@ -47,6 +54,7 @@
4754
</svg>
4855
</button>
4956
</form>
57+
</div>
5058
</div>
5159
</header>
5260
<main id="main-content" class="markdown-body">

html/COMING_SOON.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
<nav aria-label="Breadcrumb" class="breadcrumb">
3131
<a href="./index.html">Home</a> <span aria-hidden="true"></span> <span aria-current="page">Coming Soon</span>
3232
</nav>
33-
<form role="search" class="search-form" action="./search.html" method="get">
33+
<div class="header-actions">
34+
<a href="https://github.com/Community-Access/git-going-with-github/wiki" class="wiki-link" target="_blank" rel="noopener noreferrer">
35+
<svg aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
36+
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.06l-2.573 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h.25a.25.25 0 0 0 .25-.25v-5.5Z"/>
37+
</svg>
38+
Wiki
39+
</a>
40+
<form role="search" class="search-form" action="./search.html" method="get">
3441
<label for="site-search" class="search-label">Search docs</label>
3542
<input
3643
type="search"
@@ -47,6 +54,7 @@
4754
</svg>
4855
</button>
4956
</form>
57+
</div>
5058
</div>
5159
</header>
5260
<main id="main-content" class="markdown-body">

html/COMPREHENSIVE_VALIDATION_AUDIT.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
<nav aria-label="Breadcrumb" class="breadcrumb">
3131
<a href="./index.html">Home</a> <span aria-hidden="true"></span> <span aria-current="page">Comprehensive Validation Audit: Chapters 4-16 Student Challenges</span>
3232
</nav>
33-
<form role="search" class="search-form" action="./search.html" method="get">
33+
<div class="header-actions">
34+
<a href="https://github.com/Community-Access/git-going-with-github/wiki" class="wiki-link" target="_blank" rel="noopener noreferrer">
35+
<svg aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
36+
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.06l-2.573 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h.25a.25.25 0 0 0 .25-.25v-5.5Z"/>
37+
</svg>
38+
Wiki
39+
</a>
40+
<form role="search" class="search-form" action="./search.html" method="get">
3441
<label for="site-search" class="search-label">Search docs</label>
3542
<input
3643
type="search"
@@ -47,6 +54,7 @@
4754
</svg>
4855
</button>
4956
</form>
57+
</div>
5058
</div>
5159
</header>
5260
<main id="main-content" class="markdown-body">

html/CONTRIBUTING.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
<nav aria-label="Breadcrumb" class="breadcrumb">
3131
<a href="./index.html">Home</a> <span aria-hidden="true"></span> <span aria-current="page">Contributing to This Workshop Repository</span>
3232
</nav>
33-
<form role="search" class="search-form" action="./search.html" method="get">
33+
<div class="header-actions">
34+
<a href="https://github.com/Community-Access/git-going-with-github/wiki" class="wiki-link" target="_blank" rel="noopener noreferrer">
35+
<svg aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
36+
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.06l-2.573 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h.25a.25.25 0 0 0 .25-.25v-5.5Z"/>
37+
</svg>
38+
Wiki
39+
</a>
40+
<form role="search" class="search-form" action="./search.html" method="get">
3441
<label for="site-search" class="search-label">Search docs</label>
3542
<input
3643
type="search"
@@ -47,6 +54,7 @@
4754
</svg>
4855
</button>
4956
</form>
57+
</div>
5058
</div>
5159
</header>
5260
<main id="main-content" class="markdown-body">

html/DAY1_AGENDA.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
<nav aria-label="Breadcrumb" class="breadcrumb">
3131
<a href="./index.html">Home</a> <span aria-hidden="true"></span> <span aria-current="page">Day 1 Agenda</span>
3232
</nav>
33-
<form role="search" class="search-form" action="./search.html" method="get">
33+
<div class="header-actions">
34+
<a href="https://github.com/Community-Access/git-going-with-github/wiki" class="wiki-link" target="_blank" rel="noopener noreferrer">
35+
<svg aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
36+
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.06l-2.573 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h.25a.25.25 0 0 0 .25-.25v-5.5Z"/>
37+
</svg>
38+
Wiki
39+
</a>
40+
<form role="search" class="search-form" action="./search.html" method="get">
3441
<label for="site-search" class="search-label">Search docs</label>
3542
<input
3643
type="search"
@@ -47,6 +54,7 @@
4754
</svg>
4855
</button>
4956
</form>
57+
</div>
5058
</div>
5159
</header>
5260
<main id="main-content" class="markdown-body">

html/DAY2_AGENDA.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
<nav aria-label="Breadcrumb" class="breadcrumb">
3131
<a href="./index.html">Home</a> <span aria-hidden="true"></span> <span aria-current="page">Day 2 Agenda</span>
3232
</nav>
33-
<form role="search" class="search-form" action="./search.html" method="get">
33+
<div class="header-actions">
34+
<a href="https://github.com/Community-Access/git-going-with-github/wiki" class="wiki-link" target="_blank" rel="noopener noreferrer">
35+
<svg aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
36+
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.06l-2.573 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h.25a.25.25 0 0 0 .25-.25v-5.5Z"/>
37+
</svg>
38+
Wiki
39+
</a>
40+
<form role="search" class="search-form" action="./search.html" method="get">
3441
<label for="site-search" class="search-label">Search docs</label>
3542
<input
3643
type="search"
@@ -47,6 +54,7 @@
4754
</svg>
4855
</button>
4956
</form>
57+
</div>
5058
</div>
5159
</header>
5260
<main id="main-content" class="markdown-body">

html/ENROLLMENT_SUMMARY.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
<nav aria-label="Breadcrumb" class="breadcrumb">
3131
<a href="./index.html">Home</a> <span aria-hidden="true"></span> <span aria-current="page">Workshop Setup - March 5, 2026 Status Report</span>
3232
</nav>
33-
<form role="search" class="search-form" action="./search.html" method="get">
33+
<div class="header-actions">
34+
<a href="https://github.com/Community-Access/git-going-with-github/wiki" class="wiki-link" target="_blank" rel="noopener noreferrer">
35+
<svg aria-hidden="true" focusable="false" width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
36+
<path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.06l-2.573 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.457 1.457 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 1 1 1.06-1.06l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h.25a.25.25 0 0 0 .25-.25v-5.5Z"/>
37+
</svg>
38+
Wiki
39+
</a>
40+
<form role="search" class="search-form" action="./search.html" method="get">
3441
<label for="site-search" class="search-label">Search docs</label>
3542
<input
3643
type="search"
@@ -47,6 +54,7 @@
4754
</svg>
4855
</button>
4956
</form>
57+
</div>
5058
</div>
5159
</header>
5260
<main id="main-content" class="markdown-body">

0 commit comments

Comments
 (0)