diff options
Diffstat (limited to 'blog/8seg/index.html')
-rw-r--r-- | blog/8seg/index.html | 49 |
1 files changed, 35 insertions, 14 deletions
diff --git a/blog/8seg/index.html b/blog/8seg/index.html index 05f6fd0..793b338 100644 --- a/blog/8seg/index.html +++ b/blog/8seg/index.html @@ -1,12 +1,17 @@ <!DOCTYPE html> <html><head> <meta charset="utf-8"> - <title>8seg | Home</title> + <title>8seg Technical Overview | Home</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="mobile-web-app-capable" content="yes"> <meta name="color-scheme" content="dark light"> <link rel="stylesheet" href="/style.css"> + + <link rel="preload" href="/fonts/roboto_slab/RobotoSlab-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin /> + <link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Regular.woff2" as="font" type="font/woff2" crossorigin /> + <link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Bold.woff2" as="font" type="font/woff2" crossorigin /> + <link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-BoldItalic.woff2" as="font" type="font/woff2" crossorigin /> </head> <body><nav> <div class="internal"> @@ -16,6 +21,9 @@ <a href="/projects/" title="Projects">Projects</a> <a href="/about/" title="About">About</a> </div> + <div class="search"> + <div id="search"></div> + </div> <div class="external"> <a href="https://git.jaseg.de/" title="cgit">cgit</a> <a href="https://github.com/jaseg" title="Github">Github</a> @@ -25,16 +33,16 @@ </nav> <header> - <h1>8seg</h1> + <h1>8seg Technical Overview</h1> <ul class="breadcrumbs"> <li><a href="/">jaseg.de</a></li> - <li><a href="/blog/">Blog</a></li><li><a href="/blog/8seg/">8seg</a></li> + <li><a href="/blog/">Blog</a></li><li><a href="/blog/8seg/">8seg Technical Overview</a></li> </ul> <strong>2023-12-26</strong> </header> - <main> - <div class="document" id="seg-technical-overview"> -<h1 class="title">8seg Technical Overview</h1> + <main data-pagefind-body> + <div class="document"> + <div class="section" id="prologue"> <h2>Prologue</h2> @@ -204,17 +212,30 @@ set of pre-programmed waveform transitions.</p> </div> </div> </main><footer> - Copyright © 2023 Jan Sebastian Götte + Copyright © 2025 Jan Sebastian Götte / <a href="/about/">About</a> / <a href="/imprint/">Imprint</a> </footer> -<script> - if(navigator.getEnvironmentIntegrity!==undefined)document.querySelector('body').innerHTML=`<h1>Your browser - contains Google DRM</h1>"Web Environment Integrity" is a Google euphemism for a DRM that is designed to - prevent ad-blocking, and which Google has forced into their browsers against widespread public opposition. - In support of an open web, this website does not function with this DRM. Please install a browser such - as <a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a> that respects your freedom and supports - ad blockers.`; +<script type="text/javascript" src="/pagefind/pagefind-ui.js" defer></script> + <script> + window.addEventListener('DOMContentLoaded', (event) => { + new PagefindUI({element: "#search", showSubResults: true}); + }); + </script> + <script type="speculationrules"> + { + "prerender": [ + { + "source": "document", + "where": { + "and": [ + {"href_matches": "/*"} + ] + }, + "eagerness": "moderate" + } + ] + } </script> </body> </html> |