This repository was archived by the owner on Apr 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_header.html
More file actions
38 lines (37 loc) · 2.44 KB
/
_header.html
File metadata and controls
38 lines (37 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<a href="#main-content" class="skip-link">Skip to content</a>
<header class="site-header">
<div class="container">
<a href="/" class="site-brand">
<svg viewBox="0 0 90 78" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M90 61.1124C75.9375 73.4694 59.8419 78 44.7554 78C29.669 78 11.8614 72.6122 0 61.1011V16.9458C11.6168 6 29.891 0 44.9887 0C62.77 0 78.8723 6.97959 89.9887 16.9458V61.1124H90ZM88.1881 38.9553C77.7923 22.8824 59.8983 15.7959 44.7554 15.7959C29.6126 15.7959 13.4515 21.9008 1.556 38.9444C12.5382 54.69 26.9 62.5085 44.7554 62.0944C67.6297 61.5639 77.6495 51.9184 88.1881 38.9553ZM44.7554 16.3475C32.4756 16.3475 22.3888 26.6879 22.2554 38.9388C34.3765 38.9162 44.7554 29.1429 44.7554 16.3475C44.7554 29.1429 55.1344 38.9162 67.2554 38.9388C67.1202 26.5216 57.1141 16.3475 44.7554 16.3475ZM44.7554 61.5639C44.7554 48.4898 34.3765 38.9613 22.2554 38.9388C22.3888 51.1897 32.4756 61.5639 44.7554 61.5639C57.0352 61.5639 67.122 51.1897 67.2554 38.9388C55.1344 38.9613 44.7554 48.4898 44.7554 61.5639Z" fill="currentColor"/>
</svg>
{{.Site.Name}}
</a>
<nav class="site-nav">
<a href="https://repos.supermodeltools.com/" class="nav-all-repos">← All Repos</a>
<a href="/node_type/index.html">By Type</a>
<a href="/domain/index.html">Domains</a>
<a href="/language/index.html">Languages</a>
<a href="/tags/index.html">Tags</a>
<button class="search-toggle" aria-label="Search" type="button">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><path d="M21 21l-4.35-4.35"/></svg>
<kbd class="search-kbd">/</kbd>
</button>
</nav>
</div>
</header>
<div class="search-overlay" id="search-overlay" hidden>
<div class="search-modal">
<div class="search-input-wrap">
<svg class="search-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="M21 21l-4.35-4.35"/></svg>
<input type="text" class="search-input" id="search-input" placeholder="Search entities..." autocomplete="off">
<kbd class="search-esc">Esc</kbd>
</div>
<div class="search-results" id="search-results"></div>
<div class="search-footer">
<span><kbd>↑</kbd><kbd>↓</kbd> navigate</span>
<span><kbd>Enter</kbd> open</span>
<span><kbd>Esc</kbd> close</span>
</div>
</div>
</div>