Skip to content
Open
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
2 changes: 1 addition & 1 deletion screenshot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2 slot="heading" id="awards-2024">2024 Awards</h2>
<nav slot="links" aria-label="Utility">
<ul>
<li><a href="https://builder.toolkit.illinois.edu">Old Builder</a></li>
<li><a href="https://webtheme.illinois.edu/about/web-components/">About Our Team</a></li>
<li><a href="https://wigg.illinois.edu/membership/web-components/">About Our Team</a></li>
</ul>
</nav>
</ilw-header>
Expand Down
4 changes: 3 additions & 1 deletion site/_includes/footer.liquid
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<ilw-footer slot="footer">
<a slot="primary-unit" href="https://webtheme.illinois.edu/about/">Web Implementation Guidelines Group</a>
<a slot="site-name" href="/index.html">Component Builder Information (v3+)</a>
<a class="ilw-button" slot="actions" href="https://github.com/web-illinois/toolkit-builder-3/issues">Create an issue with the new toolkit builder</a>
<div slot="actions">
<a href="https://github.com/web-illinois/toolkit-builder-3/issues">Create an issue with the new toolkit builder</a>
</div>
</ilw-footer>
2 changes: 1 addition & 1 deletion site/_includes/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<nav slot="links" aria-label="Utility">
<ul>
<li><a href="https://builder.toolkit.illinois.edu">Old Builder</a></li>
<li><a href="https://webtheme.illinois.edu/about/web-components/">About Our Team</a></li>
<li><a href="https://wigg.illinois.edu/membership/web-components/">About Our Team</a></li>
</ul>
</nav>
<ilw-header-menu slot="navigation">
Expand Down
2 changes: 1 addition & 1 deletion site/notes/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you are incorporating the header into the ilw-page component, then make sure
<nav slot="links" aria-label="Utility">
<ul>
<li><a href="https://builder.toolkit.illinois.edu">Old Builder</a></li>
<li><a href="https://webtheme.illinois.edu/about/web-components/">About Our Team</a></li>
<li><a href="https://wigg.illinois.edu/membership/web-components/">About Our Team</a></li>
</ul>
</nav>
<form slot="search" method="get" action="/search.php" role="search">
Expand Down
2 changes: 1 addition & 1 deletion site/pages/generic_html.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you need a generic HTML template, feel free to use this:
<link rel="dns-prefetch" href="//cdn.toolkit.illinois.edu">
<link rel="dns-prefetch" href="//cdn.disability.illinois.edu">
<link rel="stylesheet" href="//cdn.toolkit.illinois.edu/3/toolkit.css">
<script src="//cdn.toolkit.illinois.edu/3/toolkit.js"></script>
<script type="module" src="//cdn.toolkit.illinois.edu/3/toolkit.js"></script>
<script src="//cdn.disability.illinois.edu/skipto.min.js"></script>
<script>var SkipToConfig = { 'settings': { 'skipTo': { colorTheme: 'illinois' } } };</script>
<title> <!-- Add title here --> </title>
Expand Down