diff options
author | jaseg <git@jaseg.de> | 2023-12-30 13:44:17 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-12-30 13:44:17 +0100 |
commit | 58d54c5debedca8c91b28026f520b226ac8682f6 (patch) | |
tree | 672eb9d0b345ddada80eed512916b4ffd9f68406 /projects/8seg | |
parent | b357b505257e460d41aef80550693c810780b7fc (diff) | |
parent | 3ab2c03e01264a9c6e262feef6a7188cb8b30775 (diff) | |
download | blog-58d54c5debedca8c91b28026f520b226ac8682f6.tar.gz blog-58d54c5debedca8c91b28026f520b226ac8682f6.tar.bz2 blog-58d54c5debedca8c91b28026f520b226ac8682f6.zip |
deploy.py auto-commit
Diffstat (limited to 'projects/8seg')
-rw-r--r-- | projects/8seg/index.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/projects/8seg/index.html b/projects/8seg/index.html new file mode 100644 index 0000000..829fe70 --- /dev/null +++ b/projects/8seg/index.html @@ -0,0 +1,63 @@ +<!DOCTYPE html> +<html><head> + <meta charset="utf-8"> + <title>8seg | 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"> +</head> +<body><nav> + <div class="internal"> + + <a href="/" title="Home">Home</a> + <a href="/blog/" title="Blog">Blog</a> + <a href="/projects/" title="Projects">Projects</a> + <a href="/about/" title="About">About</a> + </div> + <div class="external"> + <a href="https://git.jaseg.de/" title="cgit">cgit</a> + <a href="https://github.com/jaseg" title="Github">Github</a> + <a href="https://gitlab.com/neinseg" title="Gitlab">Gitlab</a> + <a href="https://chaos.social/@jaseg" title="Mastodon">Mastodon</a> + </span> +</nav> + + <header> + <h1>8seg</h1> +<ul class="breadcrumbs"> + <li><a href="/">jaseg.de</a></li> + <li><a href="/projects/">Projects</a></li><li><a href="/projects/8seg/">8seg</a></li> +</ul> + + </header> + <main> + <div class="links"> + <a href="https://git.jaseg.de/8seg.git">Sources and hardware design files</a> + <a href="https://www.printables.com/model/695260-parametric-flexible-aluminium-profile-case">Enclosure 3D models</a> + <a href="http://jaseg.de/blog/8seg">Technical overview blog post</a> + </div> + <div class="document" id="seg"> +<h1 class="title">8seg</h1> + +<p>8seg is an experimental textual display. It is made from a 45m by 1.5m large lacework banner that can be put up in a +variety of spaces, conforming to the space's size and shape through bending and folding.</p> +<p>8seg was last set up at 37C3 in the entrance hall, on the second-floor railing opposite Hall X.</p> +<p>By popular request, you can find 3D models for the printable parts of the power supply enclosures <a class="reference external" href="https://www.printables.com/model/695260-parametric-flexible-aluminium-profile-case">here</a></p> +</div> + </main><footer> + Copyright © 2023 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> + </body> +</html> |