|
31 | 31 | <!-- Ad Hoc Prototype Disclaimer Banner --> |
32 | 32 | <div id="disclaimer-banner" class="disclaimer-banner" role="banner" aria-label="Site disclaimer"> |
33 | 33 | <div class="disclaimer-banner__content"> |
34 | | - <a href="https://adhocteam.us" target="_blank" rel="noopener noreferrer" class="disclaimer-banner__logo" aria-label="Ad Hoc homepage"> |
35 | | - <img src="/assets/img/adhoc-brand/ad-hoc-logo-white-full-mark.svg" alt="Ad Hoc" class="disclaimer-banner__logo-img" /> |
| 34 | + <a href="https://adhocteam.us" target="_blank" rel="noopener noreferrer" |
| 35 | + class="disclaimer-banner__logo ad-hoc-link" aria-label="Ad Hoc homepage"> |
| 36 | + <img src="/assets/img/adhoc-brand/ad-hoc-logo-white-full-mark.svg" alt="Ad Hoc" |
| 37 | + class="disclaimer-banner__logo-img" /> |
36 | 38 | </a> |
37 | 39 | <div class="disclaimer-banner__text-wrapper"> |
38 | 40 | <p class="disclaimer-banner__text disclaimer-banner__text--expanded"> |
39 | 41 | <strong>This is not official government information.</strong> |
40 | | - This is a prototype built by Ad Hoc to show how AI can make government PDFs more accessible: |
| 42 | + This is a prototype built by Ad Hoc to show how AI can make government PDFs more accessible: |
41 | 43 | <span class="disclaimer-banner__links"> |
42 | | - <a href="/about.html">About</a> |
43 | | - · <a href="https://adhoc.team/URLTBD" target="_blank" rel="noopener noreferrer">Blog Post</a> |
44 | | - · <a href="https://github.com/adhocteam/copyright-compendium" target="_blank" rel="noopener noreferrer">GitHub</a> |
| 44 | + <a href="/about.html" class="about-link">About</a> |
| 45 | + · <a href="https://adhoc.team/URLTBD" target="_blank" rel="noopener noreferrer" |
| 46 | + class="blog-post-link">Blog Post</a> |
| 47 | + · <a href="https://github.com/adhocteam/copyright-compendium" target="_blank" |
| 48 | + rel="noopener noreferrer" class="github-link">GitHub</a> |
45 | 49 | </span> |
46 | 50 |
|
47 | | - |
| 51 | + |
48 | 52 | · For the official Compendium, visit |
49 | | - <a href="https://www.copyright.gov/comp3/" target="_blank" rel="noopener noreferrer">copyright.gov</a>. |
50 | | - </p> |
| 53 | + <a href="https://www.copyright.gov/comp3/" target="_blank" rel="noopener noreferrer" |
| 54 | + class="copyright-gov-link">copyright.gov</a>. |
| 55 | + </p> |
51 | 56 | <p class="disclaimer-banner__text disclaimer-banner__text--compressed"> |
52 | 57 | <strong>Not official government information.</strong> |
53 | 58 | Prototype by Ad Hoc. |
54 | | - <a href="/about.html">About</a> |
55 | | - · <a href="https://adhoc.team/URLTBD" target="_blank" rel="noopener noreferrer">Blog Post</a> |
56 | | - · <a href="https://github.com/adhocteam/copyright-compendium" target="_blank" rel="noopener noreferrer">GitHub</a> |
| 59 | + <a href="/about.html" class="about-link">About</a> |
| 60 | + · <a href="https://adhoc.team/URLTBD" target="_blank" rel="noopener noreferrer" |
| 61 | + class="blog-post-link">Blog Post</a> |
| 62 | + · <a href="https://github.com/adhocteam/copyright-compendium" target="_blank" rel="noopener noreferrer" |
| 63 | + class="github-link">GitHub</a> |
57 | 64 | </p> |
58 | 65 | </div> |
59 | 66 | </div> |
@@ -169,10 +176,11 @@ <h3 class="version-tooltip__title">About the Copyright Compendium Viewer</h3> |
169 | 176 | style="display: none;"> |
170 | 177 | <div class="usa-alert__body"> |
171 | 178 | <p class="usa-alert__text"> |
172 | | - <strong>⚠️ Experimental Translation:</strong> This feature uses the browser's built-in Translation API (currently supported in Chrome 141+). |
173 | | - Any language other than English represents automatically translated text and is not official. |
| 179 | + <strong>⚠️ Experimental Translation:</strong> This feature uses the browser's built-in Translation API |
| 180 | + (currently supported in Chrome 141+). |
| 181 | + Any language other than English represents automatically translated text and is not official. |
174 | 182 | The translation may contain inaccuracies or errors. For authoritative information, please refer to the |
175 | | - <a href="#" id="view-original-link" class="usa-link">original English version</a>. |
| 183 | + <a href="#" id="view-original-link" class="usa-link">original English version</a>. |
176 | 184 | Additional languages can be added upon request. |
177 | 185 | </p> |
178 | 186 | </div> |
|
0 commit comments