Skip to content

Commit 8a95bf2

Browse files
committed
deploy: 438a5ba
1 parent b71b178 commit 8a95bf2

File tree

95 files changed

+5089
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+5089
-121
lines changed

404.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
<!doctype html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=theme-color content="#FFFFFF"><meta property="og:url" content="https://uapi-group.org/404.html"><meta property="og:site_name" content="The Linux Userspace API Group"><meta property="og:title" content="404 Page not found"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><title>404 Page not found | The Linux Userspace API Group</title><link rel=manifest href=/manifest.json><link rel=icon href=/favicon.png type=image/x-icon><link rel=stylesheet href=/book.min.3c3310df1da3aa3033f55b28b0c1d3d84b1068b4c151601ce8e78f9e72169463.css integrity="sha256-PDMQ3x2jqjAz9VsosMHT2EsQaLTBUWAc6OePnnIWlGM="><style>.not-found{text-align:center}.not-found h1{margin:.25em 0 0;opacity:.25;font-size:40vmin}</style></head><body><main class="flex justify-center not-found"><div><h1>404</h1><h2>Page Not Found</h2><h3><a href=/>The Linux Userspace API Group</a></h3></div></main></body></html>
1+
<!doctype html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#343a40"><meta name=color-scheme content="light dark"><meta property="og:url" content="https://uapi-group.org/404.html"><meta property="og:site_name" content="The Linux Userspace API Group"><meta property="og:title" content="404 Page not found"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="404 Page not found"><title>404 Page not found | The Linux Userspace API Group</title><link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=https://uapi-group.org/404.html><link rel=stylesheet href=/book.min.1d4f8e22f267fa263e683a25c18944f10007db1ddddbcd50a52ba60e522ac16b.css integrity="sha256-HU+OIvJn+iY+aDolwYlE8QAH2x3d281QpSumDlIqwWs=" crossorigin=anonymous><style>.not-found{height:100vh;width:100vw}.not-found h1{font-size:10vmin;font-weight:lighter;cursor:default}.not-found h1 span{display:inline-block;transition:transform .2s ease-out,opacity .2s ease-out}.not-found h1:hover span{transition-duration:1s;transform:translate(var(--drift-x),var(--drift-y))rotate(var(--rotate-end));opacity:0}.not-found h1:hover span:nth-child(1){--drift-x:-1em;--drift-y:1em;--rotate-end:-90deg}.not-found h1:hover span:nth-child(2){--drift-x:-1em;--drift-y:-2em;--rotate-end:45deg}.not-found h1:hover span:nth-child(3){--drift-x:3em;--drift-y:1em;--rotate-end:120deg}</style></head><body class="not-found flex justify-center align-center"><main class=text-center><h1><span>Page</span>
2+
<span>Not</span>
3+
<span>Found</span></h1><h3><a href=/>The Linux Userspace API Group</a></h3></main></body></html>

asciinema/asciinema-auto.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
(function() {
2+
document.querySelectorAll(".asciinema").forEach(function(element) {
3+
AsciinemaPlayer.create(element.getAttribute("x-data-cast"),
4+
element,
5+
JSON.parse(element.getAttribute("x-data-opts")));
6+
});
7+
}());

0 commit comments

Comments
 (0)