|
5 | 5 | <title>understand-quickly · about</title> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 | <meta name="description" content="About understand-quickly — README and design overview."> |
8 | | - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/github-markdown-css@5.5.1/github-markdown.min.css"> |
| 8 | + <meta name="theme-color" content="#0a0a0a"> |
| 9 | + |
| 10 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 11 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 12 | + <link rel="stylesheet" |
| 13 | + href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=DM+Serif+Display&family=JetBrains+Mono:wght@400;500&display=swap"> |
| 14 | + |
9 | 15 | <link rel="stylesheet" href="./styles.css"> |
10 | | - <style> |
11 | | - /* The README uses github-markdown-css; constrain its width and let it |
12 | | - respond to system color scheme via the bundled stylesheet's auto rules. */ |
13 | | - .markdown-body { |
14 | | - box-sizing: border-box; |
15 | | - max-width: 900px; |
16 | | - margin: 0 auto; |
17 | | - padding: 0; |
18 | | - } |
19 | | - </style> |
20 | 16 | </head> |
21 | 17 | <body> |
22 | | - <div class="about-page"> |
23 | | - <a class="about-back" href="./">← Back to registry browser</a> |
| 18 | + <header class="topbar" role="banner"> |
| 19 | + <a class="brand" href="./" aria-label="understand-quickly home"> |
| 20 | + <span class="brand-mark"><span class="brand-emoji" aria-hidden="true">🧠</span>understand-quickly</span> |
| 21 | + </a> |
| 22 | + <span></span> |
| 23 | + <nav class="topbar-actions" aria-label="Site"> |
| 24 | + <a href="./">Registry</a> |
| 25 | + <a href="https://github.com/looptech-ai/understand-quickly" rel="noopener">GitHub</a> |
| 26 | + <a class="cta-add-repo" href="./add.html">+ Add your repo</a> |
| 27 | + </nav> |
| 28 | + </header> |
| 29 | + |
| 30 | + <div class="about-shell"> |
| 31 | + <a class="about-back" href="./">← Back to registry</a> |
24 | 32 | <article class="markdown-body"> |
25 | 33 | <!-- BEGIN README --> |
26 | 34 | <p>README will be rendered here at build time.</p> |
27 | 35 | <!-- END README --> |
28 | 36 | </article> |
29 | 37 | </div> |
| 38 | + |
| 39 | + <footer class="site-footer" role="contentinfo"> |
| 40 | + <span>MIT</span> |
| 41 | + <span>·</span> |
| 42 | + <a href="https://github.com/looptech-ai/understand-quickly" rel="noopener">source</a> |
| 43 | + <span>·</span> |
| 44 | + <a href="./schemas/">spec</a> |
| 45 | + </footer> |
30 | 46 | </body> |
31 | 47 | </html> |
0 commit comments